![Thermo Scientific Heracell Vios 160i CR Operating Instructions Manual Download Page 199](http://html1.mh-extra.com/html/thermo-scientific/heracell-vios-160i-cr/heracell-vios-160i-cr_operating-instructions-manual_1104558199.webp)
12
Data Communication
Program Heracell Vios 160i / 250i CR
Thermo Scientific
Heracell Vios 160i / 250i CR
12-21
// query the remaining events from here
case EVENT_FORMAT_DATALOG:
WriteFile (FileHandle, excelstring, len);
WriteFile (FileHandle, „Data logger erased;\n“,20);
break;
case EVENT_POWER_ON:
// update of set values
SetTemp = numeric string [8+i*SIZE_DATA2]*0x100+
numeric string[9+i*SIZE_DATA2];
SollCO2 = numeric string[10+i*SIZE_DATA2]*0x100+
numeric string[11+i*SIZE_DATA2];
SollO2 = numeric string[12+i*SIZE_DATA2]*0x100+
numeric string[13+i*SIZE_DATA2];
SollrH = numeric string[14+i*SIZE_DATA2]*0x100+
numeric string[15+i*SIZE_DATA2];
WriteFile (FileHandle, excelstring, len);
WriteFile (FileHandle, „Power on;\n“, 10);
break;
case..
//query all events here (see
“Overview of Possible Event Entries in Bit Coding Overview of Event
// cancel 0xFF indicates the end of the data logger
case 0xFF:
WriteFile (FileHandle, „End;\n“,5);
}
}
return 0;
}
Program
Heracell Vios 160i / 250i CR
The program provides a user surface (only with English menu designation) for handling the data
communication between a device and a connected computer.
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...