ST_GENIbusRequestClassEntry

Command or query structure containing the data of a request APDU for processing within the library.

TYPE ST_GENIbusRequestClassEntry :
STRUCT
  byClass      : BYTE;
  eOS          : E_GENIbusOS;
  byEntryCount : BYTE;
  arrEntry     : ARRAY[0..GENIBUS_MAX_APDU_LENGTH] OF ST_GENIbusRequestDataEntry;
END_STRUCT
END_TYPE

Name

Type

Description

byClass

BYTE

Data class

eOS

E_GENIbusOS

Operation display (GET/SET/INFO)

byEntryCount

BYTE

Number of data points (ID codes) used within the APDU.

arrEntry

ARRAY OF ST_GENIbusRequestDataEntry

Field with addresses of the data points (ID codes) and, if applicable, the values to be written.

Requirements

Development environment

PLC library to include

TwinCAT from v3.1.4020.14

Tc2_GENIbus from v3.3.0.0