Page Flip Question
Andrew G Welker
Posts: 124
I'm curious about what people think is the best way to do page flips/subpage activations. Is it better to have it all be code driven? Or is it better to have it all be driven from the touchpanel itself? A mix? Why?
0
Comments
Even though most things I do now a days requires page tracking via code from button pushes to determine feedback that can sometimes only entail the buttons that opens a page and close a page while everything in between can be through the TP. Even the page flip to/from the page can be via the TP and I'll just set a flag to determine my feedback.
So my answer is no, I like both methods and often at the same time where I'll flip from the TP and track in code from the same buttons.
There is no perfect answer. Sometimes you want to be able to flip a page even if not connected to the controller in which case it needs to be hard coded into the panel. I would rather always do everything from code, but that isn't always possible. So I guess the anwer is to do everything you can from code, and everything else from the panel
Paul