Programming language, Prosec t2n – Toshiba T2N User Manual
Page 251
5. Programming Language
238
PROSEC T2N
(A) U > (B)
(A) U > = (B)
(A) U = (B)
(A) U < > (B)
(A) U < (B)
(A) U < = (B)
(A) +1·(A) F> (B)+1·(B)
(A) +1·(A) F> = (B)+1·(B)
(A) +1·(A) F = (B)+1·(B)
(A) +1·(A) F< > (B)+1·(B)
(A) +1·(A) F< (B)+1·(B)
(A) +1·(A) F< = (B)+1·(B)
Ladder Diagram Instructions (Function Instructions)
Group
FUN
No.
Name
Representation
Summary
Number of
steps
required
Execution
time
required
(
µ
s)
Remarks
Compare
108
Unsigned greater than
Turns output ON if (A) > (B) (unsigned integer
comparison).
3~5
61
109
Unsigned greater than or
equal to
Turns output ON if (A)
≥
(B) (unsigned integer
comparison).
3~5
61
110
Unsigned equal to
Turns output ON if (A) = (B) (unsigned integer
comparison).
3~5
61
111
Unsigned not equal to
Turns output ON if (A)
≠
(B) (unsigned integer
comparison).
3~5
61
112
Unsigned smaller than
Turns output ON if (A) < (B) (unsigned integer
comparison).
3~5
61
113
Unsigned smaller than or
equal to
Turns output ON if (A)
≤
(B) (unsigned integer
comparison).
3~5
61
212
Floating point greater than
Turns output ON if (A)+1•(A) > (B)+1•(B) (floating
point data comparison).
3
84
208
µ
s
(max)
213
Floating point greater than
or equal
Turns output ON if (A)+1•(A)
≥
(B)+1•(B) (floating
point data comparison).
3
84
206
µ
s
(max)
214
Floating point equal
Turns output ON if (A)+1•(A) = (B)+1•(B) (floating
point data comparison).
3
83
158
µ
s
(max)
215
Floating point not equal
Turns output ON if (A)+1•(A)
≠
(B)+1•(B) (floating
point data comparison).
3
84
159
µ
s
(max)
216
Floating point less than
Turns output ON if (A)+1•(A) < (B)+1•(B) (floating
point data comparison).
3
84
206
µ
s
(max)
217
Floating point less than or
equal
Turns output ON if (A)+1•(A)
≤
(B)+1•(B) (floating
point data comparison).
3
84
208
µ
s
(max)