Chapter 14 mx100 for extended api - visual basic, Status transition functions – Yokogawa PC-Based MX100 User Manual

Page 687

Advertising
background image

14-1

IM MX190-01E

MX100 for Extended API - Visual Basic -

14

Chapter 14 MX100 for Extended API - Visual Basic -

14.1 Functions and Their Functionalities - MX100/

Visual Basic -

This section indicates the correspondence between the functionalities that the

extension API supports and the Visual Basic functions.
There are two types, status transition functions and retrieval functions.

Status transition functions control the MX100. When using status transition
functions, if measured data is retrieved with a data retrieval function, the measured

data increments by only 1 (the status of the extension API changes).
The retrieval function returns the parameter value. When data is retrieved, the data

value of the current status is returned (the status of the extension API does not
change).

Status Transition Functions

The FIFO column in the table indicates the FIFO operation when the function is

executed while FIFO is running.
Stop: Stops the FIFO when the function is executed.

Continue: Continues the FIFO even when the function is executed.

Communication Functions

Function

FIFO

Function

Connect to the MX100

Continue

openMX100

Disconnect from the MX100

Continue

closeMX100

Starting/Stopping the FIFO

Function

FIFO

Function

Start the FIFO

Continue

measStartMX100

Stop the FIFO

Stop

measStopMX100

Advertising