T

Top  Previous  Next

Transfer

The number in accu 1 is copied to the specified operand. Attention, this operation is executed in any case, unimportant which value the RLO has got. How many bytes are copied is dependent on the operand.

 

T        DBB 2                // The content of accu 1LL is copied to DBB 2

T        MW 5                // The content of accu 1L is copied to MW 5

T        AD 10                // The content of accu 1 is copied to AD 10

 

In FBD and LAD this instruction is only available with a source value.

The meaning is:

If input I0.1 is set MW10 is loaded into accu 1-L and this value is then transfered into MW20.

 

See also:

L

EN-input

 

List of operations