×
Forum Header
emc starts but motors don't turn
30 Sep 2015 04:13 #63226
by Zbigi
emc starts but motors don't turn was created by Zbigi
Hello All,
Sorry to make a problem my first post.
stepconfig - axis test are OK
i can control axis manually and by MDI and first axis splash g code -EMC.. working OK , if only call any NGCGUI procedure motors don't turn,don't "hold"
on the preview display i can see that procedure working OK
computer -HP Compaq DC7600 CMT
pls advise what is a problem
Zbigi
Sorry to make a problem my first post.
stepconfig - axis test are OK
i can control axis manually and by MDI and first axis splash g code -EMC.. working OK , if only call any NGCGUI procedure motors don't turn,don't "hold"
on the preview display i can see that procedure working OK
computer -HP Compaq DC7600 CMT
pls advise what is a problem
Zbigi
Please Log in or Create an account to join the conversation.
30 Sep 2015 14:03 - 30 Sep 2015 14:06 #63242
by Rick G
Replied by Rick G on topic emc starts but motors don't turn
Are you saying that all the axis move correctly with Stepconf.
All the axis also work when you start linuxcnc and manually jog, enter a command from MDI or run the splash screen, but when you run a NGCGUI program the motors are not enabled and there is no movement?
What NGCGUI program are you trying? Version of linuxcnc?
What hardware? Is there an enable pin? Watchdog?
Might look here...
linuxcnc.org/docs/html/common/Stepper_Diagnostics.html
Rick G
All the axis also work when you start linuxcnc and manually jog, enter a command from MDI or run the splash screen, but when you run a NGCGUI program the motors are not enabled and there is no movement?
What NGCGUI program are you trying? Version of linuxcnc?
What hardware? Is there an enable pin? Watchdog?
Might look here...
linuxcnc.org/docs/html/common/Stepper_Diagnostics.html
Rick G
Last edit: 30 Sep 2015 14:06 by Rick G.
Please Log in or Create an account to join the conversation.
01 Oct 2015 20:32 #63332
by Zbigi
Replied by Zbigi on topic emc starts but motors don't turn
Hi Rick G
for all your question answer is YES
i also checked test from your lingk working OK
Version Axis 2.7.0 /configuration for lathe/
i tried many different NGCGUI
one of below
( -*- encoding: utf-8-unix -*- )
(
)
( K U L A )
(
)
( Kamar )
( Time-stamp: <2012-12-05 08:44> )
(
)
(info: Kula )
o<kula> sub
#<sr_pocz> = #1 (=40 Średnica materiału)
#<sr_stozka> = #2 (=0 Średnica początku kuli)
#<sr_koncowa> = #3 (=40 Średnica końca kuli)
#<z_pocz> = #4 (=0 Z początkowe)
#<dl_stozka> = #5 (=20 Promień kuli)
#<rodzaj> = #6 (=0 <> wklęsła)
#<dobieranie> = #7 (=2 Dobieranie)
#<posuw> = #8 (=60 Posuw)
#<woda> = #9 (=1 <> chłodzenie)
g18 g61 g7
m3 s1
o1 if [#<woda> eq 1]
M8
o1 endif
o300 if [#<sr_pocz> gt #<sr_koncowa>]
#<akt_koniec> = [#<z_pocz> - #<dl_stozka>]
o305 while [#<sr_pocz> gt #<sr_koncowa>]
#<sr_pocz> =[#<sr_pocz> -#<dobieranie>]
g0 x[#<sr_pocz> + 1]
g0 z[#<z_pocz> +1]
g1 z[#<akt_koniec>] f#<posuw>
x[#<sr_pocz> + #<dobieranie>]
g0 z[#<z_pocz> + 1]
o305 endwhile
o300 endif
for all your question answer is YES
i also checked test from your lingk working OK
Version Axis 2.7.0 /configuration for lathe/
i tried many different NGCGUI
one of below
( -*- encoding: utf-8-unix -*- )
(
)
( K U L A )
(
)
( Kamar )
( Time-stamp: <2012-12-05 08:44> )
(
)
(info: Kula )
o<kula> sub
#<sr_pocz> = #1 (=40 Średnica materiału)
#<sr_stozka> = #2 (=0 Średnica początku kuli)
#<sr_koncowa> = #3 (=40 Średnica końca kuli)
#<z_pocz> = #4 (=0 Z początkowe)
#<dl_stozka> = #5 (=20 Promień kuli)
#<rodzaj> = #6 (=0 <> wklęsła)
#<dobieranie> = #7 (=2 Dobieranie)
#<posuw> = #8 (=60 Posuw)
#<woda> = #9 (=1 <> chłodzenie)
g18 g61 g7
m3 s1
o1 if [#<woda> eq 1]
M8
o1 endif
o300 if [#<sr_pocz> gt #<sr_koncowa>]
#<akt_koniec> = [#<z_pocz> - #<dl_stozka>]
o305 while [#<sr_pocz> gt #<sr_koncowa>]
#<sr_pocz> =[#<sr_pocz> -#<dobieranie>]
g0 x[#<sr_pocz> + 1]
g0 z[#<z_pocz> +1]
g1 z[#<akt_koniec>] f#<posuw>
x[#<sr_pocz> + #<dobieranie>]
g0 z[#<z_pocz> + 1]
o305 endwhile
o300 endif
Please Log in or Create an account to join the conversation.
02 Oct 2015 21:28 - 02 Oct 2015 21:28 #63371
by Rick G
Replied by Rick G on topic emc starts but motors don't turn
Perhaps a configuration problem with spindle and enable.
At the MDI enter m3s1
Then try to move an axis, with jogging and a MDI command.
Also try entering from the MDI m8
Rick G
At the MDI enter m3s1
Then try to move an axis, with jogging and a MDI command.
Also try entering from the MDI m8
Rick G
Last edit: 02 Oct 2015 21:28 by Rick G.
The following user(s) said Thank You: Zbigi
Please Log in or Create an account to join the conversation.
02 Oct 2015 22:51 #63373
by Zbigi
Replied by Zbigi on topic emc starts but motors don't turn
Hi Rick
many thx
now is ok
Zbigi
many thx
now is ok
Zbigi
Please Log in or Create an account to join the conversation.
03 Oct 2015 15:34 #63385
by Rick G
Replied by Rick G on topic emc starts but motors don't turn
Great!
Rick G
Rick G
Please Log in or Create an account to join the conversation.
Time to create page: 0.191 seconds