Talkfifodatainstmx – Yokogawa PC-Based MX100 User Manual
Page 351
Advertising

5-93
IM MX190-01E
Functions for the MX100 (Visual C/Visual Basic)
5
talkFIFODataInstMX
Syntax
int talkFIFODataInstMX(DAQMX daqmx, int fifoNo);
Declaration
Public Declare Function talkFIFODataInstMX Lib "DAQMX"(ByVal
daqmx As Long, ByVal fifoNo As Long) As Long
Parameters
daqmx
Specify the device descriptor.
fifoNo
Specify the FIFO number.
Description
Declares the retrieval of the measured data of instantaneous values of the specified
FIFO number.
• For a description of the retrieval operation, see the talkChDataMX function.
Return value
Returns an error number.
Reference
talkFIFODataMX
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -
Advertising