ADLINK PCI-8144 User Manual

Page 118

Advertising
background image

108

Function Library

Return Values:

ERR_ParametersInvalid

ERR_DeviceNotInitial

ERR_NoError

Example:

I16 AxisNo = 0;

I16 Enable = 1; //Enable STA start

_8144_set_external_start(AxisNo, Enable ); //

Enable STA start

_8144_start_sr_move( AxisNo, Distance, StrVel,

MaxVel, Tacc );

// motion will not start until STA signal active…

Enable = 0; //Disable STA start

_8144_set_external_start(AxisNo, Enable ); //

Dsiable STA start

See also:

_8144_tv_move

_8144_sv_move

_8144_start_tr_move

_8144_start_sr_move

Advertising