GATE Modbus 2.0 Firmware
Download the software and find out what is in the releasesFirmware Update
Current Version: 1.4.1 (build 2334)
- Firmware is accessible from the Object Manager tool.
Changelog
v1.4.1 (build 2334)
20 December 2023
- New virtual object - ModbusRTU:
- The AlwaysWriteMultiple feature allows the use of function 15 or 16 to write values,
- Improved functionality of the Value attribute in script conditions.
Note!
The ModbusRTU object replaces the Modbus and ModbusValue objects, which will no longer be available for addition.
The ModbusRTU object replaces the Modbus and ModbusValue objects, which will no longer be available for addition.
- New virtual object - ModbusSlaveRTU and ModbusSlaveConfigRTU - support for Modbus RTU protocol in Slave mode.
Note!
If the ModbusSlaveConfigRTU object is configured, the module operates in Slave mode. All ModbusRTU objects are deactivated.
If the ModbusSlaveConfigRTU object is configured, the module operates in Slave mode. All ModbusRTU objects are deactivated.
- New virtual object - ModbusClient - support for Modbus TCP protocol in Client mode.
- New virtual object - ModbusServer - support for Modbus TCP protocol in Server mode.
- New virtual object - Timer.
- Support for diagnostic logging using telnet. Added new method (SetTelnetLogLevel) and feature (TelnetLogLevel) for setting log level.
- Support for Modbus diagnostic logging using telnet. Added new method (SetTelnetBusLogLevel) and feature (TelnetBusLogLevel) for setting log level.
- New features for the GATE object:
- ModbusMasterFrameSpace feature - specifies an additional space between Modbus frames for the ModbusRTU object.
- OverloadDetection feature - the ability to detect processor overload using a red LED.
- ResetReason feature - diagnostic function that determines the reason for module restart.
- Added UTC time to the list of time zones.
- Bug fixes, improved device stability and performance.
v1.1.10 (build 2140)
29 March 2022
- New virtual object - ModbusValue:
- support 64-bit values using the (u)int64 data type,
- support reading and writing multiple registers using the same object,
Note!
Using ModbusValue is recommended over the legacy Modbus object for new projects.
Using ModbusValue is recommended over the legacy Modbus object for new projects.
- Bug fixes, improved device stability and performance.
Note!
To be able to update GATE to 1.1.10, you must have Object Manager v1.4.1 (or higher)
To be able to update GATE to 1.1.10, you must have Object Manager v1.4.1 (or higher)
v1.1.0 (build 2034C)
14 October 2020
- Setting the GATE time using the NTP server including the time zone and changing the time (winter / summer). The time is taken automatically from the NTP server (pool.ntp.org). There are three new features of the GATE to configure:
- UseNTP - determines whether GATE uses NTP;
- NTPTimeout - waiting time for a response from the NTP server;
- TimeZone - setting the GATE time zone - 22 zones are available.
Note!
Time synchronization requires the GATE to have an Internet connection.
Time synchronization requires the GATE to have an Internet connection.
- New features related to the presentation of time on GATE:
- Date - returns the current date,
- Time - returns the current time (hh: mm: ss),
- LocalTime / UnixTime - features that return a local / Unix timestamp.
- Changing the network gateway for the added GATE module - the ability to change the gateway during CLU Discovery.
- Improved device stability.