Start up view with ignition switch

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

Start up view with ignition switch

Post by drphil69 » Fri Nov 30, 2012 5:14 pm

hello,

I have a program with a gauge view as the start up view. My customer uses the ignition switch to turn the display on and off, but when coming back on it returns to whatever view it was on when shut off. Any ideas on how to go to the gauge view when ignition is turned on? I tried using the Sys.IgnitionOn transition in a state machine with no luck.

thanks,
Phil
drphil69
Posts: 139
Joined: Wed Mar 02, 2011 5:59 pm

Re: Start up view with ignition switch

Post by drphil69 » Fri Nov 30, 2012 5:50 pm

Ok, I figured it out. I needed a short delay in the code before sending to view.

I also figured out that by using the Sys.IgnitionOff transition instead, it eliminated the brief flash to the old view before going to the gauge view.

Phil