RM-110 communication driver is the driver to communicate with power meter controller of Takemoto Electronics in Japan.
<Figure
1> is read setting example of RM-110 communication driver.
<Figure 1> Read setting example of RM-110 communication driver |
Device part of RM-110 POWER METER input Com Port(COM1), Baud Rate(1200~9600 BPS), Parity Bit(2), Data Bit(7), Stop Bit(1) respectively.
In case of 485 communication, you have to do write TxRTS(or TxON), RxECHO(or RxON), etc, in order to not receive echo signal.
Station, baud rate, etc of RM-110 are set by setting switch attached at power meter.
RM-110 read schedule
Read schedule setting parameters are as follows:
1) Station - station number of controller.
2) Read function number - 08, 11, 15, 1A, 20.
3) Read Start Address.
4) Save Start Address for Communication Server - Position of ScanBuf to save the read value.
5) Read Size - 1~15 word 20 command(Reading all DATA) is fixed as 20 word.
read schedule example)
READ, 1, 08, 1, 0, 2,
READ, 1, 11, 1, 2, 15,
READ, 1, 15, 1, 17, 1,
READ, 1, 20, 1, 18, 20,
DWORD, 1, 0A, 1, 0, 2,
DWORD, 1, 20, 1, 2, 20,
DWORD, 1, 0A, 1, 0, 2,
Command Type | Command Contents | Command Classification | Remarks |
08 | Reading Set Point DATA (CT Proportion, PT Proportion) |
Read Command | |
0A | Reading Winning Rate DATA | Read Command | Current, Voltage etc |
11 | Reading ANALOG DATA | Read Command | Current, Voltage etc |
15 | Reading PULSE DATA | Read Command | Amount of Power, Amount of Reactive Power |
20 | Reading All DATA | Read Command | All Data |
54 | Writing DATA RESET | Write Command | |
55 | All Models RESET | Write Command | |
<Command Type and Contents for RM-110 Power Meter> |
Read Order | Data Type | Rated of Secondary Side(Max) |
Read Range |
01 | R Phase Current | 0 ~ 5A |
0 ~ 2000 |
02 | S Phase Current | 0 ~ 5A |
0 ~ 2000 |
03 | T Phase Current | 0 ~ 5A |
0 ~ 2000 |
04 | RS Line-To-Line Voltage | 0 ~ 150 (In case of 110V) 0 ~ 300 (In case of 220V) |
0 ~ 2000 |
05 | ST Line-To-Line Voltage | 0 ~ 150 (In case of 110V) 0 ~ 300 (In case of 220V) |
0 ~ 2000 |
06 | TR Line-To-Line Voltage | 0 ~ 150 (In case of 110V) 0 ~ 300 (In case of 220V) |
0 ~ 2000 |
07 | Power or Max Zero-Phase Sequence Voltage | -1 ~ 1 (In case of 1KW) -2 ~ 2 (In case of 2KW) |
0 ~ 2000 |
08 | Reactive Power or zero-phase sequence voltage | -1 ~ 1 (In case of 1KVAR) -2 ~ 2 (In case of 2KVAR) |
0 ~ 2000 |
09 | PF Power Factor | -50~-100/+100~50 |
0 ~ 2000 |
10 | Frequency | 44 ~ 55 55 ~ 65 45 ~ 65 |
0 ~ 2000 |
11 | DEMAND Current | 0 ~ 5A |
0 ~ 2000 |
12 | RN R Phase Voltage | 0 ~ 5A |
0 ~ 2000 |
13 | SN S phase Voltage | 0 ~ 86.6 |
0 ~ 2000 |
14 | TN T Phase Voltage | 0 ~ 86.6 |
0 ~ 2000 |
15 | TN T Phase Voltage | 0 ~ 86.6 |
0 ~ 2000 |
<ANALOG Data Type and Maximum Value of RM-110 POWER METER> |
Read Order | Data Type | Device Minimum/Maximum |
Read Range |
01 | Amount of Power(1 digit of below decimal point) | -1 ~ 1 (In case of 1KW) -2 ~ 2 (In case of 2KW) |
|
02 | Amount of Reactive Power(1 digit of below decimal point) | -1 ~ 1 (In case of 1KW) -2 ~ 2 (In case of 2KW) |
|
<PULSE DATA Contents for RM-110 POWER METER> |
Digital Write
Digital write setting parameters are as follows :
1) PORT : Connected PORT number.
2) STATION : STATION number of RM-110.
3) ADDRESS : In case of 54 command(01 : MDA RESET or 02 : Mvo RESET).
4) EXTRA1 : Command 54 : DATA RESET or 55 : RESET all type.
Write example)
PORT : 0 STATION : 1 ADDRESS:0001 EXTRA1:54
If you set as above, you can do MDA RESET.
Analog Write
There is no analog output of RM-110 POWER METER.