jeroenaero - 2025-07-24

Hi,

How can i display targetvisualization in full screen on the target device?
I installed Targetvisu For Linux SL 4.16.0.0 on target device which contains Raspberry PI 64bit PIXEL desktop.
When i connect my PLC program to the remote targetvisu, the targetvisu displays for 60% horizontally.

We contacted CODESYS and they said it is a bug. they had a workaround, and with the settings below added to the file /etc/codesysvisualization/CODESYSVisualizationTV.cfg, the targetvisualization display for 100%, but with the taskbar at the top.

VisuClient.BestFit=1
;VisuClient.ScaleTypeIsotropic=0
VisuClient.FillWholeBackground=1

[CmpTargetVisu]
WindowPositionX=0
WindowPositionY=0
WindowSizeWidth=1280
WindowSizeHeight=800
WindowType=2

How can we let it display fullscreen without taskbar?