Watlow F4T • 148 • 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 all the inputs are true, otherwise false
Function
To detect when all the inputs are true, set Function to And.
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
Nand
If any input is false (off, 0%), the output is true (on, 100%). If all
inputs are true (on, 100%), 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 T
FFT T
FTF T
FTT T
TFF T
TFT T
TTF T
TTT F
F = False (0%, off)
T = True (100%, on)