ACE-SXC Manual
page 49
rev2.02
ELSEIF
Description:
Perform ELSEIF condition check as a part of the IF statement
Syntax:
ELSEIF [Argument 1] [Comparison] [Argument 2]
[Argument] can be any of the following:
Numerical value
Pulse or Encoder Position
Digital Output
Digital Input
Enable Output
Motor Status
[Comparison] can be any of the following
=
Equal to
>
Greater than
<
Less than
>=
Greater than or equal to
<=
Less than or equal to
!=
Not Equal to
Examples:
IF V1=1
X1000
WAITX
ELSEIF V1=2
X2000
WAITX
ELSEIF V1=3
X3000
WAITX
ELSE
X0
WAITX
ENDIF
Summary of Contents for ACE-SXC
Page 1: ...ACE SXC Manual page 1 rev2 02 ACE SXC Advanced Stand Alone Controller USB 2 0 communication...
Page 8: ...ACE SXC Manual page 8 rev2 02 3 Dimensions Figure 3 0 All dimensions in inches...
Page 9: ...ACE SXC Manual page 9 rev2 02 4 Connections Figure 4 0...
Page 12: ...ACE SXC Manual page 12 rev2 02 ACE SXC Interface Circuit Figure 4 4...