How to add a new page to the Murphy Standard Configuration (

Discuss issues and ideas you have to configuring displays with PowerVision
ksaenz
Enovation Controls Development
Enovation Controls Development
Posts: 263
Joined: Thu Aug 19, 2010 7:53 am

How to add a new page to the Murphy Standard Configuration (

Post by ksaenz » Thu Sep 01, 2011 11:17 am

Here is how to add a new page to the Murphy Standard Configuration (PV450) 2.2
  • 1. Add "New Page" in the Main layer
    2. Add Fire an Event... GaugePrevScreen to key 5
    3. Add Fire an Event... GaugeNextScreen to key 6
    4. Add Fire an Event... GoToMenu to key 7
    5. Add GoToView... Default Popup View (Arrows) to key 8
    6. Add state "New Page" in the state machine "GaugeScreenGoTo"
    7. Add action "UIApp->Show View(Main Layer.Default New Page View)"
    8. Add action "CCM->FireEvent(GaugeScreenReturnToInit)"
    9. Add transition "ShowGSNewPage" from state "Initial" to state "New Page"
    10. Add transition from state "New Page" to state "Initial"
    11. Uncheck Generate Event for this transition
    12. Select "GaugeScreenReturnToInit" from the drop down
    13. Add "GSNewPage," to "enum GaugeScreens" in script "GaugeScreenInit"
    14. Add "gsEventHandles[GSNewPage] = EventID("ShowGSNewPage");" to function "GSSetupEvents()"
    15. Add text to the lamp gauge "Sequence" in the page "User Settings" in the Settings Layer
This attachment includes screenshots
Attachments
new page.pdf
(153.28 KiB) Downloaded 31 times