touchy
14 Jan 2014 01:00 #42702
by partec
just using linuxcnc for some years now with great pleasure - many thanks to all this good people preparing the crazy stuff!
using (ubuntu 10.04 cd) linuxcnc 2.5.0
touchy always runs with MDI velocity "100.0000" (mm per minute)
with "axis gui" stepper XYZ runs fine, same machine with "touchy gui", does homing with velocity 600.0000 e.g. as expected due to ini-file configuration, but with MDI "G1 Y-425 F1800.0" e.g. velocity is always 100.0000 and never 1800.0000 as expected?
using (ubuntu 10.04 cd) linuxcnc 2.5.0
touchy always runs with MDI velocity "100.0000" (mm per minute)
with "axis gui" stepper XYZ runs fine, same machine with "touchy gui", does homing with velocity 600.0000 e.g. as expected due to ini-file configuration, but with MDI "G1 Y-425 F1800.0" e.g. velocity is always 100.0000 and never 1800.0000 as expected?
Please Log in or Create an account to join the conversation.
14 Jan 2014 04:25 - 17 Jan 2014 11:36 #42714
by partec
this gladevcp may be added as touchy tab
www.linuxcnc.org/media/kunena/attachment...Poson_2014-01-15.png
www.linuxcnc.org/media/kunena/attachment...Poson_2014-01-15.png
Last edit: 17 Jan 2014 11:36 by partec.
Please Log in or Create an account to join the conversation.
14 Jan 2014 07:49 - 14 Jan 2014 08:34 #42730
by cmorley
I see in your INI file under [TRAJ]
linear_units = 1.0
according to the documents that is nor a valid entry (and certainly is ambiguous).
change it to mm for metric INI entries.
Other then that I haven't seen anything obvious.
Chris M
It seems TOUCHY at least, will accept 1.0 as metric, so that's why it works.
linear_units = 1.0
according to the documents that is nor a valid entry (and certainly is ambiguous).
change it to mm for metric INI entries.
Other then that I haven't seen anything obvious.
Chris M
It seems TOUCHY at least, will accept 1.0 as metric, so that's why it works.
Last edit: 14 Jan 2014 08:34 by cmorley.
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
14 Jan 2014 08:33 #42737
by cmorley
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
15 Jan 2014 07:16 #42789
by partec
yesterday Chris M to me, thanks a lot, TOUCHY doesn't seem to have a way to set max_velocity directly from the INI file. 100 is the default setting - set the max velocity higher with the MV button and MPG or edit the TOUCHY preference file
(I've seen halui setp in related topics 16. May 2012 Touchy and Keyboard
and 24./25/ Oct. 2013 Rapid over ride percentages)
still searching - I am spoiled ripe of JT's Tutorials - so where - in which dir/file can we find the "touchy" related preference file to edit, to make touchy coming up with higher set max velocity, using (ubuntu 10.04 cd) linuxcnc 2.5.0
# touchy.py
111 self.prefs = preferences.preferences()
112 self.mv_val = self.prefs.getpref('maxvel', 100, int) # <<<<<<<<<<<<<<<<<<<<<<<<<<<
113 self.control_font_name = self.prefs.getpref('control_font', 'Sans 18', str)
# touchy.py
(I've seen halui setp in related topics 16. May 2012 Touchy and Keyboard
and 24./25/ Oct. 2013 Rapid over ride percentages)
still searching - I am spoiled ripe of JT's Tutorials - so where - in which dir/file can we find the "touchy" related preference file to edit, to make touchy coming up with higher set max velocity, using (ubuntu 10.04 cd) linuxcnc 2.5.0
# touchy.py
111 self.prefs = preferences.preferences()
112 self.mv_val = self.prefs.getpref('maxvel', 100, int) # <<<<<<<<<<<<<<<<<<<<<<<<<<<
113 self.control_font_name = self.prefs.getpref('control_font', 'Sans 18', str)
# touchy.py
Please Log in or Create an account to join the conversation.
15 Jan 2014 09:18 #42791
by cmorley
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
Time to create page: 0.146 seconds