Fronius LogoFronius Mobile Logo
en-US
      Operating instructionsFronius GEN24 - Modbus TCP and RTU
    • The Modbus Protocol
      • General
      • Structure of Modbus Messages
      • Modbus TCP – MBAP Header
      • Supported function codes
      • 03 (0x03) Read Holding Registers
      • 06 (0x06) Write Single Register
      • 16 (0x10) Write Multiple Registers
      • Exception codes
      • CRC Calculation for Modbus RTU
      • Calculating CRC Checksum
      • Adding CRC Checksum to the Message
    • General
      • Abbreviations Used
      • Register maps
      • Response times
      • Modbus device ID for inverters
      • Modbus device ID for energy meters
      • Register addresses
      • Unavailable data records
      • Time response of the supported operating modes
      • Sign Convention for the Power Factor
      • Values saved on the card
      • Scale factors
      • Non-writable registers
      • Entering Invalid Values
    • Modbus Settings
      • General
      • Open the Modbus settings
      • Modbus
      • Limiting control
    • Common & Inverter Model
      • Common Block Register
      • Inverter Model Register
      • SunSpec Operating Codes
    • Nameplate Model (120)
      • General
      • Nameplate Register
    • Basic Settings Model (121)
      • Basic Settings Register
      • Reference Voltage
      • Deviation from reference voltage
    • Extended Measurements & Status Model (122)
      • General
      • Extended Measurements & Status Register
    • Immediate Control Model (123)
      • General
      • Immediate Controls Register
      • Standby
      • Power reduction
      • Example:
        setting a power reduction
      • Example:
        Changing the Return Time When Power Reduction Has Been Activated
      • Effects of reactive power specifications on effective power
      • Constant power factor
      • Example:
        Setting a Constant Power Factor
      • Constant relative reactive power
      • Example:
        Setting Constant Reactive Power
    • Multiple MPPT Inverter Extension Model (160)
      • General
      • Multiple MPPT Inverter Extension Register
    • Basic Storage Control Model (124)
      • General
      • Information Provided
      • Power Window Specifications
      • Setting the Minimum Charge Level
      • Charging the energy storage via the grid
      • Basic Storage Controls Register
      • Register manipulation and Battery status changes in Fronius Solar.web
    • SunSpec models 7xx
      • Activation
      • Prioritization of commands
      • Reversion Timers
      • Curves
    • DER AC measurement model (701)
      • DER AC measurement model (701)
    • DER capacity model (702)
      • DER capacity model (702)
    • Enter service model (703)
      • Enter service model (703)
    • DER AC controls model (704)
      • DER AC controls model (704)
    • DER volt-var model (705)
      • DER volt-var model (705)
    • DER volt-watt model (706)
      • DER volt-watt model (706)
    • DER low and high voltage trip models (707 & 708)
      • DER low and high voltage trip models (707 & 708)
    • DER low and high frequency trip models (709 & 710)
      • DER low and high frequency trip models (709 & 710)
    • DER frequency droop model (711)
      • DER frequency droop model (711)
    • DER watt-var model (712)
      • DER watt-var model (712)
    • DER storage capacity model (713)
      • DER storage capacity model (713)
    • Meter Model
      • Meter Model Register
    • End Block
      • General
      • End Block
    • 032-03112025

    Fronius GEN24 - Modbus TCP and RTU

    download
    ContactImprintTerms of usePrivacy statementCookie policy
    © 2025 Fronius International GmbH
    © 2025 Fronius International GmbH
    ContactImprintTerms of usePrivacy statementCookie policy

    The Modbus Protocol

    link_horizontalLink copied

    General

    The description of the protocol is largely taken from the Modbus specifications, which are publicly available at www.modbus.org/specs.php.

    Modbus is a simple, open communication protocol, with which master-slave or client-server communication can be carried out between the devices connected to the network. The basic principle of Modbus is: a master sends a request and a slave responds to this. In Modbus TCP, the master is referred to as the client and a slave as a server. The function is the same. The descriptions of the protocol functions provided below will use the more common names master and slave, irrespective of the RTU and TCP variants. In cases where there are differences between RTU and TCP, this will be specifically indicated.

    Modbus can be used in two ways on the inverter:
    • Modbus TCP
      using TCP/IP via Ethernet (connected by cable or via WLAN)
    • Modbus RTU
      using asynchronous serial transmission via RS-485 (EIA/TIA-485-A)

    In the case of Modbus RTU, there can only ever be one master in the system. In principle, only one master may initiate requests. A slave may only give a response if it has been addressed by the master; the slaves cannot communicate with each other. If a broadcast request (request to all available slaves via slave ID or unit ID 0) is sent, none of the slaves can respond. Broadcasts can therefore only be used for write commands.

    If a master sends a request to a slave, then it expects a response. In the event of a request from a master, there are five options:
    • If the slave receives the request without communication errors and can process this request without errors, then a normal response will be sent with the required data.
    • If the slave does not receive the request due to a communication error, then no response is sent. This leads to a timeout on the master.
    • If the slave receives the request, but discovers a communication error (parity, CRC, etc.), then no response is sent. This leads to a timeout on the master.
    • If the slave receives the request without communication errors, but cannot process it without errors (e.g., if a register that is not available needs to be read), then an error message (exception response) is returned with the reason for the error.
    • If the slave receives a broadcast request, which also goes to all other devices, then no response will be sent either in the event of an error or if the request has been successfully processed. Broadcast requests are therefore only suitable for write commands.

    Modbus devices provide data in 16 bit large data blocks (registers).
    In certain cases, individual data points may also cover several data blocks (e.g., 2 registers = 32 bit value).

    1. The Modbus Protocol

    General

    link_horizontalLink copied

    The description of the protocol is largely taken from the Modbus specifications, which are publicly available at www.modbus.org/specs.php.

    Modbus is a simple, open communication protocol, with which master-slave or client-server communication can be carried out between the devices connected to the network. The basic principle of Modbus is: a master sends a request and a slave responds to this. In Modbus TCP, the master is referred to as the client and a slave as a server. The function is the same. The descriptions of the protocol functions provided below will use the more common names master and slave, irrespective of the RTU and TCP variants. In cases where there are differences between RTU and TCP, this will be specifically indicated.

    Modbus can be used in two ways on the inverter:
    • Modbus TCP
      using TCP/IP via Ethernet (connected by cable or via WLAN)
    • Modbus RTU
      using asynchronous serial transmission via RS-485 (EIA/TIA-485-A)

    In the case of Modbus RTU, there can only ever be one master in the system. In principle, only one master may initiate requests. A slave may only give a response if it has been addressed by the master; the slaves cannot communicate with each other. If a broadcast request (request to all available slaves via slave ID or unit ID 0) is sent, none of the slaves can respond. Broadcasts can therefore only be used for write commands.

    If a master sends a request to a slave, then it expects a response. In the event of a request from a master, there are five options:
    • If the slave receives the request without communication errors and can process this request without errors, then a normal response will be sent with the required data.
    • If the slave does not receive the request due to a communication error, then no response is sent. This leads to a timeout on the master.
    • If the slave receives the request, but discovers a communication error (parity, CRC, etc.), then no response is sent. This leads to a timeout on the master.
    • If the slave receives the request without communication errors, but cannot process it without errors (e.g., if a register that is not available needs to be read), then an error message (exception response) is returned with the reason for the error.
    • If the slave receives a broadcast request, which also goes to all other devices, then no response will be sent either in the event of an error or if the request has been successfully processed. Broadcast requests are therefore only suitable for write commands.

    Modbus devices provide data in 16 bit large data blocks (registers).
    In certain cases, individual data points may also cover several data blocks (e.g., 2 registers = 32 bit value).

    1. The Modbus Protocol

    Structure of Modbus Messages

    link_horizontalLink copied

    In principle, a Modbus message is made up of the protocol data unit (PDU). This is independent of the underlying communication layers.
    Depending on the bus or network that is used, additional fields can also be added. This structure is then referred to as the application data unit (ADU).

    ADU

     

    Address field

    Function code

    Data

    CRC

     

     

    PDU

     

     

    Structure of a Modbus message for Modbus RTU

    ADU

     

    MBAP header

    Function code

    Data

     

     

    PDU

     

    Structure of a Modbus message for Modbus TCP

    Modbus TCP uses its own header to identify the application data unit. This header is called MBAP header (MODBUS application protocol header).

    The size of the protocol data unit (PDU) is limited due to the first Modbus implementations in a serial network (max. RS-485 ADU = 256 bytes). This results in the following for the size of the protocol data unit PDU: PDU = 256 – slave ID (1 byte) – CRC (2 bytes) = 253 bytes
    This results in:
    • Modbus RTU ADU = 253 + slave ID (1 byte) + CRC (2 bytes) = 256 bytes
    • Modbus TCP ADU = 253 bytes + MBAP (7 bytes) = 260 bytes
    1. The Modbus Protocol

    Modbus TCP – MBAP Header

    link_horizontalLink copied
    The MBAP header includes 7 bytes:
    • Transaction ID (2 bytes): Is used in order to synchronize request and response. The slave adopts the transaction ID from the request into the response.
    • Protocol ID (2 bytes): Is always 0 (Modbus protocol).
    • Length (2 bytes): The length field includes the number of bytes of the subsequent fields, including unit ID and data fields.
    • Unit ID (1 byte): This field is used for addressing devices connected to the inverter (gateway function). The unit ID corresponds to the slave ID in Modbus RTU. The value is specified by the master and is returned unchanged by the slave with the response.
      For details about the addressing of the devices, see:
      • Modbus device ID for inverters on page (→)
      • Modbus device ID for energy meters on page (→)
      IMPORTANT! The correct unit ID must always be specified, even if the inverter control is only connected to one individual inverter.
    1. The Modbus Protocol

    Supported function codes

    link_horizontalLink copied
    The function code determines the action to be carried out on the slave. Three function codes for read and write operations are supported:
    • 03 (0x03) 1) read holding registers
    • 06 (0x06) 1) write single register
    • 16 (0x10) 1) write multiple registers

    If an error occurs on the slave during the processing of a request, an error message is sent as the response (exception response). In the event of this kind of response, the most significant bit of the function code is set to 1 (corresponds to adding 0x80 to the function code) 1) and an exception code is added, which indicates the reason for the error.

    1) The prefix "0x" stands for hexadecimal numbers.

    1. The Modbus Protocol

    03 (0x03) Read Holding Registers

    link_horizontalLink copied

    This function code is used to read the content of one or more successive registers of a device. The request contains the address of the first register to be read and the number of registers to be read. Registers are addressed in the request starting at 0. This means that registers 1 to 16 will be addressed via addresses 0 to 15.

    Request

     

     

    Function code

    1 byte

    0x03

     

    Start address

    2 bytes

    0x0000 to 0xFFFF (0 to 65535)

     

    Number of registers

    2 bytes

    1 to 125

    Response

     

     

    Function code

    1 byte

    0x03

     

    Number of bytes

    1 byte

    2 x N*

     

    Register values

    N* x 2 bytes

     

     

    *N = number of registers

    Error

     

     

    Error code

    1 byte

    0x83

     

    Exception code

    1 byte

    01 or 02 or 03 or 04 or 11

    1. The Modbus Protocol

    06 (0x06) Write Single Register

    link_horizontalLink copied

    This function code is used in order to write a single register. The request only contains the address of the register to be written. Registers are addressed starting at 0. This means that register 1 is addressed via address 0. The normal response is a copy of the request, which is sent after successfully writing the register.

    Request

     

     

    Function code

    1 byte

    0x06

     

    Register address

    2 bytes

    0x0000 to 0xFFFF (0 to 65535)

     

    Register value

    2 bytes

     

    Response

     

     

    Function code

    1 byte

    0x06

     

    Register address

    2 bytes

    0x0000 to 0xFFFF (0 to 65535)

     

    Register value

    2 bytes

     

    Error

     

     

    Error code

    1 byte

    0x86

     

    Exception code

    1 byte

    01 or 02 or 03 or 04 or 11

    1. The Modbus Protocol

    16 (0x10) Write Multiple Registers

    link_horizontalLink copied

    This function code is used in order to write a block of successive registers. The request contains the address of the first register to be written, the number of registers to be written, the number of bytes to be written, and the values to be written (2 bytes per register). The normal response contains the function code, the start address, and the number of registers written.

    Request

     

     

    Function code

    1 byte

    0x10

     

    Start address

    2 bytes

    0x0000 to 0xFFFF (0 to 65535)

     

    Number of registers

    2 bytes

    1 to 123

     

    Number of bytes

    1 byte

    2 x N*

     

    Register values

    N* x 2 bytes

     

     

    *N = number of registers

    Response

     

     

    Function code

    1 byte

    0x10

     

    Start address

    2 bytes

    0x0000 to 0xFFFF (0 to 65535)

     

    Number of registers

    2 bytes

    1 to 123

    Error

     

     

    Error code

    1 byte

    0x90

     

    Exception code

    1 byte

    01 or 02 or 03 or 04 or 11

    1. The Modbus Protocol

    Exception codes

    link_horizontalLink copied
    An error message (exception response) has two fields, which distinguishes it from a normal response:
    • Function code field
      In a normal response, the function code of the request is adopted into the function code field of the response. In all function codes, the most significant bit (MSB) is 0 (the values of the function codes are all lower than 0x80). In an error message, the MSB is set to 1. This means that 0x80 is added to the value for the function code. The master can identify the response as an error message due to the set MSB.
    • Data field
      A normal response contains data or statistical values in the data field. In an error message, an exception code is returned in the data field. This exception code indicates the reason for the error message.

    Modbus exception codes

    Code

    Name

    Meaning

    01

    ILLEGAL FUNCTION

    The function code in the request is not supported by the slave.

    02

    ILLEGAL DATA ADDRESS

    Invalid register addresses have been requested.

    03

    ILLEGAL DATA VALUE

    A value in the request is outside of the valid range. This applies both for the fields of a request (e.g., invalid number of registers) and for invalid setting values for the SunSpec inverter control models.

    04

    SLAVE DEVICE FAILURE

    An error occurred during an attempt to write one or more registers.

    11

    GATEWAY TARGET DEVICE FAILED TO RESPOND

    The addressed device is switched off and cannot be found.

    1. The Modbus Protocol

    CRC Calculation for Modbus RTU

    link_horizontalLink copied

    Each Modbus RTU message is equipped with a checksum (CRC, Cyclic Redundancy Check) in order to be able to identify transmission errors. The size of the checksum is 2 bytes. It is calculated by the sending device and attached to the message to be sent. For its part, the receiver calculates the checksum from all bytes of the received message (without CRC) and compares this with the received checksum. If these two checksums are different, then an error has occurred.

    The calculation of the checksum starts with setting all bits of a 16 bit register (CRC register) to 1 (0xFFFF). All bytes of the message are then individually processed with the CRC register. Only the data bytes of one message are used for the calculation. Start, stop, and parity bits are not considered.

    During the calculation of the CRC, each byte is XOR-linked with the CRC register. The result is then moved in the direction of the least significant bit (LSB) and the most significant bit (MSB) is set to 0. The LSB is considered. If the LSB was previously 1, then the CRC register is XOR-linked with a fixed assigned value. If the LSB was 0, then nothing needs to be done.

    This process is repeated until the CRC register has been moved eight times. After the last (eighth) movement, the next byte is taken and XOR-linked to the current CRC register. The write process then starts from the beginning; it is again moved eight times. After dealing with all bytes of the message, the value of the CRC register is the checksum.

    Calculation algorithm of the CRC16
    1. The Modbus Protocol

    Calculating CRC Checksum

    link_horizontalLink copied
    1Initialize a 16 bit register (2 bytes) with 0xFFFF. This register is referred to as the CRC16 register.
    2XOR-link the first byte of the message with the less significant byte of the CRC16 register. The result is saved in the CRC16 register.
    3Move the CRC16 register 1 bit to the right (in the direction of the LSB), fill MSB with 0. Look at LSB.
    4Check LSB value
    - If the LSB was 0: Go to step 3 (move again).
    - If the LSB was 1: XOR-link the CRC16 register with the CRC polynomial 0xA001 (1010 0000 0000 0001).
    5Repeat steps 3 and 4 until eight movement operations have been carried out. When these have been carried out, a complete byte of the message will have been processed.
    6Repeat steps 3 to 5 for the next byte of the message. Repeat everything until all bytes of the message have been processed.
    7After the last byte, the CRC16 register contains the checksum.
    8When the checksum is added to the message to be sent, then the two byes must be inverted as described below.
    1. The Modbus Protocol

    Adding CRC Checksum to the Message

    link_horizontalLink copied

    If the 16 bit (2 bytes) CRC checksum is sent with a message, then the less significant byte is transferred before the more significant one.

    For example, if the CRC checksum is 0x1241 (0001 0010 0100 0001):

    Addr

    Func

    Data
    Count

    Data

    Data

    Data

    Data

    CRC
    Lo

    CRC
    Hi

     

     

     

     

     

     

     

    0x41

    0x12

    General

    link_horizontalLink copied

    Abbreviations Used

    AC

    Alternating current

     

    V

    Voltage (volts)

    DC

    Direct current

     

    VA

    Apparent power

    FW

    Firmware

     

    VAr

    Reactive power

    PF

    Power factor (cos j)

     

    VMax

    Maximum voltage

    PV

    Photovoltaics

     

    VMin

    Minimum voltage

    RTC

    Real-time clock

     

    VRef

    Reference voltage

    SF

    Scale factor

     

    W

    Power (watts)

    SW

    Software

     

    IN

    Inverter

    1. General

    Abbreviations Used

    link_horizontalLink copied

    AC

    Alternating current

     

    V

    Voltage (volts)

    DC

    Direct current

     

    VA

    Apparent power

    FW

    Firmware

     

    VAr

    Reactive power

    PF

    Power factor (cos j)

     

    VMax

    Maximum voltage

    PV

    Photovoltaics

     

    VMin

    Minimum voltage

    RTC

    Real-time clock

     

    VRef

    Reference voltage

    SF

    Scale factor

     

    W

    Power (watts)

    SW

    Software

     

    IN

    Inverter

    1. General

    Register maps

    link_horizontalLink copied

    Inverter

     

    Energy meter

    SID
    Identification as a SunSpec device

     

    SID
    Identification as a SunSpec device

    Common Block
    Device information

     

    Common Block
    Device information

    Inverter Model
    Inverter data

     

    Meter Model
    Energy meter data

    Nameplate Model

     

    End Block

    Basic Settings Model

     

     

    Ext. Measurement Model

     

     

    Immediate Controls Model

     

     

    Multi. MPPT Inv. Ext. Model

     

     

    Basic Storage Control

     

     

    End Block

     

     

    The register lists can be downloaded from the Fronius website:

    https://www.fronius.com/de/downloads / Solar Energy / Modbus Sunspec Maps, State Codes and Events

    1. General

    Response times

    link_horizontalLink copied

    Recommendation for timeout values
    Modbus requests should only be executed sequentially and not in parallel (maximum 2 queries in parallel). Perform the requests with a timeout of at least 1 second. Requests in millisecond intervals can lead to long response times.
    Multiple register requests in one message are faster than multiple requests of individual registers.

    1. General

    Modbus device ID for inverters

    link_horizontalLink copied

    TCP: The unit-id of the inverter is always 0x01. Identification is possible by the IP address.

    RTU: The slave-id must be configured on the web interface of the GEN24. Several GEN24 devices can be connected together. Each device must have a unique number.

    1. General

    Modbus device ID for energy meters

    link_horizontalLink copied

    If an energy meter (e.g., Fronius Smart Meter 63A) is connected via Modbus RTU, it can be read out via the settable Modbus device ID using Modbus TCP.

    Fronius Smart Meter address

    Modbus device ID

    1

    200 (default)

    2

    201

    3

    202

    4

    203

    5

    204

    1. General

    Register addresses

    link_horizontalLink copied

    IMPORTANT!

    • Register addresses do not remain constant.
    • The actual register addresses depend on the composition of the dynamic SunSpec register list.

    Correct procedure:

    • Search for the model by making a request (determine start address)
    • Then work with offsets

    To read a register, the register's start address must be specified in the Modbus request.

    SunSpec Basic Register: 40001

    Registers begin at 1 and do not represent a function code.

    Do not confuse the registers with the Modicon address scheme:
    in the Modicon address scheme, 40001 is displayed as 4x40001.
    To read register 40001, use address 40000 (0x9C40).

    The register address that is output therefore always has 1 number less than the actual register number.

    NOTE!

    The lengths of individual models may vary due to the data types used.

    Start addresses are therefore specified for SunSpec models in the case of some register tables.
    This start address, together with the offset from the table, then produces the value of the actual register number.

    Example: Table Nameplate Model (120) on page (→):
    the register WRtg of the Nameplate Model has an offset of 4. The start address is specified as 40131 with the setting "float".
    Therefore, the correct register number is: 40131 + 4 = 40135.

    Examples for Modbus RTU:

     

     

     

     

     

     

     

     

    1. Request for 4 registers starting from register 40005 (Mn, Manufacturer)

    Send (bytes in hexadecimal)

    01

    03

    9C

    44

    00

    04

    2A

    4C

     

    Device ID

    Function code

    Address 40004 (corresponds to
    register 40005)

    Number of registers to be read

    Checksum

     

    Low byte

    High byte

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Receive (bytes in hexadecimal)

     

    01

    03

    08

    46

    72

    6F

    6E

    69

    75

    73

    00

    8A

    2A

     

    Device ID

    Function code

    Number of bytes

    Address 40005
    "F" and "r"

    Address 40006
    "o" and "n"

    Address 40007
    "i" and "u"

    Address 40008
    "s" and 0

    Checksum

     

    Low byte

    High byte

     

     

     

     

     

     

     

     

     

    2. Enter one register starting from register 40242 (WmaxLimPct)

    01

    10

    9D

    32

    00

    01

    02

    13

    88

    E3

    DD

    Device ID

    Function code

    Address 40242

    Number of registers to be entered

    Number of data bytes still to follow

    Register value to be entered 0x1388 = 5000

    Checksum

     

    Low byte

    High byte

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    01

    10

    9D

    32

    00

    01

    8F

    AA

     

    Device ID

    Function code

    Address 40242

    Number of registers entered

    Checksums
    "i" and "u"

    40008
    "s" and 0

      

     

    Low byte

    High byte

     

    Examples for Modbus TCP:

     

     

     

     

     

     

     

     

    1. Request for 4 registers starting from register 40005 (Mn, Manufacturer)

    Send (bytes in hexadecimal)

    MBAP header

    03

    9C

    44

    00

    04

     

    For details, see description of MBAP header

    Function code

    Address 40004 (corresponds to
    register 40005)

    Number of registers to be read

     

     

     

    Receive (bytes in hexadecimal)

    MBAP header

    03

    08

    46

    72

    6F

    6E

    69

    75

    73

    00

    For details, see description of MBAP header

    Function code

    Number of bytes

    Address 40005
    "F" and "r"

    Address 40006
    "o" and "n"

    Address 40007
    "i" and "u"

    Address 40008
    "s" and 0

     

     

     

     

     

     

     

     

    2. Enter one register starting from register 40242 (WmaxLimPct)

    MBAP header

    10

    9D

    32

    00

    01

    02

    13

    88

    For details, see description of MBAP header

    Function code

    Address 40242

    Number of registers to be entered

    Number of data bytes still to follow

    Register value to be entered 0x1388 = 5000

     

    MBAP header

    10

    9D

    32

    00

    01

    For details, see description of MBAP header

    Function code

    Address 40242

    Number of registers entered

    1. General

    Unavailable data records

    link_horizontalLink copied

     

     

    Fronius inverters cannot always provide all the data specified in the SunSpec data models. Depending on the data type, this data is represented by the following values in accordance with the SunSpec specification:

    • int16 (-32767 to 32767):
    • uint16 (0 to 65534):
    • acc16 (0 to 65535):
    • enum16 (0 to 65534):
    • bitfield16 (0 to 0x7FFF):
    • pad (0x8000):
    • int32 (-2147483647 to 2147483647):
    • uint32 (0 to 4294967294):
    • acc32 (0 to 4294967295):
    • enum32 (0 to 4294967294):
    • bitfield32 (0 to 0x7FFFFFFF):
    • int64 (-9223372036854775807 to
      9223372036854775807):
    • uint64 (0 to 18446744073709551615):
    • acc64 (0 to 18446744073709551615):
    • stringX:
    • float32 (range see IEEE 754):
    • sunssf (scale factors; -10 to 10):

    0x80001)
    0xFFFF
    0
    0xFFFF
    0xFFFF
    always 0x8000
    0x80000000
    0xFFFFFFFF
    0
    0xFFFFFFFF
    0xFFFFFFFF
    0x8000000000000000
    0xFFFFFFFFFFFFFFFF
    0
    all X registers filled with 0x0000
    0x7FC00000 (NaN)
    0x8000

    1) The prefix "0x" stands for hexadecimal numbers.

    NOTE!

    Data points that are not supported are marked with "Not supported" in the "Range of values" column in the register tables.


    In this case, during reading, the corresponding value from the list above is obtained depending on the data type.
    In certain instances, registers which are basically listed as supported may also return this value. This is because some values depend on the device type, e.g., currents AphB and AphC in the case of a single-phase inverter.

    1. General

    Time response of the supported operating modes

    link_horizontalLink copied
    Time response illustrated by power reduction
    The inverter's time response in an operating mode can be defined by several time values.
    Three possible time values are shown in the figure "Time response illustrated by power reduction":
    • WinTms 0–300 [seconds]
      Specifies a time window in which the operating mode is randomly started. The time window starts when the start command for the operating mode is issued (e.g., OutPFSet_Ena = 1).
      WinTms can be used to prevent all the inverters in the system from applying the changes at the same time. If the time window is set to 0 (the default value), the operating mode will start immediately.
    • RvrtTms 0–28800 [seconds]
      Determines how long the operating mode will remain active. The timer is restarted with every Modbus message received. If no new Modbus message was received during the fallback time (= RvrtTms), the operating mode is automatically ended and the operating mode with the next highest priority becomes active, e.g., dynamic power reduction. If RvrtTms is 0 (the default value), the operating mode remains active until it is manually deactivated via the corresponding register. In this instance the fallback option is not available.
    • RmpTms
      Specifies how quickly the changes are to be made. The corresponding value gradually changes during the specified time period from the old to the new value.
      If RmpTms is 0 (the default value) or if this value is not supported, the new value will be valid immediately.
    1. General

    Sign Convention for the Power Factor

    link_horizontalLink copied

    The EEI sign convention1) for the power factor is in line with the SunSpec specification and is based on the information contained in the "Handbook for Electricity Metering" and IEC 61557-12 (2007).

    The power factor is:
    • negative if the reactive power is positive (over-excited, quadrant 1)
    • positive if the reactive power is negative (under-excited, quadrant 4)

    1) EEI = Edison Electrical Institute

    1. General

    Values saved on the card

    link_horizontalLink copied
    Nameplate Model (IC120):
    • WRtg
      AC nominal output of inverter
    • VARtg
      AC nominal apparent output of inverter.
      Default value = WRtg
    • VArRtgQ1
      Maximum AC reactive power in the first quadrant (over-excited).
      Default value is calculated based on the available cos Phi (0.85) and the nominal apparent power. Note the scale factor VArRtg_SF
    • VArRtgQ4
      Maximum AC reactive power in the fourth quadrant (under-excited).
      Default value is calculated based on the available cos Phi (0.85) and the nominal apparent power. Note the scale factor VArRtg_SF
    • ARtg
      AC nominal current of inverter
    Basic Settings Model (IC121):
    • WMax
      Maximum AC power
      Default value = WRtg
    • VRef
      Reference voltage at the feed-in point
    • VRefOfs
      Deviation from reference voltage
    • VMax
      Maximum AC voltage
    • VMin
      Minimum AC voltage
    • VAMax
      Maximum AC apparent power
      Default value = VARtg
    1. General

    Scale factors

    link_horizontalLink copied

    IMPORTANT! Scale factors (also possible when selecting "Float"!) are not static, even if they are entered as a fixed value in these Operating Instructions.
    Scale factors can change every time the firmware is changed and also change with the runtime (auto-scale) (e.g., scale factor for power specification).

    Scale factors with constant values are listed in the tables in the column "Range of values".
    Current data (data of inverters and energy meters) may have variable scale factors. These must be read from the corresponding registers.

    The data type "sunssf" is a signed integer with 16 bits.
    Example calculation:
    (Model 160): 1_DCW = 10000, DCW_SF = -1 -> Power = 10000 x 10^(-1) = 1000 W

    1. General

    Non-writable registers

    link_horizontalLink copied
    The following registers cannot be written:
    • Read-only (R) registers
    • Registers which are currently not supported

    NOTE!

    If an attempt is made to write to such registers, the inverter does not return an exception code!
    The values written to these registers are ignored without an error message.
    In Model 123 and 124, an exception occurs during write access if the control option in the local web interface has been deactivated.

    1. General

    Entering Invalid Values

    link_horizontalLink copied

    Some registers only permit certain values. The valid values can be found in the relevant register table.
    If an invalid value is entered into a register, the inverter control will return exception code 3 (illegal data value). The invalid value is ignored.

    Modbus Settings

    link_horizontalLink copied

    General

    From your web browser, you can use the inverter web interface to apply the Modbus connection settings which cannot be accessed via the Modbus protocol.

    1. Modbus Settings

    General

    link_horizontalLink copied

    From your web browser, you can use the inverter web interface to apply the Modbus connection settings which cannot be accessed via the Modbus protocol.

    1. Modbus Settings

    Open the Modbus settings

    link_horizontalLink copied
    1Open the web interface of the inverter
    2Select the "Communication" section (1)
    3Open the "Modbus" menu item (2)
    1. Modbus Settings

    Modbus

    link_horizontalLink copied

    The inverter communicates with system components (e.g., Fronius Smart Meter) and other inverters via Modbus. The primary device (Modbus Client) sends control commands to the secondary device (Modbus Server). The control commands are executed by the secondary device.

    RTU Server
    The following input fields and functions are available for communication via Modbus RTU:

     

    Meter address offset
    The value entered (1-247) is the identification number (unit ID) assigned to the meter.
    Factory setting: 200

     

    Inverter address
    The value entered (1-247) is the identification number (unit ID) assigned to the inverter.
    Factory setting: 1

     

    SunSpec Model Type
    There are two different settings, depending on the SunSpec model.

    float: SunSpec Inverter Model 111, 112, 113 or 211, 212, 213.
    int + SF: SunSpec Inverter Model 101, 102, 103 or 201, 202, 203.

     

    Interface
    Select one of the two interfaces Modbus 0 (M0) RTU or Modbus 1 (M1) RTU.

     

    Baud Rate
    The baud rate influences the speed of the transmission between the individual components connected in the system. When selecting the baud rate, it should be ensured that this is the same on the transmit and receive side.

     

    Parity
    The parity bit can be used for parity checks. This is used to identify transmission errors. In this case, a parity bit can ensure a specified number of bits. The value (0 or 1) of the parity bit must be calculated at the transmitter, and is checked at the receiver using the same calculation. The calculation of the parity bit can be carried out for even or odd parity.

     

    Allow Control
    If this option is activated, the inverter is controlled via Modbus.
    Inverter control includes the following functions:
    • On/off
    • Power reduction
    • Setting a constant power factor (cos phi)
    • Setting a constant reactive power
    • Battery control settings with battery

    TCP Server
    The following input fields and functions are available for communication via Modbus TCP:

     

    Meter address offset
    The value entered (1-247) is the identification number (unit ID) assigned to the meter.
    Factory setting: 200

     

    SunSpec Model Type
    There are two different settings, depending on the SunSpec model.

    float: SunSpec Inverter Model 111, 112, 113 or 211, 212, 213.
    int + SF: SunSpec Inverter Model 101, 102, 103 or 201, 202, 203.

     

    Modbus port
    Number of the TCP port (502 or 1502) to be used for Modbus communication.

     

    Meter Address
    The value entered is the identification number (unit ID) assigned to the meter, which can be found on the user interface of the inverter in the Communication > Modbus menu area.
    Factory setting: 200

     

    Allow Control
    If this option is activated, the inverter is controlled via Modbus.
    Inverter control includes the following functions:
    • On/off
    • Power reduction
    • Setting a constant power factor (cos phi)
    • Setting a constant reactive power
    • Battery control settings with battery

     

    Restrict Control
    Restrict the control of the inverter to a device with a fixed IP address.

    1. Modbus Settings

    Limiting control

    link_horizontalLink copied

    The "Limit Control" option is only available for the TCP transmission protocols.
    It is used to block inverter control commands from unauthorized users by only permitting control for specific devices.

    Limit Control
    If this option is activated, only certain devices will be able to send control commands.

    IP address
    To limit inverter control to one or more devices, enter the IP addresses of the devices which are permitted to send commands to the inverter in this field. Multiple entries are separated by commas.

    Examples:
    • One IP address: 98.7.65.4
      • Control only permitted by IP address 98.7.65.4
    • Several IP addresses: 98.7.65.4,222.44.33.1
      • Control only permitted by IP addresses 98.7.65.4 and 222.44.33.1
    • IP address range, e.g., from 98.7.65.1 to 98.7.65.254 (CIDR notation): 98.7.65.0/24
      • Control only permitted by IP addresses 98.7.65.1 to 98.7.65.254

    Common & Inverter Model

    link_horizontalLink copied

    Common Block Register

    The description of the Common Block including the SID register (register 40001–40002) for identification as a SunSpec device applies for each device type (inverter, energy meter). Each device has its own Common Block, which lists information about the device (model, serial number, SW version, etc.).

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    1. Common & Inverter Model

    Common Block Register

    link_horizontalLink copied

    The description of the Common Block including the SID register (register 40001–40002) for identification as a SunSpec device applies for each device type (inverter, energy meter). Each device has its own Common Block, which lists information about the device (model, serial number, SW version, etc.).

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    1. Common & Inverter Model

    Inverter Model Register

    link_horizontalLink copied
    Two different SunSpec models are supported for the inverter data:
    • the default set inverter model with floating point display
      (setting "float"; 111, 112 or 113)
    • the inverter model with integers and scale factors
      (setting "int+SF"; 101, 102 or 103)

    The register number of the two model types is different!

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    1. Common & Inverter Model

    SunSpec Operating Codes

    link_horizontalLink copied

    Name

    Value

    Description

    I_STATUS_OFF

    1

    Inverter is off

    I_STATUS_SLEEPING

    2

    Auto shutdown

    I_STATUS_STARTING

    3

    Inverter starting

    I_STATUS_MPPT

    4

    Inverter working normally

    I_STATUS_THROTTLED

    5

    Power reduction active

    I_STATUS_SHUTTING_DOWN

    6

    Inverter shutting down

    I_STATUS_FAULT

    7

    One or more faults present, see St*or Evt* register

    I_STATUS_STANDBY

    8

    Standby

     

    *
    Inverter model register

    Nameplate Model (120)

    link_horizontalLink copied

    General

    This model corresponds to a rating plate. The following data can be read:
    • DERType (3)
      Type of device. The register returns the value 4 (PV device).
    • WRtg (4)
      Nominal power of inverter.
    • VARtg (6)
      Nominal apparent power of inverter.
    • VArRtgQ1 (8) – VArRtgQ4 (11)
      Nominal reactive power values for the four quadrants.
    • ARtg (13)
      Nominal current of inverter.
    • PFRtgQ1 (15) – PFRtgQ4 (18)
      Minimal power factor values for the four quadrants.
    1. Nameplate Model (120)

    General

    link_horizontalLink copied
    This model corresponds to a rating plate. The following data can be read:
    • DERType (3)
      Type of device. The register returns the value 4 (PV device).
    • WRtg (4)
      Nominal power of inverter.
    • VARtg (6)
      Nominal apparent power of inverter.
    • VArRtgQ1 (8) – VArRtgQ4 (11)
      Nominal reactive power values for the four quadrants.
    • ARtg (13)
      Nominal current of inverter.
    • PFRtgQ1 (15) – PFRtgQ4 (18)
      Minimal power factor values for the four quadrants.
    1. Nameplate Model (120)

    Nameplate Register

    link_horizontalLink copied
    Start address:
    • for "float" setting: 40131
    • for "int+SF" setting: 40121

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    Basic Settings Model (121)

    link_horizontalLink copied

    Basic Settings Register

    Start address:
    • for "float" setting: 40159
    • for "int+SF" setting: 40149

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    1. Basic Settings Model (121)

    Basic Settings Register

    link_horizontalLink copied
    Start address:
    • for "float" setting: 40159
    • for "int+SF" setting: 40149

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    1. Basic Settings Model (121)

    Reference Voltage

    link_horizontalLink copied

    VRef (4)
    The reference voltage is the voltage at the joint connection point where the local grid is connected to the public grid. The reference voltage is the same as the inverter's nominal voltage.
    => See figure "Joint Connection Point."

    The value is given in volts in the range of 0 (0x0000) to 400 (0x0190).

    Joint Connection Point
    1. Basic Settings Model (121)

    Deviation from reference voltage

    link_horizontalLink copied

    VRefOfs (5)
    Depending on the wiring of the local grid, there may be a deviation from the reference voltage at the point where each individual inverter is connected to the local grid (see "Joint connection point" diagram).

    Extended Measurements & Status Model (122)

    link_horizontalLink copied

    General

    This model provides some additional measurement and status values which the normal inverter model does not cover:
    • PVConn (3)
      This bit field displays the inverter's status
      • Bit 0: Connected
      • Bit 1: Responsive
      • Bit 2: Operating (inverter feeds energy in)
    • ECPConn (5)
      This register displays the status of connection to the grid
      • ECPConn = 1: inverter is currently feeding power into the grid
      • ECPConn = 0: inverter is not feeding power into the grid
    • ActWH (6–9)
      Active energy meter
    • StActCtl (36–37)
      Bit field for currently active inverter modes
      • Bit 0: power reduction (FixedW; corresponds to WMaxLimPct specification)
      • Bit 1: constant reactive power specification (FixedVAR; corresponds to VArMaxPct)
      • Bit 2: specification of a constant power factor (FixedPF; corresponds to OutPFSet)
    • TmSrc (38–41)
      Source for the time synchronization, the register returns the string "RTC"
    • Tms (42–43)
      Current time and date of the RTC
      The seconds are specified from January 1, 2000 00:00 (UTC) to the current time.
    • Ris
      Iso Resistance
    1. Extended Measurements & Status Model (122)

    General

    link_horizontalLink copied
    This model provides some additional measurement and status values which the normal inverter model does not cover:
    • PVConn (3)
      This bit field displays the inverter's status
      • Bit 0: Connected
      • Bit 1: Responsive
      • Bit 2: Operating (inverter feeds energy in)
    • ECPConn (5)
      This register displays the status of connection to the grid
      • ECPConn = 1: inverter is currently feeding power into the grid
      • ECPConn = 0: inverter is not feeding power into the grid
    • ActWH (6–9)
      Active energy meter
    • StActCtl (36–37)
      Bit field for currently active inverter modes
      • Bit 0: power reduction (FixedW; corresponds to WMaxLimPct specification)
      • Bit 1: constant reactive power specification (FixedVAR; corresponds to VArMaxPct)
      • Bit 2: specification of a constant power factor (FixedPF; corresponds to OutPFSet)
    • TmSrc (38–41)
      Source for the time synchronization, the register returns the string "RTC"
    • Tms (42–43)
      Current time and date of the RTC
      The seconds are specified from January 1, 2000 00:00 (UTC) to the current time.
    • Ris
      Iso Resistance
    1. Extended Measurements & Status Model (122)

    Extended Measurements & Status Register

    link_horizontalLink copied
    Start address:
    • for "float" setting: 40191
    • for "int+SF" setting: 40181

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    Immediate Control Model (123)

    link_horizontalLink copied

    General

    The immediate controls can be used to make the following settings on the inverter:
    • deactivation of inverter's grid power feed operation (standby)
    • constant reduction of output power
    • specification of a constant power factor
    • specification of a constant relative reactive power

    In the settings on the inverter's web interface, the setting "Inverter control via Modbus" must be enabled under Modbus for write functions to be possible. Depending on the control priority that has been set (IO control, dynamic power reduction, or control via Modbus), Modbus commands may not be accepted.

    1. Immediate Control Model (123)

    General

    link_horizontalLink copied
    The immediate controls can be used to make the following settings on the inverter:
    • deactivation of inverter's grid power feed operation (standby)
    • constant reduction of output power
    • specification of a constant power factor
    • specification of a constant relative reactive power

    In the settings on the inverter's web interface, the setting "Inverter control via Modbus" must be enabled under Modbus for write functions to be possible. Depending on the control priority that has been set (IO control, dynamic power reduction, or control via Modbus), Modbus commands may not be accepted.

    1. Immediate Control Model (123)

    Immediate Controls Register

    link_horizontalLink copied
    Start address:
    • for "float" setting: 40237
    • for "int+SF" setting: 40227

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    1. Immediate Control Model (123)

    Standby

    link_horizontalLink copied

    Conn_WinTms (3) to Conn (5)
    These registers are used to control the standby mode (no grid power feed operation) of the inverter.

    Conn_WinTms (3) and Conn_RvrtTms (4)
    These registers can be used to control the inverter's time response. => See section "Time Response of the Supported Operating Modes".
    0 is set as the default for all registers.

    Conn (5)
    Register Conn indicates whether or not the inverter is currently feeding power into the grid (0 = standby, 1 = grid power feed operation).
    • In order to switch the inverter to standby, enter the value 0 into this register.
    • In order to reactivate the inverter, enter the value 1 into this register.

    NOTE!

    To find out whether or not the inverter is feeding power into the grid, you can also use the ECPConn register and check the extended measurements and status model.

     

    1. Immediate Control Model (123)

    Power reduction

    link_horizontalLink copied

    WMaxLimPct (6) to WMaxLim_Ena (10)
    These registers can be used to set an output power reduction in the inverter.

    WMaxLimPct (6)
    Values between 0% and 100% can be entered in register WMaxLimPct.
    The values limit the maximum possible output power of the device, and therefore do not necessarily have an effect on the current power.

    IMPORTANT! Observe the scale factor for this register.
    Further information can be found at:
    http://sunspec.org/wp-content/uploads/2015/06/SunSpec-Information-Models-12041.pdf

    WMaxLimPct_WinTms (7), WMaxLimPct_RvrtTms (8)
    These registers can be used to control the inverter's time response for this operating mode. => See section "Time response of the supported operating modes".
    0 is set as the default for all registers.

    WMaxLim_Ena (10)
    Used to start and end this operating mode
    • Enter value 1 into register WMaxLim_Ena = start operating mode
    • Enter value 0 into register WMaxLim_Ena = end operating mode

    NOTE!

    To change values in an active operating mode (e. g.

    to set a different power limit or a different return time), proceed as follows:

    Enter the new value into the relevant register

    Restart the operating mode using register WMaxLim_Ena by setting a 1

    1. Immediate Control Model (123)

    Example:
    setting a power reduction

    link_horizontalLink copied

    If you are working with function code 0x10 (write multiple registers), performance specifications can be used to achieve a higher level of performance. Instead of using two Modbus commands, it is now possible to preset both the power and enable at the same time with just one command. All 5 registers (WMaxLimPct, WMaxLimPct_WinTms, WMaxLimPct_RvrtTms, WMaxLimPct_RmpTms, WMaxLim_Ena) can be written with one command. Writing to the "Read Only" register WMaxLimPct_RmpTms takes place without returning an otherwise usual exception (error) code.
    For example, register values for 80% specification without timing specification: 8000, 0, 0, 0, 1

    1Enter the value for the output power reduction in register WMaxLimPct
    (e.g., 3000 for 30%).
    2As an option, you can set the start and return time using registers WMaxLimPct_WinTms and WMaxLimPct_RvrtTms.
    3Start the operating mode by entering 1 in register WMaxLim_Ena.

    IMPORTANT! Observe the scale factor for this register.
    Further information can be found at:
    http://sunspec.org/wp-content/uploads/2015/06/SunSpec-Information-Models-12041.pdf

    1. Immediate Control Model (123)

    Example:
    Changing the Return Time When Power Reduction Has Been Activated

    link_horizontalLink copied

    If the power reduction was originally started using WMaxLimPct_RvrtTms = 0, the operating mode must be manually deactivated.

    1Set WMaxLimPct_RvrtTms to 30, for example
    2Apply the change by entering 1 in register WMaxLim_Ena
    - The operating mode is automatically deactivated after 30 seconds and the mode with the next highest priority becomes active (e.g., dynamic power reduction)
    1. Immediate Control Model (123)

    Effects of reactive power specifications on effective power

    link_horizontalLink copied

    In principle, reactive power operation is limited by the maximum output current (the maximum apparent power) and by the operative reactive power limit of the inverter:

    the following diagram shows the possible working range of the inverter. All valid operating points defined by effective power P and reactive power Q are within the gray area.

    The maximum values must be read out from the Nameplate Model via registers VArRtgQ1 to VArRtgQ4 and VArRtg_SF.

    Under-excited (inductive)

    Over-excited (capacitive)

    Reactive power and power factor

    Key:

    W

    Power

     

    VArmax

    Nominal reactive power

    Wmax
    VAr

    Nominal power
    Reactive power

     

    VArrel

    Relative reactive power
    (VAr/VArmax)

    1. Immediate Control Model (123)

    Constant power factor

    link_horizontalLink copied

    OutPFSet (11) to OutPFSet_Ena (15)
    These registers can be used to set a constant power factor in the inverter.

    OutPFSet (11)
    • In register OutPFSet it is possible to enter both positive and negative values for the power factor.
    • The values must be scaled up by the factor in register OutPFSet_SF.
    • The lowest possible values depend on the inverter type and can be found in the Nameplate Model.

    NOTE!

    The power factor value must be entered with the correct sign, see section "Sign convention for the power factor"

    positive for under-excited

    negative for over-excited.

    OutPFSet_WinTms (12), OutPFSet_RvrtTms (13)
    These registers can be used to control the inverter's time response for this operating mode. => See section "Time response of the supported operating modes".
    0 is set as the default for all registers.

    OutPFSet_Ena (15)
    Used to start and end this operating mode
    • Enter value 1 into register OutPFSet_Ena = start operating mode
    • Enter value 0 into register OutPFSet_Ena = end operating mode.

    NOTE!

    Proceed as follows to change values when an operating mode is active (e.g., when setting a different power factor or return time):

    Enter the new value into the relevant register

    Restart the operating mode using register OutPFSet_Ena by setting a 1.

    OutPFSet_RmpTMS
    •  
    1. Immediate Control Model (123)

    Example:
    Setting a Constant Power Factor

    link_horizontalLink copied
    1Enter the power factor value in register OutPFSet
    (e.g., 950 for 0.95).
    2As an option, you can set the start and return time using registers OutPFSet_WinTms and OutPFSet_RvrtTms.
    3Start the operating mode by entering 1 in register OutPFSet_Ena.
    1. Immediate Control Model (123)

    Constant relative reactive power

    link_horizontalLink copied

    VArMaxPct (17) to VArPct_Ena (23)
    These registers can be used to set on the inverter a constant value for the reactive power to be produced by the inverter.

    VArMaxPct (17)
    • Used to set a value for constant reactive power.
    • The minimum and maximum limits depend on the type of inverter.

    NOTE!

    In practical operation, the reactive power that is actually available is specified by the inverter's operating limits.

    For this reason, the reactive power specification can only be reached if enough effective power is fed into the grid.
    If too little effective power is fed into the grid, the inverter will operate at its operating limit.

    VArPct_WinTms (19), VArPct_RvrtTms (20)
    These registers can be used to control the inverter's time response for this operating mode. => See section "Time response of the supported operating modes".
    0 is set as the default for all registers.

    VArPct_Mod (22)
    • This register cannot be changed.
    • It returns the (currently) supported operating mode.
      Reactive power as a percentage of the maximum possible reactive power.
    VArPct_Ena (23)
    Used to start and end this operating mode
    • Enter value 1 into register VArPct_Ena = start operating mode
    • Enter value 0 into register VArPct_Ena = end operating mode.

    NOTE!

    To change values in an active operating mode (e. g.

    to set a different reactive power or a different return time), proceed as follows:

    Enter the new value into the relevant register

    Restart the operating mode using register VArPct_Ena by setting a 1.

    VArPct_RmpTms (23)
    • the relative approximation value in %/s
    1. Immediate Control Model (123)

    Example:
    Setting Constant Reactive Power

    link_horizontalLink copied
    1Enter the relative reactive power value in register VArMaxPct
    (e.g., 80 for 80%).
    2As an option, you can set the start and return time using registers VArPct_WinTms and VArPct_RvrtTms.
    3Start the operating mode by entering 1 in register VArPct_Ena.

    Multiple MPPT Inverter Extension Model (160)

    link_horizontalLink copied

    General

    The Multiple MPPT Inverter Extension Model contains the values of the DC inverter inputs.

    If the inverter has several DC inputs, then this is where the current, voltage, power, energy, and status codes for the individual inputs are listed. In the inverter model (101–103 or 111–113), only the full DC power of both inputs is output in this case. DC current and DC voltage are displayed as "not implemented".

    The number of blocks is automatically adjusted based on the DC inputs. For devices with a storage solution, there are two additional blocks (charging (MPP3) and discharging (MPP4)). The register addresses are shifted in the following models (absolutely related to the register addresses).

    1. Multiple MPPT Inverter Extension Model (160)

    General

    link_horizontalLink copied

    The Multiple MPPT Inverter Extension Model contains the values of the DC inverter inputs.

    If the inverter has several DC inputs, then this is where the current, voltage, power, energy, and status codes for the individual inputs are listed. In the inverter model (101–103 or 111–113), only the full DC power of both inputs is output in this case. DC current and DC voltage are displayed as "not implemented".

    The number of blocks is automatically adjusted based on the DC inputs. For devices with a storage solution, there are two additional blocks (charging (MPP3) and discharging (MPP4)). The register addresses are shifted in the following models (absolutely related to the register addresses).

    1. Multiple MPPT Inverter Extension Model (160)

    Multiple MPPT Inverter Extension Register

    link_horizontalLink copied
    Start address:
    • for "float" setting: 40263
    • for "int+SF" setting: 40253

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    Basic Storage Control Model (124)

    link_horizontalLink copied

    General

    This model is only available for inverters with a storage solution.

    The Basic Storage Control Model can be used to make the following settings on the inverter:

    • Setting a power window within which the charge/discharge capacity of the energy storage may fluctuate.
    • Setting a minimum charge level that the energy storage must not fall below.
    • Permitting/preventing grid charging of the energy storage.

    NOTE!

    All specifications are to be considered recommendations.
    The inverter may deviate from the specifications if this is necessary for operational safety reasons.

    1. Basic Storage Control Model (124)

    General

    link_horizontalLink copied

    This model is only available for inverters with a storage solution.

    The Basic Storage Control Model can be used to make the following settings on the inverter:

    • Setting a power window within which the charge/discharge capacity of the energy storage may fluctuate.
    • Setting a minimum charge level that the energy storage must not fall below.
    • Permitting/preventing grid charging of the energy storage.

    NOTE!

    All specifications are to be considered recommendations.
    The inverter may deviate from the specifications if this is necessary for operational safety reasons.

    1. Basic Storage Control Model (124)

    Information Provided

    link_horizontalLink copied

    The Basic Storage Control Model provides the following read-only information:

    WChaMax

    • If energy storage is available, this register feeds back the baseline value for the registers OutWRte and InWRt.
      WChaMax := max(MaxChaRte, MaxDisChaRte)
    • If energy storage is not available, the register feeds back a value of 0.

    ChaState

    • Energy storage charge level in %:
      Estimated_Capacity_Remaining [Wh] / Estimated_Capacity_Maximum [Wh]

    ChaSt
    Energy storage operating status

    • OFF: Energy storage is not available
    • EMPTY: Energy storage is currently fully discharged
    • DISCHARGING: Energy storage is in the process of being discharged
    • CHARGING: Energy storage is in the process of being charged
    • FULL: Energy storage is currently fully charged
    • HOLDING: Energy storage is currently neither charged nor discharged
    • TESTING: used during calibration or service charge
    1. Basic Storage Control Model (124)

    Power Window Specifications

    link_horizontalLink copied

    In the settings on the inverter's web interface, the setting "Inverter control via Modbus" must be enabled under Modbus for write functions to be possible. Depending on the control priority that has been set (IO control, dynamic power reduction, or control via Modbus), Modbus commands may not be accepted.

    The following examples assume that WchaMax = 3300 W.

    The following applies for the resulting power windows:

    • Negative power values indicate that the energy storage is charging
    • Positive values indicate that the energy storage is discharging

    NOTE!

    The values in the following examples must be scaled according to their scale factors in the specified scale registers after reading and before writing.

    Manipulating the registers InWRte, OutWRte and StorCtl_Mod will generate changes in the battery status in Fronius Solar.web, ex: Forced Recharge and Energy saving mode, depending on user settings and current status of the battery.

    Example 1: Only permit energy storage charging

    This behavior can be achieved by limiting the maximum discharge capacity to 0% => results in window [-3300 W, 0 W]

    • OutWRte = 0% (set discharge limit of WchaMax to 0%)
    • StorCtl_Mod = 2 (activates discharge limit, bit pattern: 10)
    • InWRte is not relevant in this case

    Example 2: Only permit energy storage discharging

    This behavior can be achieved by limiting the maximum charge capacity to 0% => results in window [0 W, 3300 W]

    • InWRte = 0% (set charge limit of WchaMax to 0%)
    • StorCtl_Mod = 1 (bit 1 activates charge limit, bit pattern: 01)
    • OutWRte is not relevant in this case

    Example 3: Do not permit charging or discharging

    This behavior can be achieved by limiting the maximum charge capacity to 0% and the maximum discharge capacity to 0%
    => results in window [0 W, 0 W]

    • InWRte = 0% (set charge limit of WchaMax to 0%)
    • OutWRte = 0% (set discharge limit of WchaMax to 0%)
    • StorCtl_Mod = 3 (activate both limit values, bit pattern: 11)

    Example 4: Charging and discharging with maximum 50% of the nominal power

    This behavior can be achieved by limiting the maximum charge capacity to 50% and the maximum discharge capacity to 50%
    => results in window [-1650 W, 1650 W]

    • InWRte = 50% (set charge limit of WchaMax to 50%)
    • OutWRte = 50% (set discharge limit of WchaMax to 50%)
    • StorCtl_Mod = 3 (activate both limit values, bit pattern: 11)

    Example 5: Charging in the range of 50% to 75% of the nominal power

    This behavior can be achieved by limiting the maximum charge capacity to 75% and the maximum discharge capacity to -50%
    => results in window [1650 W, 2475 W]

    • InWRte = 75% (set charge limit of WchaMax to 75%)
    • OutWRte = -50% (set discharge limit of WchaMax to -50%)
    • StorCtl_Mod = 3 (activate both limit values, bit pattern: 11)
    • Battery status in Fronius Solar.web will change to Forced Recharge

    Example 6: Discharging with 50% of the nominal power

    This behavior can be achieved by limiting the maximum charge capacity to -50% and the maximum discharge capacity to 50%
    => results in window [-1650 W, -1650 W]

    • InWRte = -50% (set charge limit of WchaMax to -50%)
    • OutWRte = 50% (set discharge limit of WchaMax to 50%)
    • StorCtl_Mod = 3 (activate both limit values, bit pattern: 11)

    Example 7: Charging with 50% to 100% of the nominal power

    This behavior can be achieved by limiting the maximum discharge capacity to -50% => results in window [1650 W, 3300 W]

    • OutWRte = -50% (set discharge limit of WchaMax to -50%)
    • StorCtl_Mod = 2 (activates discharge limit, bit pattern: 10)
    • InWRte is not relevant in this case
    • Battery status in Fronius Solar.web will change to Forced Recharge
    1. Basic Storage Control Model (124)

    Setting the Minimum Charge Level

    link_horizontalLink copied

    By setting register MinRsvPct, a minimum state of charge of the energy storage can be set.
    For example, by setting MinRsvPct to 20%, a reserve of 20% of the state of charge can be reserved that the state of charge should not fall below.

    1. Basic Storage Control Model (124)

    Charging the energy storage via the grid

    link_horizontalLink copied

    The ChaGriSet register can be used to allow or prevent inverter storage charging via the grid. The register ChaGriSet and the field "battery charging from DNO grid" in the Fronius system monitoring settings are AND-linked (Device configuration - Components - Battery). If the behavior is to be controlled by the ChaGriSet flag, "battery charging from DNO grid" must be checked.

    The battery can be woken from standby mode via the IC124 model. If the SocMin under the last known SoC is set while the battery is in standby mode, this will be enabled.

    1. Basic Storage Control Model (124)

    Basic Storage Controls Register

    link_horizontalLink copied
    Start address:
    • for "float" setting: 40353
    • for "int+SF" setting: 40343

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    1. Basic Storage Control Model (124)

    Register manipulation and Battery status changes in Fronius Solar.web

    link_horizontalLink copied

    Fronius Solar.web allow users to visualize status changes from the battery. These changes can be seen in Fronius Solar.web under the option Energy balance then Production or Consumption. The changes are marked with a bubble status, clicking on a state change will show the previous state followed by an arrow and the new state.

    Battery state change from Start-up to Normal Operation.
    Battery status changes are triggered during normal operation (when the battery is ready to enter in operation, security reasons,etc) or by manipulating the modbus registers MinRsvPct, InWRte, OutWRte and StorCtl_Mod.
    The changes could be triggered as follows:
    • A minimum state of charge is set using the register MinRsvPct, the corresponding state change is “Energy-saving mode”.
    • Setting the registers InWRte, OutWRte, StorCtl_Mod the battery status could change to “Forced Recharge”.

    SunSpec models 7xx

    link_horizontalLink copied

    Activation

    IMPORTANT
    The SunSpec 700 models are only available with inverters in the Primo GEN24 208-240 3.8-10.0 kW device class.

    On the user interface of the inverter, set the Modbus RTU interface 0/1 to Slave in the Communication → Modbus menu. Inverter control via the supported SunSpec 700 models is activated.

    1. SunSpec models 7xx

    Activation

    link_horizontalLink copied

    IMPORTANT
    The SunSpec 700 models are only available with inverters in the Primo GEN24 208-240 3.8-10.0 kW device class.

    On the user interface of the inverter, set the Modbus RTU interface 0/1 to Slave in the Communication → Modbus menu. Inverter control via the supported SunSpec 700 models is activated.

    1. SunSpec models 7xx

    Prioritization of commands

    link_horizontalLink copied

    Global priority
    The inverter has several interfaces for control. The Modbus 700 commands are prioritized in the event of a conflict between the commands via the Modbus 700 models and other control options (Modbus 100 models, digital I/Os, feed-in limits via the user interface of the inverter).

    Priority within the SunSpec 700 models
    Prioritization is necessary within the SunSpec 700 models to set the defined control behavior.

    Priority

    Function

    Model

    1 (highest)

    Enter Service

    703

    2

    Shutdown at mains voltage and mains frequency limits

    707, 708, 709, 710

    3

    P(U) and P(f)

    706, 711

    4

    Maximum effective power setting

    704

    5 (lowest)

    Reactive power functions*

    704, 705, 712

    * One of the following reactive power functions can be activated. The activated function is deactivated when another is selected:

    • Constant power factor
    • Constant reactive power
    • Q(U) (reactive power over voltage)
    • P(Q) (effective power over reactive power)
    1. SunSpec models 7xx

    Reversion Timers

    link_horizontalLink copied

    The following registers can be defined for a set period of time in the Reversion Timers Register:

    • EnaRvrt: Activates the Reversion Timer function and applies the current parameter values for the set period of time.
    • RvrtTms: Period of time during which the set parameters are to be active.
    • RvrtRem: Remaining runtime of the current set parameters.
    • RvrtCrv/RvrtCtl/PctRvrt/Rvrt.PF/Rvrt.Ext: Parameter value to be set after the (RvrtTms) time has elapsed.

    The values to be applied after the time has elapsed are also written via Modbus registers. This Reversion Timer function is available for the following Modbus models:

    • DER AC controls Model (704)
    • DER Volt-Var Model (705)
    • DER Volt-Watt Model (706)
    • DER Frequency Droop Model (711)
    • DER Watt-Var Model (712)
    1. SunSpec models 7xx

    Curves

    link_horizontalLink copied

    SunSpec supports the option of storing several parameter sets (or curves) for the respective functions. A total of 4 curves are supported. The curve with the index 1 corresponds to the current active parameter set of the inverter. The curves with index 2 to 4 can be described and activated. The following registers are displayed:

    • AdptCrvReq: Describes from which curve (2-4) the stored points are to be transferred.
    • AdptCrvRslt: Status of the transfer of points from the curve:

    Name

    Value

    Description

    COMPLETED

    1

    Curve operation successful

    FAILED

    2

    Curve operation not successful

    • NPt: Number of supported curve points for the respective model
    • NCrv/NCrvSet/NCtl: Number of supported curves
    • Crv[N].ActPt: Number of active curve points in the curve with the index N.
    • Crv[N].ReadOnly: Indicates whether the curve with the index N has write access.

    Name

    Value

    Description

    RW

    0

    Write/read-only access

    R

    1

    Read-only access

     

    This functionality is supported for the following models:

    • DER Volt-Var Model (705)
    • DER Volt-Watt Model (706)
    • DER Low and High Voltage Trip Models (707 & 708)
    • DER Low and High Frequency Trip Models (709 & 710)
    • DER Frequency Droop Model (711)
    • DER Watt-Var Model (712)

    DER AC measurement model (701)

    link_horizontalLink copied

    DER AC measurement model (701)

    This model outputs the following measured and status values:

    • ACType: This register displays the network type.

      Name

      Value

      Description

      SINGLE_PHASE

      0

      Single-phase network

      SPLIT_PHASE

      1

      Single-phase three-wire network

      THREE_PHASE

      2

      Three-phase network

    • St: This register displays the current status of the inverter

      Name

      Value

      Description

      OFF

      0

      Inverter is not in operation

      ON

      1

      Inverter working normally

    • InvSt: This register indicates the inverter operating status

      Name

      Value

      Description

      OFF

      0

      Inverter is not in operation

      SLEEPING

      1

      Auto shutdown

      STARTING

      2

      Inverter starting

      RUNNING

      3

      Inverter working in normal operation

      THROTTLED

      4

      Power reduction active

      SHUTTING_DOWN

      5

      Inverter shutting down

      FAULT

      6

      Indicates one or more errors, see alarm (6)

      STANDBY

      7

      Standby

    • ConnSt: This register displays the connection status

      Name

      Value

      Description

      DISCONNECTED

      0

      Grid power feed operation is not active

      CONNECTED

      1

      Grid power feed operation is active

    • Alrm: Bit field for displaying current errors

      Name

      Bit

      Description

      GROUND_FAULT

      0

      Grounding fault

      AC_DISCONNECT

      2

      Shutdown, no AC supply

      GRID_DISCONNECT

      4

      Grid error

      OVER_FREQUENCY

      8

      Mains frequency is too high

      UNDER_FREQUENCY

      9

      Mains frequency too low

      AC_OVER_VOLT

      10

      Mains voltage exceeds admissible limits

      AC_UNDER_VOLT

      11

      Mains voltage too low

      HW_TEST_FAILURE

      15

      Device defect

    • W: Current effective power
    • Var: Current reactive power
    • LLV: Phase-phase voltage averaged across all phases
    • LNV: Phase-neutral conductor voltage averaged across all phases
    • Hz: Current mains frequency
    • VL1L2: Phase voltage between L1 and L2
    • VL1: Phase voltage between L1 and N
    • VL2L3: Phase voltage between L2 and L3
    • VL2: Phase voltage between L2 and N
    • VL3L1: Phase voltage between L3 and L1
    • VL3: Phase voltage between L3 and N
    1. DER AC measurement model (701)

    DER AC measurement model (701)

    link_horizontalLink copied

    This model outputs the following measured and status values:

    • ACType: This register displays the network type.

      Name

      Value

      Description

      SINGLE_PHASE

      0

      Single-phase network

      SPLIT_PHASE

      1

      Single-phase three-wire network

      THREE_PHASE

      2

      Three-phase network

    • St: This register displays the current status of the inverter

      Name

      Value

      Description

      OFF

      0

      Inverter is not in operation

      ON

      1

      Inverter working normally

    • InvSt: This register indicates the inverter operating status

      Name

      Value

      Description

      OFF

      0

      Inverter is not in operation

      SLEEPING

      1

      Auto shutdown

      STARTING

      2

      Inverter starting

      RUNNING

      3

      Inverter working in normal operation

      THROTTLED

      4

      Power reduction active

      SHUTTING_DOWN

      5

      Inverter shutting down

      FAULT

      6

      Indicates one or more errors, see alarm (6)

      STANDBY

      7

      Standby

    • ConnSt: This register displays the connection status

      Name

      Value

      Description

      DISCONNECTED

      0

      Grid power feed operation is not active

      CONNECTED

      1

      Grid power feed operation is active

    • Alrm: Bit field for displaying current errors

      Name

      Bit

      Description

      GROUND_FAULT

      0

      Grounding fault

      AC_DISCONNECT

      2

      Shutdown, no AC supply

      GRID_DISCONNECT

      4

      Grid error

      OVER_FREQUENCY

      8

      Mains frequency is too high

      UNDER_FREQUENCY

      9

      Mains frequency too low

      AC_OVER_VOLT

      10

      Mains voltage exceeds admissible limits

      AC_UNDER_VOLT

      11

      Mains voltage too low

      HW_TEST_FAILURE

      15

      Device defect

    • W: Current effective power
    • Var: Current reactive power
    • LLV: Phase-phase voltage averaged across all phases
    • LNV: Phase-neutral conductor voltage averaged across all phases
    • Hz: Current mains frequency
    • VL1L2: Phase voltage between L1 and L2
    • VL1: Phase voltage between L1 and N
    • VL2L3: Phase voltage between L2 and L3
    • VL2: Phase voltage between L2 and N
    • VL3L1: Phase voltage between L3 and L1
    • VL3: Phase voltage between L3 and N

    DER capacity model (702)

    link_horizontalLink copied

    DER capacity model (702)

    This model corresponds to a digital rating plate. The following values can be read:

    • WMaxRtg: AC rated power of the inverter
    • WOvrExtRtg: Maximum effective power at the smallest cos phi (see WOvrExtRtgPF) in the first quadrant (over-excited)
    • WOvrExtRtgPF: Smallest cos phi of the inverter in the first quadrant (over-excited)
    • WUndExtRtg: Maximum effective power at the smallest cos phi (see WUndExtRtgPF) in the fourth quadrant (under-excited)
    • WUndExtRtgPF: Smallest cos phi of the inverter in the fourth quadrant (under-excited)
    • VAMaxRtg : AC rated apparent power of the inverter
    • VarMaxInjRtg: Maximum reactive power output of the inverter
    • VarMaxAbsRtg: Maximum reactive power input of the inverter
    • WChaRteMaxRtg: Maximum charging power of the inverter and battery. If no battery is connected, the value is 0.
    • WDisChaRteMaxRtg : Maximum discharging capacity of the inverter and battery. If no battery is connected, the value is 0.
    • VAChaRteMaxRtg: Maximum apparent charging power of the inverter and the battery. If no battery is connected, the value is 0.
    • VNomRtg: Nominal mains voltage of the inverter
    • VMaxRtg: Maximum mains voltage of the inverter
    • VMinRtg: Minimum nominal mains voltage of the inverter
    • CtrlModes: Bit field of the following supported functions of the inverter:

      Name

      Bit

      Description

      MAX_W

      0

      Effective power limit

      FIXED_W

      1

      Effective power setting

      FIXED_VAR

      2

      Reactive power setting

      FIXED_PF

      3

      Power factor setting

      VOLT_VAR

      4

      Q(U) function

      FREQ_WATT

      5

      P(f) function

      DYN_REACT_CURR

      6

      Dynamic reactive current function

      LV_TRIP

      Shutdown due to AC under-voltage

      HV_TRIP

      8

      Shutdown due to AC over-voltage

      WATT_VAR

      9

      Q(P) function

      VOLT_WATT

      10

      P(U) function

      LF_TRIP

      12

      Shutdown due to AC over-frequency

      HF_TRIP

      13

      Shutdown due to AC under-frequency

    1. DER capacity model (702)

    DER capacity model (702)

    link_horizontalLink copied

    This model corresponds to a digital rating plate. The following values can be read:

    • WMaxRtg: AC rated power of the inverter
    • WOvrExtRtg: Maximum effective power at the smallest cos phi (see WOvrExtRtgPF) in the first quadrant (over-excited)
    • WOvrExtRtgPF: Smallest cos phi of the inverter in the first quadrant (over-excited)
    • WUndExtRtg: Maximum effective power at the smallest cos phi (see WUndExtRtgPF) in the fourth quadrant (under-excited)
    • WUndExtRtgPF: Smallest cos phi of the inverter in the fourth quadrant (under-excited)
    • VAMaxRtg : AC rated apparent power of the inverter
    • VarMaxInjRtg: Maximum reactive power output of the inverter
    • VarMaxAbsRtg: Maximum reactive power input of the inverter
    • WChaRteMaxRtg: Maximum charging power of the inverter and battery. If no battery is connected, the value is 0.
    • WDisChaRteMaxRtg : Maximum discharging capacity of the inverter and battery. If no battery is connected, the value is 0.
    • VAChaRteMaxRtg: Maximum apparent charging power of the inverter and the battery. If no battery is connected, the value is 0.
    • VNomRtg: Nominal mains voltage of the inverter
    • VMaxRtg: Maximum mains voltage of the inverter
    • VMinRtg: Minimum nominal mains voltage of the inverter
    • CtrlModes: Bit field of the following supported functions of the inverter:

      Name

      Bit

      Description

      MAX_W

      0

      Effective power limit

      FIXED_W

      1

      Effective power setting

      FIXED_VAR

      2

      Reactive power setting

      FIXED_PF

      3

      Power factor setting

      VOLT_VAR

      4

      Q(U) function

      FREQ_WATT

      5

      P(f) function

      DYN_REACT_CURR

      6

      Dynamic reactive current function

      LV_TRIP

      Shutdown due to AC under-voltage

      HV_TRIP

      8

      Shutdown due to AC over-voltage

      WATT_VAR

      9

      Q(P) function

      VOLT_WATT

      10

      P(U) function

      LF_TRIP

      12

      Shutdown due to AC over-frequency

      HF_TRIP

      13

      Shutdown due to AC under-frequency

    Enter service model (703)

    link_horizontalLink copied

    Enter service model (703)

    This model controls the conditions for connection and feed-in of the inverter with the following parameters:

    • ES: This register can be used to set the release for the grid power feed operation of the inverter:

      Name

      Value

      Description

      DISABLED

      0

      Inverter feed-in not permitted

      ENABLED

      1

      Inverter feed-in permitted

    • ESVHi: Upper limit for the mains voltage
    • ESVLo: Lower limit for the mains voltage
    • ESHzHi: Upper limit for the mains frequency
    • ESHzLo: Lower limit for the mains frequency
    • ESDlyTms: Period of time during which the grid parameters voltage and frequency must be within the limits (ESVHi and ESHzLo or ESHzHi and ESHzLo) until the inverter can start grid power feed operation.
    • ESRmpTms: Period of time during which the inverter increases its output power to 100% linearly after starting grid power feed operation.
    1. Enter service model (703)

    Enter service model (703)

    link_horizontalLink copied

    This model controls the conditions for connection and feed-in of the inverter with the following parameters:

    • ES: This register can be used to set the release for the grid power feed operation of the inverter:

      Name

      Value

      Description

      DISABLED

      0

      Inverter feed-in not permitted

      ENABLED

      1

      Inverter feed-in permitted

    • ESVHi: Upper limit for the mains voltage
    • ESVLo: Lower limit for the mains voltage
    • ESHzHi: Upper limit for the mains frequency
    • ESHzLo: Lower limit for the mains frequency
    • ESDlyTms: Period of time during which the grid parameters voltage and frequency must be within the limits (ESVHi and ESHzLo or ESHzHi and ESHzLo) until the inverter can start grid power feed operation.
    • ESRmpTms: Period of time during which the inverter increases its output power to 100% linearly after starting grid power feed operation.

    DER AC controls model (704)

    link_horizontalLink copied

    DER AC controls model (704)

    This model contains the control of the inverter. The following parameters can be used to set the effective power, a constant power factor, or a constant reactive power:

    Power factor

    • PFWInjEna: Activation or deactivation of the function:

      Name

      Value

      Description

      ON

      1

      Function active

      OFF

      0

      Function inactive

    • PFWInj.PF: The value for the power factor setting
    • PFWInj.Ext: Specifying whether the power factor applies to the over-excited or under-excited range:

      Name

      Value

      Description

      OVER_EXCITED

      0

      Over-excited (capacitive)

      UNDER_EXCITED

      1

      Under-excited (inductive)

    • PFWInjEnaRvrt, PFWInjRvrtTms, PFWInjRvrtRem, PFWInjRvrt.PF, PFWInjRvrt.Ext: see Reversion Timers

    Effective power limit
    These registers limit the effective power of the inverter:

    • WMaxLimPctEna: Activation or deactivation of the function:

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • WMaxLimPct: Setting the effective power limit as a percentage of the nominal power
    • WMaxLimPctRvrt, WMaxLimPctEnaRvrt, WMaxLimPctRvrtTms, WMaxLimPctRvrtRem: see Reversion Timers

    Reactive power

    • VarSetEna: Activation or deactivation of the function:

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • VarSetPct: Setting the reactive power as a percentage of the maximum reactive power
    • VarSetPctRvrt, VarSetEnaRvrt, VarSetRvrtTms, VarSetRvrtRem: see Reversion Timers
    1. DER AC controls model (704)

    DER AC controls model (704)

    link_horizontalLink copied

    This model contains the control of the inverter. The following parameters can be used to set the effective power, a constant power factor, or a constant reactive power:

    Power factor

    • PFWInjEna: Activation or deactivation of the function:

      Name

      Value

      Description

      ON

      1

      Function active

      OFF

      0

      Function inactive

    • PFWInj.PF: The value for the power factor setting
    • PFWInj.Ext: Specifying whether the power factor applies to the over-excited or under-excited range:

      Name

      Value

      Description

      OVER_EXCITED

      0

      Over-excited (capacitive)

      UNDER_EXCITED

      1

      Under-excited (inductive)

    • PFWInjEnaRvrt, PFWInjRvrtTms, PFWInjRvrtRem, PFWInjRvrt.PF, PFWInjRvrt.Ext: see Reversion Timers

    Effective power limit
    These registers limit the effective power of the inverter:

    • WMaxLimPctEna: Activation or deactivation of the function:

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • WMaxLimPct: Setting the effective power limit as a percentage of the nominal power
    • WMaxLimPctRvrt, WMaxLimPctEnaRvrt, WMaxLimPctRvrtTms, WMaxLimPctRvrtRem: see Reversion Timers

    Reactive power

    • VarSetEna: Activation or deactivation of the function:

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • VarSetPct: Setting the reactive power as a percentage of the maximum reactive power
    • VarSetPctRvrt, VarSetEnaRvrt, VarSetRvrtTms, VarSetRvrtRem: see Reversion Timers

    DER volt-var model (705)

    link_horizontalLink copied

    DER volt-var model (705)

    The behavior of the function Q(U) (reactive power over voltage) can be controlled with this model. A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activation or deactivation of the function:

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrv: see Curves
    • RvrtTms, RvrtRem, RvrtCrv, Crv[N].ActPt, (Crv[N].ReadOnly): see Reversion Timers
    • Crv[N].VRef: Midpoint of the curve
    • Crv[N].VRefAutoEna: Enables and disables automatic centering of the curve around the average mains voltage for the curve with the index N.

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • Crv[N].VRefAutoTms: Time constant for averaging the mains voltage for the curve with the index N
    • Crv[N].RspTms: Time until 90% of the new reactive power setting is reached in response to a voltage change
    • Crv[N].Pt[1].V, Crv[N].Pt[1].Var: Value pair of voltage and reactive power for point 1 of the curve with the index N
    • Crv[N].Pt[2].V, Crv[N].Pt[2].Var: Value pair of voltage and reactive power for point 2 of the curve with the index N
    • Crv[N].Pt[3].V, Crv[N].Pt[3].Var: Value pair of voltage and reactive power for point 3 of the curve with the index N
    • Crv[N].Pt[4].V, Crv[N].Pt[4].Var: Value pair of voltage and reactive power for point 4 of the curve with the index N
    1. DER volt-var model (705)

    DER volt-var model (705)

    link_horizontalLink copied

    The behavior of the function Q(U) (reactive power over voltage) can be controlled with this model. A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activation or deactivation of the function:

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrv: see Curves
    • RvrtTms, RvrtRem, RvrtCrv, Crv[N].ActPt, (Crv[N].ReadOnly): see Reversion Timers
    • Crv[N].VRef: Midpoint of the curve
    • Crv[N].VRefAutoEna: Enables and disables automatic centering of the curve around the average mains voltage for the curve with the index N.

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • Crv[N].VRefAutoTms: Time constant for averaging the mains voltage for the curve with the index N
    • Crv[N].RspTms: Time until 90% of the new reactive power setting is reached in response to a voltage change
    • Crv[N].Pt[1].V, Crv[N].Pt[1].Var: Value pair of voltage and reactive power for point 1 of the curve with the index N
    • Crv[N].Pt[2].V, Crv[N].Pt[2].Var: Value pair of voltage and reactive power for point 2 of the curve with the index N
    • Crv[N].Pt[3].V, Crv[N].Pt[3].Var: Value pair of voltage and reactive power for point 3 of the curve with the index N
    • Crv[N].Pt[4].V, Crv[N].Pt[4].Var: Value pair of voltage and reactive power for point 4 of the curve with the index N

    DER volt-watt model (706)

    link_horizontalLink copied

    DER volt-watt model (706)

    This model can be used to control the behavior of the function P(U) (effective power over voltage). A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activation or deactivation of the function:

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrv: see Curves
    • RvrtTms, RvrtRem, RvrtCrv, Crv[N].ActPt, Crv[N].ReadOnly: see Reversion Timers
    • Crv[N].RspTms: Time until 90% of the new effective power setting is reached in response to a voltage change
    • Crv[N].Pt[1].V, Crv[N].Pt[1].W: Value pair of voltage and effective power for point 1 of the curve with the index N
    • Crv[N].Pt[2].V, Crv[N].Pt[2].W: Value pair of voltage and effective power for point 2 of the curve with the index N
    1. DER volt-watt model (706)

    DER volt-watt model (706)

    link_horizontalLink copied

    This model can be used to control the behavior of the function P(U) (effective power over voltage). A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activation or deactivation of the function:

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrv: see Curves
    • RvrtTms, RvrtRem, RvrtCrv, Crv[N].ActPt, Crv[N].ReadOnly: see Reversion Timers
    • Crv[N].RspTms: Time until 90% of the new effective power setting is reached in response to a voltage change
    • Crv[N].Pt[1].V, Crv[N].Pt[1].W: Value pair of voltage and effective power for point 1 of the curve with the index N
    • Crv[N].Pt[2].V, Crv[N].Pt[2].W: Value pair of voltage and effective power for point 2 of the curve with the index N

    DER low and high voltage trip models (707 & 708)

    link_horizontalLink copied

    DER low and high voltage trip models (707 & 708)

    Models 707 and 708 are used to set the mains voltage limits. A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activates the mains voltage monitoring functions for under-voltage (model 707) and over-voltage (708).

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrvSet, Crv[N].ReadOnly, Crv[N].MustTrip.ActPt: see Curves
    • Crv[N].MustTrip.Pt[1].V. Crv[N].MustTrip.Pt[1].Tms: Value pair of voltage and period of time for point 1 of the curve with the index N.
    • Crv[N].MustTrip.Pt[2].V. Crv[N].MustTrip.Pt[2].Tms: Value pair of voltage and period of time for point 2 of the curve with the index N.
    • Crv[N].MustTrip.Pt[3].V. Crv[N].MustTrip.Pt[3].Tms: Value pair of voltage and period of time for point 3 of the curve with the index N.
    • Crv[N].MustTrip.Pt[4].V. Crv[N].MustTrip.Pt[4].Tms: Value pair of voltage and period of time for point 4 of the curve with the index N.
    • Crv[N].MustTrip.Pt[5].V. Crv[N].MustTrip.Pt[5].Tms: Value pair of voltage and period of time for point 5 of the curve with the index N.
    1. DER low and high voltage trip models (707 & 708)

    DER low and high voltage trip models (707 & 708)

    link_horizontalLink copied

    Models 707 and 708 are used to set the mains voltage limits. A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activates the mains voltage monitoring functions for under-voltage (model 707) and over-voltage (708).

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrvSet, Crv[N].ReadOnly, Crv[N].MustTrip.ActPt: see Curves
    • Crv[N].MustTrip.Pt[1].V. Crv[N].MustTrip.Pt[1].Tms: Value pair of voltage and period of time for point 1 of the curve with the index N.
    • Crv[N].MustTrip.Pt[2].V. Crv[N].MustTrip.Pt[2].Tms: Value pair of voltage and period of time for point 2 of the curve with the index N.
    • Crv[N].MustTrip.Pt[3].V. Crv[N].MustTrip.Pt[3].Tms: Value pair of voltage and period of time for point 3 of the curve with the index N.
    • Crv[N].MustTrip.Pt[4].V. Crv[N].MustTrip.Pt[4].Tms: Value pair of voltage and period of time for point 4 of the curve with the index N.
    • Crv[N].MustTrip.Pt[5].V. Crv[N].MustTrip.Pt[5].Tms: Value pair of voltage and period of time for point 5 of the curve with the index N.

    DER low and high frequency trip models (709 & 710)

    link_horizontalLink copied

    DER low and high frequency trip models (709 & 710)

    Models 709 and 710 are used to set the mains frequency limits. A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activates the mains frequency monitoring functions for under-frequency (model 707) and over-frequency (708).

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrvSet, Crv[N].ReadOnly, Crv[N].MustTrip.ActPt: see Curves
    • Crv[N].MustTrip.Pt[1].Hz, Crv[N].MustTrip.Pt[1].Tms: Value pair of mains frequency and period of time for point 1 of the curve with the index N.
    • Crv[N].MustTrip.Pt[2].Hz, Crv[N].MustTrip.Pt[2].Tms: Value pair of mains frequency and period of time for point 2 of the curve with the index N.
    • Crv[N].MustTrip.Pt[3].Hz, Crv[N].MustTrip.Pt[3].Tms: Value pair of mains frequency and period of time for point 3 of the curve with the index N.
    • Crv[N].MustTrip.Pt[4].Hz, Crv[N].MustTrip.Pt[4].Tms: Value pair of mains frequency and period of time for point 4 of the curve with the index N.
    • Crv[N].MustTrip.Pt[5].Hz, Crv[N].MustTrip.Pt[5].Tms: Value pair of mains frequency and period of time for point 5 of the curve with the index N.
    1. DER low and high frequency trip models (709 & 710)

    DER low and high frequency trip models (709 & 710)

    link_horizontalLink copied

    Models 709 and 710 are used to set the mains frequency limits. A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activates the mains frequency monitoring functions for under-frequency (model 707) and over-frequency (708).

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrvSet, Crv[N].ReadOnly, Crv[N].MustTrip.ActPt: see Curves
    • Crv[N].MustTrip.Pt[1].Hz, Crv[N].MustTrip.Pt[1].Tms: Value pair of mains frequency and period of time for point 1 of the curve with the index N.
    • Crv[N].MustTrip.Pt[2].Hz, Crv[N].MustTrip.Pt[2].Tms: Value pair of mains frequency and period of time for point 2 of the curve with the index N.
    • Crv[N].MustTrip.Pt[3].Hz, Crv[N].MustTrip.Pt[3].Tms: Value pair of mains frequency and period of time for point 3 of the curve with the index N.
    • Crv[N].MustTrip.Pt[4].Hz, Crv[N].MustTrip.Pt[4].Tms: Value pair of mains frequency and period of time for point 4 of the curve with the index N.
    • Crv[N].MustTrip.Pt[5].Hz, Crv[N].MustTrip.Pt[5].Tms: Value pair of mains frequency and period of time for point 5 of the curve with the index N.

    DER frequency droop model (711)

    link_horizontalLink copied

    DER frequency droop model (711)

    This model is used to control the function P(f) (effective power over mains frequency). A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activates the function P(f) (effective power over mains frequency).

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCtlReq, AdptCtlRslt, NCtl, Ctl[N].ReadOnly: see Curves
    • RvrtTms, RvrtRem, RvrtCtl: see Reversion Timers
    • Ctl[N].DbOf: Threshold value (distance from the nominal frequency) from which the effective power for the curve with the index N is reduced in the event of over-frequency
    • Ctl[N].DbUf: Threshold value (distance from the nominal frequency) from which the effective power for the curve with the index N is reduced in the event of under-frequency
    • Ctl[N].KOf: Slope of the characteristic for over-frequency for the curve with the index N
    • Ctl[N].KUf: Slope of the characteristic for under-frequency for the curve with the index N
    • Ctl[N].RspTms: Time until 90% of the new effective power setting is reached in response to a frequency change for the curve with the index N
    1. DER frequency droop model (711)

    DER frequency droop model (711)

    link_horizontalLink copied

    This model is used to control the function P(f) (effective power over mains frequency). A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activates the function P(f) (effective power over mains frequency).

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCtlReq, AdptCtlRslt, NCtl, Ctl[N].ReadOnly: see Curves
    • RvrtTms, RvrtRem, RvrtCtl: see Reversion Timers
    • Ctl[N].DbOf: Threshold value (distance from the nominal frequency) from which the effective power for the curve with the index N is reduced in the event of over-frequency
    • Ctl[N].DbUf: Threshold value (distance from the nominal frequency) from which the effective power for the curve with the index N is reduced in the event of under-frequency
    • Ctl[N].KOf: Slope of the characteristic for over-frequency for the curve with the index N
    • Ctl[N].KUf: Slope of the characteristic for under-frequency for the curve with the index N
    • Ctl[N].RspTms: Time until 90% of the new effective power setting is reached in response to a frequency change for the curve with the index N

    DER watt-var model (712)

    link_horizontalLink copied

    DER watt-var model (712)

    The function Q(U) (reactive power over mains voltage) is controlled with this model. A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activates the function Q(U) (reactive power over mains voltage).

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrv, Crv[N].ActPt, Crv[N].ReadOnly: see Curves
    • RvrtTms, RvrtRem, RvrtCrv: see Reversion Timers
    • Crv[N].Pt[1].W, Crv[N].Pt[1].Var: Value pair of effective power and reactive power for point 1 of the curve with the index N
    • Crv[N].Pt[2].W, Crv[N].Pt[2].Var: Value pair of effective power and reactive power for point 2 of the curve with the index N
    • Crv[N].Pt[3].W, Crv[N].Pt[3].Var: Value pair of effective power and reactive power for point 3 of the curve with the index N
    • Crv[N].Pt[4].W, Crv[N].Pt[4].Var: Value pair of effective power and reactive power for point 4 of the curve with the index N
    • Crv[N].Pt[5].W, Crv[N].Pt[5].Var: Value pair of effective power and reactive power for point 5 of the curve with the index N
    • Crv[N].Pt[6].W, Crv[N].Pt[6].Var: Value pair of effective power and reactive power for point 6 of the curve with the index N
    1. DER watt-var model (712)

    DER watt-var model (712)

    link_horizontalLink copied

    The function Q(U) (reactive power over mains voltage) is controlled with this model. A graphical overview of the function is shown in the document "SunSpec Modbus IEEE 1547-2018 Profile Specification and Implementation Guide".

    • Ena: Activates the function Q(U) (reactive power over mains voltage).

      Name

      Value

      Description

      DISABLED

      0

      Function active

      ENABLED

      1

      Function inactive

    • AdptCrvReq, AdptCrvRslt, NPt, NCrv, Crv[N].ActPt, Crv[N].ReadOnly: see Curves
    • RvrtTms, RvrtRem, RvrtCrv: see Reversion Timers
    • Crv[N].Pt[1].W, Crv[N].Pt[1].Var: Value pair of effective power and reactive power for point 1 of the curve with the index N
    • Crv[N].Pt[2].W, Crv[N].Pt[2].Var: Value pair of effective power and reactive power for point 2 of the curve with the index N
    • Crv[N].Pt[3].W, Crv[N].Pt[3].Var: Value pair of effective power and reactive power for point 3 of the curve with the index N
    • Crv[N].Pt[4].W, Crv[N].Pt[4].Var: Value pair of effective power and reactive power for point 4 of the curve with the index N
    • Crv[N].Pt[5].W, Crv[N].Pt[5].Var: Value pair of effective power and reactive power for point 5 of the curve with the index N
    • Crv[N].Pt[6].W, Crv[N].Pt[6].Var: Value pair of effective power and reactive power for point 6 of the curve with the index N

    DER storage capacity model (713)

    link_horizontalLink copied

    DER storage capacity model (713)

    This model provides information on a connected battery storage system.

    • SoC: State of charge of a connected battery storage system as a percentage. If no battery storage system is connected, a value of 0 is displayed.
    1. DER storage capacity model (713)

    DER storage capacity model (713)

    link_horizontalLink copied

    This model provides information on a connected battery storage system.

    • SoC: State of charge of a connected battery storage system as a percentage. If no battery storage system is connected, a value of 0 is displayed.

    Meter Model

    link_horizontalLink copied

    Meter Model Register

    The data of an energy meter connected with the inverter control via Modbus RTU can be read by the relevant SunSpec models via Modbus TCP.
    In a similar way to the inverter models, there are also two different SunSpec models in this case:
    • the meter model with floating point display
      (setting "float"; 211, 212 or 213)
    • the meter model with integers and scale factors
      (setting "int+SF"; 201, 202 or 203)

    The register number of the two model types is different!

    The Modbus device ID of the energy meter is configurable (default = 200).

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    There are 4 different meter locations, which are described by the location number (see table). Depending on where the Smart Meter is located and whether the inverter is producing or consuming, the signs of the PowerReal values and the Energy values change. These are shown in the following table:

    Meter_Location

    0 (grid)

    1 (load)

    3 (ext. generator)

    256-511 (subload)

    PowerReal_P_Sum (+ positive)

    consuming from grid

    producing power

    generation

    load is producing power

    PowerReal_P_Sum (- negative)

    feeding in to grid

    normal consumption

    consumption

    normal consumption

    energy plus (absolute counter)

    import from grid = energy consumed

    producing power* = energy produced

    generation = energy produced

    producing power* = energy produced

    energy minus (absolute counter)

    export to grid = energy produced

    consumption = energy consumed

    consumption = energy consumed

    consumption = energy consumed

    *is not typically. May occur when other power generation is located in load path and producing more power than load can consume.
    1. Meter Model

    Meter Model Register

    link_horizontalLink copied
    The data of an energy meter connected with the inverter control via Modbus RTU can be read by the relevant SunSpec models via Modbus TCP.
    In a similar way to the inverter models, there are also two different SunSpec models in this case:
    • the meter model with floating point display
      (setting "float"; 211, 212 or 213)
    • the meter model with integers and scale factors
      (setting "int+SF"; 201, 202 or 203)

    The register number of the two model types is different!

    The Modbus device ID of the energy meter is configurable (default = 200).

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .

    There are 4 different meter locations, which are described by the location number (see table). Depending on where the Smart Meter is located and whether the inverter is producing or consuming, the signs of the PowerReal values and the Energy values change. These are shown in the following table:

    Meter_Location

    0 (grid)

    1 (load)

    3 (ext. generator)

    256-511 (subload)

    PowerReal_P_Sum (+ positive)

    consuming from grid

    producing power

    generation

    load is producing power

    PowerReal_P_Sum (- negative)

    feeding in to grid

    normal consumption

    consumption

    normal consumption

    energy plus (absolute counter)

    import from grid = energy consumed

    producing power* = energy produced

    generation = energy produced

    producing power* = energy produced

    energy minus (absolute counter)

    export to grid = energy produced

    consumption = energy consumed

    consumption = energy consumed

    consumption = energy consumed

    *is not typically. May occur when other power generation is located in load path and producing more power than load can consume.

    End Block

    link_horizontalLink copied

    General

    Two registers according to the last data model indicate that no further SunSpec models will follow.
    The addresses of these two registers are different depending on the device type (inverter, String Control, energy meter) and selected data type ("float" or "int+SF").
    • Inverter:
      • - Start address for setting "float": 40313
      • - Start address for setting "int+SF": 40303
    • Fronius String Control:
      • - Start address: 40127
    • Energy meter:
      • - Start address for setting "float": 40195
      • - Start address for setting "int+SF": 40176
    1. End Block

    General

    link_horizontalLink copied
    Two registers according to the last data model indicate that no further SunSpec models will follow.
    The addresses of these two registers are different depending on the device type (inverter, String Control, energy meter) and selected data type ("float" or "int+SF").
    • Inverter:
      • - Start address for setting "float": 40313
      • - Start address for setting "int+SF": 40303
    • Fronius String Control:
      • - Start address: 40127
    • Energy meter:
      • - Start address for setting "float": 40195
      • - Start address for setting "int+SF": 40176
    1. End Block

    End Block

    link_horizontalLink copied

    The register tables can be found on the Fronius website or opened using the link:
    http://www.fronius.com/QR-link/0024 .