Instruction Manual

NEXT>>>ADVANCE www.nextadvance.com SP2200Programmable Syringe
Pump
Publication #1200-02 24 04/29/10
Phase Function
9
LOP 05
Phase Function
10
LOP 12
Phase Function
11
JMP 01
7.4.7 Example 7: Dispensing with Complex Synchronization
:01
Repeat if
Program Input
low
:10
:10
Restart on Event Trigger
or 10 seconds
Event Trigger
W
i
t
h
d
r
a
w
I
n
f
u
s
e
TTL Program Ouput
TTL High TTL Low
Event Trigger
Infuse until
Event Trigger
This example demonstrates a complex interaction with external equipment, such as synchronizing with another
syringe pump. The Program includes a variety of interactions with external equipment, which demonstrates the
various control possibilities of the SP2200.
The Pumping Program begins by canceling any previous event traps (PHASE 01) and raising the ‘Program
Output’ TTL line (PHASE 02). After 5.0 ml has been dispensed at 800 ml/hr (PHASE 03), the ‘Program
Output’ TTL line is lowered (PHASE 04), sending a synchronization signal to another device.
The pump then continues to pump at 800 ml/hr (PHASE 06) until a synchronization signal is received at the
‘Event Trigger’ TTL input, causing the Program to jump to Phase 7 (PHASE 05).
The pump then withdraws 0.25 ml (PHASE 07), pauses for 1 second (PHASE 08), then repeats this process if
the Program Input TTL line is low (PHASE 09), otherwise it continues with the next Phase.
Next, the pump pauses for 10 seconds (PHASE 10). Then it pauses again for the lesser of another 10 seconds
(PHASE 12) or until an Event Trigger occurs (PHASE 11). The Program then restarts (PHASE 13).
Phase Function
1
EVR
Phase Function
2
OUT 1
Phase Function Rate Volume Direction
3
RAT 800.0 ml/hr 5.0 ml Infuse
Phase Function
4
OUT 0
Phase Function
5
EVN 07