FactoryTalk View SE Client display position problem

DarrenG

Member
Join Date
Dec 2016
Location
London
Posts
74
Hi folks,

I'm trying to run an SE client across two monitors with limited success. If I set the client to open with a maximized window then the client runs fine on one screen, its maximised, no gaps around the edges or anything, perfect. When I specify the client window size in pixels (3840x1080) then it's offset from the top and left by roughly 200-300 pixels each. I've attached a screenshot of the problem below along with the client display settings and left and right screen display settings. Showing the displays on the left and right screens seems to work OK, it's just the whole client being askew is the issue. The right hand screen is cut off by the same amount the left is offset and I can see the bottom of it on my third screen which is below the other two. I've tried using just two monitors but the same thing happens.

I've had a look on the Rockwell knowledgebase but am drawing a blank. Any ideas?

SE Client problem, top left of the screen.PNG SE Client settings 1.jpg SE Client settings 2.jpg Display settings for left-hand screen display.jpg Display settings for right-hand screen display.jpg
 
Hi Garry,

Thanks for your help, I got it working finally. I had to add the VB code below to the display that appears on start up in order to get the client to fit the screen properly.

Private Sub Display_AnimationStart ()
Application.Height = 1080
Application.Width = 3840
Application.Top = 0
Application.Left = 0
End Sub

Hopefully this helps someone else at some stage!
 

Similar Topics

What is the Correct way to move Client files (FactoryTalk View SE)? I have FTVSE Studio installed on a development PC, I created a FTVSE Client...
Replies
6
Views
1,138
Hi, Everyone: I got one project for upgrading desktop PC form window XP to window 10. this PC was running FactoryTalk SE Client application and it...
Replies
5
Views
2,001
Hi Guys, I developed HMI with Resolution of 1920 x 1080 in FactoryTalk View studio SE; and also use same resolution for Client Runtime PC yet...
Replies
0
Views
551
Every since we upgraded FactoryTalk VIew SE to version 13, my Client on my production computer bogs (slows) it down. Everything on the computer...
Replies
5
Views
1,579
Hello sir, Recently one HMI PC failed which FactoryTalk View SE application running. replaced the PC and restored the image and got it up and...
Replies
0
Views
1,297
Back
Top Bottom