svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
661 stars 175 forks source link

Not working IP function #253

Open trkadam58 opened 2 years ago

trkadam58 commented 2 years ago

I have tested IP function with GRBL Advanced it is connecting but GRBL-PLOTTER getting Stuck, also i have tested with IP testing software, same problem facing here also, just for your trial i have added IP testing software link.

https://drive.google.com/file/d/1CcnsDOCXZlRIqeOHTIP1pyxAEbOiQzXq/view?usp=sharing

https://www.youtube.com/watch?v=8Zh50QU39x8

svenhb commented 2 years ago

Yes it's connected to Ethernet but not to grbl: I don't see the reset-message, like this: image

trkadam58 commented 2 years ago

I have check with GRBL i am getting error as below video Link and image.

https://youtu.be/lUIChDd8JkY 26 01 2022_21 34 12_REC 26 01 2022_21 33 39_REC

svenhb commented 2 years ago

Which controller and firmware are you using? As written, I tried with ESP32: https://github.com/bdring/Grbl_Esp32 On an ESP32 controller, which uses Telnet

trkadam58 commented 2 years ago

i am using STM32F446RE in LQFP64 package with GRBL-Advanced firmware

https://github.com/Schildkroet/GRBL-Advanced

svenhb commented 2 years ago

Did you follow this: For ETHERNET an additional W5500 Module is required. Then uncomment ETH_IF in Platform.h.? Does it work with Candle? https://github.com/Schildkroet/Candle2

trkadam58 commented 2 years ago

i have done required setting for ETHERNET also added W5500 Module, and uncomment ETH_IF in Platform.h, and it is working fine with candle software without any problem 26 01 2022_22 54 41_REC .

svenhb commented 2 years ago

Ok, good to know. Which output do you get, if you enable "Show report" before connecting and then connect to ethernet? image

trkadam58 commented 2 years ago

Before connection i have selected show real time status

123

After connection i have selected show real time status, there is no change. 27 01 2022_07 32 32_REC