I added the following configuration:
CmpWebServerHandlerV3
AllowFileTransferServices=1
to:
/etc/codesys3.d/RtsCore.cfg
/etc/codesys3.d/CmpWSServer
/etc/codesys3.d/CODESYSControl_User
I found this information in the discussion “Saving / exporting file from web visualization (webvisu)” and the file export is now working correctly.
Regards
Does anyone have an idea how to solve this issue?
File transfer works properly, but when I start the web visualization, a user login pop-up appears.
I would like to remove the login request while keeping password protection for PLC modifications.
Any suggestions?
Regards,
hello,
I think this happen because of the file transfer system.
Since you are using a direct transfer system without a possible check on the file content, a login is needed.
Another thing you could do is: if the file is not big, use the streaming method instead.
There is 2 method to do a file transfert from the webvisu. one is using file access from the webvisu, the other is using codesys program to stream the file.