Forum Replies Created
-
AuthorPosts
-
April 8, 2014 at 11:00 pm in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5749cmcgrath5035Moderator
OK, rework is complete.
I now have an oversized ShpeOko2, useful area 290mmx650mm.I reran a version of the test detailed in thread 5741 above, results are similar to prior reports.
A much more detailed view is here:
The only way that I find to effectively reveal this is to run with a wide cut relative to the spacing.
Something is hiding (lurking) in there, I know not what.
I am moving on to sub-projects that will not be affected by this for now, will keep tabs on performance from time to time to see if this gets resolved.
April 4, 2014 at 10:08 pm in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5746cmcgrath5035ModeratorI did run both sets of GCode from the same starting point, one after the other, and was able to see the cutting of the problem diagonals offset from the run of non-optimized GCode, which looks to be “perfect”.
The resulting image is no more useful than what is already posted, so I won’t bother.
Back again mid week with results of from my ShapeOko 1.75 (almost a 2).
April 3, 2014 at 9:48 pm in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5745cmcgrath5035ModeratorI would say I see a definite offset in yours picture, but interestingly, I see it as to the upper left, while I see mine as to the lower right….
Perhaps that has to do with machine dynamics and connections.I am also surprised it is a noticeable with fine lines; I seem to need the enhancement factor of broader drawn/cut paths.
I’ll report back when my rebuild is complete and up and running again.
Thinking about it, I should probably try to Overlay my optimized and non-optimized GCode, starting from the same origin, with a very fine cut.
April 3, 2014 at 3:28 pm in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5741cmcgrath5035ModeratorI believe I finally have a design and two sets of test GCode that demonstrate my issue in a testable manner. The design is still like this
A design file may be found here
In this design, the diagonals are spaced 0.1″.
When run on my shapeOko, I found that the cut width of the lines should be 0.06″ or a bit more to make the error better viewable.One set of GCode, Optimized GCode, is found here.
This set of GCode seeks to minimize the total tool path for the job and cuts the red line above in sequence, clockwise from the lower left corner.
This Optimized GCode shows offset diagonals when compared to the free drawn adjacent diagonals.The second set of GCode is non-Optimized and found here
With the optimizer turned off, the GCode generator (in QCADCAM 3.6.4) appears to cut the paths in the order they are drawn by the CAD system, and cuts from the start of the path to the end of the path, as defined in the CAD world. If you run a GCode simulation on this file, you will see that every diagonal and horizontal or vertical path are cut separately.
The non-optimized GCode runs do not show any offset, as seen with the optimzed code.I captured the image below on my flatbed scanner then Gimp’ed to improve contrast.
Note that the non-optimized runs(right side) appear to be cut with slightly wider lines, most likely due to material surface variation.
The wider cut actually acts as a visual difference “enhancer”, and still you see no perceptible variation between the diagonals.I ran each set of code three times, once with $ja=200,000, again with $ja = 750,000 and finally with $ja=2,000,000. I perceive minor improvement as $ja increases
You may find it easier to view this in a downloaded windowThe config file for these runs is found here
Root cause remains a mystery or work in progress.
I have not tried the latest edge FW, 421.06.I am about to disassemble and expand my ShapeOko a bit.
I will re-run this set again to see if a possible mechanical cause is implicated.- This reply was modified 10 years, 7 months ago by cmcgrath5035.
April 2, 2014 at 7:53 am in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5737cmcgrath5035ModeratorThanks – slick solution for jerk multipliers!
I am contemplating a couple enhancements to my simple test
A. Modify such that diagonals are drawn first then continue to horizontal movement. Objective – start point for the diagonal will be a G0 X.. Y..
B. Hand code in a “tool up-tool down” before performing the horizontal to diagonal motion. I am assuming that tinyG might handle that code differently?Any other thoughts/suggestions?
April 2, 2014 at 7:22 am in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5732cmcgrath5035ModeratorAlden
Do it take it the issue was still there on the screw machine?With 421.01 or 421.06?
Did you see my $ja question in ?
April 1, 2014 at 2:29 pm in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5730cmcgrath5035ModeratorI’ll call it still TBD.
As you can see, my issue is subtle, may be tinyG or hardware or?.
It becomes obvious when one cuts .07″ slots .1″ apart with good nearby adjacent references, not your normal part milling.And it could just be still a sub-optimal set of config settings or just cockpit error on my part
Stay tuned.
April 1, 2014 at 8:26 am in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5727cmcgrath5035ModeratorAlden, I just noticed something in my configfile
In the version I posted,
[ja] junction acceleration 2000000 mmBut
[xjm] x jerk maximum 5 mm/min^3 * 1 millionIs this correct for 412.01 ?, or should it really be
[ja] junction acceleration 2 mm/min^3 * 1 millionApril 1, 2014 at 8:08 am in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5726cmcgrath5035ModeratorScrew vs. Belt – that will be interesting info
ctl-x vs ctl-X I tried both, will verify again. It should be just ctl-x, with no CR needed, correct?
I’ll try your 421.06 Wed or Thurs, I am away from my machine for a couple days. What do you mean by “update settings?” or will it be obvious when it gets loaded? Or is there a new .config file for tgFX to load?
March 31, 2014 at 4:19 pm in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5723cmcgrath5035ModeratorForeword: I believe these results are consistent with the prior observations and results in this thread, this test is just a bit simpler to run.
Here is what I think is a definitive test case with some results
GCode isConfig is https://dl.dropboxusercontent.com/u/50261731/ShapeOko_Tests/2014-03-26_19.33.00-tinyg.conf
I created the GCode once again on QCAD. Here is the dxf if someone wants to play with it
My goal was one or two diagonals cut immediately after horizontal or vertical runs. Drawing it was easy, coaxing the GCode Generator to create the code I wanted was a challenge.
The red path below is cut continuously from the lower left and has 135deg right turn and a 45 degree left turn into the diagonals. The balance of the lines are “tool up-move to new location-tool down-cut” sequences individually.
I ran the code (it’s fairly fast) several times on the same piece of material.
I ran it at $ja=2,000,000 and $ja = 200,000.The prescribed cut depth was 0.4mm, again using my 60degree engraving bit. At -0.4mm, the cuts look reasonably good/accurate. By setting a new zero, with a negative adjustment to z=0, I was able to cut deeper, therefore wider paths, and amplify the position discrepancy. Also Shown below are cut depth = -0.6mm, where the issues become obvious to the human eye.
I scanned my piece of test material then Gimp’ed it (Photoshop for you Windows types) for contrast and color balance.
The design diagonal spacing here is 0.1″ between the parallel lines.
I’ll add the caveat that for someone trying to reproduce these results, at this level of precision the uniformity of the workpiece being cut is a significant issue. There is no guarantee that all four of these cuts are actually at the same Z=0, this is inexpensive primed MDF. I think we are all familiar with Z axis zeroing issues, using engraving bits as I am amplifies those issues, but here makes diagnosis much easier.Summary:
1. I better understand why some of these issues come and go over time – as I revise the Test pattern designs to add features, etc, new GCode gets generated that may or may not include what seems to be the problematic transitions. And, the problems are really only visible under the right conditions with multiple reference lines in close proximity.
2. From these tests, I would conclude that $ja=2M helps, but does not resolve. I believe that is what Alden is tackling.Also
1. I used tgFX build 3009 as GCode sender on this run. Now that I better understand what is going on, its seems up to the task. The Preview window, in-process drawing, does seem to get confused about where it is at times; I think Riley has already seen that as well.
2. I still can’t get shift+ctl+x (ctl-X) to cause a tinyG reset from the tgFX CLI. The GUI RESET button on the GCode Tab does work.March 31, 2014 at 9:16 am in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5717cmcgrath5035ModeratorAh so, Alden, you commented while I was typing.
I think we are on a very parallel track, but you actually know what you are doing so are more likely to hit the goal with greater precision.
I will do my additional test, but knowing where we (YOU !) are heading, I’ll wait for a tinyG.hex to show up rather than be impatient.
March 31, 2014 at 9:09 am in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5716cmcgrath5035ModeratorUpdated theory: Speed (of job) kills.
Here is the GCode I ran
This GCode was created by the QCAD code generator, you will observe that cutting is somewhat random, cuts some diagonals as continuations of pure horizontal or pure vertical movement, while others are “tool up-move-tool down-cut diagonal-tool up-…..”
Load it into your favorite GCode analysis tool (I used JCNC) and step thru the GCode starting with line N550, The box that first caught my eye.
I’ll summarize:Tool up Go to a point A(0,0) Tool Down Cut to a point A(1,0) Cut to a point A(1,1) Cut to a point A(0,1) Cut to a point A(0,0) [We now have a square] Cut to a point A(1,1) [We now have a square with a diagonal lower left to upper right]
The Sequence Cut from A(0,1) to A(0,0) to A(1,0) says “cut continuously the left side then change direction 135deg and cut the diagonal”.
I believe that only a machine with zero mass(and therefore zero momentum to deal with) and infinite dynamic precision could do this 100% correctly. One instance of such a machine is a computer program plotting the movements on a monitor, which sort of defines the desired result.
I am theorizing that this code
Tool up Go to a point A(0,0) Tool Down Cut to a point A(1,0) pause for machine to settle Cut to a point A(1,1) pause for machine to settle Cut to a point A(0,1) pause for machine to settle Cut to a point A(0,0) [We now have a square] pause for machine to settle Cut to a point A(1,1) [We now have a square with a diagonal lower left to upper right]
Would run much slower but more closely approximate the desired cut pattern.
Next I plan to hand code some GCode like this to continue the investigation.
March 31, 2014 at 8:23 am in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5713cmcgrath5035ModeratorOK, I ran my experiment last night, I am still sifting thru the mounds of info.
I have four log files
$ja=2M Run1
$ja=2M Run2
and
$ja=0.2M Run3
This log not particularly useful, as the status messages are in text
mode, others are json. Again, probably my lack of precision procedure
$ja=0.2M Run4Some initial observations:
1. As expected, the asynchronous nature of the status reporting results in some skew in the precision detail of the results
2. There is a different amount of “stuff” at the top of each log file. It appears to be json reports of some sort. The difference could likely be that my procedure was not adequately identical for each run for things like: I hit reset on tinyG, but did I wait long enough for the reboot process to complete?
3. Runs 1 and 2(jerk=2.0M); once the GCode processing begins, are nearly identical, 11061 lines in the files vs 11054
4. By comparison, Run 4 (jerk=0.2M)has 11861 lines in the log.
I expect Alden will say
“That is expected, higher jerk ramps velocity more aggressively, resulting in overall faster job execution for runs 1 and 2”.AND, in other news: I find that, in fact, I still am seeing the diagonal line spacing “skew”(inaccuracy) that I thought was gone. It’s return (useful information, I believe) came about as a side effect of some less than optimal material I am cutting: I am using simple primed MDF board, not the most uniform surface in the world but cheap and expendable.
I am cutting with a 60deg engraving bit, so the cut line is wider as the bit penetrates deeper. On runs with wider cuts, the remaining uncut space between diagonals becomes narrower; it is easier for the eye to see the difference between 1mm and 1.1mm than it is 2mm and 2.1mm, etc.I have a revised theory, see next post
March 30, 2014 at 12:04 pm in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5711cmcgrath5035ModeratorI fully understand your observations on “firmware/communications” vs settings and agree that is likely a major contributor to “..it doesn’t work…”.
Of course, the challenges are A> a zillion parameters and B> Difficulty predicting what a particular setting change might do and C> Sometimes 30 minutes to see an error on the machine!.My desire for a bit better capture of configs in a manageable manner stimulated my interest in the Python Grabber over on Google groups.
tgFX is a useful viewer(for what it views), but it only works when connected to tinyG.
I built my spreadsheet for the purposes of comparing among sets from the comfort (and horsepower) of my desktop, rather than the workshop.
This helps me see numbers and differences, but does nothing for better understanding of what might happen if…..”Is there any way (a trap, a message, etc) of determining if tinyG experiences a computational error or hits a boundary or similar?
Just knowing it was happening would be a plus, knowing what Line of GCode, etc would be even better.Is there a simulation engine for the chip that could be useful here?
I find the log files being returned from tinyG, and recorded during my plink sessions to be interesting and might be useful here, but of course they are a lot of data.
My programming skills are not up to the task, but it would be interesting to have a “Process analyzer” that read in GCode and the resulting status stream and looked for significant deviations in “desired action” vs. “what the program told the servos to do”. Perhaps a good assignment for a local Engneering School student?
I am only guessing that there is useful information hiding in that haystack (or pile of…).So, to be specific using my files,
Here is GCode file:-
https://dl.dropboxusercontent.com/u/50261731/ShapeOko_Tests/ShapeOko_Calibration_Pattern_01b_cjm4.nc
Here is what tinyG did with it:
Assignment: Create a program to compare the input-output results and flag issues.(An executive level requirements document 🙂 )
I’m assuming there is probably useful results to be had here.
Whether it would catch 10% or 90% of the normal failures is T.B.D.
And, I just thought of an experiment I plan to run.
1. Select a GCode file.
2. Run it on the ShapeOko, capturing file.log1
3. Run it on the ShapeOko, capturing file.log2How identical should I expect the files to be?
I sort of expect some differences due to due to status report skew.
But perhaps that can be more easily filtered out.Then, for kicks, make a change like $ja=2,000,000 to $ja=200,000 and compare file.log3 to the others.
Hmmm, I’ll report results a a few days
March 30, 2014 at 7:40 am in reply to: Tests with Updated tinyG and tgFX versions – Linux Environment #5708cmcgrath5035Moderator$boot=1 vs. ctl-X : I guess I should have realized that, but didn’t.
Makes sense. I’ll retry ctl-X (from tgFX; I know it works from PuTTY).
There seems to be states when things typed into the tgFX command line don’t go anywhere/do anything.“What Fixed Calibration pattern?”: I wish I knew that, I hate it when problems just ‘disappear’. I have had problems with that area of the pattern since day 1. All the lines get cut(milled), the end points are on edges of the square, yet the spacing between 45deg lines has clearly been uneven to the naked eye. I actually built a separate test pattern for that, four squares plus a bunch of arcs, just to exercise the tinyG, which is here
It has always run OK, so more confusion than answers there.
I had hoped that FW 412.01 would clear up this Calibration Pattern problem but it did not. It also did not fix the somewhat random occurrences of what I call the mangled “D” in my engraving run Dash
Riley has, for a while, suggesting I try CoolTerm for GCode sending. I saw a reference on either this forum or the ShapeOko forum to using the plink solution on Linux for GCode sending and decided to try it, with good success.
I have, in a couple instances, compared GCode to the streaming position codes captured in the plink log file. Observable, but not incriminating, accumulated (?) math errors. That is tough analysis to do, but I prefer more data to less data, I suppose.So the evidence so far seems to implicate tgFX GCode sending as the cause of my issues, although I don’t understand how that could happen.
While I have your attention – what do you suggest as a “good” value for $ja for ShapeOko and FW 0.97build 412.01? I am currently running with $ja=2,000,000 (commas added here for clairty)
We are making progress!
-
AuthorPosts