this should be close
would becomeCode:if ((tmr6 <75)||(tmr6>85))then goto badread
andCode:if ((tmr6 <45)||(tmr6>55))then goto badread
would becomeCode:if ((tmr6>20)&&(tmr6<80)) then ' noise ? if (tmr6 >50 ) then
Code:if ((tmr6>12)&&(tmr6<50 then ' noise ? if (tmr6 >31 ) then
Bookmarks