Delta AS Series Programming Manual page 408

Hide thumbs Also See for AS Series:
Table of Contents

Advertisement

Example 5
When S overlaps D, and the device number of S is less than the device number of D, the transfer of the data to D starts
from the ending code 16#00.
The operand S:
Device
High byte
D0
16#31
D1
16#33
D2
16#35
D3
16#30
D4
16#38
After the instruction is executed, the data in D is as follows.
Device
High byte
D1
16#31
D2
16#33
D3
16#35
D4
16#00
D5
Unchanged
Low byte
16#30
16#32
16#34
16#00
'0'=16#30; 16#00 is the ending code.
16#37
Low byte
16#30
16#32
16#34
The ending code 16#00 is in the low byte.
16#00
16#00 is automatically added in the high byte.
Unchanged
Ch a pt er 6 Ap p l i ed I ns t r uc t i ons
Note
'1'=16#31; '0'=16#30
'3'=16#33; '2'=16#32
'5'=16#35; '4'=16#34
'8'=16#38; '7'=16#37
Note
'1'=16#31; '0'=16#30
'3'=16#33; '2'=16#32
'5'=16#35; '4'=16#34
6_
6 - 1 2 9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents