Cdaqmxoutputdata::setoutputtype, Cdaqmxoutputdata::setpulsetime – Yokogawa PC-Based MX100 User Manual

Page 203

Advertising
background image

2-180

IM MX190-01E

CDAQMXOutputData::setOutputType

Syntax

void setOutputType(int outputNo, int iOutput);

Parameters

outputNo

Specify the output channel data number.

iOutput

Specify the output type.

Description

Stores the specified value in the field indicated by the specified data number of the

data member.
If the data number is set to “Specify All output data numbers,” the same value is

stored in all data.
Other item fields are set to default values.

Reference

getMXOutput setChoice setPulseTime

CDAQMXOutputData::setPulseTime

Syntax

void setPulseTime(int outputNo, int pulseTime);

Parameters

outputNo

Specify the output channel data number.

pulseTime

Specify the integer multiple of the pulse interval.

Description

Stores the specified value in the field indicated by the specified data number of the
data member.

If the data number is set to “Specify All output data numbers,” the same value is
stored in all data.

Reference

getMXOutput

2.5 Details of the MX100 Class

Advertising