Cdaqmxoutputdata::getidlechoice, Cdaqmxoutputdata::getmxoutput, Cdaqmxoutputdata::getmxoutputdata – Yokogawa PC-Based MX100 User Manual

Page 199

Advertising
background image

2-176

IM MX190-01E

CDAQMXOutputData::getIdleChoice

Syntax

int getIdleChoice(int outputNo);

Parameters

outputNo

Specify the output channel data number.

Description

Gets the selected value during idling of the specified data number from the data
member.

If it does not exist, “Previous value” is returned.

Return value

Returns the selected value.

Reference

getMXOutput

CDAQMXOutputData::getMXOutput

Syntax

MXOutput * getMXOutput(int outputNo);

Parameters

outputNo

Specify the output channel data number.

Description

Gets the structure of the specified data number from the data member.

Returns NULL if it does not exist.

Return value

Returns a pointer to the structure.

CDAQMXOutputData::getMXOutputData

Syntax

void getMXOutputData(MXOutputData * pMXOutputData);

Parameters

pMXOutputData Specify the destination where the output channel data is to be

returned.

Description

Gets the data in a structure.

Stores the contents of the data member in the specified structure.

2.5 Details of the MX100 Class

Advertising