Alarmtypeda100 – Yokogawa PC-Based MX100 User Manual

Page 1131

Advertising
background image

24-40

IM MX190-01E

alarmTypeDA100

Syntax

int alarmTypeDA100(DAQDA100 daqda100, int chType, int chNo,
int levelNo);

Declaration

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

Parameters

daqda100

Specify the device descriptor.

chType

Specify the channel type.

chNo

Specify the channel number.

levelNo

Specify the alarm level.

Description

Gets the specified channel (channel type and number) and alarm level alarm type
from the stored measured data.

• If it does not exist, “No alarm” is returned.

Return value

Returns the alarm type.

Reference

CDAQDA100::getClassDataBuffer
CDAQDARWINDataBuffer::getClassDARWINDataInfo
CDAQDARWINDataInfo::getAlarm

24.2 Details of Functions - DARWIN (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions

Advertising