Thermo Scientific STERI-CYCLE i160 User Manual page 186

Co2 incubator
Table of Contents

Advertisement

12
Annex: 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;
i160 / i250
S
12-20
TERI-CYCLE
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

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Steri-cycle i250

Table of Contents