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

Page 616

Advertising
background image

12-52

IM MX190-01E

CDAQMX100::setOutputType

Syntax

int setOutputType(int outputNo, int iOutput);

Parameters

outputNo

Specify the output channel data number.

iOutput

Specify the output type.

Description

Sets the output type on the output channel data of the specified output channel data

number.
The settings other than the output type are set to the default values.

Changes the setup data fields of the data member and sends them collectively.
If the constant for “Specify All output data numbers” is specified for the output data

number, all channels are processed.

Return value

Returns an error number.

Reference

getClassMXItemConfig setItemAll
CDAQMXItemConfig::setAO
CDAQMXItemConfig::setPWM

CDAQMX100::setPulseTime

Syntax

int setPulseTime(int outputNo, int pulseTime);

Parameters

outputNo

Specify the output channel data number.

pulserTime

Specify the integer multiple of the pulse interval.

Description

Sets the pulse integer multiple on the output channel data of the specified output
channel data number.

Changes the setup data fields of the data member and sends them collectively.
If the constant for “Specify All output data numbers” is specified for the output data

number, all channels are processed.

Return value

Returns an error number.

Reference

getClassMXItemConfig setItemAll
CDAQMXItemConfig::getClassMXOutputData
CDAQMXOutputData::setPulseTime

12.4 Details of the MX100 Class

Advertising