Jump to content

Display a list of strings


charles.lin

Recommended Posts

Hi,

How can I display a list of strings one by one. The list of text function only shows one text string at one time. But what I need is to display all text strings one by one if a button is pressed. For example, When the button is pressed, the first line of string shows up. And then if the button is pressed second time, the second line of string will be displayed under the first line. 

I can't find an element in the Unilogic can do it. If anyone knows how to achieve that, please let me know.

 

Thanks,

Charles

Link to comment
Share on other sites

  • MVP 2023

That is rather odd element behavior but I do understand the presentation you're trying to achieve.

You're going to have to build that.  I'd use a Text Box and create several string tags with power-up values that you concatenate in your code using the Insert to String function.  Unfortunately, PLCs were never designed to be string manipulators so doing it in ladder will be tedious.  I'm not good at the C functions but this may be a good candidate for that.

 

Joe T.  

Link to comment
Share on other sites

On 2/11/2021 at 11:55 AM, Flex727 said:

Maybe this is implicit in Joe's answer, but why not simply have a series of text boxes, one under the other, and have logic unhide each in sequence as the button is pressed? Seems like that would be very simple to execute.

Thanks, that's actually the method I did.  I could not find any other options.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...