Class MeterCommon

java.lang.Object
org.flasby.solaredge.RegisterGroup
org.flasby.solaredge.MeterCommon
All Implemented Interfaces:
Jsonable

public class MeterCommon extends RegisterGroup implements Jsonable
  • Field Details

    • START

      public static final int START
      See Also:
    • C_SunSpec_ID

      public final Short C_SunSpec_ID
    • C_SunSpec_Length

      public final Short C_SunSpec_Length
    • C_Manufacturer

      public final String C_Manufacturer
    • C_Model

      public final String C_Model
    • C_Option

      public final String C_Option
    • C_Version

      public final String C_Version
    • C_SerialNumber

      public final String C_SerialNumber
    • C_DeviceAddress

      public final Short C_DeviceAddress
    • M_ModelBlock_Length

      public final Short M_ModelBlock_Length
    • M_MeterType

      public final SunSpecDID M_MeterType
    • currentBlock

      public final CurrentBlock currentBlock
    • voltageBlock

      public final MeterVoltageBlock voltageBlock
    • frequencyBlock

      public final FrequencyBlock frequencyBlock
    • powerBlock

      public final PowerBlock powerBlock
  • Constructor Details

    • MeterCommon

      public MeterCommon(Reader reader) throws com.ghgande.j2mod.modbus.ModbusException
      Throws:
      com.ghgande.j2mod.modbus.ModbusException
    • MeterCommon

      public MeterCommon(Reader reader, int start) throws com.ghgande.j2mod.modbus.ModbusException
      Throws:
      com.ghgande.j2mod.modbus.ModbusException
  • Method Details