Activity for eeyrsja

  • eeyrsja eeyrsja modified a comment on discussion Engineering πŸ‡¬πŸ‡§

  • eeyrsja eeyrsja posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Many thanks for the response. I had come to a similar conclusion.

  • eeyrsja eeyrsja posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Many thanks for the response. I had come to a similar conclusion.

  • eeyrsja eeyrsja posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello @macieksz, did you find a solution to your requirement? I'd also like to get a CAN-FD operational on Raspberry Pi with CODESYS. Do you have any suggestions? Thanks.

  • eeyrsja eeyrsja modified a comment on discussion Visualization πŸ‡¬πŸ‡§

    I found this question while struggling with the same issue. The cause of the error message is that the webpage is looking for a file called WebVisuV3.bin at the root of the server, which is not properly mapped by the reverse proxy. The solution is to add another reverse proxy instruction for the WebVisuV3.bin file. This is my configuration: <Location /plc/> ProxyPass http://192.168.1.89:8080/ Order allow,deny Allow from all ProxyPreserveHost On </Location> <Location /WebVisuV3.bin> ProxyPass http://192.168.1.89:8080/WebVisuV3.bin...

  • eeyrsja eeyrsja modified a comment on discussion Visualization πŸ‡¬πŸ‡§

    I found this question while struggling with the same issue. I found a solution which is to add another reverse proxy instruction for the WebVisuV3.bin file. This is my configuration: <Location /plc/> ProxyPass http://192.168.1.89:8080/ Order allow,deny Allow from all ProxyPreserveHost On </Location> <Location /WebVisuV3.bin> ProxyPass http://192.168.1.89:8080/WebVisuV3.bin Order allow,deny Allow from all ProxyPreserveHost On </Location>

  • eeyrsja eeyrsja posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    I found this question while struggling with the same issue. I found a solution which is to add another reverse proxy instruction for the WebVisuV3.bin file. This is my configuration: <Location /plc/> ProxyPass http://192.168.1.89:8080/ #ProxyPassReverse http://192.168.1.89:8080/ Order allow,deny Allow from all #ProxyRequests Off ProxyPreserveHost On </Location> <Location /WebVisuV3.bin> ProxyPass http://192.168.1.89:8080/WebVisuV3.bin Order allow,deny Allow from all #ProxyRequests Off ProxyPreserveHost...

1