Home Screen/PV750

Discuss issues and ideas you have to configuring displays with PowerVision
tshiii
Posts: 79
Joined: Thu Sep 09, 2010 8:56 pm

Home Screen/PV750

Post by tshiii » Tue Jul 19, 2011 9:21 pm

Dear Sir,

A home screen of PV750 is not displayed first when PV750 is powered up, but a latest screen selected by scrolling is displayed. The latest screen selected seems to be stored. Please find the attached spread sheet. If we would like to display the home screen when PV750 starts up, please kindly advise us how to set up.

Best regards,

Tsukasa Shiii
Kimura Corp.
Attachments
Home Screen.xlsx
Home Screen
(482.64 KiB) Downloaded 11 times
ksaenz
Enovation Controls Development
Enovation Controls Development
Posts: 263
Joined: Thu Aug 19, 2010 7:53 am

Re: Home Screen/PV750

Post by ksaenz » Fri Jul 22, 2011 7:45 am

Dear Tsukasa Shiii,

If you change views using the scripts from the Murphy Standard configuration you need to change line 127 of the GaugeScreenInit script
From:

Code: Select all

GaugeScreenGoToCurrent();
To:

Code: Select all

GaugeScreenGoToHome();
And the PV750 will always start in the home screen.

Make sure you click the button "Compile All Scripts" after making changes to the scripts to check for errors. The PV750 needs to be connected to the computer with the ethernet cable when you do this.

Regards,

ksaenz
tshiii
Posts: 79
Joined: Thu Sep 09, 2010 8:56 pm

Re: Home Screen/PV750

Post by tshiii » Thu Jul 28, 2011 3:58 am

Dear Ksaenz,

Thank you very much for your clear explanation.

Shiii