F_GetVersionTcNciUtilities

F_GetVersionTcNciUtilities 1:

This function returns a part of the three-part version number of the TcNciUtilities.lib TwinCAT 2 PLC library as UINT.

F_GetVersionTcNciUtilities 2:

Outdated version

The sole purpose of this function is to assure compatibility with existing projects. For new projects, please use the stLibVersion_Tc2_NCI global structure.

F_GetVersionTcNciUtilities 3: Interface

FUNCTION F_GetVersionNciUtilities

VAR_INPUT
    nVersionElement      : INT;
END_VAR

Name

Type

Description

nVersionElement

INT

Part of the version number to be read out (range: [1..3]).

F_GetVersionTcNciUtilities 4: Return value

Name

Type

Description

F_GetVersionNciUtilities

UINT

Version number

Requirements

Development environment

Target platform

PLC libraries to be linked

TwinCAT v3.1.0

PC or CX (x86 or x64)

Tc2_NCI