23.11.2014 Views

CompuScope SDK Manua.. - Egmont Instruments

CompuScope SDK Manua.. - Egmont Instruments

CompuScope SDK Manua.. - Egmont Instruments

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

gage_set_independant_operation<br />

Syntax<br />

C:<br />

void GAGEAPI gage_set_independant_operation (int16 independant);<br />

Visual BASIC:<br />

Sub gage_set_independant_operation (ByVal independant As Integer)<br />

Remarks<br />

gage_set_independant_operation sets the driver to initialize the Multiple/Independent <strong>CompuScope</strong><br />

operation mode. In Multiple/Independent mode, two or more <strong>CompuScope</strong>s can be operated completely<br />

independently of each other with completely different <strong>CompuScope</strong> parameters.<br />

Before initializing the <strong>CompuScope</strong> hardware, with the gage_driver_initialize routine, the<br />

gage_set_independant_operation routine must be called to enable Multiple/Independent <strong>CompuScope</strong><br />

operation. Before setting up each board with the desired parameters, you should select the board by calling<br />

the gage_select_board routine.<br />

When operating <strong>CompuScope</strong>s in Multiple/Independent mode, the routines; gage_board_start_capture,<br />

gage_board_force_capture and gage_board_abort_capture should be used in place of<br />

gage_start_capture, gage_force_capture and gage_abort_capture, respectively. These routines select<br />

the appropriate board internally.<br />

The independant parameter when used with a non-zero value will set the <strong>CompuScope</strong> hardware for<br />

Multiple/Independent operation.<br />

Once the <strong>CompuScope</strong> hardware has been set for independent mode the routine<br />

gage_set_independant_operation with the value 0 for the independant parameter can be called to disable<br />

Multiple/Independent operation. gage_set_independant_operation must be called before calling the<br />

gage_driver_initialize routine when independent operation mode is required.<br />

Return Value<br />

None<br />

See also<br />

gage_get_independant_operation, gage_board_start_capture, gage_board_force_capture,<br />

gage_board_abort_capture and Appendix H: Multiple/Independent Mode Operation.<br />

Examples<br />

C:<br />

gage_set_independant_operation (1);<br />

Visual BASIC:<br />

Call gage_set_independant_operation (1)<br />

<strong>CompuScope</strong> API Reference <strong>Manua</strong>l<br />

49

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!