Yokogawa PC-Based MX100 User Manual

Page 485

Advertising
background image

8-11

IM MX190-01E

DARWIN - Visual C -

8

Description

Creating the Message
sprintf(line, "DS%d" DAQDARWIN_MODE_OPE)
Stores the DS0 (switch to operation mode) command message of the DARWIN

communication function in the line array.
The constant “operation mode”is used to specify operation mode.

Sending Messages
runCommandDARWIN(comm, line)
Sends the command message and receives the response. The number of bytes of

the message is not specified (omitted). This member adds a terminator to the
message and sends it.

8.2 Programming - DARWIN/Visual C -

Advertising