LS PCU Inverter communication driver is the driver to communicate with PCU inverter of LSIS Co., Ltd. in Korea.
<Figure 1> is read setting example of LS PCU Inverter communication driver.
<Figure 1> Read setting example of LS PCU Inverter communication driver |
Device part of <Figure 1> input Com Port(COM1), Baud Rate(9600), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively, according to controller.
LS PCU Inverter communication driver read schedule
Read schedule setting parameters are as follows:
1) Station – 0 ~ 31 station address.
2) Read command – command = FAULT, VOLT, INVERT, UTIL, POWER, TEMP, INFO. ( refer to <Table 1> )
3) Read start address – read start address.
4) Save start address for Communication Server – Saving start address of Communication Server.
5) Read Size – fixed to 1.
Read schedule example)
READ, 1, FAULT, 0, 0, 1,
READ, 1, VOLT, 0, 10, 1,
READ, 1, INVERT, 0, 20, 1,
READ, 1, UTIL, 0, 30, 1,
READ, 1, POWER, 0, 40, 1,
READ, 1, TEMP, 0, 50, 1,
READ, 1, INFO, 0, 60, 1,
<Table 1> is read command and contents for LS PCU Inverter communication driver.
Command | Contents | Data saving address | Remarks |
FAULT | read of Fault information | Start addr + 0 : solar cell status | 0 =solar cell over voltage 2 = solar cell low voltage |
Start addr + 1 : inverter operation or alarm | 0 = inverter over current 3 = system-inverter phase error 7 = inverter heating 14 = inverter operation |
||
Start addr + 2 : wiring alarm | 0 = system over voltage 1 = system low voltage 3 = system blackout 4 = system over frequency 5= system low frequency |
||
Spare | Spare | ||
VOLT | solar cell voltage | Start addr + 0 : solar cell voltage | |
solar cell voltage current | Start addr + 1 : solar cell voltage current | real value = read value/10 | |
INVERT | U phase voltage of inverter | Start addr + 0 : U phase voltage of inverter | |
V phase voltage of inverter | Start addr + 1 : V phase voltage of inverter | ||
W phase voltage of inverter | Start addr + 2 : W phase voltage of inverter | ||
U phase current of inverter | Start addr + 3 : U phase current of inverter | real value = read value/10 | |
V phase current of inverter | Start addr + 4 : V phase current of inverter | ||
W phase current of inverter | Start addr + 5 : W phase current of inverter | ||
frequency of inverter | Start addr + 6 : frequency of inverter | real value = read value/10 | |
UTIL | system measurement R phase voltage | Start addr + 0 : system measurement R phase voltage | |
system measurement S phase voltage | Start addr + 1 : system measurement R phase voltage | ||
system measurement T phasevoltage | Start addr + 2 : system measurement R phase voltage | ||
system measurement R phasecurrent | Start addr + 3 : system measurement R phase current | real value = read value/10 | |
system measurement S phasecurrent | Start addr + 4 : system measurement R phase current | ||
system measurement T phasecurrent | Start addr + 5 : system measurement R phase current | ||
system measurement frequency | Start addr + 6 : frequency of inverter | real value = read value/10 | |
POWER | current power(KW) of solar cell | Start addr + 0 : current power(KW) of solar cell | real value = read value/1000 |
Low Bit, amount of power(inverter) | Start addr + 1 : Low Bit, amount of power(inverter) | ||
High Bit, amount of power(inverter) | Start addr + 2 : High Bit, amount of power(inverter) | ||
current power(KVA) of inverter | Start addr + 3 : current power(KVA) of inverter | ||
maximum output power(KW) of inverter | Start addr + 4 : maximum output power(KW) of inverter | ||
power factor of inverter | Start addr + 5 : power factor of inverter | real value = read value/10 | |
power generation(KWH) of inverter in one day | Start addr + 6 : power generation(KWH) of inverter in one day | ||
TEMP | temperature of inverter | Start addr + 0 : temperature of inverter | real value = read value/10 |
INFO | read of system information | Start addr + 0 : phase, inverter capacity(KW) | real value = read value/10 |
Start addr + 1 : year, month of manufacture | |||
Start addr + 2 : serial number of inverter | |||
<Table 1> Read command and contents for LS PCU Inverter communication driver |
If you click the icon in protocol option part, you can see the dialog box such as <Figure 2>. you can also set read schedule by using this part.
<Figure 2> Example of LS PCU Inverter communication driver¡¯s protocol option dialog box |
You can set read schedule by using , , button and listbox of <Figure 2>.
<Figure 3> Example of LS PCU Inverter communication driver¡¯s read schedule Add/Edit dialog box |
When you click Add button or Edit button in dialog box of <Figure 2>, dialog box of <Figure 3> will be shown.
LS PCU Inverter communication don't support 'Writing settings'.