Internet PLC Forum

General => Technical support => Topic started by: PD-PROG on September 08, 2005, 04:37:31 PM

Title: Turn off LCD Cursor
Post 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,
Title: Re:Turn off LCD Cursor
Post by: PD-PROG on September 08, 2005, 05:09:34 PM
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
Title: Re:Turn off LCD Cursor
Post by: support on September 08, 2005, 06:49:40 PM
The commands are listed in the PLC's Installation Guide.