Thermo Scientific STERI-CYCLE i160 LK User Manual page 195

Co2 incubator
Table of Contents

Advertisement

// send telegram
ComWrt (COM_NR, string, 14);
return;
}
get_telegramm
int get_telegramm(char *p)
{
int reading_count = 0;
// reading the telegram character by character
do
// until reception of <CR>
while ((p[reading_count++] != '\r'));
// return = number of received characters
return (reading_count);
}
time_2_str
char time_2_str (int z, char * b)
{
// output two numerals
//calculate value 
// reduce default value
}
return (2);
}
num_2_string
char num_2_str (int z, char * b)
{
// number with one decimal place
char a[12];
char i, l;
int rest = 0;
l = 0;
// Negative number? 
if (z < 0) {
// set algebraic sign
// convert value
}
// store decimal place
Thermo Scientific
ComRd(COM_NR, &p[reading_count], 1);
char i;
for (i = 1; i >= 0; i--){
b[i] = z%10+0x30;
z = z/10;
b[0] = '-';l = 1;
z = 0xffffffff-z+1;
12
Data Communication
Examples of Data Logger Codes
S
i160 LK / i250 LK
TERI-CYCLE
12-17

Advertisement

Table of Contents
loading

This manual is also suitable for:

Steri-cycle i250 lk

Table of Contents