abntelecom
Vendor
Every month, I have to adjust the time on our opt81c. It's always 2 minutes advance. I know there's a way to adjust the time. Can anyone please tell me the command?
TIA
TIA
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
proc main
integer iDay, iMonth, iYear, iMin, iHour, iSec
string sSend
ltimeints $LTIME iYear iMonth iDay iHour iMin iSec
strfmt sSend "STAD %02d %02d %d %02d %02d %02d" iDay iMonth iYear iHour iMin iSec
set txpace 20
transmit "****^M"
pause 1
transmit "john^M"
pause 1
transmit "logi USERNAME^M"
;script stops while you enter your password
waitfor ">" forever
transmit "ld 2^M"
waitfor "."
transmit "TTAD^M"
waitfor "."
transmit sSend
transmit "^M"
waitfor "."
mspause 20
transmit "TTAD^M"
waitfor "."
mspause 20
transmit "****^M"
endproc