Setbackupmx – Yokogawa PC-Based MX100 User Manual

Page 301

Advertising
background image

5-43

IM MX190-01E

Functions for the MX100 (Visual C/Visual Basic)

5

setBackupMX

Syntax

int setBackupMX(DAQMX daqmx, int bBackup, int iCFWriteMode);

Declaration

Public Declare Function setBackupMX Lib "DAQMX"(ByVal daqmx As
Long, ByVal bBackup As Long, ByVal iCFWriteMode As Long) As
Long

Parameters

daqmx

Specify the device descriptor.

bBackup

Specify the boolean value.

iCFWriteMode

Specify the CF write mode.

Description

Sets backup (saving of data to the CF card).

• Set the CF write mode only when different from the current setting.
• When the CF write mode is set, the FIFO stops.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQMX::getMXConfig
CDAQMX::setBackup
CDAQMX::setMXConfig
CDAQMXConfig::getClassMXStatus
CDAQMXStatus::getCFWriteMode
CDAQMXStatus::setCFWriteMode

5.1 Details of Functions - MX100 (Visual C/Visual Basic) -

Advertising