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
Start up view with ignition switch
- drphil69
- Posts: 139
- Joined: Wed Mar 02, 2011 5:59 pm
- drphil69
- Posts: 139
- Joined: Wed Mar 02, 2011 5:59 pm
Re: Start up view with ignition switch
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
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