![Thermo Scientific Heracell Vios 160i CR Operating Instructions Manual Download Page 198](http://html1.mh-extra.com/html/thermo-scientific/heracell-vios-160i-cr/heracell-vios-160i-cr_operating-instructions-manual_1104558198.webp)
12
Data Communication
Examples of Data Logger Codes
12-20
Heracell Vios 160i / 250i CR
Thermo Scientific
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;
}
}
// query remaining device errors now
//
·
//
·
//
·
//
·
//
·
//and finally query cyclic nominal values entries without device // errors
//query all
else{
str_cpy (&string[string], „ok;“, 3);
= 3;
}
}
// 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;
Summary of Contents for Heracell Vios 160i CR
Page 8: ...Table of Contents 6 Heracell Vios 160i 250i CR Thermo Scientific...
Page 12: ...Figures 4 Heracell Vios 160i 250i CR Thermo Scientific...
Page 86: ...5 Operation Water Filling 5 6 Heracell Vios 160i 250i CR Thermo Scientific...
Page 138: ...6 Handling and Control Error Messages 6 52 Heracell Vios 160i 250i CR Thermo Scientific...
Page 178: ...11 Specifications Heracell Vios 250i CR 11 10 Heracell Vios 160i 250i CR Thermo Scientific...
Page 208: ...13 Device Log 13 2 Heracell Vios 160i 250i CR Thermo Scientific...
Page 212: ...14 Contact Information Thermo Scientific 14 4 Heracell Vios 160i 250i CR Thermo Scientific...