Simon,

I tried this program and it runs just fine:

(T)
(DATE=DD-MM-YY - 14-05-17 TIME=HH:MM - 11:06)
(MCX FILE - T)
(NC FILE - C:\USERS\EGON1\DESKTOP\T.NC)
(MATERIAL - ALUMINUM MM - 2024)
( T1 |    8. FLAT ENDMILL | H1 )
N100 G21
(N102 G0 G17 G40 G49 G80 G90)
N104 T1 M6
N106 G0 G90 G54 X21. Y-21. S12000 M3
N108 Z10.
N110 G1 Z-1. F100.
N112 Y21. F400.
N114 X-21.
N116 Y-21.
N118 X21.
N120 G0 Z10.
N122 M5
N124 G91 G28 Z0.
N126 G28 X0. Y0.
N128 M30
%


Please note that I commented line:
(N102 G0 G17 G40 G49 G80 G90)

So something must be wrong with this line...
As I said you start with G0 and then you use G17 without specifiying
coordinate.

I just dont have time to bissect this line and to know what is your
intention selecting plane etc...

regards


On Wed, May 24, 2017 at 9:26 AM, Klemen Živkovič <klemen.zivko...@gmail.com>
wrote:

> I tried running your program in my machine.
> Here is whole video:
> https://youtu.be/0D18FS9kNYU
>
> I didn't examined logs but execution just stops in line 16 (N118).
>
> How did you initialized coordinate sistem?
> I see no G92 lines at begining...
> Also in N102 You start with G0 that is rapid move and than you dont say to
> what coordinate it should go, but you continue with G90, G54 ...
>
> I am not sure this is ok but cannot comment G54...
>
> regards.
>
>
> On Sat, May 20, 2017 at 6:11 PM, Simon Mali <smal....@gmail.com> wrote:
>
>> I have managed to run machinekit with writing to log.txt active. Please
>> see the attached log.txt file. I have run the machinekit, it was
>> complaining because jog XHC-HB04 is missing and the I load the g code file
>> and run it. Printouts stoped at exact point where execution of g code
>> commands have stoped:
>>
>> Issuing EMC_TRAJ_LINEAR_MOVE --      (+220,+176,
>> +0,21.000000,-21.000000,10.000000,0.000000,0.000000,0.000000
>> ,0.000000,0.000000,0.000000,    +1,250.000000,250.000000,25.000000,
>> +0,    -1,)
>>
>> Then I pressed stop executing g-code button and this comes to surface:
>>
>> Issuing EMC_TASK_ABORT --      (+503,+12,   +23,)
>>
>> After that I quit machinekit.
>> I hope the printouts are of any help to diagnose the problem.
>> I think I did not compile the whole machinekit software I downloaded the
>> latest version with sudo apt-get dist-upgrade. Why this is important?
>>
>>
>> --
>> website: http://www.machinekit.io blog: http://blog.machinekit.io
>> github: https://github.com/machinekit
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Machinekit" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/machinekit/eiNtWf5MEsg/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> machinekit+unsubscr...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/machinekit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to machinekit+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to