Supported platforms: CODESYS 3.5, CODESYS 3.5 SAFETY
This function reads versions.csv to the given node data and system data tables.
The NodeVersions structure is used internally for reading the file.
|
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 |
Range |
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. |
i_NumberOfVersions |
UINT |
|
Number of version data lines in table. |
i_pSystemData |
POINTER TO SystemData |
|
System name and version. |
Data type |
Description |
EPEC_CANopen.Errors
|
See errors below. |
Error code |
Description |
EPEC_CANopen.Errors.InputError |
Any of the input value 0. |
EPEC_CANopen.Errors.DataError |
Error reading csv file. |
EPEC_CANopen.Errors.NoError |
Ok. |
See VersionsFromUnits (FB) for example code.
DefineUpdateNeed (FUN)
VersionsFromLocalOD (FUN)
VersionsFromUnits (FB)
Source file topic100572.htm
Last updated 21-Feb-2025