Internet PLC Forum
General => Technical support => Topic started by: PD-PROG on September 08, 2005, 04:37:31 PM
-
I have been trying to turn off the LCD cursor. I know that the SETLCD
command will do this, but which ASCII characters should be used?
The LCD manual only refers to binary bits.
SETLCD 0,0,"????"
What should be put in place of the "????".
Thanks,
-
I kept looking and noticed that the default search date range is only 60 days.
Changed that to 1000 days and found the answer.
setlcd 0,1, chr$(12)
;D
-
The commands are listed in the PLC's Installation Guide.