New Era FW-1-X FIRMWARE UPGRADE NE-1000X FAMILY OF SYRINGE PUMPS User Manual

Page 2

Advertising
background image

NE-1000X

2

www.SyringePump.com

======================================================================================

Base Pumping Rate and Volume


The Base function operates identical to the RATE function, except that the BASE Function's Rate and Volume will be used to override
the settings for subsequent RATE functions. This will allow the user to make modifications to the Rate and/or Volume settings in one
place, instead of having to make edits to each RATE function in a program individually.

RS-232 Remote Support:
Base Rate function command:

FUN BAS

======================================================================================

Increment and Decrement Functions


The INCR and DECR functions have been modified from previous versions to pump for a period of time instead of volume dispensed.

The dispense time is set using the "Volume" key and is expressed as "Minutes : Seconds". The "min" minutes LED will be lit when
time is displayed.

RS-232 Remote Support:
Increment function command:

FUN INC

Decrement function command:

FUN DEC

The time setting is sent to the pump or queried using the "TIM" remote function:

TIM [<nn> : <nn>]

======================================================================================

nn

Stall Event


“Stall Event” allows a Pumping Program to relieve the pressure on a syringe after a pump stall by jumping to a Phase that reverses the
pumping direction.

“Stall Event” creates a background event interrupt trap for a pump stall. If the pump stalls, the Pumping Program will continue
execution with the Program Phase ‘nn’ defined by the “Stall Event” function. After the pump stops, the “Stall” message is cleared and
the Pumping Program continues execution at the Stall Event Phase defined by parameter ‘nn’.

After a “Stall Event” trap is executed, the event trap is cleared. The “Stall Event” function needs to be set again to trap another stall.
“Stall Event” is independent from the standard “Event” and “Event Square” functions.

The “Event Reset” function will clear the “Stall Event” trap along with any other Event trap.

RS-232 Remote Support:

FUN SEV [<nn>]

======================================================================================

Program Sub-Routine Return


The “Return Function” is paired with Pumping Program Functions that cause the Pumping Program to branch to a different Program
Phase number. When executed, the "Return Function” causes the Pumping Program to continue Program execution at the interrupted
Phase (for Event Functions) or next Program Phase after the paired Program branch function. This changes the Program Branch
function into a Program Sub-routine call.

Program Branching functions affected are:

Functions that return to the next Phase:

JP:nn

Jump unconditionally to Program Phase 'nn'

IF:nn

Conditional jump if the Program Input pin is low

Event functions that return to the interrupted Phase:

ET:nn

Set a background conditional jump on an event falling edge to Program Phase 'nn'

ES:nn

Set a background conditional jump on any event edge to Program Phase 'nn'

Advertising