Skip to content

Release 3.3.0#9

Merged
golluroSICKAG merged 22 commits into
SICKAppSpaceCodingStarterKit:mainfrom
golluroSICKAG:main
Oct 31, 2025
Merged

Release 3.3.0#9
golluroSICKAG merged 22 commits into
SICKAppSpaceCodingStarterKit:mainfrom
golluroSICKAG:main

Conversation

@golluroSICKAG
Copy link
Copy Markdown
Contributor

Version 3.3.0

Improvements

  • Show result of pattern search within the IO-Link payload on UI
  • Show status info of IODD Interpreter on UI

Following tasks were checked

  • Module is coded and structured according to the "Developing guideline for modules" described within the CSK documentation
  • All functions/events/parameters are documented within the manifest documentation
  • The manifest description of the main CROWN includes main information about the purpose of the module and how to use it in general
  • API docu based on the manifest was created and stored within the "docu"-folder of the repository
  • Internal LUA code documentation exists for variables and non served functions
  • All relevant infos are logged via the SharedLogger 'ModuleLogger'
  • Module supports persistent data feature based on 'CSK_Module_PersistentData'
  • Module supports user management based on 'CSK_Module_UserManagement'
  • No open "ToDos" within the code or at least clearly explained comments why they exist...
  • "Version" key in app manifest was updated following semantic versioning (and use '0.x.y' for test / experimental modules which are not yet ready to be officially released)
  • Meaningful IDs used for UI elements
  • Module was tested on an AppSpace device (at least on SICK AppEngine) with no error message
  • README.md is up to date (incl. info of device + firmware the module was tested with)
  • CHANGELOG.md is up to date

golluroSICKAG and others added 22 commits January 27, 2025 11:51
## 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

## 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

## Bugfix
- Issue with CSK_UserManagement support
…erpretation

- New feature to register to event to forward content via writeMessage
- New FlowConfig block to writeProcessData
- Error handling if CSK_IODDInterpreter is not available
…Otherwise add default values

- Selectable if timers for readMessages should start automatically after parameters were loaded
# Bugfix
- Issue to create new instances (introduced with v3.0.0)
## New features
- OnNewRawReadMessage_INSTANCE_PORT_MESSAGENAME provides timestamp as 2nd event parameter (used for FlowConfig)

## Improvements
- Minor docu improvements

## 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
- Minor docu improvements
- Minor update of readMessageName check

# Bugfix
- 'OnNewDataAuto' FlowConfig block did not work with initial load of persistent data
## New features
- New function to edit amount of extra bytes to add to process data byte length

## Improvements
- FlowConfig handling
## Improvements
- Show result of pattern search within the IO-Link payload on UI
- Show status info of IODD Interpreter on UI
Copy link
Copy Markdown

@kogliinSICKAG kogliinSICKAG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added one comment for better understanding. Nevertheless, I did not run it on a SIM or SAE yet, but it looks good to me.

@golluroSICKAG
Copy link
Copy Markdown
Contributor Author

Thx for the review!

@golluroSICKAG golluroSICKAG merged commit 8fb0767 into SICKAppSpaceCodingStarterKit:main Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants