5.7 Standard Comparison Functions
180
FXCPU Structured Programming Manual
(Application Functions)
Program example
In this program, the contents of devices specified in and are compared, and the operation result is
output to a device specified in .
[Structured ladder]
[ST]
s1
s2
d
NE_E
EN ENO
g_bool2
g_bool1
g_int1
g_int2
_IN1
_IN2
g_bool3
g_bool3:=NE_E(g_bool1,g_int1,g_int2,g_bool2);