# Release 4.1.0#2
Merged
golluroSICKAG merged 8 commits intoNov 28, 2024
SICKAppSpaceCodingStarterKit:mainSICKAppSpaceCodingStarterKit/CSK_Module_PersistentData:mainfrom
golluroSICKAG:mainCopy head branch name to clipboard
Merged
# Release 4.1.0#2golluroSICKAG merged 8 commits intoSICKAppSpaceCodingStarterKit:mainSICKAppSpaceCodingStarterKit/CSK_Module_PersistentData:mainfrom golluroSICKAG:mainCopy head branch name to clipboard
golluroSICKAG merged 8 commits into
SICKAppSpaceCodingStarterKit:mainSICKAppSpaceCodingStarterKit/CSK_Module_PersistentData:mainfrom
golluroSICKAG:mainCopy head branch name to clipboard
Conversation
## New features
- Provide version of module via 'OnNewStatusModuleVersion'
- Function 'saveAllModuleConfigs' to trigger multiple / all running CSK modules to save their persistent data
- Function to reload all apps ('reloadApps')
- Function to reboot device ('rebootDevice')
- Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
- Function 'resetAllModules' and event 'OnResetAllModules' so that other modules can react by loading their default setup
- Function 'removeData' to remove all data of current DataSet
- Extra thread to trigger other modules to load their specific parameters if event 'OnNewDataToLoad' was notified
## Improvements
- New parameter for 'loadContent' to controle if other modules directly should react to new parameters
- New UI design available (selectable via 'setUIStyle')
- Added UI icon and browser tab information
kogliinSICKAG
approved these changes
Oct 2, 2024
| |SICK AppEngine|v1.7.0|v4.1.0| | ||
| |SICK AppEngine|v1.5.0|v4.0.1| | ||
| |InspectorP631|v4.2.1|v4.0.1| | ||
| |SIM1012|v2.4.2|v4.1.0| |
Contributor
There was a problem hiding this comment.
SIM1012 latest firmware is v2.4.1
- Added function 'getCurrentParameterInfo' to get info what parameter file is currently in use
Contributor
Author
|
Thx for the review! |
…was triggered that all modules should save them
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 4.1.0
New features
Improvements
Following tasks were checked