2 getdatalog – INFICON XTC/3 Thin Film Deposition Controller Communications Library Operating Manual User Manual

Page 75

Advertising
background image

1 - 61

IP

N 07

4-

45

4-

P1

B

XTC/3 Communications Library Operating Manual

1.3.2.35.2 getDataLog

int getDataLog (DataLogStruct *val, char* ErrMsg, unsigned short *len, BOOL
TCP);

Description

This function provides the DataLog status as described below.

Arguments

DataLogStruct *val:

A 40 byte structure where the data will be marshaled in the following order:
int

Layer #

int

Film #

float

Rate (Å/Sec) [One second average]

float

Thickness (KÅ)

int

Deposit time in seconds

float Average

power

%

int S

Value

byte

Q Value

float

Begin Frequency HZ

float

End Frequency HZ

byte

Crystal Life %

byte

Normal end (0), Time power end (1) or Stop (2)

byte

Cause of stop
0 = No stop
1 = Keyboard
2 = Time Power
3 = Crucible Error
4 = Shutter Delay Error
5 = Crystal Fail
6 = Max Power
7 = Hand Controller
8 = Communications
9 = Digital Input
10 = Power Loss
11 = Rate Dev Error
12 = Switcher fail

char* ErrMsg

unsigned short *len

BOOL TCP

Advertising