Supported platforms: CODESYS 3.5, CODESYS 3.5 SAFETY

 

UpdatePackageHandler (PRG)

Description

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:

  1. Ensure that an empty update directory exists

  2. Extract found _package_.zip file to update directory

  3. Move extracted control unit binaries from update/update to update directory

  4. 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.

 

Limitations

 

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).

 

Inputs

Input variable name

Data type

Range

Description

i_Enable

BOOL

 

Enable operation.

Outputs

Output variable name

Data type

Range

Description

o_Ready

BOOL

 

Sequence finished successfully.

 

Example code

See VersionsFromUnits (FB) for example code.

 

See also

 

 

 

Source file topic100568.htm

Last updated 21-Feb-2025