Chapter 8 Boolean instructions
170 Rockwell Automation Publication 2080-RM001D-EN-E - February 2015
MUX4B yields a value between four BOOL type input and output values.
Arguments
Parameter
Parameter
Type
Data Type Description
Selector Input USINT Selector integer value, must be in set [0...3].
IN0 Input BOOL Any BOOL input value.
IN1 Input BOOL Any BOOL input value.
IN2 Input BOOL Any BOOL input value.
IN3 Input BOOL Any BOOL input value.
MUX4B Output BOOL Can be:
• In0 if Selector = 0
• In1 if Selector = 1
• In2 if Selector = 2
• In3 if Selector = 3
Will be FALSE for all other values of the selector.