For Codesys 3.5.12.10
I started codesyscontrol in the raspberry pi, then checked the codesyscontrol.log file.
I get "Visu_PRG: StartTargetvisu failed with result: 12"
WebVisu works, just not TargetVisu.
That's like it is. The Pi only supports WebVisu. And if you would start freshly with a new project, you should not even be able to add a TargetVisu.
Gesendet von meinem LG-H870 mit Tapatalk
Hi, even on Pi this is not really needed, you could use on Raspian Stretch and use Chromium in full screen mode - this feels then similar to targetvisu. how to do this?
Add a CODESYS Project with webvisualisation and then:
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart
lxpanel --profile LXDE-pi @pcmanfm --desktop --profile LXDE-pi @xscreensaver -no-splash @point-rpi @xset s off @xset s noblank @xset -dpms
@chromium-browser --noerrdialogs --kiosk --incognito http://localhost:8080/webvisu.htm
BR Edwin
Log in to post a comment.
For Codesys 3.5.12.10
I started codesyscontrol in the raspberry pi, then checked the codesyscontrol.log file.
I get "Visu_PRG: StartTargetvisu failed with result: 12"
WebVisu works, just not TargetVisu.
That's like it is. The Pi only supports WebVisu. And if you would start freshly with a new project, you should not even be able to add a TargetVisu.
Gesendet von meinem LG-H870 mit Tapatalk
Hi,
even on Pi this is not really needed,
you could use on Raspian Stretch and use Chromium in full screen mode - this feels then similar to
targetvisu.
how to do this?
Add a CODESYS Project with webvisualisation and then:
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart
lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@point-rpi
@xset s off
@xset s noblank
@xset -dpms
@chromium-browser --noerrdialogs --kiosk --incognito http://localhost:8080/webvisu.htm
BR
Edwin