Author Topic: Best way to select a drink for an automated bar  (Read 5812 times)

Mikefly95

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Re: Best way to select a drink for an automated bar
« Reply #15 on: May 29, 2014, 02:49:56 PM »
After watching the video and re reading some of your posts, definitely going to want to include a DB down the road or you will have a monster on your hands!!
3 tables, 1 screen and 1 For Each Loop.

wimsettj

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Best way to select a drink for an automated bar
« Reply #16 on: September 28, 2014, 12:20:20 AM »
I'm so close to finishing this thing up. Every thing is put together and ready to run. I'm just trying to tweak things a bit. The problem I'm having is I would like to have the form which is up during the making of the drink switch to my main form when the drink is done. Is this possible with a Datasubscriber? How would I go about this?

wimsettj

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Best way to select a drink for an automated bar
« Reply #17 on: September 28, 2014, 08:35:43 PM »
Slight change. It turns out I have 2 open forms at this point in the program & I just need to close the current form "Drink Mixing" so I can go back to the previous "Drink selection" form when the PLC "Drink Done" bit goes high. Is this possible with a data subscriber?

wimsettj

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Best way to select a drink for an automated bar
« Reply #18 on: October 03, 2014, 01:50:41 AM »
Decided to just make them use a button to change back to the selection screen after their drink is made rather than automatically switching.