DVP-15MC Series Motion Controller Operation Manual
8-38
Precautions for Correct Use
The input variables are not allowed to omit. An error will occur during the compiling of the software
if any input variable is omitted. But the output variable is allowed to omit.
The data type of output variables must be BOOL. Otherwise, an error will occur during the
compiling of the software.
Programming Example
The data types of GE_In1, GE_In2 and GE_In3 are INT, UINT and DINT respectively and the
data type of Out1 is BOOL.
Out1 changes to TRUE when the values of GE_In1, GE_In2 and GE_In3 are 100, 50 and 50
respectively and GE_EN changes to TRUE as shown in Variable 1.
Out1 changes to FALSE when the values of GE_In1, GE_In2 and GE_In3 are 10, 10 and 100
respectively and GE_EN changes to TRUE as shown in Variable 2.
Variable 1
GE_EN
BOOL
TRUE
Variable 2
The program
The data types of GE_In1 and GE_In2 are both TIME and the data type of Out1 is BOOL.
Out1 changes to TRUE when the values of GE_In1 and GE_In2 are T#100ms and T#50ms
respectively and GE_EN changes to TRUE.
The variable table and program
Variable name Data type Current value
GE_In2
TIME
T#50ms
1
GE
EN ENO
In1 Out
In3
In2
GE_EN
GE_In1
GE_In3
GE_In2
Out1
1
GE
EN ENO
In1 Out
In2
GE_EN
GE_In1
GE_In2
Out1