Description of formal parameters

Name

Type

Data Type

Description

reset

IN

BOOL

FALSE: No reset (default) TRUE: Block reset

DB_PDA

INOUT

UDT

DB for the ibaPDA communication interface ibaREQ_DB_PDA

state

OUT

STRING[16]

Block status

errorStatusRun

OUT

WORD

Internal error code

errorStatus1

OUT

WORD

Internal error code

errorStatus2

OUT

WORD

Error code for internally called blocks

Detailed description

reset

Used to manually reset the block

DB_PDA

Pointer to the communication data range. This range is used for the data exchange with ibaPDA. For all related Request blocks, configure the identical DB.

state

Block status in plain text

errorStatusRun

Internal error code for the block. If there is no error, the value 0 is output.

errorStatus1

Internal error code for the block. If there is no error, the value 0 is output.

errorStatus2

Internal error code for the block. If there is no error, the value 0 is output.

Error codes

Hexadecimal value errorStatus

Description

01x8001

invalid command id

01x800F

internal error (error moving data - pdainfo)

01x8010

internal error (error moving data - command)

01x8011

internal error (error moving data - response reset)

01x8012

internal error (error moving data - response diag)

01x8014

internal error (error moving data - response request)

01x801F

internal error (error moving data - response unknown)

01x8101

internal error (error moving data - response invalid command ID)

01x8202

internal error (error moving data - diag response data)

01x8401

internal error (error moving data - request command data)

01x8402

internal error (error moving data - request response data)

01x8410

too many requested symbols in total (>2000)

01x8411

too many requested symbols in one command (>100)

01x8412

requested data length is too long (<max)

01x8413

requested data length is too short (<0)

01x8422

error moving symbol offsets

01x8423

error moving symbol names

01x8425

error resolving requested symbols

01x8426

error moving resolved symbols data

01x8512

no active symbols

01x8FFF

undefined internal error