This safety-related bitwise Boolean function represents an AND logic with a safety-related signal and a standard signal as inputs to set a safety-related output signal. Using the EN_OUT function, the enable principle can be realized.
The Safety Logic Controller has access to all safety-related I/Os and is exclusively able to set safety-related outputs. This can be carried out directly or in conjunction with a standard signal of the standard controller program (enable principle).
Programming the enable principle is only allowed using the EN_OUT function without negations or any further signal processing.
WARNING | |
---|---|
Example:
Parameter |
Data types |
Description |
---|---|---|
IN1 |
SAFEBOOL |
Safety-related input value |
IN2 |
BOOL |
Standard input value |
OUT |
SAFEBOOL |
Safety-related output value |