ASDA-M Chapter 7 Motion Control
Revision December, 2014 7-11
Set P5-12 to 300 (After writing 300 into address 13 in data array, the
value of P5-11 will increase 1 automatically.)
The last step is to read address 11, 12 and 13 and check if the
content is the value that just wrote into.
B. Read via panel: Use P5-13 (reading / writing window #2) so as to continuously read
the content.
1. Set address: Set P5-11 to 11 (The first read address)
2. Read the data: When the panel displays P5-13,
Press the SET Key for the first time and show the content of address
11. Then, press the MODE Key to exit.
Press the SET Key for the second time and show the content of
address 12. Then, press the MODE Key to exit.
Press the SET Key for the second time and show the content of
address 13. Then, press the MODE Key to exit.
Note: Every time when reading the data via P5-13, the value of P5-11
will increase 1 automatically. Thus the user could continuously
read the data.
If reading the data via P5-12, then the value of P5-11 will not
change. The user is unable to read the next data automatically.
If users desire to read / write the data array via communication, the operation procedure
is similar to panel. Moreover, the function of P5-12 and P5-13 is the same. If users
desire to write 6 data, 100, 200, 300, 400, 500 and 600 into the address of data array
via Modbus communication command 0x10 (continuous writing), the content of the
issued command is as the followings:
Content of Communication Command: Write into Data Array
No. Command
Start
Add.
Written
Amount
P5-11 P5-12 P5-13
Low
Word
High
Word
Low
Word
High
Word
Low
Word
High
Word
1 0x10
P5-1
1
6
(Word)
11 0 100 0 200 0
The first address The first data
The second
data
2 0x10
P5-1
1
6
(Word)
13 0 300 0 400 0
The third address The third data The fourth data
3 0x10
P5-1
1
6
(Word)
15 0 500 0 600 0
The fifth address The fifth data The sixth data