Summer Release of D2000 is online!
Enjoy the latest D2000 V12.0.61.u4 version with fixed bugs and brand new features. What is going on now? Chill and enjoy your work with better D2000!
Download latest releaseKOM
In Modbus Server protocol, support for 32-bit signed/unsigned values (little/big endian) has been added. The configuration of these types is identical to that of the Modbus Client protocol, i.e.
L - Unsigned long (4 bytes = 2 registers) - two registers with Address and Address+1 are read, unsigned and transmitted as big-endian
Ll - Unsigned long (4 bytes = 2 registers) - two registers with Address and Address+1 are read and transmitted as little-endian, unsigned
S - Signed long (4 bytes = 2 registers) - two registers with Address and Address+1 are read, signed and transmitted as big-endian
Sl - Signed long (4 bytes = 2 registers) - two registers with Address and Address+1 are read and transmitted as little-endian, signed
JAVA
Fixed D2SD.insertRows for an empty structure
EVENT
It wasn't possible to recognize normal and critical alarm. New attribute was added to allow this.
CFGSYNCHRO
In the cfgsynchro and cfgsynchroauto utilities, a bug was fixed that caused a synchronization error on PostgreSQL platform, if there was a line with "Local Port" greater than 32767.