Yokogawa PC-Based MX100 User Manual

Page 481

Advertising
background image

8-7

IM MX190-01E

DARWIN - Visual C -

8

Communication Connection
openDARWIN("192.168.1.11", &rc)
The IP address of the DARWIN is specified.

The communication report specifies the communication constant DAQDARWIN
report number.”

Talker
talkDataByBinaryDARWIN(comm, 0, 1, 0, 2, &datetime)
Sends the retrieval request of the measured data of channels 1 and 2 of subunit
number 0 and retrieves the time information (declares the retrieval of the measured

data).

Retrieval of the Measured Data
getChDataByBinaryDARWIN(comm, &chinfo, &datainfo, &flag)
Gets the measured data channel by channel. It is repeated up to the specified
channel.

The end is determined by the flag status of “end data.”.

Comm. cut
closeDARWIN(comm)
Drops the connection.

8.2 Programming - DARWIN/Visual C -

Advertising