Supported platforms: CODESYS 3.5, CODESYS 3.5 SAFETY

 

DefineUpdateNeed (FUN)

Description

This function compares FW and SW versions in the given node data table.

If the packet version differs from the current version, the corresponding update status is set to TRUE.

The return value is set to TRUE if any update status is set to TRUE.

 

Limitations

The application must define the used data tables.

 

This function 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

Description

i_pNodeData

POINTER TO NodeData

Data table of nodes.

i_NumberOfNodes

UINT

Number of nodes in table.

Return value

Data type

Description

BOOL

 TRUE if any update status is set TRUE.

 

Example code

See VersionsFromUnits (FB) for example code.

 

See also

 

 

 

Source file topic100570.htm

Last updated 21-Feb-2025