7control functions, Setup functions, Data retrieval functions – Yokogawa PC-Based MX100 User Manual

Page 401

Advertising
background image

7-3

IM MX190-01E

DARWIN - Visual C++ -

7

Control Functions

Function

Command Class and Member Function

Switch the setting mode.

DS

CDAQDARWIN::transMode

System reconfiguration

RS

CDAQDARWIN::initSystem

RAM clear (Initialize the operation mode

RC

setup parameter.)

Alarm reset

AR

Date/Time setting

SD

CDAQDARWIN::setDateTime

Calculation start/stop

EX

CDAQDARWIN::compute

Report start/stop

DR

CDAQDARWIN::reporting

Finalize setup mode

XE

CDAQDARWIN::establish

Setup Functions

Function

Command Class and Member Function

Range Settings

SKIP (not used)

SR

CDAQDARWIN::setSKIP

DC voltage input

SR

CDAQDARWIN::setVOLT

Thermocouple input

SR

CDAQDARWIN::setTC

RTD input

SR

CDAQDARWIN::setRTD

Contact input (DI)

SR

CDAQDARWIN::setDI

Difference computation between channels

SR

CDAQDARWIN::setDELTA

Remote RJC

SR

CDAQDARWIN::setRRJC

DC current

SR

CDAQDARWIN::setMA

Strain

SR

CDAQDARWIN::setSTRAIN

Pulse

SR

CDAQDARWIN::setPULSE

Power monitor

SR

CDAQDARWIN::setPOWER

Set the scale unit

SN

CDAQDARWIN::setScallingUnit

Set the alarm

SA

CDAQDARWIN::setAlarm

Data Retrieval Functions

Function

Command Class and Member Function

Get system configuration data.

TS, CF

DAQDARWIN::getSystemConfig

Declare the retrieval of the

TS, LF

CDAQDARWIN::talkChInfo

channel information data.

Get channel information data.

CDAQDARWIN::getChInfo

Declare the retrieval of the

TS, FM

CDAQDARWIN::talkDataByASCII

measured data (ASCII code).

Get the measured data (ASCII code).

CDAQDARWIN::getChDataByASCII

Declare the retrieval of the measured

TS, FM

CDAQDARWIN::talkDataByBinary

data (binary code).

Get the measured data (binary code).

CDAQDARWIN::getChDataByBinary

Declare the retrieval of the setup

TS, LF

CDAQDARWIN::talkOperationData

data (operation mode).

7.2 Correspondence between the Functions and Class/Member Functions - DARWIN -

Advertising