Supported platforms: CODESYS 3.5, CODESYS 3.5 SAFETY
This function asks versions from local OD to the given node data table.
Local versions are read from OD
Runtime (FW) version from index 100Ah sub-index 0
Application (SW) version from index 2130h sub-index 1
|
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. |
i_pNodeVersions |
POINTER TO NodeVersions |
Table of version data. |
Data type |
Description |
EPEC_CANopen.Errors
|
See errors below. |
Errors |
Reason |
ProtocolDataMissing |
OD not added to protocol stack. |
InputError |
Any of the input value 0 |
IndexNotExist |
Given OD row is out of range. |
SubIndexNotExist |
Given sub-index does not exist. |
TypedefIsNotTypedef |
Bad OD entry type definition. |
TypedefMissing |
OD entry type definition missing. |
TypedefIsNotDefstruct |
Bad RECORD OD entry type definition. |
DefstructMissing |
RECORD OD entry typedefinition missing. |
ProtocolDataMissing |
OD not set up properly. |
See VersionsFromUnits (FB) for example code.
DefineUpdateNeed (FUN)
VersionsFromPacket (FUN)
VersionsFromUnits (FB)
Source file topic100571.htm
Last updated 21-Feb-2025