FB_GetDeviceIdentification
The block reads the device ID.
![]() | Obsolete functionality For longer hardware model and hardware serial number strings the block FB_GetDeviceIdentificationEx has to be used. |
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. |
Outputs
VAR_OUTPUT
bBusy : BOOL;
bError : BOOL;
nErrorId : UDINT;
stDevIdent : ST_DeviceIdentification;
END_VAR
Name | Type | Description |
---|---|---|
bBusy |
| When the function block is enabled, this output is set and remains set until a feedback is received. |
bError |
| 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) |