Eliminate Video Screen
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Eliminate Video Screen
Dear Sir,
If I would like to eliminate video screen funciton from a configuration, how (what parameters) do need to be changed? When a video screen was eliminated merely, some errors occurred during compiling and it did not work.
Thank you and best regards,
Shiii
If I would like to eliminate video screen funciton from a configuration, how (what parameters) do need to be changed? When a video screen was eliminated merely, some errors occurred during compiling and it did not work.
Thank you and best regards,
Shiii
- ksaenz
- Enovation Controls Development
- Posts: 263
- Joined: Thu Aug 19, 2010 7:53 am
Re: Eliminate Video Screen
Hello Shiii,
The errors are probably showing up because there are state machines or button presses referencing that view.
Which version of the Murphy Standard configuration are you using?
Regards,
ksaenz
The errors are probably showing up because there are state machines or button presses referencing that view.
Which version of the Murphy Standard configuration are you using?
Regards,
ksaenz
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Re: Eliminate Video Screen
Hello Ksaenz,
Thank you for your prompt reply.
The Murphy Configuration Version 2.3 is used.
Your kind help would be much appreciated.
Thank you,
Shiii
Thank you for your prompt reply.
The Murphy Configuration Version 2.3 is used.
Your kind help would be much appreciated.
Thank you,
Shiii
- ksaenz
- Enovation Controls Development
- Posts: 263
- Joined: Thu Aug 19, 2010 7:53 am
Re: Eliminate Video Screen
The simplest way is to remove references to the video view.
In the 2.3 Murphy Standard configuration there are 3 key presses with a GoTo View to the video view.
Key Press 7 on the view Default Engine View
Key Press 8 on the view Default GraphicDemo View
Key Press 6 on the view PopupFull View
If you remove the Go To View action from those key presses the video view will not be shown in the configuration without the need to eliminate it.
Regards,
ksaenz
In the 2.3 Murphy Standard configuration there are 3 key presses with a GoTo View to the video view.
Key Press 7 on the view Default Engine View
Key Press 8 on the view Default GraphicDemo View
Key Press 6 on the view PopupFull View
If you remove the Go To View action from those key presses the video view will not be shown in the configuration without the need to eliminate it.
Regards,
ksaenz
- Attachments
-
- Video view references.png (107.81 KiB) Viewed 189 times
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Re: Eliminate Video Screen
Hello Ksaenz,
Thank you for your prompt attention and the information.
If the references to the Video view are removed in a configuration for PV750-V then the configuration is installed to PV750-NV, does the PV750-NV work properly? I already have a customized configuration for PV750-V, so I would like to modify this configuration.
Best regards,
Shiii
Thank you for your prompt attention and the information.
If the references to the Video view are removed in a configuration for PV750-V then the configuration is installed to PV750-NV, does the PV750-NV work properly? I already have a customized configuration for PV750-V, so I would like to modify this configuration.
Best regards,
Shiii
- ksaenz
- Enovation Controls Development
- Posts: 263
- Joined: Thu Aug 19, 2010 7:53 am
Re: Eliminate Video Screen
Yes, you can remove the references to the video view(s) and the configuration will work in a PV750-NV.
Regards,
ksaenz
Regards,
ksaenz
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Re: Eliminate Video Screen
Hello Ksaenz,
Thank you for the information and your kind support.
Best regards,
Shiii
Thank you for the information and your kind support.
Best regards,
Shiii
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Re: Eliminate Video Screen
Hello Ksaenz,
Regarding the following matter, the customized configuration does not use "Go TO View" but "Gauge Next Screen" and "Gauge Prev Screen" to refer the Video screen. If these "Gauge Next Screen" and "Gauge Prev Screen" are prefered to remain, what approaches are available to me?
Thank you,
Shiii
Regarding the following matter, the customized configuration does not use "Go TO View" but "Gauge Next Screen" and "Gauge Prev Screen" to refer the Video screen. If these "Gauge Next Screen" and "Gauge Prev Screen" are prefered to remain, what approaches are available to me?
Thank you,
Shiii
- ksaenz
- Enovation Controls Development
- Posts: 263
- Joined: Thu Aug 19, 2010 7:53 am
Re: Eliminate Video Screen
Sounds like the configuration is based on the 2.2 Murphy Standard configuration.
In that case you need to remove the video view references from the script GaugeScreenInit and the video button from the Popup Full view
Regards,
ksaenz
In that case you need to remove the video view references from the script GaugeScreenInit and the video button from the Popup Full view
Regards,
ksaenz
- Attachments
-
- PopupFull View.PNG (102.55 KiB) Viewed 160 times
-
- GaugeScreenInit.PNG (35.31 KiB) Viewed 160 times
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Re: Eliminate Video Screen
Hello Ksaenz,
Thank you for the information and kind support.
Best regards,
Tsukasa Shiii
Thank you for the information and kind support.
Best regards,
Tsukasa Shiii
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Re: Eliminate Video Screen
Hello Ksaenz,
After the video view references and the video button were removed and the modified configuration was uploaded into a PV750, the PV750 was freezing when booting.
How should it be addressed?
Thank you,
Shiii
After the video view references and the video button were removed and the modified configuration was uploaded into a PV750, the PV750 was freezing when booting.
How should it be addressed?
Thank you,
Shiii
- ksaenz
- Enovation Controls Development
- Posts: 263
- Joined: Thu Aug 19, 2010 7:53 am
Re: Eliminate Video Screen
That probably means that the scripts did not compile correctly.
You can compile the scripts before loading the configuration to check for errors by clicking the "Compile All Scripts" button under the script window. To do this the PV750 needs to be connected to the computer and runnig correctly. You can install the Murphy Standard configuration with a USB flash drive to get back to this state.
In this case I think the problem is that other scripts are referencing the GSVideo identifier we commented out so those scripts need to be commented out as well.
Comment out the code in the scripts GaugeScreenGoToVideo and GaugeScreenVideoResize.
Regards,
ksaenz
You can compile the scripts before loading the configuration to check for errors by clicking the "Compile All Scripts" button under the script window. To do this the PV750 needs to be connected to the computer and runnig correctly. You can install the Murphy Standard configuration with a USB flash drive to get back to this state.
In this case I think the problem is that other scripts are referencing the GSVideo identifier we commented out so those scripts need to be commented out as well.
Comment out the code in the scripts GaugeScreenGoToVideo and GaugeScreenVideoResize.
Regards,
ksaenz
- tshiii
- Posts: 79
- Joined: Thu Sep 09, 2010 8:56 pm
Re: Eliminate Video Screen
Hello Ksaenz,
Thank you for your reply. I will confirm that.
Best regards,
Shiii
Thank you for your reply. I will confirm that.
Best regards,
Shiii