FB_GetDeviceIdentification

FB_GetDeviceIdentification 1:

The block reads the device ID.

FB_GetDeviceIdentification 2:

Obsolete functionality

For longer hardware model and hardware serial number strings the block FB_GetDeviceIdentificationEx has to be used.

FB_GetDeviceIdentification 3: Inputs

VAR_INPUT
    bExecute  : BOOL;
    tTimeout  : TIME := DEFAULT_ADS_TIMEOUT;
    sNetId    : T_AmsNetId;
END_VAR

Name

Type

Description

bExecute

BOOL

The function block is enabled by a positive edge at this input.

tTimeout

TIME

States the length of the timeout that may not be exceeded by execution of the ADS command.

sNetId

T_AmsNetId

This parameter can be used to specify the AmsNetID of the TwinCAT computer whose device ID is to be read (type: T_AmsNetID). An empty string may be specified for the local computer.

FB_GetDeviceIdentification 4: Outputs

VAR_OUTPUT
    bBusy      : BOOL;
    bError     : BOOL;
    nErrorId   : UDINT;
    stDevIdent : ST_DeviceIdentification;
END_VAR

Name

Type

Description

bBusy

BOOL

When the function block is enabled, this output is set and remains set until a feedback is received.

bError

BOOL

If an error occurs during the transfer of the command, then this output is set once the bBusy output was reset.

nErrorId

UDINT

Returns the ADS error number when the bError output is set.

stDevIdent

ST_DeviceIdentification

Returns the device identification (type: ST_DeviceIdentification).

Requirements

Development environment

Target platform

PLC libraries to be integrated (category group)

TwinCAT v3.1.0

PC or CX (x86, x64, Arm®)

Tc2_Utilities (System)