12
Annex: Data communication
Program STERI-CYCLE i160 / STERI-CYCLE i250
Thermo Scientific
S
TERI-CYCLE
i160
/
i250
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..
Overview of possible event entries in bit coding Overview of event entries,
)
// cancel 0xFF indicates the end of the data logger
case 0xFF:
WriteFile (FileHandle, „End;\n“,5);
}
}
return 0;
}
Program
S
TERI-CYCLE
i160
/
S
TERI-CYCLE
i250
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:
Summary of Contents for STERI-CYCLE i160
Page 8: ...Table of Contents 6 STERI CYCLE i160 i250 Thermo Scientific ...
Page 12: ...Figures 4 STERI CYCLE i160 i250 Thermo Scientific ...
Page 76: ...5 Operation Starting operation 5 6 STERI CYCLE i160 i250 Thermo Scientific ...
Page 154: ...9 Maintenance Replacing the Door Seal 9 12 STERI CYCLE i160 i250 Thermo Scientific ...
Page 166: ...11 Specifications STERI CYCLE i250 11 10 STERI CYCLE i160 i250 Thermo Scientific ...
Page 196: ...13 Device log 13 2 STERI CYCLE i160 i250 Thermo Scientific ...