Andrew, I see the skips, but they appear to occur at different positions on both video clips / machines. {bit difficult to replicate then}
When re-running the code on both machines do they skip in the same place?
I've been through the tap file {scanned line by line} and nothing jumps out as an apparent error that cause the issue.
I've run the file with your profile and I cannot see any jump on this end.
There is a bit of a catch that you may need to consider..... Neuron always runs a old screenset file, this means that some of the fields that are available in the newer version of UCCNC are not available to Neuron / UCCNC, because if the field is not within the screenset file it cannot be used by UCCNC.
Most of the time I do not expect this to be a problem.
However in the latest development version of UCCNC a couple of fields were omitted and were redistributed to all 6 axis. Hence I am not sure if these fields continue to be used if they can / may affect motion operation even though you are using the newer development release of UCCNC.
Field 96 and Field 275, and these were replaced by fields 2606 >> 2617
These may not be the problem, but although you are running the latest development release the screenset "may" have effects on other things
It may also be related to this mysterious issue too:
http://www.forum.cncdrive.com/viewtopic.php?f=4&t=1118Unresolved at present / at least not closed out on the forum with an explanation.
The following code that occurs in a few places is a bit odd...
- Code: Select all
N16780 X90.5683 Y36.0760 I2.7287 J-1.0529
N16790 M05
N16800 G00 X73.8326 Y68.5818
N16810 M205 (THCON)
N16820 M206 (THCOFF)
N16830 M205
N16840 M03
N16850 G02 X73.6670 Y68.8082 I117.0682 J85.7858
N16790, torch off
N16800, rapid to new location
N16810, THC ON (NEURON AVC ON)
N16820, THC OFF (NEURON AVC OFF)
N16830, THC ON (NEURON AVC ON)
N16840, torch on {including neuron touch off, torch fire etc}
N16850, cut motion begin.
Looking at the NeuronThcUccncPost.scpost from the dropbox folder, its not apparent where the N16810 & N16820 lines are being inserted
I can see where N16830 & N16840 come from, as they are inserted as part of the "OnPenDown()"function
- Code: Select all
function OnPenDown()
post.Text (" M205\n")
post.Text (" M03\n")
end
code snippet maybe?
Different subject>>> any chance of doing a tidy up of the Neuron dropbox folder? it's not clear what is the stable and what are the testing releases as there seems to be a number of versions.
Suggestion... maybe save the updates in order of reverse date within folders....