Activity for shaunvdm

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

    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...

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

    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...

  • shaunvdm shaunvdm posted a comment on discussion Motion πŸ‡¬πŸ‡§

    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...

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

    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.

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

    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.

  • shaunvdm shaunvdm posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    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...

  • shaunvdm shaunvdm posted a comment on discussion Motion πŸ‡¬πŸ‡§

    Hi Edwin It is a Lenze i700 servo drive, built some code taking the cyclic rate and cyclic rate of the machine into consideration and got it working with a software window in normal logic that uses normal tp trigger block without window active. The window mode seems to not be supported on this inverter. Thank you for the answer.

  • shaunvdm shaunvdm posted a comment on discussion Motion πŸ‡¬πŸ‡§

    Hi, for the life of me i can't get the MC_Touchprobe to work in a window mode. Without window it works 100% as expected with the internal tp of the drive. As soon as we execute the MC_Touchprobe with the WindowOnly true it tells me SMC_TP_COULDNT_SET_WINDOW. Does anyone know what is required to set this window. I am assuming it needs to be a modulo axis to TP to work. Kind Regards Shaun

  • shaunvdm shaunvdm modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hi Edwin, Herewith a solution that works to enable the EoE on debian linux. Step 1 Edit the network settings nano /etc/network/interfaces add the following: auto tap0 iface tap0 inet manual pre-up ip tuntap add tap0 mode tap user root # or use a different user profile. up ip link set dev tap0 up post-up /usr/local/sbin/enablebr0.sh # script to enable the br0 bridge post-down ip link set dev tap0 down down ip link set dev tap0 down Save the file then Make the enablebr0.sh script nano /usr/local/sbin/enablebr0.sh...

  • shaunvdm shaunvdm modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hi Edwin, Herewith a solution that works to enable the EoE on debian linux. Step 1 Edit the network settings nano /etc/network/interfaces add the following: auto tap0 iface tap0 inet manual pre-up ip tuntap add tap0 mode tap user root # or use a different user profile. up ip link set dev tap0 up post-up /usr/local/sbin/enablebr0.sh # script to enable the br0 bridge post-down ip link set dev tap0 down down ip link set dev tap0 down Save the file then Make the enablebr0.sh script nano /usr/local/sbin/enablebr0.sh...

  • shaunvdm shaunvdm modified a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hi Edwin, Herewith a solution that works to enable the EoE on debian linux. Step 1 Edit the network settings nano /etc/network/interfaces add the following: auto tap0 iface tap0 inet manual pre-up ip tuntap add tap0 mode tap user root # or use a different user profile. up ip link set dev tap0 up post-up /usr/local/sbin/enablebr0.sh # script to enable the br0 bridge post-down ip link set dev tap0 down down ip link set dev tap0 down Save the file then Make the enablebr0.sh script nano /usr/local/sbin/enablebr0.sh...

  • shaunvdm shaunvdm posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hi Edwin, Herewith a solution that works to enable the EoE on debian linux. Step 1 Edit the network settings nano /etc/network/interfaces add the following: code auto tap0 iface tap0 inet manual pre-up ip tuntap add tap0 mode tap user root # or use a different user profile. up ip link set dev tap0 up post-up /usr/local/sbin/enablebr0.sh # script to enable the br0 bridge post-down ip link set dev tap0 down down ip link set dev tap0 down code Save the file then Make the enablebr0.sh script nano /usr/local/sbin/enablebr0.sh...

  • shaunvdm shaunvdm posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hi, Where can i find information related to setup of ethernet over ethercat. Anything special to setup on Linux? Regards

1