Sigma – INFICON SQC-122 Thin Film Deposition Controller Communications Manual User Manual

Page 18

Advertising
background image

1318 Duff Drive

?

Fort Collins, Colorado 80524

?

(970) 416-9660

?

Fax (970) 416-9330

?

Sigma

instruments

SendGetSys1

Parameters: None.
Return : 16 Bit Integer, always returns a 1.

SendGetSys1 is used to get the System1 Parameters from the unit. This function
must precede the use of the GetSys1 function.

Get122Sys

Parameters: Pointer to a System1 Structure.
Return : 16 Bit Integer, always returns a 1.

GetSys1 is used to retrieve the System1 Parameters from the dll. The parameters
are passed through the System1 Structure.

Example:

ReturnVal = SendGetSys1()

tell unit to transfer System1 parameters

do while(ChkCommDone == -1)

wait for comm sequence to finish

ReturnVal = GetSys1(&Sys1Struct)

Sys1Struct contains System1 info

Set122Sys

Parameters: Pointer to a System2 Structure.
Return : 16 Bit Integer, always returns a 1.

SetSys2 is used to set the System2 Parameters. The parameters are passed to
the function through the System2 Structure.

Example:

ReturnVal = SetSys2(&Sys2Struct)

set System2 parameters to
Sys2Struct values

do while(ChkCommDone == -1)

wait for comm to finish

Advertising