touchy
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
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?
touchy was created by partec

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.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7872
- Thank you received: 2127
14 Jan 2014 02:00 #42706
by cmorley
Replied by cmorley on topic touchy
please post your INI file
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
14 Jan 2014 03:59 #42709
by partec
Replied by partec on topic touchy
thank you, Chris,
I know there are already a lot of newer gui's, but for a nc-Y Z positioner with 15" ELO it would be fine with touchy
Peter
I know there are already a lot of newer gui's, but for a nc-Y Z positioner with 15" ELO it would be fine with touchy
Peter
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
14 Jan 2014 04:25 - 17 Jan 2014 11:36 #42714
by partec
Replied by partec on topic touchy
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.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7872
- Thank you received: 2127
14 Jan 2014 07:49 - 14 Jan 2014 08:34 #42730
by cmorley
Replied by cmorley on topic touchy
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.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7872
- Thank you received: 2127
14 Jan 2014 07:58 #42731
by cmorley
Replied by cmorley on topic touchy
hmm I seem to see the same behaviour in the sim version in master...
Chris M
Chris M
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7872
- Thank you received: 2127
14 Jan 2014 08:13 #42734
by cmorley
Replied by cmorley on topic touchy
hmm I seem to see the same behaviour in the sim version in master...
Chris M
Chris M
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7872
- Thank you received: 2127
14 Jan 2014 08:33 #42737
by cmorley
Replied by cmorley on topic touchy
Ahh 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
See if that helps.
Chris M
100 is the default setting
set the max velocity higher with the MV button and MPG
or edit the TOUCHY preference file
See if that helps.
Chris M
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
- partec
- Offline
- Elite Member
-
Less
More
- Posts: 178
- Thank you received: 24
15 Jan 2014 07:16 #42789
by partec
Replied by partec on topic touchy
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.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7872
- Thank you received: 2127
15 Jan 2014 09:18 #42791
by cmorley
Replied by cmorley on topic touchy
look in your home folder
but you have to set 'show hidden files'
.touchy_preferences
The dot in the beginning of the file name makes it hidden.
Do you not use a MPG wheel with touchy?
Chris M
.
but you have to set 'show hidden files'
.touchy_preferences
The dot in the beginning of the file name makes it hidden.
Do you not use a MPG wheel with touchy?
Chris M
.
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
Time to create page: 0.071 seconds