-
Hi, so i tried to run program from SD card thru ioSender for the first time. Can some one elaborate how to connect again without issues ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Not possible without code changes. At least I need to check what happened on the attempted reconnect, it should not cause irregular moves.
Yes, the WebUI has (re)connect handling implemented. But only if the job was started from a WebUI client, if a different client connects the job is terminated. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
To be sure - running from SD card and disconnecting is supposed to be working? I have a Flexihal board with a uFlexinet connected to it. I'm connected to the Flexihal via Ethernet. I already had two situations where the gcode execution just stopped in the middle of the file without an error. I thought this was related to the network card of the PC (some energy saving stuff or so...) and wanted to just stream it via the SD card. But the same issue happened today while streaming from the SD card. Like Drom I noticed that just closing ioSender doesn't seem to work. So maybe there is still a mandatory connection to the PC even while streaming from the SD? |
Beta Was this translation helpful? Give feedback.
Only if the controller is in a state that prevents communication, and then after user confirmation.
No, the code is still run off the SD card. The download is used by the sender for rendering the 3D view. Note that the program listing will not be kept in sync since no "ok" response for each block is sent to the sender. I could have added syncing if the gcode has line numbers, but this is no longer common (AFAIKT).