Releases: SICKAppSpaceCodingStarterKit/CSK_Module_IODDInterpreter
Releases · SICKAppSpaceCodingStarterKit/CSK_Module_IODDInterpreter
v2.1.3
Release 2.1.3
Improvements
- Check for BOM in XML file
Bugfix
- Legacy bindings of ValueDisplay elements and FileUpload feature within UI did not work if deployed with VS Code AppSpace SDK
- UI differs if deployed via Appstudio or VS Code AppSpace SDK
- Fullscreen icon of iFrame was visible
v2.1.1
Release 2.1.1
Bugfix
- Error if selecting process data format
v2.1.0
Release 2.1.0
New features
- User can select a subindex to read (even if subindex access is not supported)
v2.0.0
Release 2.0.0
- Major internal code edits!
New features
- Provide version of module via 'OnNewStatusModuleVersion'
- Function 'getParameters' to provide PersistentData parameters
- Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
Improvements
- Only keep IODD tables which are used by instances
- Share single IODD table among instances that use same IODD (no copies anymore)
- Set 'LuaLoadAllEngineAPI' to false
- New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
- 'loadParameters' returns its success
- 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
- Added UI icon and browser tab information
v1.0.1
Release 1.0.1
Bugfix
- Saving and loading data to/from persistent data module did not work
v1.0.0
Initial version