<< Click to Display Table of Contents > 

Client Control Interface Manual > Direct Motion Control > Direct Motion Stop

Direct Motion Stop
Previous pageReturn to chapter overviewNext page

Direct Motion Stop

 

Direct Motion Stop

Set

Get

DLL Function

int CCI_Return = ScExecCommand(int Cmd_ID)

ASCII Function

int CCI_Return = ScCciExecCommand(int Cmd_ID)

Description

Stops a current motion move.

Cmd_ID

Type: int

ID:

Location: ScComSAMLightClientCtrlExecCommandConstants

scComSAMLightClientCtrlExecCommandMotionStopMove

14

CCI_Return

Type: int

CCI return number, see error list.

Notes

MotionAxis has to be set before.

C# Example: Stop a current motion move:
 

int CCI_Return = cci.ScExecCommand( ( int )ScComSAMLightClientCtrlExecCommandConstants.scComSAMLightClientCtrlExecCommandMotionStopMove );

Table 252: Direct Motion Stop