Hi We have update raspberry pi os to newest version, It works now. But it take another problem: we cannot restore license, the softcontainer id has changed(128-27927847 to 32767-1947521611). we cannot restore from file also cannot restore from offline transformer. Please help us. After offline license transformer, the license has been actived. Thanks a ton! Thanks.
Hi We have update raspberry pi os to newest version, It works now. But it take another problem: we cannot restore license, the softcontainer id has changed(128-27927847 to 32767-1947521611). we cannot restore from file also cannot restore from offline transformer. Please help us. Thanks.
Hi Thanks for your reply! I had install EIP 4.3.0.0, It exception also. but we got log:GetLinkSettings2(Operation not supported). Please see attach. Thanks
Hi I have using a usb-ethernet adapter to create second ethernet port on raspberry pi, We need use ETH0( internal ethernet) run ethercat master and use ETH1(USB-RJ45 dongle) run EtherNET/IP. We have test it on 4.2.0.0, it works well. but in 4.6.0.0 we got exception when plc start. Please see attach screenshoot. But in 4.6.0.0 EtherNET/IP can running on ETH0 work fine. Also we can use modbus tcp on ETH1 so hardware no problem. We also test use 4.2.0.0 device on ide, compile and download to 4.6.0.0...
Hi I have using a usb-ethernet adapter to create second ethernet port on raspberry pi, We need use ETH0( internal ethernet) run ethercat master and use ETH1(USB-RJ45 dongle) run EtherNET/IP. We have test it on 4.2.0.0, it works well. but in 4.6.0.0 we got exception when plc start. Please see attach screenshoot. But in 4.6.0.0 EtherNET/IP can running on ETH0 work fine. Also we can use modbus tcp on ETH1 so hardware no problem. We also test use 4.2.0.0 device on ide, compile and download to 4.6.0.0...
Hi I have using a usb-ethernet adapter to create second ethernet port on raspberry pi, We need use ETH0( internal ethernet) run ethercat master and use ETH1(USB-RJ45 dongle) run EtherNET/IP. We have test it on 4.2.0.0, it works well. but in 4.6.0.0 we got exception when plc start. Please see attach screenshoot. But in 4.6.0.0 EtherNET/IP can running on ETH0 work fine. Also we can use modbus tcp on ETH1 so hardware no problem. We also test use 4.2.0.0 device on ide, compile and download to 4.6.0.0...
Thanks you a lot! Insert G17 on gcode then it works fine. pbyBuffer^[0].piStartpos is cause by ncd.piStartPosition, After give it the axis actual position it also works perfect. Thanks!
Hi I have check the process, PathTask to generate a poqpath give cnc, then ipo going position calc. By trace ipo.poqDataIn^.nReadPos, When problem happen its 0. So i check poqPath^.pbyBuffer^[0].piStartPos and poqPath^.pbyBuffer^[0].piDestPos, Its different. but its should be same i guess cuz no any movement command before g54. So i add line in preparepath: IF ncd.bDone THEN poqPath^.pbyBuffer^[0].piStartPos:=poqPath^.pbyBuffer^[0].piDestPos; END_IF Then it works fine. BUT, When i try enable smoothpath(...