Tags: SICKAppSpaceCodingStarterKit/CSK_Module_PersistentData
Tags
Release 4.2.1 (#4) # Release 4.2.1 ## 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
# Release 4.1.0 (#2) # 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
Version 4.0.1 (#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 --------- Co-authored-by: kogliinSICKAG <131916494+kogliinSICKAG@users.noreply.github.com>