Thermo Scientific STERI-CYCLE i160 LK User Manual page 197

Co2 incubator
Table of Contents

Advertisement

if (!len) {
// requery
send_telegramm („2402");
len = get_telegramm (buffer);
// again, no telegram received
if (!len) return 1;
}
// increase telegram counter
GetTele ++;
// length of sent payload
len = (ahex(buffer[7]) * 0x10 + ahex(buffer[8])) / 2;
// converting ASCII string into usable numeric string
for (i = 0; i < (string); i++)
numeric string [i] = (ahex(buffer[10 + (2*i)]) * 0x10 + 
ahex(buffer[11 + (2*i)]));
// calculation of the sent data packages
data = ((len) / SIZE_DATA2);
// evaluation of all data packages
for (i = 0; i < data; i++)9{
len = 0;
// write time and date into file
len += time_2_str (numeric string[1+i*SIZE_DATA2], 
&excelstring[len]);
excelstring[len ++] = '.';
len += time_2_str (numeric string[2+i*SIZE_DATA2], 
&excelstring[len]);
excelstring[len ++] = '.';
len += time_2_str (numeric string[3+i*SIZE_DATA2], 
&excelstring[len]);
excelstring[len ++] = ';';
len += time_2_str (numeric string[4+i*SIZE_DATA2], 
&excelstring[len]);
excelstring[len ++] = ':';
len += time_2_str (numeric string[5+i*SIZE_DATA2], 
&excelstring[len]);
excelstring[len ++] = ':';
len += time_2_str (0, &excelstring[len]);
excelstring[len ++] = ';';
switch (numeric string[i*SIZE_DATA2]){
//check cyclic entries for device errors
status = numeric string[6+i*SIZE_DATA2]*0x100+
numeric string[7+i*SIZE_DATA2];
// query all device errors (see
Thermo Scientific
GetError ++;
case EVENT_STATUS:
if (status & INFO_ERROR){
str_cpy (&excelstring[len], „Error active;", 13); 
len += 13;
}
else{
"Overview of Possible Event Entries in Bit Coding Overview of Event
12
Data Communication
Examples of Data Logger Codes
S
i160 LK / i250 LK
TERI-CYCLE
12-19

Advertisement

Table of Contents
loading

This manual is also suitable for:

Steri-cycle i250 lk

Table of Contents