3 sample files – INFICON SQM-242 Thin Film Deposition Controller Card Operating Manual User Manual

Page 52

Advertising
background image

6 - 6

IP

N 07

4-

54

9-

P1

A

SQM-242 Operating Manual

Sif142GetAnReadings (double AnalogArray(0 to 3), double
OutputArray (0 to 13))

Fills two arrays with measurement data. The AnalogArray is voltage. The
OutputArray is filtered power.

If a 0 is returned from this function, there are no new readings available. A non zero
value means that there is new data, with the returned value indicating the number
of readings in the buffer. The buffer is 10 readings long. To flush it, keep reading
until there is no new data.

Sif142GetPower (double PowerArray(0 to 13))

Fills the array with the current output powers. Unlike the Sif142GetReadings
OutputArray, the value is an instantaneous unbuffered value.

6.3 Sample Files

On the INFICON CDROM in D:\SQM242 Card\SQM242_V100_SAMPLES.There
are sample interface files for use in C, Visual Basic, or LabVIEW. These files are
meant to act as means to aid you in creating your own software and to allow you
to interface to SQM-242 card with other devices in your operation.

Figure 6-2 LabVIEW VI Example Main Dialog Box

NOTE: Before using the LabVIEW demo, it may be best to familiarize yourself with

operation of the SQM-242 CoDep program.

Advertising