This bitwise Boolean function realizes a logical AND integration of the operands connected to the input parameters. It is available as standard function AND and safety-related function AND_S.
Parameter |
Data types |
Description |
---|---|---|
IN1 |
ANY_BIT |
Input value |
IN2 |
ANY_BIT |
Input value |
OUT |
ANY_BIT |
Output value |
Parameter |
Data types |
Description |
---|---|---|
IN1 |
ANY_SAFEBIT |
Input value |
IN2 |
ANY_SAFEBIT |
Input value |
OUT |
ANY_SAFEBIT |
Output value |
Input parameters can be duplicated.
All parameters must have the same data type.