NEWS
LinuxCNC 2.5.2 Release
LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 
Home Forum Configuring LinuxCNC GUI's Touchy and Keyboard

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Touchy and Keyboard

Re:Touchy and Keyboard 18 May 2012 11:38 #20213

  • VNR
  • VNR's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 64
  • Thank you received: 5
  • Karma: 7
Did you create a whole new config, or just change the GUI line in the INI file?
The first place I would look would be in the INI file in the [TRAJ] and {AXIS_N] sections
I use the same ini file as in Axis GUI, wich is working OK. I only have changed in the ini file:

[DISPLAY]
#DISPLAY = axis
DISPLAY = touchy

and i have uncommented an EMBED_TAB_NAME and an EMBED_TAB_COMMAND in order to use Start and Stop buttons in a new GladeVcp tab panel.
Will it move slower than that?
Yes, if the G1 code is slower than 100 mm/min.
What happens if you increase feed-override?
I don't know, but with halmeter i see:
motion.requested-vel 133.3333 (velocity mode, equals to 8000 mm/min)
motion.currente-vel 1.6666 (velocity mode, equals to 100 mm/min)

motion.requested-vel OUT FLOAT The requested velocity with no adjustments for feed override
motion.current-vel OUT FLOAT Current cartesian velocity

it doesn't make sense.

Victor
The administrator has disabled public write access.

Re:Touchy and Keyboard 18 May 2012 11:53 #20215

  • andypugh
  • andypugh's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4245
  • Thank you received: 152
  • Karma: 130
VNR wrote:
motion.requested-vel OUT FLOAT The requested velocity with no adjustments for feed override
motion.current-vel OUT FLOAT Current cartesian velocity

it doesn't make sense.

You are right, it doesn't. What is feed override set to? (Should be visible somewhere in HAL)
The administrator has disabled public write access.

Re:Touchy and Keyboard 18 May 2012 14:12 #20216

  • VNR
  • VNR's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 64
  • Thank you received: 5
  • Karma: 7
You are right, it doesn't. What is feed override set to? (Should be visible somewhere in HAL)
halui.feed-override.value is set to 1

but thanks to your idea i have found halui.max-velocity.value set to 1.6666 (i don't know why) (x60 = 100 mm/min)
(halui.max-velocity.value float out Current value for maximum velocity)

so i set in hal:
setp halui.max-velocity.scale 50
and connect a "pulse" button to it:
net halui-pulses-maxvel touchy-buttons.hal_button_pulses_maxvel => halui.max-velocity.increase

the problem now is that the maximum value allowed for halui.max-velocity.value is 125 (7,5 mts/min) half the X and Z axis as is configured in the ini file (250 = 15 mts/min)

Any idea ? Is it a touchy bug ?

Victor
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 1.403 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.