Capítulo 6Apendice D Cómo utilizar la función PLC |
Ejemplo de programa 1:
Comando de 16 bits:
Cuando X0 = Activado, el contenido de D0 se sumará al contenido de D10 y la suma será
almacenada en D20.
Comentarios:
Indicadores y los signos positivo/negativo de los valores:
16 bit: Zero flag
-2, -1, 0
Borrow flag
32 bit: Zero flag
-2, -1, 0 -2,147,483,648
Borrow flag
D-58
X0
ADD
-32,768
The highest bit
of the data
= 1 (negative)
The highest bit
of the data
= 1 (negative)
D0
D10
Zero flag
-1, 0
1
The highest bit
of the data
= 0 (positive)
Zero flag
-1, 0
1
The highest bit
of the data
= 0 (positive)
Revisión Noviembre 2007, 03EE, SW--PW V1.10/CTL V2.10
D20
Zero flag
32,767
0
1 2
Carry flag
Zero flag
2,147,483,647 0 1 2
Carry flag