Releases: SICKAppSpaceCodingStarterKit/CSK_Module_PersistentData
Releases · SICKAppSpaceCodingStarterKit/CSK_Module_PersistentData
v4.2.1
v4.2.0
Release 4.2.0
New features
- Edit values within parameters via UI
- Trigger other modules to load specific parameters
v4.1.0
Release 4.1.0
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
- Function 'getCurrentParameterInfo' to get info what parameter file is currently in use
- 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
- Added some documentation
v4.0.1
Version 4.0.1
Bugfix
- Module expected to always have a parameter for instance 1. If this was not the case it did not return amount of instances within function 'getModuleParameterName' but it is necessary for other modules to load setup correctly event without saving parameters for instance 1.
- Minor UI updates
v4.0.0
Repository moved to GitHub organization.