Ackalarmda100 – Yokogawa PC-Based MX100 User Manual

Page 1093

Advertising
background image

24-2

IM MX190-01E

ackAlarmDA100

Syntax

int ackAlarmDA100(DAQDA100 daqda100);

Declaration

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

Parameters

daqda100

Specify the device descriptor.

Description

Resets alarms.

• The status is updated at the end of the process.
• This function executes the AR command of the DARWIN communication function.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQDA100::ackAlarm

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

Advertising