
PNI Sensor Corporation
DOC#1014688 r09.2
TCM User Manual
Page 75
mTime = Ticks() + 100; // take a sample every
second
mStep++;
}
break;
}
case 3:
{
// Ticks is a timer function. 1 tick = 10msec.
if(Ticks() > mResponseTime)
{
Message("No response from the module. Check
connection and try again\r\n");
mStep = 0;
}
break;
}
default:
break;
}
}