Properties

The module contains the following standard properties:

NameDescriptionIDFlags
ModeSpecifies the run mode of the module. When in Offline mode, the module do not communicate (read/write) with any external system. When in Online mode, the module has normal communication (read/write) with external system.501Persisted
IP AddressThe IP address to the server1601Persisted,TCP/IP address
Port NumberThe port number the IEC 104 server is running on (plain default=2404, TLS default=19998)1602Persisted
TLSSet this to enable TLS connection1620Persisted,Enumerated
TLS Public KeyFull path to .pem file that contains the public key1630Persisted,File
TLS PasswordPassword of the public key file if it has one1631Persisted
TLS CertificateFull path to own .cer file that contains own certificate (x.509)1632Persisted,File
TLS CA CertificatePath to .cer file from certificate authority (x.509)1633Persisted,File
TLS Server CertificatePath to server .cer file (x.509)1634Persisted,File
TLS StrictIf set to true only known certificates are accepted. Connections with unknown certificates are rejected even if they are signed by a trusted authority1635Persisted
TLS TimeoutTLS renegotiation timeout in ms (-1 (disabled) by default)1636Persisted
TLS MinMin TLS version required for slave (Not selected,SSL 3.0,TLS 1.0,TLS 1.1,TLS 1.2,TLS 1.3)1637Persisted
TLS MaxMax TLS version required for slave(Not selected,SSL 3.0,TLS 1.0,TLS 1.1,TLS 1.2,TLS 1.3)1638Persisted
TLS ValidationEnables the validation of the certificate trust chain (enabled by default) 11639Persisted
KMMaximum number of unconfirmed I-frames1 that can be sent before waiting for S-frame (acknowledgement) from the receiver (server).1655Persisted
WMaximum number of I-frames that can be received before sending an S-frame (acknowledgment) to the sender (server).1656Persisted
T0 [s]Timeout for connection establishment[seconds] 11657Persisted
T1 [s]Timeout for receiving S-frame (ack) for sent I-frames. Resends the I-frames data after this timeout. [seconds]1658Persisted
T2 [s]Timeout for sending S-frame (ack) for received I-frames. Maximum time before sending an S-frame (ack). [seconds]1659Persisted
T3 [s]Timeout for data exchange. If no frames are exchanged for T3 period, a S-frame (test) is sent to verify the connection is alive. [seconds]1660Persisted

The module contains the following advanced properties:

NameDescriptionIDFlags
Watchdog ModeWatchdog Item will monitor the item specified in Watchdog Item for activity, and Any Item will register any change in any items as activity1640Persisted,Enumerated
Watchdog Timeout [ms]Max time since last registered activity before connection considered lost [milliseconds]1642Persisted
Watchdog ItemThe item name to use when watchdog mode is set to monitor a specific item1643Persisted
PollPeriodically send commands to get latest values from server1644Persisted,Enumerated
Poll Period [ms]Period between each read command request when auto read items is activated. [milliseconds]1645Persisted

See also Module Properties

1 See basic overview of IEC 104 Communication