Error message on UGS on Jog issued from controller #516
-
(Using uCNC 1.7.4 with Mega/Ramps 1.4 and Reprapdiscount full graphic smart controller) When the controller sends a Jog command and is connected to UGS, UGS displays this error message: "Error while processing response : An unexpected command was completed by the controller." When the controller command is "Home", UGS displays two of this messages in sequence, but only in the last homing step (Homing switch pull-off distance). This is not really a problem, but maybe makes a cleaner user experience. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Using an app or the display controller there is no real distinction. All command requests are all pipelined on to a single buffer and all responses are broadcasted to all communications ports. There is no real way to overcome this. Isolating each com port would make the firmware much more complex. |
Beta Was this translation helpful? Give feedback.
-
After dwelling for while on this and having faced this same necessity with a new idea I had (and am currently working on) I am going to pick up this as a request to channel the communications correctly. I'll post some feedback on this. |
Beta Was this translation helpful? Give feedback.
-
FR #522 created |
Beta Was this translation helpful? Give feedback.
-
This branch has the proposed changes to work with multistream. This is now going to enter tests phase. This is just the code changes necessary to support multistream. The display module needs to be adapted to make use of multistreams, This way all commands sent by the display will not have any interference in the UGS or other software connections. |
Beta Was this translation helpful? Give feedback.
-
And it's here. It's ready to be integrated. With it also some modules will be affected to take advantage of the new multistream capabilities (mainly graphic display and sd card modules) |
Beta Was this translation helpful? Give feedback.
-
This should be fixed now with the latest v1.8.0 |
Beta Was this translation helpful? Give feedback.
This should be fixed now with the latest v1.8.0