Talkchinfomx – Yokogawa PC-Based MX100 User Manual

Page 349

Advertising
background image

5-91

IM MX190-01E

Functions for the MX100 (Visual C/Visual Basic)

5

talkChInfoMX

Syntax

int talkChInfoMX(DAQMX daqmx, int startChNo, int endChNo);

Declaration

Public Declare Function talkChInfoMX Lib "DAQMX"(ByVal daqmx
As Long, ByVal startChNo As Long, ByVal endChNo As Long) As
Long

Parameters

daqmx

Specify the device descriptor.

startChNo

Specify the start channel number.

endChNo

Specify the end channel number.

Description

Declares the retrieval of the channel information data.

• After executing this function, use the getChInfoMX function to retrieve the data for

each channel.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQMX::talkChInfo

5.1 Details of Functions - MX100 (Visual C/Visual Basic) -

Advertising