Skip to content

Releases: SICKAppSpaceCodingStarterKit/CSK_Module_IODDInterpreter

v2.1.3

03 Jun 11:31
1fc2173

Choose a tag to compare

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

03 Feb 14:59
42eeb2a

Choose a tag to compare

Release 2.1.1

Bugfix

  • Error if selecting process data format

v2.1.0

27 Jan 09:39
16829bb

Choose a tag to compare

Release 2.1.0

New features

  • User can select a subindex to read (even if subindex access is not supported)

v2.0.0

28 Nov 09:16
018eb09

Choose a tag to compare

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

14 Feb 09:53
ebd06d2

Choose a tag to compare

Release 1.0.1

Bugfix

  • Saving and loading data to/from persistent data module did not work

v1.0.0

01 Feb 12:59
bd8f05f

Choose a tag to compare

Initial version