Supported platforms: CODESYS 3.5, CODESYS 3.5 SAFETY

 

VersionsFromLocalOD (FUN)

Description

This function asks versions from local OD to the given node data table.

Local versions are read from OD

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.

i_pNodeVersions

POINTER TO NodeVersions

Table of version data.

Return value

Data type

Description

EPEC_CANopen.Errors

 

See errors below.

 

Error diagnostic

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.

 

 

Example code

See VersionsFromUnits (FB) for example code.

 

 

See also

 

 

 

Source file topic100571.htm

Last updated 21-Feb-2025