PLC BLOG | panasonic plc Comparison instructions
Share on Facebook Share On Twitter Share on LinkedIn Share on Whatsapp


lg-12 col-12 fb-share-button">

Share on Facebook

Share on twitter

Share on Whats-App

panasonic plc Comparison instructions

comparison instrunction requried when compariosn between two value with same data type. if result of comparison is true then output set to true otherwise false. Inputs can be of any data type, "all input variables must be of the same data type though" . The variables that are compared to each other must be of the same data type, and data type for Output must be BOOL.value for comparison


EQ, Equal compariosn instrunction

an Equal comaprison instrunction block compare inputs values If all inputs values are equal to each other, then output TRUE otherwise FALSE. number of input contacts lies in the range of 2 to 28, and a single output.

panasonic Equal compariosn instrunction


GE, Greater than or equal to compariosn instrunction

in Greater than or equal comparison block, output true if comparison value Greater than or equal to the reference value, otherwise output false. When using more inputs, the first input is compared with the second, the second input is compared with the third input etc. If the first value is greater than or equal to the second value AND the second value greater than or equal to third etc., TRUE will be written into result, otherwise FALSE.

panasonic Greater than or equal to compariosn instrunction


GT, Greater than compariosn instrunction

in Greater than comparison block, output true if comparison value Greater than the reference value, otherwise output false. When using more inputs, the first input is compared with the second, the second input is compared with the third input etc. If the first value is greater than the second value AND the second value greater than third etc., TRUE will be written into result, otherwise FALSE.

panasonic Greater than compariosn instrunction


LE, Less than or equal to compariosn instrunction

in Less than or equal to compariosn instrunction, output true if comparison value Less than or equal to the reference value, otherwise output false.When using more inputs, the first input is compared with the second, the second input is compared with the third input etc. If the first value is Less than or equal to the second value AND the second value Less than or equal to third etc., TRUE will be written into result, otherwise FALSE.

panasonic Less than or equal to comparison instrunction


LT, Less than compariosn instrunction

If the value for comparison is less than the reference value,than output is "TRUE", otherwise "FALSE".The variables that are compared to each other must be of the same data type.When using more inputs, the first input is compared with the second, the second input is compared with the third input etc. If the first value is less than the second value AND the second value is less than the third value etc., TRUE will be written into result, otherwise FALSE.

panasonic Less than compariosn instrunction


NE, Not equal compariosn instrunction

output true if value of comparison is not equal to reference value The variables that are compared to each other must be of the same data type.

panasonic Not equal compariosn instrunction

WITHIN_LIMITS block

WITHIN_LIMITS block Evaluate if a value is inside the limit. This instruction evaluates whether the value at the input IN is within the limits set at minimum (MN) and maximum MX.

panasonic WITHIN_LIMITS block