Watlow F4T • 151 • Chapter 5 Function Reference
Signals
Direction
Label Type Function
Receivers
- - - - Digital Input to logic function
- - - - Digital Input to logic function
- - - - Digital Input to logic function
- - - - Digital Input to logic function
- - - - Digital Input to logic function
- - - - Digital Input to logic function
- - - - Digital Input to logic function
- - - - Digital Input to logic function
Transmitter - - - - Digital
True when not all of the inputs have the same value, oth-
erwise false
Function
To detect when the inputs do not all have the same value, set Function to Not Equal To.
Error Handling
Use Error Handling to select the output's value and error status when the function cannot de-
finitively determine the result.
Options:
• True Good: output's value is true (on) with no error
• True Bad: output's value is true (on) and has an error
• False Good: output's value is false (off) with no error
• False Bad: output's value is false (off) and has an error
Or
If any input is true (on, 100%), the output is true (on, 100%). If
all inputs are false (off, 0%), the output is false (off, 0%).
Only connected inputs are considered by the logic operation; in-
puts that are not connected are ignored. The truth table at the
right illustrates the outcomes for three inputs.
Inputs Output
FFF F
FFT T
FTF T
FTT T
TFF T
TFT T
TTF T
TTT T
F = False (0%, off)
T = True (100%, on)