User Manual of TV5600-B01 Series Dispensing Control System
Chapter 10
Common Functional Operation Guidelines
1.IF instruction set
If instruction is similar to the if in C language.Different branch operations can be performed
according to the conditions.
Add endif to the end of if instruction to end the if operation.
Variables include: Input (vixx, representing the state of the xxth input port, read only), output
(voxx, representing the state of the xxth output port, read only), global variables (vxx, a certain
number of variables definedin the system, used to store data, participate in calculations, etc.),
logical position (vcxx, corresponding to the logical position of the xx axis, read only, unit: mm),
actual position (vbxx, corresponding to the actual position of the xx axis,read only, not used yet)
2.Program call
The following figure shows file number 6, which defines the label 1, 2.