Multiple Panels
harry_aller
Posts: 20
Hello, hello, hello!!!
Any recommendations on how to handle two panels, one being a MVP8400 and the other an iPad? Both will have identical layouts and control abilities.
This is the first time I've had a situation where both panels will be identical and therefore would like to optimize my code. I've seen multiple threads related to this issue, but none address the iPad or give a clear answer.
Any advice?
Any recommendations on how to handle two panels, one being a MVP8400 and the other an iPad? Both will have identical layouts and control abilities.
This is the first time I've had a situation where both panels will be identical and therefore would like to optimize my code. I've seen multiple threads related to this issue, but none address the iPad or give a clear answer.
Any advice?
0
Comments
You can send each panels to a specific page by doing something like this: or if you want to send them both to the same page
Hope this helps!
I had been thinking of going with an array, but some other threads kept talking about virtual panels.
Any reason why I should think about using a virtual panel?
Thanks!!!
I highly suggest you do not go the route of virtual panels, as if you ever need to separate them, you'll just find yourself in a rut. I like to maintain expandable, and using virtual panels / combine_devices is not very coder friendly. I think the last time I used a virtual panel was before I had any training.
THANKS SO MUCH FOR YOUR TIME!!!