Activity for edson-bueno

  • edson-bueno edson-bueno posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, Could you please send an print of your ethernet adapter info? Ip addr Subnet Mask Default Gateway Also, check if the gateway service is active in your windows. Win+R > services.msc > Look in the list CODESYS Control Win V3 x64 Gateway OR CODESYS Gateway V3 Hook up the M12 code D into the ETH port, supply the controller, it should apperars to you. Make sure when you try to connect with the controller, the target of your project has to match with the controller. Otherwise, click on the device in...

  • edson-bueno edson-bueno posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hi, I found the same issue, and I fixed with this steps: 1st go to codesys .cfg file. sudo nano CODESYSControl.cfg Then insert this: [SysProcess] BasePriority=Realtime Command=AllowAll Now we need to grant codesys root rights on Linux. Step 1: Create or edit the systemd override configuration: sudo systemctl edit codesyscontrol In the editor that opens, insert: [Service] User=root Save and exit: Press Ctrl+O to save Press Ctrl+X to exit Step 2: Reload systemd and reboot To apply the override: sudo...

  • edson-bueno edson-bueno posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I have the same issue.

  • edson-bueno edson-bueno posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello everyone, I'm working with network variables in UDP between two devices, one HMI 64 bits (SP16) and a controller 32 bits (SP11). Now I'm trying to change the communication parameters (Destination IP, Port) or build a netvar directly from my code (using NetVarUdp Lib) without success. When I try to upload my code, I'm getting this message attached. I try to use Oscat NetVar also, but my HMI is 64 bits, and some libs on Oscat doesn't work in 64 bit devices. Does anyone have an idea how can I...

1