Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - LCD clear

(you are viewing a thread; or go back to list of threads)

LCD clear (by Alex)
Hi, after many attemps i finally can display text and analog read to my serial lcd, the only problem is when i want to scroll a new message to my lcd, for example:

-temp: 25 (first message- analog read)
-hola mundo (second message)

but when i scroll it comes like this:

-hola: 25do

How could i clear first message?. Thanks.
Mon Jan 11 2016, 14:23:22
(no subject) (by MGP)
Can you post your .LD file because I think that you have the same problem as in the thread below.
Mon Jan 11 2016, 16:29:10
(no subject) (by Alex)
Sure, i uploaded my ladder, check this input "Xscroll".
Mon Jan 11 2016, 22:44:56, download attachment reloj.ld
(no subject) (by Alex)
this is how it looks before pressing "Xscroll" button (RB0),
Mon Jan 11 2016, 22:46:35, download attachment message1.jpg
(no subject) (by Alex)
When i press "Xscroll" button message 2 is on message 1 (sorry for my English im not a native speaker). In my ladder y scroll the messages with a circular counter, check row 2, so when circular counter is 1 shows first message, when circular counter is 2 it shows second message, that simple way i decided to use my scroll option, maybe there is another form, i want to clear first message. Thanks.
Mon Jan 11 2016, 22:51:48, download attachment message2.jpg
(no subject) (by MGP)
I do not know the instructions of your LCD display, but you have to make use of the cursor movements.

You can not dump all the data at once, sending data takes time and you have to divide sending data in different cycle times.
See lines 24 to 28.

As explaned in this thread.
http://cq.cx/ladder-forum.pl?action=viewthread&parent=4733
Tue Jan 12 2016, 02:43:49, download attachment reloj_V2.ld
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):