DONGEIECOS eRTU Inverter Communication Driver is the driver to communicate with solar eRTU inverter controller of DONGEIECOS Co., Ltd. in Korea.
<Figure 1> is read setting example of DONGEIECOS eRTU Inverter communication driver.
<Figure 1> Read setting example of DONGEIECOS eRTU 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.
DONGEIECOS eRTU Inverter communication driver¡¯s read schedule
Read schedule setting parameters are as follows:
1) STATION – 0 ~ 255 equipment address.
2) Read command – Command = MOD, ST1, ST2, ST3, ST4, ST5. (Refer to <Table 1>)
3) Read Start Address – Don't care.
4) Save Start Address for Communication Server – Saving start address of Communication Server.
5) Read Size – Size = Fix to 1.
Read schedule example)
READ, 0, MOD, 0, 0, 1,
READ, 0, ST1, 32, 10, 1,
READ, 0, ST2, 32, 20, 1,
READ, 0, ST3, 32, 30, 1,
READ, 0, ST4, 32, 40, 1,
READ, 0, ST5, 32, 50, 1,
<Table 1> is a description of read command and stored values of DONGEIECOS eRTU Inverter communication driver.
Read Command | Contents | Stored Values | Remarks |
MOD | Read of MOD | Start Add + 0 : phase(1, 3) Start Add + 1 : power capacity [0.1kw] Start Add + 2 : rated line voltage[V] |
1 Digit 1 ~ 4 Digit, Real Value = Read Value / 10 1 ~ 3 Digit |
ST1 | Read of ST1 | Start Add + 0 : PV voltage[V] Start Add + 1 : PV current[0.1A] Start Add + 2 : PV generated power[0.1kw] |
1 ~ 3 Digit 1 ~ 4 Digit, Real Value = Read Value / 10 1 ~ 4 Digit, Real Value = Read Value / 10 |
ST2 | Read of ST2 | Start Add + 0 : A line voltage[V] Start Add + 1 : B line voltage[V] Start Add + 2 : C line voltage[V] Start Add + 3 : line frequency[0.1Hz] |
1 ~ 3 Digit 1 ~ 3 Digit 1 ~ 3 Digit 1 ~ 3 Digit, Real Value = Read Value / 10 |
ST3 | Read of ST3 | Start Add + 0 : A line current [0.1A] Start Add + 1 : B line current [0.1A] Start Add + 2 : C line current [0.1A] |
1 ~ 4 Digit, Real Value = Read Value / 10 |
ST4 | Read of ST4 | Start Add + 0 : generated power[0.1kW] Start Add + 1 : total generated power[kWh] |
1 ~ 4 Digit, Real Value = Read Value / 10 1 ~ 7 Digit (DWORD) |
ST5 | Read of ST5 | Start Add + 0 : 1 = line power loss Start Add + 1 : 1 = stop Start Add + 2 : 0 = ready, 1 ~ 9 = system fault number |
1 Digit |
<Table 1> Read commands type and stored values of DONGEIECOS eRTU Inverter communication driver |
DONGEIECOS eRTU Inverter communication driver store the same data in WORD, DWORD, FLOAT, STRING memory, but the data formats are different.
If you click the icon in protocol option part, you can see the dialogue box such as <Figure 2>. you can also set read schedule by using this part.
<Figure 2> Example of DONGEIECOS eRTU Inverter communication driver¡¯s Option dialogue box |
You can also set read schedule by using , , button and listbox of <Figure 2>.
<Figure 3> Example of DONGEIECOS eRTU Inverter communication driver¡¯s read schedule Add/Edit dialogue box |
When you click Add button or Edit button in dialogue box of <Figure 2>, dialogue box of <Figure 3> will be shown.
2. Write settings
DONGEIECOS eRTU Inverter communication driver don¡¯t support ¡®write settings¡¯.