Supported platforms: CODESYS 3.5, CODESYS 3.5 SAFETY
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.
|
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). |
Input variable name |
Data type |
Description |
i_pNodeData |
POINTER TO NodeData |
Data table of nodes. |
i_NumberOfNodes |
UINT |
Number of nodes in table. |
Data type |
Description |
BOOL |
TRUE if any update status is set TRUE. |
See VersionsFromUnits (FB) for example code.
VersionsFromLocalOD (FUN)
VersionsFromPacket (FUN)
VersionsFromUnits (FB)
Source file topic100570.htm
Last updated 21-Feb-2025