NEWS
LinuxCNC 2.5.2 Release
There are no translations available.

LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release
There are no translations available.

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
There are no translations available.

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

Touchy and Keyboard 16 Mai 2012 09:31 #20150

  • VNR
  • VNR's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 59
  • Thank you received: 2
  • Karma: 5
Hello,

I am working in a manual lathe conversion to CNC using LinuxCNC V2.5.0. Currently it is working with Axis, but i want to switch to Touchy. Before i make the CNC panel and buy a touch screen monitor i want to test it with the PC keyboard.

Do you have any example how to connect the Touchy button's (Abort/Start/Single block/Wheel counts) to the PC keyboard ?

Thanks you in advance,
Victor
The administrator has disabled public write access.

Re:Touchy and Keyboard 16 Mai 2012 13:40 #20156

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 4940
  • Thank you received: 84
  • Karma: 133
IIRC touchy works with a mouse otherwise you can test with Axis until you get your touch screen.

John
The administrator has disabled public write access.

Re:Touchy and Keyboard 16 Mai 2012 17:42 #20162

  • cmorley
  • cmorley's Avatar
  • OFFLINE
  • Moderator
  • Posts: 1486
  • Thank you received: 40
  • Karma: 89
you could use hal_input to connect a keyboard (like a second one) or any USB HID to connect to touchy.

I can't see any formal description in the manual on hal_input but there are man pages.
The administrator has disabled public write access.

Re:Touchy and Keyboard 17 Mai 2012 05:52 #20171

  • VNR
  • VNR's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 59
  • Thank you received: 2
  • Karma: 5
It is working, the solution is:

INI File:
[DISPLAY]
EMBED_TAB_NAME=GladeVCP demo
EMBED_TAB_COMMAND=gladevcp -c gladevcp -x {XID} -u hitcounter.py -H gladevcp-touchy.hal manual-example.ui

gladevcp-touchy.hal file:
#Program Stop
net cb1 gladevcp.check => gladevcp.led1
#net cb1 => halui.program.stop
net cb1 => touchy.abort
#Program Run
net b1 gladevcp.button => gladevcp.led2
#net b1 => halui.mode.auto halui.program.run
net b1 => touchy.cycle-start

But now I HAVE A NEW PROBLEM:
In Touchy GUI the X and Z axis moves only at 100 mm/min regardless of G0 or G1 program code. That does not happen with Axis GUI.


Attachments:
  • Attachment This attachment is hidden for guests. Please log in or register to see it.
Last Edit: 17 Mai 2012 05:55 by VNR. Reason: Inserting JPG
The administrator has disabled public write access.

Re:Touchy and Keyboard 17 Mai 2012 05:57 #20172

  • VNR
  • VNR's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 59
  • Thank you received: 2
  • Karma: 5
100 mm/min is the only value, regardless of G0 or G1 program code.

The administrator has disabled public write access.

Re:Touchy and Keyboard 17 Mai 2012 08:29 #20181

  • andypugh
  • andypugh's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4101
  • Thank you received: 139
  • Karma: 129
VNR wrote:
100 mm/min is the only value, regardless of G0 or G1 program code.

Will it move slower than that? What happens if you increase feed-override?

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.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.958 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.