Compare two analog inputs “In A” and “In B”.
Formula
The outputs are set according to the comparisons
Out “A>=B” = true (1) if “In A” >= “In B”, else the output = false (0)
Out “A<=B” = true (1) if “In A” <= “In B”, else the output = false (0)
Fig. 85. Wire-sheet Icon
Fig. 86. Property Sheet
Fig. 87. Slot Sheet
Table 59. Inputs
Inputs |
Type |
Functional description |
In A |
numeric |
Analog input value |
In B |
numeric |
Analog input value |
In Enabled |
boolean |
If the input “In Enabled” is set to false disabled in the slot sheet, the output “Out” will be disabled and is set to the value “0”. |
Table 60. Outputs
Outputs |
Type |
Functional description |
Out A>=B |
boolean |
Out A>B” =>true (1) if A >= B, else false (0) |
Out A<=B |
boolean |
“Out Atrue (1) if A <= B, else false (0) |
No parameters.