![Thermo Scientific HERACELL VIOS 160i Скачать руководство пользователя страница 187](http://html1.mh-extra.com/html/thermo-scientific/heracell-vios-160i/heracell-vios-160i_user-manual_1104556187.webp)
12
Annex: Data communication
Program HERACELL VIOS 160i / HERACELL VIOS 250i
Thermo Scientific
HERA
CELL VIOS
160i
/
250i
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 entries,
Part I:“
on
page 12-14
)
// cancel 0xFF indicates the end of the data logger
case 0xFF:
WriteFile (FileHandle, „End;\n“,5);
}
}
return 0;
}
Program
HERA
CELL VIOS
160i
/
HERA
CELL VIOS
250i
The program provides a user surface (only with English menu designation) for handling the data
communication between a device and a connected PC.
This program is used for:
Содержание HERACELL VIOS 160i
Страница 8: ...Table of Contents 6 HERACELL VIOS 160i 250i Thermo Scientific ...
Страница 12: ...Figures 4 HERACELL VIOS 160i 250i Thermo Scientific ...
Страница 76: ...5 Operation Starting operation 5 6 HERACELL VIOS 160i 250i Thermo Scientific ...
Страница 128: ...6 Handling and control Measures after power outage 6 52 HERACELL VIOS 160i 250i Thermo Scientific ...
Страница 154: ...9 Maintenance Replacing the Door Seal 9 12 HERACELL VIOS 160i 250i Thermo Scientific ...
Страница 166: ...11 Specifications HERACELL VIOS 250i 11 10 HERACELL VIOS 160i 250i Thermo Scientific ...
Страница 196: ...13 Device log 13 2 HERACELL VIOS 160i 250i Thermo Scientific ...