# Firmware 1.7.0 and 1.11 configurations comparison
## Description
This document summarizes configuration differences between WCC Lite firmware versions 1.7.0 and 1.11. Each protocol section contains two separate tables: one for Device Sheet and one for Signal Sheet, following the original documentation structure.
(-) indicates that parameter does not exist
(+) indicates that parameter exists
## MODBUS Master
#### **Signal sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
Periodic\_update\_ms | - | + | Signal value will be published periodically according to the value set.
|
## MODBUS Slave
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
Respond\_delay | - | + | Time in milliseconds to wait before sending responses. Disabled if the value is set to 0 |
#### **Signal sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
periodic\_update\_ms | - | + | Signal value will be published periodically according to the value set. |
## DNP3.0 Master
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
ip | host | ip |
use\_local\_time | - | + | If enabled (1), communication uses system time instead of UTC. |
## DNP3.0 Slave
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
|
Control\_code | - | - | DNP3 control model code of CROB signal. TripClose and Pulse control model requires **PulseOn/off** times to be set |
|
Pulse\_on\_time\_ms | - | - | Pulse ON time in milliseconds, when using Pulse or TripClose control models must be set |
|
Pulse\_off\_time\_ms | - | - | Pulse OFF time in milliseconds, when using Pulse or TripClose control models must be set |
|
## IEC 101 Master
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
broadcast\_timesync | - | + | Enables or disables broadcast time sync. If 0 - disabled; if 1 - enabled. |
#### **Signal sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
periodic\_update\_ms | - | + | Signal value will be published periodically according to the value set. |
tag\_job\_todo | - | + | tag\_job\_todo value must be: communication\_status. If the signal returns 1 – connection is OK; if 2 – disconnected. |
## IEC 101 Slave
#### **Signal sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
periodic\_update\_ms | - | + | Signal value will be published periodically according to the value set. |
Select\_ms | - | + | Polling interval in milliseconds. The time frame between two telegrams from the master. |
tag\_job\_todo | - | + | tag\_job\_todo value must be: communication\_status. If the signal returns 1 – connection is OK; if 2 – disconnected. |
## IEC 103 Master
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
reset\_command\_type | - | + | The user can choose the reset command type between FCB and CU. |
#### **Signal sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
periodic\_update\_ms | - | + | Signal value will be published periodically according to the value set. |
tag\_job\_todo | - | + | tag\_job\_todo value must be: communication\_status. If the signal returns 1 – connection is OK; if 2 – disconnected. |
## IEC 104 Master
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
ip | host | ip | Slave device IP |
#### **Signal sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
periodic\_update\_ms | - | + | Signal value will be published periodically according to the value set. |
tag\_job\_todo | - | + | tag\_job\_todo value must be: communication\_status. If the signal returns 1 – connection is OK; if 2 – disconnected. |
## IEC 104 Slave
#### **Signal sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
periodic\_update\_ms | - | + | Signal value will be published periodically according to the value set. |
tag\_job\_todo | - | + | tag\_job\_todo value must be: communication\_status. If the signal returns 1 – connection is OK; if 2 – disconnected. |
## IEC 61850 Server
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
Tls | + | - |
|
Edition | + | - |
|
auth | - | + | Authorization type
|
authorization | + | - |
|
## IEC 61850 Client
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
ip | host | ip |
|
auth | - | + | Authorization type
|
authorization | + | - |
|
event\_history\_size | + | - |
|
model\_filename | - | + | The filename of the client model uploaded to WCC (must contain .client extension) |
## MQTT
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
ip | host | ip |
|
auth | - | + | Authorization type |
Ca\_certificate | - | + | Certificate authority file for TLS connection |
Client\_certificate | - | + | Client certificate file for TLS connection |
Client\_key | - | + | The private key that corresponds to the client certificate for TLS connection |
Client\_id | - | + | User-friendly name for client ID |
#### **Signal sheet:**
**Signal** | **1.7.0** | **1.11** | **Description** |
periodic\_update\_ms | - | + | Signal value will be published periodically according to the value set. |
## DLMS/COSEM
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
poll\_delay\_ms | + | - | Minimum time delay in milliseconds to wait before sending any data on port. |
## IEC 62056-21
#### **Device sheet:**
**Parameter** | **1.7.0** | **1.11** | **Description** |
protocol\_control\_char | - | + | Protocol control character |
mode\_control\_char | - | + | Mode control character |
## WCC Lite Internal Signals
#### **Signal sheet:**
**Signal** | **1.7.0** | **1.11** |
sim-select (gsm) | - | + |
modem-reset (gsm) | - | + |
## New Services
#### **Signal sheet:**
**Service** | **1.7.0** | **1.11** | **Description** |
Sms\_receiver | - | + | SMS receiver is a service responsible for command execution that was received via text message. |