3 hilschernetx.lib function library, 1 cifx_packet structure, Hilschernetx.lib function library – Lenze PROFIBU PC-based Automation User Manual

Page 46: Cifx_packet structure, Hilschernetx.lib function library ( 46), Control technology | profibus communication manual

Advertising
background image

Control technology | PROFIBUS communication manual

Function libraries

HilscherNetX.lib function library

46

L

DMS 2.2 EN 07/2011 TD17

8.3

HilscherNetX.lib function library

The HilscherNetX.lib function library enables direct access to the package interface of the

PROFIBUS communication card.

8.3.1

CIFX_PACKET structure

Description of the components

In order to use the functions of the library, you must be provided with the

corresponding documentation of the respective NetX Hilscher firmware. The

documentation can be procured from the Lenze service.

TYPE CIFX_PACKET
STRUCT
tHeader : CIFX_PACKET_HEADER;
abData : ARRAY [0..1559] OF BYTE;
END_STRUCT
END_TYPE

Identifier/data type

Meaning/possible settings

tHeader

POINTER TO

CIFX_PACKET_HEADER

Command and management data of the package.

abData

ARRAY [0...1559]

OF BYTE

Data to be sent or received

Advertising