Skip to content

Releases: SICKAppSpaceCodingStarterKit/CSK_Module_MultiDataLogger

v2.1.0

28 Jul 07:18
c013da2

Choose a tag to compare

Release 2.1.0

New features

  • Optionally limit entries of CSV file
  • Check if persistent data to load provides all relevant parameters. Otherwise add default values

Improvements

  • FlowConfig handling

Bugfix

  • Legacy bindings of ValueDisplay elements 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.0.0

28 Nov 11:32
3b86d60

Choose a tag to compare

Release 2.0.0

New features

  • Supports FlowConfig feature to set sources to log data
  • Provide version of module via 'OnNewStatusModuleVersion'
  • Function 'getParameters' to provide PersistentData parameters
  • Proper check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
  • Function to 'resetModule' to default setup

Improvements

  • New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
  • Added info texts within UI
  • Extra check if Image CROWN is available to log images
  • check if instance exists if selected
  • 'loadParameters' returns its success
  • 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
  • Changed log level of some messages from 'info' to 'fine'
  • Added UI icon and browser tab information

Bugfix

  • Never deregistered from events
  • Wrong check of dataType to update image type
  • Error if module is not active but 'getInstancesAmount' was called
  • Wrong variable used within 'setCSVFilename'

v1.0.0

27 Mar 08:32
6da728e

Choose a tag to compare

Initial version