Communicator History
Communicator Application
ScadaComm 6.2.0.1 (August 12, 2024)
- Data type matching between channel and tag is not required
- Logs a list of communication lines that have not stopped
ScadaComm 6.2.0.0 (January 27, 2024)
- Upgrade to .NET 8.0
ScadaComm 6.1.1.1 (August 03, 2023)
- Code refactoring
ScadaComm 6.1.1.0 (July 04, 2023)
- Works with new instance configuration
- Device status is set to error if connection is not established
ScadaComm 6.1.0.1 (May 15, 2023)
- Fixed waiting for service stop
ScadaComm 6.1.0.0 (March 21, 2023)
- Uses new configuration database and application protocol
ScadaComm 6.0.0.2 (February 20, 2023)
- Inactive communication line can be started with a command
ScadaComm 6.0.0.1 (January 17, 2023)
- Device status is written as 0 or 1
- If line logging is disabled, device information files are not written
ScadaComm 6.0.0.0 (December 03, 2022)
- Communication channels are implemented using drivers
- Data sources for interaction with other applications
- Queue for sending data to the server
- Device tag codes make it easy to bind tags to channels
- Supports tags that are strings or arrays
- Device status can be bound to a channel
- Communication lines can be started or stopped with commands from the server
- Configuration check: duplicate lines and devices are ignored, calculated channels are not bound to tags
Basic Communication Channels
DrvCnlBasic 6.1.0.1 (August 12, 2024)
- TCP client communication channel has been optimized
DrvCnlBasic 6.1.0.0 (January 27, 2024)
- Upgrade to .NET 8.0
DrvCnlBasic 6.0.1.0 (July 04, 2023)
- Added TCP client option whether to disconnect if session fails
DrvCnlBasic 6.0.0.1 (February 20, 2023)
- Fixed a bug in UDP communication channel
DrvCnlBasic 6.0.0.0 (December 03, 2022)
- Initial development of the driver
MQTT Communication Channel
DrvCnlMqtt 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvCnlMqtt 6.0.0.2 (March 21, 2023)
- Fixed display of channel status
DrvCnlMqtt 6.0.0.1 (January 17, 2023)
- Updated MQTTnet dependency
DrvCnlMqtt 6.0.0.0 (December 03, 2022)
- Initial development of the driver
CSV Reader
DrvCsvReader 6.0.0.0 (December 10, 2023)
- Initial development of the driver
DB Import
DrvDbImport 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvDbImport 6.0.0.1 (September 25, 2023)
- Fixed editing query parameters
DrvDbImport 6.0.0.0 (February 20, 2023)
- Common database connection is used on communication line
- Reads values from row or column
- Supports multiple requests per device
MQTT Data Source
DrvDsMqtt 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvDsMqtt 6.0.0.2 (March 21, 2023)
- Data queue refactoring
DrvDsMqtt 6.0.0.1 (January 17, 2023)
- Updated MQTTnet dependency
DrvDsMqtt 6.0.0.0 (December 03, 2022)
- Initial development of the driver
OPC UA Server
DrvDsOpcUaServer 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvDsOpcUaServer 6.0.0.2 (March 26, 2024)
- Updated OPCFoundation.NetStandard.Opc.Ua dependencies
DrvDsOpcUaServer 6.0.0.1 (September 25, 2023)
- Fixed error when loading configuration from PostgreSQL
DrvDsOpcUaServer 6.0.0.0 (December 03, 2022)
- Initial development of the driver
Server Data Source
DrvDsScadaServer 6.0.1.1 (April 02, 2023)
- Fixed reading configuration database
- Fixed statistics calculation
DrvDsScadaServer 6.0.1.0 (March 21, 2023)
- Batch transfer of current data
DrvDsScadaServer 6.0.0.1 (January 17, 2023)
- Added an option to read the configuration database
DrvDsScadaServer 6.0.0.0 (December 03, 2022)
- Initial development of the driver
DrvEmail 6.0.0.0 (December 03, 2022)
- Email is resent in case of an error
Enron Modbus
DrvEnronModbus 6.0.0.0 (February 20, 2023)
- Porting the driver to the new version
HTTP Notifications
DrvHttpNotif 6.0.0.0 (December 03, 2022)
- Porting the driver to the new version
Modbus
DrvModbus 6.0.0.4 (August 12, 2024)
- Fixed bug in requests in ASCII mode on Linux
DrvModbus 6.0.0.3 (May 15, 2023)
- Supports A...F digits in byte order
DrvModbus 6.0.0.2 (March 21, 2023)
- Fixed channel generation
DrvModbus 6.0.0.1 (February 20, 2023)
- Fixed bugs in the driver user interface
DrvModbus 6.0.0.0 (December 03, 2022)
- Added a feature to send commands with a custom function code
- Template elements are both readable and writeable
- Added the Bit mask element parameter for generating calculated channels
- Inactive groups are not output to a device state file
- Added a feature to copy element parameters to its group
- Added a template validation feature
Modbus Slave
DrvModbusSlave 6.1.0.1 (October 15, 2024)
- Fixed saving changes of channel gateway options
DrvModbusSlave 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvModbusSlave 6.0.0.1 (April 11, 2024)
- Fixed a bug when reading data in Independent device mode
DrvModbusSlave 6.0.0.0 (March 21, 2023)
- Gateway mode for selected channels
MQTT Client
DrvMqttClient 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvMqttClient 6.0.0.4 (December 10, 2023)
- Fixed JavaScript execution
DrvMqttClient 6.0.0.3 (July 04, 2023)
- Optimized driver configuration source code
DrvMqttClient 6.0.0.2 (May 15, 2023)
- JavaScript execution refactoring
DrvMqttClient 6.0.0.1 (January 17, 2023)
- Updated MQTTnet dependency
DrvMqttClient 6.0.0.0 (December 03, 2022)
- The driver is completely redesigned
MQTT Publisher
DrvMqttPublisher 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvMqttPublisher 6.0.0.3 (July 04, 2023)
- Optimized driver configuration source code
DrvMqttPublisher 6.0.0.2 (March 21, 2023)
- Commands are returned to Communicator
DrvMqttPublisher 6.0.0.1 (January 17, 2023)
- Updated MQTTnet dependency
DrvMqttPublisher 6.0.0.0 (December 03, 2022)
- Initial development of the driver
OPC Classic
DrvOpcClassic 6.0.1.2 (March 26, 2024)
- Fixed a bug that occured if the device is not configured
DrvOpcClassic 6.0.1.1 (December 10, 2023)
- Improved reconnection when connection is lost
DrvOpcClassic 6.0.1.0 (September 25, 2023)
- Added support for synchronous reading
- Fixed subscription creation
DrvOpcClassic 6.0.0.0 (December 03, 2022)
- Client can connect to remote host
- Connection options are common to communication line
- Items are both readable and writeable
- Supports arrays and strings
OPC UA
DrvOpcUa 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvOpcUa 6.0.0.1 (March 26, 2024)
- Updated OPCFoundation.NetStandard.Opc.Ua dependencies
DrvOpcUa 6.0.0.0 (December 03, 2022)
- Connection options are common to communication line
- Items are both readable and writeable
- Supports arrays and strings
- User can select item data type
Device Simulator
DrvSimulator 6.0.0.0 (December 03, 2022)
- Added an array device tag
SMS
DrvSms 6.0.0.0 (February 20, 2023)
- Porting the driver to the new version
SNMP
DrvSnmp 6.0.0.1 (July 04, 2023)
- Optimized driver configuration source code
DrvSnmp 6.0.0.0 (February 20, 2023)
- Porting the driver to the new version
Telegram
DrvTelegram 6.1.0.0 (August 12, 2024)
- Upgrade to .NET 8.0
DrvTelegram 6.0.0.1 (May 15, 2023)
- Fixed chat ID input
DrvTelegram 6.0.0.0 (December 03, 2022)
- Bot token is stored encrypted
Communication Channel Tester
DrvTester 6.0.0.0 (December 03, 2022)
- Initial development of the driver