Mathinfochda100 – Yokogawa PC-Based MX100 User Manual

Page 1098

Advertising
background image

24-7

IM MX190-01E

DARWIN for Extended API - Visual C/Visual Basic/Visual Basic.NET/C# -

24

mathInfoChDA100

Syntax

int mathInfoChDA100(DAQDA100 daqda100, int chNo);

Declaration

Visual Basic
Public Declare Function mathInfoChDA100 Lib "DAQDA100"(ByVal
daqda100 As Long, ByVal chNo As Long) As Long
Visual Basic.NET
Public Declare Ansi Function mathInfoChDA100 Lib
"DAQDA100"(ByVal daqda100 As Integer, ByVal chNo As Integer)
As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="mathInfoChDA100")]
public static extern int mathInfoChDA100(int daqda100, int
chNo);

Parameters

daqda100

Specify the device descriptor.

chNo

Specify the channel number.

Description

Gets the channel information data of the specified computation channel range.

• If the constant for “Specify all channel numbers”is specified for the channel

numbers, all computatino channels are processed.

• Specify measurement channels and computation channels separately.
• The status is updated at the end of the process.

• This function executes the TS,LF command of the DARWIN communication

function.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQDA100::mathInfoCh

24.1 Details of Functions - DARWIN (VC/VB/VB.NET/C#) - Status Transition Functions

Advertising