Resolution change in paramws with TS client

2 Posts
2 Users
0 Likes
13 Views
(@m.nau@ypsys.com)
Posts: 0
New Member Guest
 

I have in issue on site.
Architecture : 1 server TS + 4 TS clients + 1 "normal" Client.
Version of PcVue : 9.0 SP1
Sometimes (not everytime) when a TS client connect a new session, the size in the paramws can change from "MainWindow,2,0,0,1282,1026" to "MainWindow,2,0,0,160,31" or others stranges resolutions.

To fixed it, he has to change the paramws.dat manually in the server side, put the good resolution and save it. The client disconnect his session, reconnect and it works. The fact is that he has the issue maybe between 4 to 10 times a day.

Do you have an idea of this issue?
Thanks

Manu

 
Posted : 03/06/2014 7:18 pm
LM
 LM
(@l-micaudarcinfo-com)
Posts: 383
Member Admin
 

Hello Manu,

PcVue will automatically change the resolution in paramws.dat file while you quit the project.
It means if you login to a RDS session and your resolution is not the same as it was configured in paramws.dat and you stop the project, it will change the resolution in that file.
If you don't stop the project it has no effect.

3 solutions if you want to workaround this behavior.

1/ Check the option "full screen" resolution in the workspace properties of the project.
2/ Use scada basic script to force the resolution WINDOW("MAIN",0,0,1280,1024);
3/ Put a good copy of the paramws.dat file into the LIB directory of PcVue.

 
Posted : 04/06/2014 1:05 pm