ST_TcPlcRegDataItem (from V3.0.7)

This structure contains a parameter for a KL terminal. An ARRAY of elements of this type forms the type ST_TcPlcRegDataTable.

Syntax

TYPE ST_TcPlcRegDataItem :
STRUCT
    Access:     INT:=0;
    Select:     INT:=-1;
    RegData:    WORD:=0;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

Access

INT

The type of the operation to be executed is coded here. Details can be found under MC_AxUtiUpdateRegDriveTerm_BkPlcMc or MC_AxUtiUpdateRegEncTerm_BkPlcMc.

Select

INT

The address of the register in the terminal.

RegData

WORD

The parameters to be used for the operation to be executed.