Jump to content

PHoskins

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by PHoskins

  1. In my application I have several timers for various things that I have the timers currently hard coded with set times.  I would like to have a screen that I could view these timers and there current setting and then edit the time via this page so it would need to preset that timer.  I'm not sure where even to begin.  I'm thinking a data table but not sure how to display this.

     

     

    Thanks

    Paul

  2. I'm using a list to text to display some strings and I have it working great on one screen.  I have a second screen with its own loop that has a copy of the list to text control on it.   It doesn't update correctly.  The code for it is in the main loop do I also have to have code for this in the second screens loop?  I was hoping it would update no matter what screen I'm on as long as its pointing to the same item.

  3. Thanks for the quick response, right now I don't have a hole lot other than a text box.  I'm looking into the list of texts right now.    Basically I just want to press a button on the screen and then display on the HMI " process running"  Then say when a input is triggers, I want to change the message to "Process complete" etc.  I was attempting to figure out how to get a string from the library based on an index number but have been unsuccessful.

     

     

    Paul

×
×
  • Create New...