TMS Lite
LC-18-1CH-X10 & 2CH-X5 CONTROLLER UNIT
23
2.1 Write to Master
Command List
Command
Code
(YY)
Command Description Data
No. of Byte
MSI
Set IP Address
WWW.XXX.YYY.ZZZ
15
MSS
Set Subnet Mask
WWW.XXX.YYY.ZZZ
15
MSG
Set Gateway
WWW.XXX.YYY.ZZZ
15
MSU
Update IP
NONE
0
Send Update IP command after done setting IP/Submask/Gateway
REMARK: Do a power restart on the Master Unit for the new IP Address to come into
effect
Example
Set IP Address = 192.168.0.123
Tx > @MSI{192.168.000.123}
Rx < @MSI{192.168.000.123}
Update IP on Master
Tx > @MSU{}
Rx < @MSU{}
2.2 Read from Master
Command
Code
(YY)
Command
Description
Return
Data
No.
of
Byte
MRI
Read IP Address
WWW.XXX.YYY.ZZ
Z
15
MRS
Read Subnet Mask
WWW.XXX.YYY.ZZ
Z
15
MRG
Read Gateway
WWW.XXX.YYY.ZZ
Z
15
MRV
Read
Firmware
Version
WXYZ (W.X.Y.Z)
0
Example
Read IP Address = 192.168.0.123
Tx > @MRI{}
Rx < @MRI{192.168.000.123}