Thermo Scientific STERI-CYCLE i160 LK User Manual page 198

Co2 incubator
Table of Contents

Advertisement

12
Data Communication
Examples of Data Logger Codes
Entries, Part I:"
// query remaining device errors now
//
//
//
//
//
//and finally query cyclic nominal values entries without device // errors
//query all
else{
}
// copy nominal values from numeric string to excel string
len += num_2_str ((numeric string[8+i*SIZE_DATA2]*0x100+
numeric string[9+i*SIZE_DATA2]), &excelstring[len]);
excelstring[len ++] = ';';
len += num_2_str ((numeric string[10+i*SIZE_DATA2]*0x100+
numeric string[11+i*SIZE_DATA2]), &excelstring[len]);
excelstring[len ++] = ';';
len += num_2_str ((numeric string[12+i*SIZE_DATA2]*0x100+
numeric string[13+i*SIZE_DATA2]), &excelstring[len]);
excelstring[len ++] = ';';
len += num_2_str ((numeric string[14+i*SIZE_DATA2]*0x100+
numeric string[15+i*SIZE_DATA2]), &excelstring[len]);
excelstring[len ++] = ';';
// enter set values from here
len += num_2_str (SollTemp, &excelstring[len]);
excelstring[len ++] = ';';
len += num_2_str (SollCO2, &excelstring[len]);
excelstring[len ++] = ';';
len += num_2_str (SollO2, &excelstring[len]);
excelstring[len ++] = ';';
len += num_2_str (SollrH, &excelstring[len]);
excelstring[len ++] = ';';
excelstring[len] = '\n'; 
len += 1; 
WriteFile (FileHandle, excelstring, len);
break;
S
i160 LK / i250 LK
TERI-CYCLE
12-20
on
page
12-14)
if (status & DOOR_LONG){
str_cpy (&excelstring[len], „Door open too long;",
19);
len += 19;
else {
if (status & DOOR_OPEN){
str_cpy (&excelstring[len], „Door open;", 10); 
len += 10;
}
}
·
·
·
·
·
str_cpy (&string[string], „ok;", 3);
string += 3;
}
Thermo Scientific

Advertisement

Table of Contents
loading

This manual is also suitable for:

Steri-cycle i250 lk

Table of Contents