User Guide

91
NOTE:
1. Get Operation time example
Assumed the accumulated operation time is 00,123,456 hrs
Send: 0x 38 30 31 67 31 30 30 30 0D (Get Operation time)
Reply:
#1 0x 38 30 31 72 31 31 30 30 0D (“00”)
#2 0x 38 30 31 72 31 32 31 32 0D (“12”)
#3 0x 38 30 31 72 31 33 33 34 0D (“34”)
#4 0x 38 30 31 72 31 34 35 36 0D (“56”)
2. Get Device Name example
Assumed the device name is CDE-5500
Send: 0x 38 30 31 67 34 30 30 30 0D (Get Device Name)
Reply:
#1 0x 38 30 31 72 34 31 43 44 0D (“C” “D”)
#2 0x 38 30 31 72 34 32 45 2D 0D (“E” “-”)
#3 0x 38 30 31 72 34 33 35 35 0D (“5” “5”)
#4 0x 38 30 31 72 34 34 30 30 0D (“0” “0”)
#5 0x 38 30 31 72 34 35 00 00 0D (“(NULL)” “(NULL)”)
#6 0x 38 30 31 72 34 36 00 00 0D (“(NULL)” “(NULL)”)
Assumed the device name is “NMP-302#1”
Send: 0x 38 30 31 67 34 30 30 30 0D (Get Device Name)
Reply:
#1 0x 38 30 31 72 34 31 4E 4D 0D (“N” “M”)
#2 0x 38 30 31 72 34 32 50 2D 0D (“P” “-”)
#3 0x 38 30 31 72 34 33 33 30 0D (“3” “0”)
#4 0x 38 30 31 72 34 34 32 23 0D (“2” “#”)
#5 0x 38 30 31 72 34 35 31 00 0D (“1” “(NULL)”)
#6 0x 38 30 31 72 34 36 00 00 0D (“(NULL)” “(NULL)”)
3. Get MAC address example
Assumed the MAC address is 00:11:22:aa:bb:cc
Send: 0x 38 30 31 67 35 30 30 30 0D (Get MAC add)
Reply:
#1 0x 38 30 31 72 35 31 30 30 0D (“00”)
#2 0x 38 30 31 72 35 32 31 31 0D (“11”)
#3 0x 38 30 31 72 35 33 32 32 0D (“22”)
#4 0x 38 30 31 72 35 34 61 61 0D (“aa”)
#5 0x 38 30 31 72 35 35 62 62 0D (“bb”)
#6 0x 38 30 31 72 35 36 63 63 0D (“cc”)