I have the white Jackpot V1
I have been having issues with the g54-g59 coordinates reset randomly.
Is the esp available or do I have to replace the entire jackpot?
I have the white Jackpot V1
I have been having issues with the g54-g59 coordinates reset randomly.
Is the esp available or do I have to replace the entire jackpot?
Yes it is.
There must be something going on that is causing this. What version of Fluidnc are you using?
I would be curious to hear more detail on that. Most users don’t venture outside of G54. The offsets for each WCS are persistent but they rely on the machine coordinates which are not persistent.
In the terminal use the $SS command to let us know what firmware version you are on. if you are not on 3.9.9 or newer, I would not replace anything.
Chances are pretty good it is just a workspace command issue though, but since most of use do not use multiple workspaces often it very well could be a bug. Let get some details.
My machine is in the middle of a cut right now but last week of before I installed the latest 4.X I beleive.
Yes, I had 3 setup.
After homing for each.
Table corner for probe
Center of table at edge for tool changes
Job location.
Randomly one or all would just get reset to 0.0.0
$#, All of them show Zero?
Are you sure you do not have a stray G28, G10, or G92 in any of your codes or macros?
If this is a bug, I would have to assume something would trigger the reset. Try to keep track of exactly what you are doing before it zeros everything out so we can replicate it.
When this happens exactly what does the machine do? You say it resets, but is it during a job, on boot it is zero, or how do you know, does the machine crash?
Some mornings on startup something (1 or 2) will be gone.
Other times I will complete a part, run the g55 for a tool change and it does nothing. Looking at #$ and g55 is gone.
Different times, different ways.
All my gcode is coming from Fusion…..
You should check it. I don’t trust fusion at all. Use a notepad to search, look for G28, g10, g92. What post processor?
Flyfisher 3.0 Beta
I am really not excited about fusion cam. I have not been following that PP in a long time, you really should check it to make sure it is not getting cleared by your gcode.
Have you used the exact same code several times and only had it cleared once, and the rest worked as expected?
I will search the gcode
I have had this happen on multiple days, multiple files, sometimes after powering off and later powering on and finding 1 or more setting gone.
The reason I am not convinced it is a hardware issue is I can not understand why 1-2 values would be gone and everything would not be cleared. This to me really makes it sound like something is happening at shutdown, or the end of a file to mess up your coordinate systems individually.
If the ESP32 was bad, I would have to assume if the entire thing wasn’t blank at least all the different workspaces would be back to zero.
Tomorrow I am going to program them again, document it and run some tests checking at every step.
The jackpot is running
WebUI 3.0.10
Firmware 4.0.4
I just setup my G54, G55, G56 With the Mpos locations
G54 is Corner of table
G55 is Tool change location
G56 is current work location
[G54:7.000,20.000,-22.000]
[G55:453.000,3.000,3.000]
[G56:599.000,284.000,-21.000]
[G57:0.000,0.000,0.000]
[G58:0.000,0.000,0.000]
[G59:0.000,0.000,0.000]
[G59.1:0.000,0.000,0.000]
[G59.2:0.000,0.000,0.000]
[G59.3:0.000,0.000,0.000]
[G28:0.000,0.000,0.000]
[G30:0.000,0.000,0.000]
[G92:0.000,0.000,0.000]
[TLO:0.000,0.000,0.000]
ok
Did not run any gcode cuts.
Homed the machine. zero’ed.
G56
G90 x0 y0 z0 (went to the correct location)
Homed and zero’ed
G54 nd G56 Reset!!
G54:3.000,3.000,3.000]
[G55:453.000,3.000,3.000]
[G56:3.000,3.000,3.000]
[G57:0.000,0.000,0.000]
[G58:0.000,0.000,0.000]
[G59:0.000,0.000,0.000]
[G59.1:0.000,0.000,0.000]
[G59.2:0.000,0.000,0.000]
[G59.3:0.000,0.000,0.000]
What specifically are you doing to zero?
I home the machine and use the Zero Button from the web page.
Home Button - Zero Button - Stop Button…..
Home All Button = $H
Zero All Button = G10 L20 P0 X0 Y0 Z0
Home will reset G53 to 0,0,0.
Zero will “set the work coordinate in the specified system number to the value of the axes”. Since it’s P0, that will occur in the current coordinate system.
What is the machine coordinates where you are zeroing?
I set machine coordinates
G54 x7 y20 z-22
G55 x453 y3 z3
G56 x599 y284 z-21