All notable changes to this project will be documented in this file.
- Check for BOM in XML file
- 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
- Bugfix of a case when deviceName is not specified in IODD file
- Bugfix of selecting process data format with new version of IODD interpreter
- User can select a subindex to read (even if subindex access is not supported)
Major internal code edits!
- 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
- 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
- Saving and loading data to/from persistent data module did not work
- Initial commit