You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 3.0.0
New features
Provide features even without CSK_IODDInterpreter
Possibility to create readMessages without IODD information, by setting start-/endByte and unpack format
Possibility to search and cut relevant part out of created JSON within readMessage
New FlowConfig block 'OnNewDataAuto' which automatically creates readMessages and optionally checks to power selected port (WARNING: Do NOT mix with manual readMessage setup)
React on "OnStopFlowConfigProviders" event of FlowConfig modul to stop pulling IO-Link data
Check and handle different kind of IOLink.SMI APIs
Function to delete all existing readMessages
Check if persistent data to load provides all relevant parameters. Otherwise add default values
Selectable if timers for readMessages should start automatically after parameters were loaded
Improvements
Changed event name "OnNewReadMessage_PORT_MESSAGENAME" to "OnNewReadMessage_INSTANCE_PORT_MESSAGENAME" to make it possible to switch between ports during runtime
Do not start readMessage timers automatically with creation of readMessage
Use new event 'OnNewRawReadMessage_INSTANCE_PORT_MESSAGENAME" within FlowConfig (only providing data content as first parameter)
If using FlowConfig, start readMessage timers after 5 seconds
Add info about port within "OnNewIOLinkPortStatus" event
Add list of ports related to instances within "getInstancePortMap" function
Better handling if CSK_IODDInterpreter is not available
Bugfix
Issue with CSK_UserManagement support
Error if sending process data without any selection