–
[1345] TYPE
–
Boolean inputs and outputs are
Outputs: FALSE = 0.00, TRUE = 0.01
Inputs: -0.005 < x < 0.005 = FALSE, Else TRUE
TYPE
Range: Enumerated - see below
The operation to be performed on the three inputs to produce the output value.
Enumerated Value : Type Enumerated Value : Type
0 : IF(C) -A
1 : ABS(A+B+C)
2 : SWITCH(A,B)
3 : (A*B)/C
4 : A+B+C
5 : A-B-C
6 : B<=A<=C
7 : A>B+/-C
8 : A>=B
9 : ABS(A)>B+/-C
10 : ABS(A)>=B
11 : A(1+B)
12 : IF(C) HOLD(A)
13 : BINARY DECODE
14 : ON DELAY
15 : OFF DELAY
16 : TIMER
17 : MINIMUM PULSE
18 : PULSE TRAIN
19 : WINDOW
20 : UP/DWN COUNTER
21 : (A*B)/C ROUND
22 : WINDOW NO HYST
23 : WINDOW B<=A<=C
24 : A<=B
25 : ((A*B)/100) + C
26 : MIN (A,B,C)
27 : MAX (A,B,C)
28 : PROFILE SQRT
29 : PROFILE LINEAR
30 : PROFILE X^2
31 : PROFILE X^3
32 : PROFILE X^4
OUTPUT
Range: —.xx
The result of performing the selected operation on the inputs.
Parameter Descriptions
INPUT A
Range: -32768.00 to 32767.00
General purpose input.
INPUT B
Range: -32768.00 to 32767.00
General purpose input.
INPUT C
Range: -32768.00 to 32767.00
General purpose input.