6.1
Instrucciones de comparación
Las instrucciones de comparación pueden ejecutar comparaciones de volumen (por ejemplo,
igual a =, mayor a >, menor a <, etc.) entre dos registros de datos. La programación de las
instrucciones de comparación se efectúa en el mismo modo como las instrucciones
correspondientes del conjunto de comandos básicos:
LD, LDI ⇒ LD=, LDD=
AND, ANI ⇒ AND=, ANDD=
OR, ORI ⇒ OR=, ORD=
Función
igual
desigual
6 – 2
Instrucción
MELSEC
en el
Editor MELSEC
LD=
AND=
OR=
LDD=
AND=
ORD=
LDE=
=
ANDE=
ORE=
LD$=
AND$=
OR$=
BKCMP=
BKCMP=P
LD<>
AND<>
OR<>
LDD<>
ANDD<>
ORD<>
LDE<>
≠
ANDE<>
ORE<>
LD$<>
AND$<>
OR$<>
BKCMP<>
BKCMP<>P
Instrucción
MELSEC
Función
en el
Editor IEC
LD_EQ_M
AND_EQ_M
OR_EQ_M
LDD_EQ_M
ANDD_EQ_M
ORD_EQ_M
LD_EEQ_M
≤
AND_EEQ_M
menor igual
OR_EEQ_M
LD_STRING
_EQ_M
AND_STRING
_EQ_M
OR_STRING
_EQ_M
BKCMP_EQ_M
BKCMP_EQP_M
LD_NE_M
AND_NE_M
OR_NE_M
LDD_NE_M
ANDD_NE_M
ORD_NE_M
LD_ENE_M
<
AND_ENE_M
menor
OR_ENE_M
LD_STRING
_NE_M
AND_STRING
_NE_M
OR_STRING
_NE_M
BKCMP_NE_M
BKCMP_NEP_M
Instrucciones de comparación
Instrucción
Instrucción
MELSEC
MELSEC
en el
en el
Editor MELSEC
Editor IEC
LD<=
LD_LE_M
AND<=
AND_LE_M
OR<=
OR_LE_M
LDD<=
LDD_LE_M
ANDD<=
ANDD_LE_M
ORD<=
ORD_LE_M
LDE<=
LD_ELE_M
ANDE<=
AND_ELE_M
ORE<=
OR_ELE_M
LD_STRING
LD$<=
_LE_M
AND_STRING
AND$<=
_LE_M
OR_STRING
OR$<=
_LE_M
BKCMP<=
BKCMP_LE_M
BKCMP<=P
BKCMP_LEP_M
LD<
LD_LT_M
AND<
AND_LT_M
OR<
OR_LT_M
LDD<
LDD_LT_M
ANDD<
ANDD_LT_M
ORD<
ORD_LT_M
LDE<
LD_ELT_M
ANDE<
AND_ELT_M
ORE<
OR_ELT_M
LD_STRING
LD$<
_LT_M
AND_STRING
AND$<
_LT_M
OR_STRING
OR$<
_LT_M
BKCMP<
BKCMP_LT_M
BKCMP<P
BKCMP_LTP_M
Programación MELSEC A y Q