
adccommunitymod (AutomationDirect) asked a question.
Created Date: November 06,2014
Created By: Wingsy
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
I have a 4x20 LCD screen that I'm using for a status display in my program. What I want to do is to have several strings of fixed text loaded into TXT variables at startup so I can use these to fill in screen addresses of where the text is to be displayed on the screen. I'm trying to collect everything that I want displayed into one SEND instruction, because doing it in multiple SENDs is starting to get complicated. So, is there any way to load text at startup into TXT variables?
Created Date: November 06,2014
Created by: OpZed
Like this?
1580
Created Date: November 06,2014
Created by: Wingsy
YES! Exactly like that. I took the label, "Single Copy ", to mean a single value (letter). Thank-you.
Created Date: November 06,2014
Created by: Wingsy
I have a 4x20 LCD screen that I'm using for a status display in my program. What I want to do is to have several strings of fixed text loaded into TXT variables at startup so I can use these to fill in screen addresses of where the text is to be displayed on the screen. I'm trying to collect everything that I want displayed into one SEND instruction, because doing it in multiple SENDs is starting to get complicated.
So, is there any way to load text at startup into TXT variables?