STEP 7 Professional V13 SP1 - Siemens Industry Online Support

Anuncio
STEP 7 Professional V13 SP1
TAK: Intercambiar contenido de los acumuladores 1 y 2
TAK: Intercambiar contenido de los acumuladores 1 y 2
Descripción
La instrucción "Intercambiar contenido de los acumuladores 1 y 2" intercambia el contenido
del acumulador 1 con el contenido del acumulador 2. En los controladores con cuatro
acumuladores, los contenidos de los acumuladores 3 y 4 no se ven influidos por esta
instrucción.
La CPU ejecuta la instrucción independientemente del resultado lógico y los bits de estado.
La instrucción no influye ni en el resultado lógico ni en los bits de estado.
Sintaxis
Para la instrucción "Intercambiar contenido de los acumuladores 1 y 2" se utiliza la siguiente
sintaxis:
TAK
Ejemplo
El siguiente ejemplo muestra el funcionamiento de la instrucción:
AWL
Explicación
L "Tag_Value_1"
// Cargar el valor del operando "Tag_Value_1" en el acumulador
1.
L "Tag_Value_2"
// Desplazar el contenido del acumulador 1 al acumulador 2.
// Cargar el valor del operando "Tag_Value_2" en el acumulador
1.
>I
// Comparar si el valor del acumulador 2 es mayor que el valor del
acumulador 1.
JC NEXT
// Si la condición se cumple (RLO = "1"), saltar a la etiqueta
"NEXT".
// Si la condición no se cumple (RLO = "0"), procesar la instrucción
siguiente.
TAK
// Intercambiar contenido de los acumuladores 1 y 2.
NEXT: -I
// Etiqueta "NEXT"
// Restar el valor del acumulador 1 del valor del acumulador 2.
T "Tag_Output"
// Transferir el contenido del acumulador 1 al operando
"Tag_Output".
This document constitutes a free excerpt compiled by the user himself/herself from the documentation provided by Siemens for this product. Siemens disclaims
all liability for the completeness of this document. It shall only be used for the user's own internal purposes. It shall not be passed on to third parties. The complete
documentation can be found at:
/dokumentation/default.aspx?DocVersionId=74495465995&Language=es-ES&TopicId=39040548235
17/11/2016
STEP 7 Professional V13 SP1
TAK: Intercambiar contenido de los acumuladores 1 y 2
Ver también
→ Añadir instrucciones AWL
→ Procesar instrucciones AWL
This document constitutes a free excerpt compiled by the user himself/herself from the documentation provided by Siemens for this product. Siemens disclaims
all liability for the completeness of this document. It shall only be used for the user's own internal purposes. It shall not be passed on to third parties. The complete
documentation can be found at:
/dokumentation/default.aspx?DocVersionId=74495465995&Language=es-ES&TopicId=39040548235
17/11/2016
Descargar