Supported platforms: CODESYS 3.5, CODESYS 3.5 SAFETY
This program handles application and firmware update packages.
On the rising edge of i_Enable, this program checks if the file *_package_*.zip exists in the userapp directory.
When found, the following sequence is started:
Ensure that an empty update directory exists
Extract found _package_.zip file to update directory
Move extracted control unit binaries from update/update to update directory
Delete the package file after extraction
If the package file is not found, the sequence is considered to be finished successfully.
Output o_Ready is set to TRUE when the sequence is finished.
|
This program is included in code template when "Generate Update functionality to codetemplate" is selected in MultiTool Creator. See also Updating Software from Application (6000 series). |
Input variable name |
Data type |
Range |
Description |
i_Enable |
BOOL |
|
Enable operation. |
Output variable name |
Data type |
Range |
Description |
o_Ready |
BOOL |
|
Sequence finished successfully. |
See VersionsFromUnits (FB) for example code.
DefineUpdateNeed (FUN)
VersionsFromLocalOD (FUN)
VersionsFromPacket (FUN)
VersionsFromUnits (FB)
Source file topic100568.htm
Last updated 21-Feb-2025