Landis+Gyr
Teleport can connect to Landis+Gyr power meters fitted with the E65C CU-XE module. You can connect using Modbus RTU using the RS485 serial interface or Modbus TCP over ethernet, which is recommended. More configuration information can be found in the official documentation.
Modbus TCP over ethernet (recommended)
-
Connect the ethernet cable between the ETH1 port of the Teleport and the LAN port of the CU-XE module. If the LAN port of the module is already occupied (e.g. connected to a router), navigate to our appendix for instructions on how to integrate with a router.
-
In case Teleport connects directly to the meter, open the web interface of the module and navigate to Communication and Network. Configure the following settings, with values as described in Static IPs for a direct asset connection.
- IPv4 Configuration:
Static
- IP Address
- Subnet Mask
- Gateway
- IPv4 Configuration:
-
Enable the Modbus client by opening the web interface of the module and navigating to
Protocol Conversion > Clients > Modbus
and clicking the checkbox. -
Configure the modbus map, shown in the table below, if that is not already done. All registers should be Holding registers with data type Float and register length 2.
Modbus RTU over RS485
-
Connect the serial cable between the serial port of the Teleport and the serial port of the CU-XE module. The serial port is an RJ45 socket, where the wires must be connected as follows:
RS485_NEG
pin on Teleport to pin5
of the moduleRS485_POS
pin on Teleport to pin6
of the moduleGND
pin on Teleport to pin1
or7
of the module- Module bus should be terminated with 120 Ohm termination resistor
-
Enable the Modbus client by opening the web interface of the module and navigating to
Protocol Conversion > Clients > Modbus
and clicking the checkbox. -
Teleport is configured to use the following default Modbus interface configuration of the module (let us know if you use a custom configuration):
- Device address:
1
- Baud rate:
9600
- Stop bits:
1
- Parity:
none
- Device address:
-
Configure the modbus map, shown in the table below, if that is not already done. All registers should be Holding registers with data type Float and register length 2.
Register address | Data point | Unit |
---|---|---|
0 | Voltage L1 | V |
2 | Voltage L2 | V |
4 | Voltage L3 | V |
6 | Current L1 | A |
8 | Current L2 | A |
10 | Current L3 | A |
12 | Neutral current | A |
14 | Frequency | Hz |
16 | Active power sum | kW |
18 | Reactive power sum | kvar |
20 | Apparent power sum | kVA |
22 | Power factor | - |
24 | Power factor L1 | - |
26 | Power factor L2 | - |
28 | Power factor L3 | - |
30 | Active power L1 | kW |
32 | Active power L2 | kW |
34 | Active power L3 | kW |
36 | Reactive power L1 | kvar |
38 | Reactive power L2 | kvar |
40 | Reactive power L3 | kvar |
42 | Apparent power L1 | kVA |
44 | Apparent power L2 | kVA |
46 | Apparent power L3 | kVA |
48 | Total energy M1 - positive active | kWh |
50 | Total energy M2 - negative active | kWh |
52 | Total energy M3 - positive reactive | kvarh |
54 | Total energy M4 - negative reactive | kvarh |