Button combinations for hidden page views

Discuss issues and ideas you have to configuring displays with PowerVision
drphil69
Posts: 139
Joined: Wed Mar 02, 2011 5:59 pm

Button combinations for hidden page views

Post by drphil69 » Thu Jan 23, 2014 11:03 am

Hello,

I want to do a button combination to access a hidden page view on a PV780. I am pretty confident I can write the state machines to do so.

Is there anything I need to be aware of when doing this? e.g. combinations that are already used to access hidden menus?

Thanks,
Phil
JerichoDatu
Posts: 4
Joined: Mon Aug 19, 2013 12:27 pm

Re: Button combinations for hidden page views

Post by JerichoDatu » Thu Jan 23, 2014 2:44 pm

Easiet way to do it is without state machines. Map a button to go to a different view then on the corresponding page, map another button to go to another view and have the other buttons go to the first view. Repeat until you reach the desired amount of button pushes.
drphil69
Posts: 139
Joined: Wed Mar 02, 2011 5:59 pm

Re: Button combinations for hidden page views

Post by drphil69 » Fri Jan 24, 2014 11:53 am

Thanks, that does sound easier. However, won't the button pushes then take you to a blank page? I think that would look unprofessional for the customer. The only way around it would be to have duplicate page views for every page so the view does not change during the combo process... or am I missing something?

Thanks,
Phil
JerichoDatu
Posts: 4
Joined: Mon Aug 19, 2013 12:27 pm

Re: Button combinations for hidden page views

Post by JerichoDatu » Fri Jan 24, 2014 12:34 pm

You are correct. You would need to replicate the view for every correct button push. An alternative would be to use a upper level layer (ie overlay or popup layer) to handle the button inputs then you wouldn't need to create a bunch of views on the main page but you would still need to create views on the upper layer.