Dataminuteda100reader – Yokogawa PC-Based MX100 User Manual
Page 1181
![background image](/manuals/360310/1181/background.png)
24-90
IM MX190-01E
dataMinuteDA100Reader
Syntax
int dataMinuteDA100Reader(DAQDA100READER daqda100reader, int
chType, int chNo);
Declaration
Visual Basic
Public Declare Function dataMinuteDA100Reader Lib
"DAQDA100"(ByVal daqda100reader As Long, ByVal chType As Long,
ByVal chNo As Long) As Long
Visual Basic.NET
Public Declare Ansi Function dataMinuteDA100Reader Lib
"DAQDA100"(ByVal daqda100reader As Integer, ByVal chType As
Integer, ByVal chNo As Integer) As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="dataMinuteDA100Reader"]
public static extern int dataMinuteDA100Reader(int
daqda100reader, int chType, int chNo);
Parameters
daqda100Reader
Specify the device descriptor.
chType
Specify the channel type.
chNo
Specify the channel number.
Description
Gets the minutes of the specified channel (channel type and number) from the
stored time information data.
• The minute is a number from 0 to 59.
• Returns 0 if it does not exist.
Return value
Returns the minute value.
Reference
dataMinuteDA100
24.4 Details of Instantaneous Value Loading Functions - DARWIN - Status Transition Functions