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.
Содержание Heracell Vios 160i CR
Страница 8: ...Table of Contents 6 Heracell Vios 160i 250i CR Thermo Scientific...
Страница 12: ...Figures 4 Heracell Vios 160i 250i CR Thermo Scientific...
Страница 36: ...2 Installation of the Device Retrofitting Modifications 2 12 Heracell Vios 160i 250i CR Thermo Scientific...
Страница 60: ...3 Description of the Device Electromechanical Door Lock 3 24 Heracell Vios 160i 250i CR Thermo Scientific...
Страница 86: ...5 Operation Water Filling 5 6 Heracell Vios 160i 250i CR Thermo Scientific...
Страница 138: ...6 Handling and Control Error Messages 6 52 Heracell Vios 160i 250i CR Thermo Scientific...
Страница 178: ...11 Specifications Heracell Vios 250i CR 11 10 Heracell Vios 160i 250i CR Thermo Scientific...
Страница 208: ...13 Device Log 13 2 Heracell Vios 160i 250i CR Thermo Scientific...
Страница 212: ...14 Contact Information Thermo Scientific 14 4 Heracell Vios 160i 250i CR Thermo Scientific...