SOLVED: Best start for QTDragon: Simulation or Axis config
05 Jan 2021 21:51 - 06 Jan 2021 17:56 #194167
by DomCa
SOLVED: Best start for QTDragon: Simulation or Axis config was created by DomCa
Hi all,
I would like to start using QTDragon on my mill. I got Axis running with my new 2.8 PC in minutes. Works fine.
Now I want to start with QTDragon. I tried copying my Axis config and changed the manual tool change HAL as indicated in the manual.
I can home in QTDragon. However, when I start a gcode file, the file is not executed and no tool change dialog shows up.
Any hints? Should I rather start with the QTDragon sim config instead?
Thanks
Domca
I would like to start using QTDragon on my mill. I got Axis running with my new 2.8 PC in minutes. Works fine.
Now I want to start with QTDragon. I tried copying my Axis config and changed the manual tool change HAL as indicated in the manual.
I can home in QTDragon. However, when I start a gcode file, the file is not executed and no tool change dialog shows up.
Any hints? Should I rather start with the QTDragon sim config instead?
Thanks
Domca
Last edit: 06 Jan 2021 17:56 by DomCa.
Please Log in or Create an account to join the conversation.
05 Jan 2021 21:58 #194168
by cmorley
Replied by cmorley on topic Best start for QTDragon: Simulation or Axis config
nothing happens when you press cycle start? you are in Auto mode?
Please Log in or Create an account to join the conversation.
06 Jan 2021 08:53 #194193
by DomCa
Replied by DomCa on topic Best start for QTDragon: Simulation or Axis config
Hi Chris,
correct. I load the file, press cycle start and nothing happens. I will start LCNC today from the command line and review the log files. Had not had any time to do that yet. I just hoped anybody had a quick fix for this.
Thanks!
correct. I load the file, press cycle start and nothing happens. I will start LCNC today from the command line and review the log files. Had not had any time to do that yet. I just hoped anybody had a quick fix for this.
Thanks!
Please Log in or Create an account to join the conversation.
06 Jan 2021 11:08 #194203
by cmorley
Replied by cmorley on topic Best start for QTDragon: Simulation or Axis config
there is also a log file under status tab in qtdragon
Please Log in or Create an account to join the conversation.
06 Jan 2021 11:12 #194204
by cmorley
Replied by cmorley on topic Best start for QTDragon: Simulation or Axis config
Also if you can post your config files...
Please Log in or Create an account to join the conversation.
06 Jan 2021 12:22 #194209
by DomCa
Replied by DomCa on topic Best start for QTDragon: Simulation or Axis config
Hi Chris,
I am now on my machine. If I run the same ngc file in the sim version of qt dragon, the first thing that pops up is the tool change dialog. I don't get that on my real config. I already compared configs of the sim and my machine and could not find the difference.
I suspect the tool change dialog to be the problem.
Attached is my config and the ngc file I try to run. the qtdragon.pref.zip is not a zip. I just added.zip because of the file filter in the forum.
Thank you very much!
I am now on my machine. If I run the same ngc file in the sim version of qt dragon, the first thing that pops up is the tool change dialog. I don't get that on my real config. I already compared configs of the sim and my machine and could not find the difference.
I suspect the tool change dialog to be the problem.
Attached is my config and the ngc file I try to run. the qtdragon.pref.zip is not a zip. I just added.zip because of the file filter in the forum.
Thank you very much!
Please Log in or Create an account to join the conversation.
06 Jan 2021 12:36 #194210
by cmorley
Replied by cmorley on topic Best start for QTDragon: Simulation or Axis config
Try adding to HAL file
net tool-prep-loop iocontrol.0.tool-prepare iocontrol.0.tool-prepared
net tool-change-loop iocontrol.0.tool-change iocontrol.0.tool-changed
net tool-prep-loop iocontrol.0.tool-prepare iocontrol.0.tool-prepared
net tool-change-loop iocontrol.0.tool-change iocontrol.0.tool-changed
Please Log in or Create an account to join the conversation.
06 Jan 2021 16:52 #194249
by DomCa
Replied by DomCa on topic Best start for QTDragon: Simulation or Axis config
Hi Chris!
Thanks! The first line did it. It is now working.
However, if I also add the second line, I get an error:
custom_postgui.hal:4: Pin 'iocontrol.0.tool-change' was already linked to signal 'tool-change-loop'
I have the line
net tool-change hal_manualtoolchange.change <= iocontrol.0.tool-change
in my postgui.hal
Which of the two commands is required? Do I loose anything if I do not include the line
net tool-change-loop iocontrol.0.tool-change iocontrol.0.tool-changed
Thanks!
Thanks! The first line did it. It is now working.
However, if I also add the second line, I get an error:
custom_postgui.hal:4: Pin 'iocontrol.0.tool-change' was already linked to signal 'tool-change-loop'
I have the line
net tool-change hal_manualtoolchange.change <= iocontrol.0.tool-change
in my postgui.hal
Which of the two commands is required? Do I loose anything if I do not include the line
net tool-change-loop iocontrol.0.tool-change iocontrol.0.tool-changed
Thanks!
Please Log in or Create an account to join the conversation.
06 Jan 2021 16:55 #194251
by cmorley
Replied by cmorley on topic Best start for QTDragon: Simulation or Axis config
Skip the second line then - it must be already connected and I missed it
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.129 seconds