Activity for food

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

    Man, this was a long time ago. I think the problem probably stemmed from not loading the certificates from the client and the server on the server and client respectively in the correct manner. I believe I ended up getting around it just by removing all security on the server. In the end we did not move forward with that architecture so I never had to actually fix it.

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

    I am using UaExpert. When I browse to the server I get two options. Both of which are 'None - None (uatcp-uasc-uabinary)'. When I try to connect with username and password I get: The server returned no cerfiticate, all cerfiticate checks will be skipped. Error 'BadConfigurationError' was returned during ActivateSession This exact configuration works on Raspberry Pi and Windows. Just Beaglebone that doesn't work.

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

    I am using EaExpert. When I browse to the server I get two options. Both of which are 'None - None (uatcp-uasc-uabinary)'. When I try to connect with username and password I get: The server returned no cerfiticate, all cerfiticate checks will be skipped. Error 'BadConfigurationError' was returned during ActivateSession This exact configuration works on Raspberry Pi and Windows. Just Beaglebone that doesn't work.

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

    Anyone have a guide or documentation on getting the OPC server to work on Beaglebone? I can see the server but it refuses to connect.

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

    Thanks. After contemplating dropping Codesys itself for this project I decided to drop PowerShell instead and use Python for everything. This works fine: subprocess.run('C:\\Program Files\\CODESYS 3.5.17.20\\CODESYS\\Common\\CODESYS.exe --profile="CODESYS V3.5 SP17 Patch 2" --runscript="C:\\Users\\Karl\\Desktop\\codesys-scripts\\export.py" --noUI') I've seen multiple links to what seems to be further documentation for the scriptengine but all the links are broken. it's probably just the same lack...

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

    Hello, I am trying to automate some things for Codesys and it has been a very frustrating process so far. I am having trouble getting consistent behavior and finding any decent documentation. I have a .bat file with the following line. It works fine. start /b /wait CODESYS.exe --profile="CODESYS V3.5 SP17 Patch 2" --runscript="C:\Users\Karl\Desktop\codesys-scripts\export.py" --noUI I have tried this with a PowerShell script but does not respect the --profile switch and opens the GUI anyways. & "C:\Program...

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

    Hello, I am trying to automate some things for Codesys and it has been a very frustrating process so far. As far as I can tell there are switches documented that do not seem to work at all. I have tried two separate ways, both of which fail in different ways. I have a .bat file with the following line. It runs the script but it does not respect the --NoUI switch and opens the development environment anyways. start /b /wait CODESYS.exe --Profile="CODESYS V3.5 SP17 Patch 2" --runscript="C:\Users\Karl\Desktop\codesys-scripts\export.py"...

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

    Hello, I am trying to automate some things for Codesys and it has been a very frustrating process so far. As far as I can tell there are switches documented that do not seem to work at all. I have tried two separate ways, both of which fail in different ways. I have a .bat file with the following line. It runs the script but it does not respect the --NoUI switch and opens the development environment anyways. start /b /wait CODESYS.exe --Profile="CODESYS V3.5 SP17 Patch 2" --runscript="C:\Users\Karl\Desktop\codesys-scripts\export.py"...

1