LDA instructions on Keyence PLC: Load A (Accumulator)
Inputs the value specified by the operand to [Acc (internal register)].
* The current value is input to [Acc] when a timer/counter is specified to the operand.
Examples of the use of LDA instructions :
1. If Actual Value the C000=1 then Acc=1 (LDA=1).
2. If Actual Value the C000=2 then Acc=2 (LDA=2).
3. If Actual Value the C000=3 then Acc=3 (LDA=3), etc