Personal Data

Username:
shaunvdm
Joined:
2021-08-24 11:26:21

Projects

  • No projects to display.

User Activity

  • Modified a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Busy testing a solution to use Canbus Slave to replace a physical device and convert to Ethercat device but keep the Canbus Master in place. Master needs to Read SDO object 5FA2. In the Master PLC if i send the SDO with 8 bytes in message IE: 60B 40 A2 5F 00 00 00 00 00 i get my expected 58B 43 A2 5F 00 00 68 36 02 containing data back. Problem is if we issue a 4 byte command can send 60B 40 A2 5F. Surely the canbus slave should respond with a 58B 43 A2 5F 00 00 68 36 02 but it comes back as 80 A2...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Busy testing a solution to use Canbus Slave to replace a physical device and convert to Ethercat device but keep the Canbus Master in place. Master needs to Read SDO object 5FA2. In the Master PLC if i send the SDO with 8 bytes in message IE: 60B 40 A2 5F 00 00 00 00 00 i get my expected 58B 43 A2 5F 00 00 68 36 02 containing data back. Problem is if we issue a 4 byte command can send 60B 40 A2 5F. Surely the canbus slave should respond with a 58B 43 A2 5F 00 00 68 36 02 but it comes back as 80 A2...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi We have an intermittent issue where the Codemeter service on Linux FAILS to start and stop working during operation. We are using Debian Linux. We have recently updated to 4.5.0.0 and this fault only occurs with this version from what we have tested. ii codemeter-lite 7.40.4990.500 amd64 WIBU CodeMeter minimal runtime ii codesyscontrol 4.5.0.0 amd64 codesyscontrol based on SDK 3.5.18.20 , from Mon 27 Jun 2022 We are Using USB license dongles. When the fault occurs and we run lsusb in linux the...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, We are doing this successfully between different IPC. Use the MEM.PackBytesToWord function example MEM.PackBytesToWord(byHighByte:=My_data[1],byLowByte:=My_data[0]) function to swap the data at the other end after receiving the data from the TCP buffer. Hope this helps...

  • Posted a comment on discussion Motion πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi All, We have a fault where we get a Softmotion Basic license missing only on boot of the controller. We are using Linux SL, Softmotion SL with a USB key dongle. If we go to license manager it sees all the licenses including the Softmotion SL. To fix the error we simply stop and start under the Update Linux configuration. Under Update Linux after reboot we read PLC info, it shows missing softmotion basic license only after reboot. After doing Stop and Start no errors. What could we do to fix the...

  • Modified a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, Why don't you just setup EoE properly and use the Easy starter software directly to setup and then save the config files as xml for start parameters. This works 100%. No need to use external software.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, Why don't you just setup EoE properly and use the Easy starter software directly to setup and then save the config files as xml for start parameters. This works 100%. No need to external software.

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, Yes you got this totally mixed up. Your EoE address range must be the same as the programming port NOT Ethercat as this uses alias and not IP addresses. So in short Change the Enablebr0.sh to the programming port address ie 192.168.0.50/16. (In the Network interfaces set the eth1 to manual similar to the tap port (auto eth1 iface eth1 inet manual) (This bridge connection replaces your normal Eth1 definition to enable a bridge between Tap and physical interface to Ethercat) In Codesys make sure...

View All