problem with connection to duet3d
-
As well as the ping request, in a command window, try telnetting to the ip on port 80 e.g. telnet 192.168.0.170 80
If you don't get a responce\hangs the web server is not working
-
sorry, but I didn't understand.
what command to right exactly? and which port I need to use for the command?thanks,
Adi. -
the command is:
telnet - ipaddress of target - port to try and connect to
telnet 192.168.0.170 80
telnet to ip address on standard web server port
-
Please show us exactly what the Chrome address bar and main window show when you put the IP address into it, after doing a successful ping test like that one.
-
Microsoft edge:
https://ibb.co/kxDKJ8chrome (nothing)
https://ibb.co/eQqoBTI don't know which port number to use in telnet command.
this is the photo
https://ibb.co/bykGy8thanks.
-
is your router set up correctly?
see if this helps. what fixed it for me was the steps outlined in the first post
https://forum.duet3d.com/topic/4226/dwc-won-t-open-what-am-i-missing-solved -
I didn't find any IP address to change in a config file (sys folder)
-
Telnet is no longer provided with recent versions of Windows. I test Telnet using Putty, which is available as a free download.
I agree with @3DPMicro, it sounds as if your router is failing to forward the request to the Duet, or failing to pass the response back. However, he had a Duet Ethernet, and I think you have a Duet WiFi - is that correct? If so, please change the end-of-line sequence in YAT to "LF only" (press the "Text settings" button in the Settings screen to find this), then after M552 reports that the Duet is connected to the access point, run M122 to get a diagnostic report.
-
@dc42 Actually Telnet is available in Win10Pro 64 bit (Latest Build) but it does need to be turned on in the Windows Features options
-
diagnostic report:
https://ibb.co/iaRZo8 -
That all looks OK to me, although the firmware you are running is 2 versions out of date. Please try upgrading both firmwares and DWC to 1.21.
-
I updated to 1.21, I can enter now, thanks a lot.
what is DWC? -
DWC is Duet Web Control.
-
what can be the problem?
https://ibb.co/njRg38I updated the firmware to 1.21, DWC not updated.
-
The problem is failure to read the SD card:
-
Please confirm that you have the SD card inserted directly into the slot, pressed in until it clicks.
-
Are you able to read the same SD card on a PC?
-
-
when I run the duet, the sd card must be inside? there must to some files?
I tried to run the duet with the SD card(pressed until clicks) and without it.
it still rejected.
actually, when I connected the SD card to PC I had an error that was fixed by the computer, it seems that it works ok.
maybe to try a different SD card? -
Yes, please try a different SD card if you can. You can find the files needed on it at https://github.com/T3P3/Duet/tree/master/Duet2/SD Card Contents.
Another test you can do is to send M39 from YAT. it should report something like this:
SD card in slot 0: capacity 1.98Gb, free space 1.81Gb, speed 20.00MBytes/sec, cluster size 64kb
If it doesn't, send M21 and you should get a response like this:
SD card mounted in slot 0, capacity 1.98Gb
and then you can run M39 again to check the speed.
-
I can enter now, I got this error when I start.
https://ibb.co/eqV31Tthanks.
-
@kuper said in problem with connection to duet3d:
I can enter now, I got this error when I start.
https://ibb.co/eqV31Tthanks.
That looks excellent. The "heater over-powered" message is common, although it may go away or change after you have tuned your hot end heater.
I am sorry that the SD card that was included with your Duet appears to be faulty.
-
maybe someone can help with that. now after I changed the sd card files to Rostockmax v3.2 files and try to do first probe or firmware update I didn't get any response. (the firmware updated to 1.21)
update:
https://ibb.co/cuEV0ofirst probe:
thanks for the help.
Adi.