Unable to attach after network wireless IP change
-
@Phaedrux said in Unable to attach after network wireless IP change:
M98 P
result...M98 P
Warning: Macro file not found.
ok -
@crchisholm Crap....just saw what I did wrong
M98 P "addWifi.g"
Warning: Macro file "addWifi.g" not found.
okbut alas, it did not make a difference....
-
Are you sure that's what it was named and it's saved in the macros folder?
Did it keep the .g extension?
-
Also there should be no space between the P and the macro name
-
@Phaedrux
There are no spaces
I did a copy/past of your suggestion above and copied it into a file named addWifi.g. My system seems to want to capitalize the “W” so I went with that through out.
I copied that file to the sd macros folder.
I opened the file on the Sd and double check that everything is correct.
I reinserted the sd into the duet.
I powered the duet up and sent M98 “addWifi.g”
...could not find the file.I also reformatted an Sd card, copied the addWifi.g to the macros folder, opened it in notepad++ and checked everything again. I tried that SD card and got the same result.
When do I decide the problem is on the board itself. I have seen absolutly no indication that the WiFi module even works. If the board has gone bad, then I’m out ofluck. Like so many others, the pandemic has left me in the position of not being able to replace it. (Not whining ...I’m well aware there are lots of folks in the same mess)
-
he means you had typed a space between P and "addWifi.g"
you should be sending
M98 P"/macros/addWifi.g" -
@jay_s_uk ahhhh! Didn’t see that. Will try again.
-
What exactly is in addwifi.g?
Try
M98 P"0:/macros/addwifi.g"
just to specify the entire path.Again, I don't think there is anything wrong with the board. So far it is behaving as expected to the commands it's been given. It just needs the wifi network added. Once we can get the macro to execute to send the M587 command we should be in business.
-
Wow! Woke up this morning and fired up the printer expeecting to continue the saga. Looked over and what did I see..... A shinny blue light peaking back at me.
Don't know how, but some of the changes I made last hight (per you'all's suggestions) seemed to have kicked in. Not sure whey it did it wouldn't work last night but did this morning, but i think I'll leave that horses mouth shut.
Thank you all. I'm quite sure that this is because of your help.
-
Glad to hear.