Internet PLC Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
Internet PLC Forum
»
General
»
Technical support
»
Turn off LCD Cursor
« previous
next »
Print
Pages: [
1
]
Author
Topic: Turn off LCD Cursor (Read 10027 times)
PD-PROG
Newbie
Posts: 2
I'm a llama!
Turn off LCD Cursor
«
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,
Logged
PD-PROG
Newbie
Posts: 2
I'm a llama!
Re:Turn off LCD Cursor
«
Reply #1 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)
Logged
support
Global Moderator
Hero Member
Posts: 3174
Re:Turn off LCD Cursor
«
Reply #2 on:
September 08, 2005, 06:49:40 PM »
The commands are listed in the PLC's Installation Guide.
Logged
Email: support@triplc.com
Tel: 1-877-TRI-PLCS
Print
Pages: [
1
]
« previous
next »
Internet PLC Forum
»
General
»
Technical support
»
Turn off LCD Cursor