<< Click to Display Table of Contents > 

Client Control Interface Manual > Mark > Trigger Dialog

Trigger Dialog
Previous pageReturn to chapter overviewNext page

Exit Trigger Mode

Start Trigger Mode with Mark Entity by Name and Mark Flag WaitForTrigger

Stop Execution

 

Exit Trigger Mode

Set

Get

DLL Function

int CCI_Return = ScExecCommand(int Cmd_ID)

ASCII Function

int CCI_Return = ScCciExecCommand(int Cmd_ID)

Description

Stops the TriggerMode.

Cmd_ID

Type: int

ID:

Location: ScComSAMLightClientCtrlExecCommandConstants

scComSAMLightClientCtrlExecCommandExitTriggerMode

41

CCI_Return

Type: int

CCI return number, see error list.

Notes

-

C# Example: Exit trigger mode:

 

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

Table 287: Exit Trigger Mode

Stop Execution

Set

Get

DLL Function

int CCI_Return = ScExecCommand(int Cmd_ID)

ASCII Function

int CCI_Return = ScCciExecCommand(int Cmd_ID)

Description

Stops the execution: If scComSAMLightClientCtrlMarkFlagWaitForTrigger is set with ScSetMarkFlags and mark is called with ScMarkEntityByName, the trigger mark dialog opens. The command closes the trigger mark dialog and disables trigger mode. This is necessary for example if a job is edited and new data need to be given to the scanner card. Then the trigger mode needs to be stopped and the marking has to be

started again.

Cmd_ID

Type: int

ID:

Location: ScComSAMLightClientCtrlExecCommandConstants

scComSAMLightClientCtrlExecCommandStopExecution

19

CCI_Return

Type: int

CCI return number, see error list.

Notes

-

C# Example: Stop execution:

 

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

Table 288: Stop Execution