65
4. Parameter description
Parameter
Step3. PC requests the inverter to read the value of P.195, using the format B:
ENQ
Station number
0
Command Code
H5F
Waiting Time
Sum Check
CR
H05
H30 H30
H35 H46
H30
H30 H42
H0D
195 minus 100 equals 95, then invert 95 to hexadecimal H5F, and
convert
5 and F to ASCII CODE
H35
、
H46.
Step4. After inverter receives the information and processes without error, it sends value of P.195 to
PC, using the format E:
STX
Station number
0
Read data
H1770(60Hz)
Unit
ETX
Sum Check
CR
H02
H30 H30
H31 H37 H37 H30
H32
H03
H36 H31
H0D
Example 4.
Change value of P.195 to 50 (initial value is 60):
Step1 and step 2 are the same as step1 and step2 of example 3.
Step 3. PC requests the inverter to inputting 50 into P.195, using the format A:
ENQ
Station number
0
Command Code
HDF
Waiting Time
Data
H1388
Sum Check
CR
H05
H30 H30
H44 H46
H30
H31 H33 H38 H38
H45 H45
H0D
195 minus 100 equal 95, then
Minimum unit of P.195 is 0.01, therefore
convert 95 to hexadecimal H5F, 50*100=5000, then convert 5000 to
H5F+H80=HDF. Hexadecimal H1388, and convert 1,3,8,8
to ASCII CODE to send out.
Step 4. After receiving and processing accurate, the inverter responsed PC, using the format C:
ACK
Station number
0
CR
H06
H30 H30
H0D
Example 5.
Change value of P.195 to 500 (Parameter range 0~400):
Step1 and step 2 are the same as step1 and step2 of example 3.
Step 3.
PC requests the inverter to
inputting 500 into P.195, using the format A:
ENQ
Station number
0
Command Code
HDF
Waiting Time
Data
HC350
Sum Check
CR
H05
H30 H30
H44 H46
H30
H43 H33 H35 H30
H46 H35
H0D