fipbusview_img FipBusView

   Structures

This section presents the structures CTLs of the FipBusView library that are useful for communicating with a FIP device.

To see examples of how to use the library, please go to the Tutorial section.

FipBusView Structures

Figure: FipBusView Structures Panel

Device version struct

Definition
Structure containing Major, Minor and Revision numbers of the device board.
See also
FIP DEVICE CONF structure.

FIP device conf struct

Definition
Structure containing the device board information.
See also
GET DEVICE CONF and GET DEVICES LIST VIs.

BA configuration struct

Definition
Structure containing the FIP Arbiter configuration.
See also
FIP STA CONF structure.

FIP variable conf struct

Definition
Structure containing a FIP Variable configuration.
See also
FIP STA CONF structure.

FIP message conf struct

Definition
Structure containing a FIP Message configuration.
See also
FIP STA CONF structure.
GET VAR CONF VI.

FIP tag conf struct

Definition
Structure containing a FIP Tag configuration.
See also
FIP STA CONF structure.
GET TAG CONF VI.
GET TAG CONF BY NAME VI.

FIP station conf struct

Definition
Structure containing the FIP Station configuration.
See also
GET CONF VI.

FIP network status struct

Definition
Structure containing the FIP Network status.
See also
GET MEDIUM VI.

FIP statistics struct

Definition
Structure containing the FIP statistical counters.
See also
GET STATS VI.

Consumed variable struct

Definition
Structure containing an input variable.
See also
READ VAR and READ VAR SVF VIs.

Consumed variable time struct

Definition
Structure containing an input variable time.
See also
READ VAR TIME VI.

Produced variable struct

Definition
Structure containing an output variable.
See also
WRITE VAR VI.

Present list struct

Definition
Structure containing the list of all subscribers connected to each medium.
See also
READ LST PRESENT VI.

Message frame OUT struct

Definition
Structure containing an output message.
See also
WRITE MSG VI.

Message frame IN struct

Definition
Structure containing an input message.
See also
READ MSG VI.

BA parameters struct

Definition
Structure containing the bus arbiter parameters that can be changed online.
See also
CHANGE PARAM BA VI.

FIP synchro callback struct

Definition
Structure containing the information related with FIP Synchro callback (see Labview Refnums).
See also
INIT NETWORK VI.

FIP event callback struct

Definition
Structure containing the information related with FIP Event callback (see Labview Refnums).
See also
INIT NETWORK VI.

File progression callback struct

Definition
Structure containing the information related with File Progression callback (see Labview Refnums).
See also
INIT NETWORK VI.

File completion callback struct

Definition
Structure containing the information related with File Completion callback (see Labview Refnums).
See also
INIT NETWORK VI.