![PNI TCM3 Скачать руководство пользователя страница 60](http://html1.mh-extra.com/html/pni/tcm3/tcm3_user-manual_1569860060.webp)
PNI Sensor Corporation
Doc #1007537 r12
TCM3 & TCM5 User Manual- Sept 2011
Page 60
break
;
}
case
3
:
{
// Ticks is a timer function. 1 tick = 10msec.
if
(Ticks() > mResponseTime)
{
Message(
"No response from the unit. Check connection and try again\r\n"
);
mStep =
0
;
}
break
;
}
default
:
break
;
}
}