Codabix Docker v1.5.33
Release notes
- Release date: 2024-10-31
- Changes:
- Codabix Host:
- [Windows] Updated the embedded web browser in the Codabix application to Chromium v130.0.6723.70 (includes security fixes).
- Modbus Device Plugin:
- Fixed an issue where a value would be interpreted as unsigned value (e.g.
UInt32
) even when specifying a signed value type likeint32
in the path property, which could cause aBad
status with a status text like "Value was either too large or too small" when reading the variable. - Fixed an issue where, when reading multiple variables at once, all read variables got a
Bad
status with a status text like "The given key ... was not present in the dictionary" when actually only one of the variables failed to read.
- Fixed an issue where a value would be interpreted as unsigned value (e.g.
- SignalR Interface Plugin:
- When calling
SubscribeValueChanges
to create a subscription for value changes, the current node value (as stored in the Codabix node instance) of each subscribed node is now sent immediately to the client, so that the client can retrieve the current node value without having to do an additional read via ''ReadNode''. - When updating/linking nodes and the nodes are set to be read-only, it's now possible to override this setting by specifying
IgnoreReadOnly = True
in theUpdateNode[s]Request
andLinkNode[s]Request
.
- When calling
- Codabix Host: