Cdaqda100::reconstruct, Cdaqda100::setchalarm – Yokogawa PC-Based MX100 User Manual

Page 1024

Advertising
background image

19-30

IM MX190-01E

CDAQDA100::reconstruct

Syntax

int reconstruct(void);

Description

Executes the “System reconfiguration” system control type.
Updates the status if successful.

Return value

Returns an error number.

Reference

initSystem updateAll

CDAQDA100::setChAlarm

Syntax

int setChAlarm(int chType, int chNo, int levelNo, int
iAlarmType = DAQDARWIN_ALARM_NONE, int value = 0, int
relayType = 0, int relayNo = 0);

Parameters

chType

Specify the channel type.

chNo

Specify the channel number.

levelNo

Specify the alarm level.

iAlarmType

Specify the alarm type.

value

Specify the alarm value.

relayType

Specify the relay type.

relayNo

Specify the relay number.

Description

Sets the alarm.

If the channel type is set to the constant for “Specify all measurement channel
types,” all subunits are processed.

If the channel number is set to the constant for “Specify all channel numbers,” all
channels within the channel type are processed.

If the alarm level is set to the constant for “Specify all alarm level numbers,” all alarm
levels within the channels are processed.

Updates the status if successful.

Return value

Returns an error number.

Reference

chNumMax getClassSysInfo measInfoCh setAlarm
CDAQDARWINSysInfo::isExist

19.6 Details of the DARWIN Class

Advertising