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.
Home Screen/PV750
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Home Screen/PV750
- Attachments
-
- Home Screen.xlsx
- Home Screen
- (482.64 KiB) Downloaded 11 times
- ksaenz
- Enovation Controls Development
- Posts: 263
- Joined: Thu Aug 19, 2010 7:53 am
Re: Home Screen/PV750
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:
To:
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
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();
Code: Select all
GaugeScreenGoToHome();
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
Dear Ksaenz,
Thank you very much for your clear explanation.
Shiii
Thank you very much for your clear explanation.
Shiii