![Thermo Scientific HERACELL VIOS 160i User Manual Download Page 186](http://html1.mh-extra.com/html/thermo-scientific/heracell-vios-160i/heracell-vios-160i_user-manual_1104556186.webp)
12
Annex: Data communication
Examples of data logger codes
12-20
HERA
CELL VIOS
160i
/
250i
Thermo Scientific
entries, Part I:“
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;
}
}
// 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
Page 8: ...Table of Contents 6 HERACELL VIOS 160i 250i Thermo Scientific ...
Page 12: ...Figures 4 HERACELL VIOS 160i 250i Thermo Scientific ...
Page 76: ...5 Operation Starting operation 5 6 HERACELL VIOS 160i 250i Thermo Scientific ...
Page 154: ...9 Maintenance Replacing the Door Seal 9 12 HERACELL VIOS 160i 250i Thermo Scientific ...
Page 166: ...11 Specifications HERACELL VIOS 250i 11 10 HERACELL VIOS 160i 250i Thermo Scientific ...
Page 196: ...13 Device log 13 2 HERACELL VIOS 160i 250i Thermo Scientific ...