Getsystemconfigdarwin – Yokogawa PC-Based MX100 User Manual

Page 514

Advertising
background image

10-16

IM MX190-01E

getSystemConfigDARWIN

Syntax

int getSystemConfigDARWIN(DAQDARWIN daqdarwin, double *
interval, DarwinSystemInfo * pDarwinSystemInfo);

Declaration

Public Declare Function getSystemConfigDARWIN Lib
"DAQDARWIN"(ByVal daqdarwin As Long, ByRef interval As Double,
ByRef pDarwinSystemInfo As DarwinSystemInfo) As Long

Parameters

daqdarwin

Specify the device descriptor.

interval

Specify the destination where the measurement interval is
to be returned.

pDarwinSystemInfo

Specify the destination where the system configuration
data is to be returned.

Description

Gets the system configuration data.
• Receives the system configuration data using the talker function.

• Stores the measurement interval and system configuration data if the return

destination is specified.

• This function executes the TS and CF commands of the DARWIN communication

function.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQDARWIN::getSystemConfig
CDAQDARWINSysInfo::getDarwinSystemInfo
CDAQDARWINSysInfo::getInterval

10.1 Details of Functions - DARWIN (Visual C/Visual Basic) -

Advertising