Status transition functions – Yokogawa PC-Based MX100 User Manual

Page 703

Advertising
background image

15-1

IM MX190-01E

MX100 for Extended API - Visual Basic.NET -

15

Chapter 15 MX100 for Extended API - Visual Basic.NET -

15.1 Functions and Their Functionalities - MX100/

Visual Basic.NET -

This section indicates the correspondence between the functionalities that the

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

Status retrieval functions control the MX100. When measured data is retrieved with
the data transition function, the measured data advances by only one interval’s

worth of data (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