Owner's manual

2.1 Constants
10 Dosing Interface USB Toolbox, DLL Reference
Status messages of a Dosino which are returned by the Status() function.
IDLE Dosino is ready to execute a function
FILL
Cylinder is being filled
EXCHANGE Dosino is executing Exchange function
POSITION Dosino is executing GoPos function
ZEROADJUST Dosino is executing ZeroAdjust function
ADJUST
Dosino is executing Adjust function
COCK
Dosino is executing Cock function
TOENDDOS
Dosino is executing ToEnd function
DOS
Dosino is executing MakeStep function
PREPAR
Dosino is executing Prep function
EMPTY
Dosino is executing Empty function
BUSY
Dosino is busy
HOLD_FILL
Dosino is halted while filling
HOLD_EXCHANGE
Dosino is halted in Exchange function
HOLD_POSITION
Dosino is halted in GoPos function
HOLD_ZEROADJUST
Dosino is halted in ZeroAdjust function
HOLD_ADJUST
Dosino is halted in Adjust function
HOLD_TOENDDOS
Dosino is halted in ToEnd function
HOLD_DOS
Dosino is halted in MakeStep function
HOLD_PREPAR
Dosino is halted in Prep function
HOLD_EMPTY
Dosino is halted in Empty function
TIMEOUT
Dosino is in timeout
UNDEFINED
Dosino is in undefined status
2.1.3 Piston movement
enum eDirection
{
DIR_fwd =0,
DIR_rev =1
};
Moving directions of a Dosino piston.
fwd Forward, dosing (0 Æ 10000 pulses)
rev Reverse, filling (10000 Æ 0 pulses)
rv
fw