Skip to content

Gantner

The Teleport can connect to the Gantner Q.reader logger.

Supported properties
  • generatedEnergy
  • activePower
  • reactivePower
  • powerFactor
  • activePowerLimit
  • activePowerLimit.percentage
  1. Connect an ethernet cable between the router and the Gantner Q.reader logger, as well as between the router and the ETH1 port of the Teleport. Please navigate to our appendix for more instructions on how to integrate with a router.
  2. Gantner has to configure their device with the Modbus protocol. Please contact Withthegrid, so we can coordinate this with Gantner.

Modbus RTU over RS-485

  1. Connect the serial cable between the serial port of the Teleport and the serial port of the Gantner Q.reader logger.
  2. Gantner has to configure their device with the Modbus protocol. Please contact Withthegrid, so we can coordinate this with Gantner.

Modbus protocol

The Modbus protocol for the Gantner Q.reader logger is specified in the table below. The Teleport supports both big-endian and mid-little endian byte order. All registers are floating-points as described in IEEE 754.

ItemRegister addressSizeTypeUnitR/Wnote
Active power limit122882Float32%R/WAs a percentage of the nominal active power.
Watchdog122912Float32R/WWritten periodically by the Teleport1. When not written for a certain amount of time, the Gantner Q.reader will revert to a predefined active power limit.
Active power123002Float32WR
Nominal active power123022Float32WR
Generated energy123042Float32WhR
Available active power123062Float32WR
Reactive power2123082Float32varRReactive power, following our sign convention.
Power factor2123102Float32RPower factor, following our sign convention.
Irradiance3125002Float32W/m²RIrradiance, accumulated in case of multiple irradiance sensors.
Wind speed3125022Float32m/sRWind speed, accumulated in case of multiple wind speed sensors.
Ambient temperature3125102Float32°CRAir temperature of the surrounding environment.
Solar module temperature3125122Float32°CRTemperature of the solar module, e.g. solar panels or cells.
Irradiance measurement 13125202Float32W/m²R
Irradiance measurement 23125222Float32W/m²R

Footnotes

  1. The watchdog register is written with an increasing value at least every 15 seconds. If the value reaches or exceeds 216-1, it will roll-over to 0.

  2. Optional items. If this data is not available, the Modbus registers for this property should contain 0xffff. 2

  3. Optional items, only used when environmental data is available. If this data is available, the Teleport will use a secondary and tertiary Modbus TCP connection to the Gantner Q.reader to retrieve this data. 2 3 4 5 6