I'm currently trying to set up a FileTransfer function from a Webvisu to my Raspberry Pi 5 on Codesys 3.5 SP 19 Patch 6.
I went in the files CODESYSControl.cfg and CODESYSControl_User.cfg and added : [CmpWebServerHandlerV3]
AllowFileTransferServices=1
And it seems to be working. However, I cannot access my several Webvisu without putting my login. That's a problem because one of my webvisu is in kiosk mode on the raspberry itself and there is nokeyboard attached, it's just an information screen, but I can't view it.
Is there a wey to enable the File Transfer without requiring to login ?
Thank you for your time
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear eschwellinger, sorry for the late repply. Just saw your answer nor. We are using:
-CODESYS V3.5 SP19 Patch 2
-Compiler version - 3.5.19.20
-Visulaization Profile: 4.6.0.0
-CODESYS Control for Raspberry Pi 64 SL 4.12.0.0
All the best!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone,
I'm currently trying to set up a FileTransfer function from a Webvisu to my Raspberry Pi 5 on Codesys 3.5 SP 19 Patch 6.
I went in the files CODESYSControl.cfg and CODESYSControl_User.cfg and added :
[CmpWebServerHandlerV3]
AllowFileTransferServices=1
And it seems to be working. However, I cannot access my several Webvisu without putting my login. That's a problem because one of my webvisu is in kiosk mode on the raspberry itself and there is nokeyboard attached, it's just an information screen, but I can't view it.
Is there a wey to enable the File Transfer without requiring to login ?
Thank you for your time
Sorry about the repeated post by the way...
maybe to add
[CmpWebServerHandlerV3]
CallVisuServicesDirectly=0
would help
Thanks @eschwellinger!
So my settings look like this on CODESYSControl_User.cfg:
[CmpWebServerHandlerV3]
AllowFileTransferServices=1
CallVisuServicesDirectly=0
Sadly, is still asking for user and password as soon webvisu is loaded...
Any clue?
Many thanks!
Dear @eschwellinger, I have been testing for some time and still i cannot find a sollution for this one.
Any hint?
Many thanks!:)
which Visu versions are you using and which runtime version?
Dear eschwellinger, sorry for the late repply. Just saw your answer nor. We are using:
-CODESYS V3.5 SP19 Patch 2
-Compiler version - 3.5.19.20
-Visulaization Profile: 4.6.0.0
-CODESYS Control for Raspberry Pi 64 SL 4.12.0.0
All the best!