- 45 -
2) Example of procedure of setting (writing) SV, time, and SV No. to step 1 of pattern No.1.
[Procedure 1] Register pattern No. and step No. of step which is written.
Setting
・
Pattern No. = Pattern
・
Step No. = Step 1 (Example of command = 0110232A000204000100016CF9)
Master
→
Instrument
Command
Setting contents
Slave address
01H
Set the instrument number (MODE 8 of sending command to KP.)
Function cord
10H
Set the function cord 16 (= 10H) for writing multiple analog setting values.
Starting number(H)
23H
Ending number (L)
2AH
Specify starting number (beginning number) of reference is written
continuous.
(Set the reference number 49003(=49003-40001=9002=232AH))
Quantity (H)
00H
Quantity (L)
02H
Set two (=02H), which is the number from reference number 49003 (pattern
No.) to 49004 (step No).
Data number
04H
4 byte (04H) = 2 × 2 byte data
Pattern No. (H)
00H
Pattern No. (L)
01H
[Reference number 49003] Set the pattern No. of program pattern is written.
When write to pattern 1, set 01 (0001H)
Step No. (H)
00H
Step No. (L)
01H
[Reference number 49004] Set the step No. of program pattern is written.
When write to pattern 1, set 01 (0001H)
CRC(L)
6CH
CRC(H)
F9H
Set the cord for error check.
(When it is MODBUS_RTU protocol, set the error check value of CRC-16.)
[Procedure 2] Notify step information is performed writing.
Setting
・
SV = 123.4
・
Time = 76:54 (H:M)
・
SV No. = No. 2 (Example of command = 0110232D00050A04D2004C0036000000024EBD)
Master
→
Instrument
Command
Setting contents
Slave address
01H
Set the instrument number (MODE 8 of sending command to KP.)
Function cord
10H
Set the function cord 16 (= 10H) for writing multiple analog setting values.
Starting number(H)
23H
Ending number (L)
2DH
Specify starting number (beginning number) of reference is written
continuous.
(Set the reference number 49006(=49006-40001=9005=232DH))
Quantity (H)
00H
Quantity (L)
05H
Set five (=05H), which is the number from reference number 49006 (SV) to
49010 (PID No).
Data number
0AH
10 byte (0AH) = 5 × 2 byte data
SV(H)
04H
SV(L)
D2H
[Reference number 49006] Acquire SV value.
Setting of SV=123.4
→
(Eliminate decimal point)
→
1234
→
(Hexadecimal
notation)
→
04D2H
Time, hours or
minutes (H)
00H
Time, hours or
minutes (L)
4CH
[Reference number 49007] Acquire high order (HHH: ) of time.
Setting of 76 hours of 76:54
→
(Hexadecimal notation)
→
004CH
Time, minutes or
seconds (H)
00H
Time, minutes or
seconds (L)
36H
[Reference number 49007] Acquire low order ( : LL) of time.
Setting of 54 minutes of 76:54
→
(Hexadecimal notation)
→
0036H
[Not Use]
00H
[Not Use]
00H
[
[Reference number 49009] is not in use reference number.
Set 0000H
SV No.(H)
00H
SV No.(L)
02H
[Reference number 49010] Acquire SV No..
Setting of SV No.2
→
(Hexadecimal notation)
→
0002H
CRC(L)
4EH
CRC(H)
BDH
Set the cord for error check.
(When it is MODBUS_RTU protocol, set the error check value of CRC-16.)
*When perform Writing again to same pattern No. and step No., skip procedure 1.
When perform writing of program pattern (step) information, performed writing of each parameter
after registration (writing) of corresponding pattern No. and step No. of reference 49003/49004.
Caution