Skip to content

v2.0.0

Choose a tag to compare

@golluroSICKAG golluroSICKAG released this 28 Nov 11:41
· 9 commits to main since this release
015ece5

Release 2.0.0

New features

  • Supports FlowConfig feature to provide data of IO-Link ReadMessage
  • Changed event name of readMessages from 'readMessage[PORT][MESSAGENAME] to 'OnNewReadMessage_[PORT]_[MESSAGENAME]
  • Possible to pause timers for readMessages
  • Function 'getPort' for currently selected instance
  • 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
  • Function to 'resetModule' to default setup

Improvements

  • Better interaction with CSK_IODDInterpreter (version 2.0.0 needed)
  • Check status of port within instance thread (prevent to get data if sensor is not in operating mode)
  • Port only changeable if currently inactive
  • New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
  • Preset names for ReadMessages / WriteMessages instead of renaming them after creation
  • check if instance exists if selected
  • '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

Bugfix

  • IODD parsing
  • Check if readMessage exists before trying to delete it