12 _7260_emg_setup, Description, Syntax – ADLINK PCI-7260 User Manual

Page 57: Argument, Return code, Description @ syntax @ argument @ return code

Advertising
background image

C/C++ DOS Libraries

47

5.12 _7260_EMG_SETUP

@ Description

This function is used to enable/disable the emergency stop func-
tion of PCI-7260.

@ Syntax

U16 _7260_EMG_EN (U16 cardNo,U16

EMG_EN_BUTTON,U16 EMG_Recovery)

@ Argument

boardID: Board ID to the specific borad.

EMG_EN_BUTTON: Emergency Stop enable/disable. ‘1’ repre-
sents EMG enable. ‘0’ represents EMG disable.

EMG_Recovery: Emergency Stop status recovery. ‘1’ represents
EMG state clear. ‘0’ has no effect.

@ Return Code

ERR_NoError, ERR_BoardNoInit

Advertising