Yokogawa PC-Based MX100 User Manual

Page 480

Advertising
background image

8-6

IM MX190-01E

Description

Overview
When retrieving data, the talker is executed first, and then data retrieval is executed

in units of channels or lines. The end is determined by the flag.

Include File Statement

#include "DAQDARWIN.h"
Load Library Statement
The load library statement is from #ifdef WIN32 to #endif //WIN32.A callback type

(such as DLLOPENDARWIN) is used.

Flow of the Process
The flow chart shown below omits the declaration section.

Last channel?

Connect

Declare the retrieval

of the measured data

Get the measured data

channel by channel

Disconnect

END

closeDARWIN

getChDataByBinaryDARWIN

talkDataByBinaryDARWIN

openDARWIN

START

Communication Process

First, make a connection. After making the connection, the functions become
available. As a termination procedure, disconnect the communication.

8.2 Programming - DARWIN/Visual C -

Advertising