ADLINK PCI-8144 User Manual

Page 129

Advertising
background image

Function Library

119

I16 Enable

:

Z

0: Disable: the axis will not slow down when SD signal is
active

Z

1: Enable: the axis will slow down when SD signal is
active

Return Values:

ERR_ParametersInvalid

ERR_DeviceNotInitial

ERR_NoError

Example:

I16 ret; // return code

I16 AxisNo = 0; //axis number

I16 Enable = 1; // Enable slow down by SD signal

ret = _8144_enable_sd_signal(AxisNo, Enable ); //

set command

…//move functions

See also:

_8144_get_mio_status

Advertising