Multi Monitor

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
4 posts • Page 1 of 1
IBRAHIMALALI
Posts:67
Joined: Thu Oct 05, 2017 5:28 pm

Multi Monitor

Post by IBRAHIMALALI »

Good day all ,

I want to ask about the multi screen configuration , is there a method to open a specific module using ((ChildPanelOnModule function )) on the second screen by default .

Regards

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Multi Monitor

Post by leoknipp »

If you want to open a new module you have to use the function ModuleOn(). A panel can be loaded inside of the module with the function RootPanelOnModule().
When you want to open a panel and a module at the same time you can use the function ModuleOnWithPanel().

For details please have a look at the WinCC OA Documentation.

Best Regards
Leopold Knipp
Senior Support Specialist

IBRAHIMALALI
Posts:67
Joined: Thu Oct 05, 2017 5:28 pm

Re: Multi Monitor

Post by IBRAHIMALALI »

Hi Leopold ,

ModuleOnWithPanel() ,doesnt have a parameter that you can select from the monitor that you want to display the module on

Regards , you always give great help

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Multi Monitor

Post by leoknipp »

With the second and third parameter of the function ModuleOnWithPanel() you can define at which position the module shall be opened.
If your desktop covers 2 screens you have to look which coordinate (based on the screen resolution) is the top left corner of the second screen.

Best Regards
Leopold Knipp
Senior Support Specialist

4 posts • Page 1 of 1