Re: [Emc-users] Gcode to a keystroke

2014-01-31 Thread Jim Wilkin
Success! Thank you all for your help. I made a bash script: M133, #!/bin/bash # file to clear messages halcmd setp classicladder.0.in-13 True sleep .01s halcmd setp classicladder.0.in-13 False exit 0 In classicladder it is in parallel with a push button added to the GUI ,they in turn

[Emc-users] Gcode to a keystroke

2014-01-30 Thread Jim Wilkin
I would like to make a gcode Say G133 or M64 to perform the key stroke ctl+space to clear the MSG and DBUG messages. I'm unable to find a pin to do this. Perhaps it has all ready been done? Any suggestions would be appreciated. Keep up the good work. Jim

Re: [Emc-users] Gcode to a keystroke

2014-01-30 Thread Sebastian Kuzminsky
On 1/30/14 08:50 , Jim Wilkin wrote: I would like to make a gcode Say G133 or M64 to perform the key stroke ctl+space to clear the MSG and DBUG messages. I'm unable to find a pin to do this. Perhaps it has all ready been done? Any suggestions would be appreciated. I think there's

Re: [Emc-users] Gcode to a keystroke

2014-01-30 Thread andy pugh
On 30 January 2014 15:50, Jim Wilkin james.a.wil...@gmail.com wrote: I would like to make a gcode Say G133 or M64 to perform the key stroke ctl+space to clear the MSG and DBUG messages. I'm unable to find a pin to do this. I think Axis has this pin

Re: [Emc-users] Gcode to a keystroke

2014-01-30 Thread Jim Wilkin
Thank you Sebastion, This is for my new to me EMCO compact 5 cnc lathe retrofit. I use a lot of o word loops in my programs. When debugging if I get more than four messages ,they start to scroll over my tool changer information. So I thought if I could clear the messages just before I sent a

Re: [Emc-users] Gcode to a keystroke

2014-01-30 Thread Stephen Dubovsky
On Thu, Jan 30, 2014 at 2:24 PM, Jim Wilkin james.a.wil...@gmail.comwrote: Thank you Sebastion, This is for my new to me EMCO compact 5 cnc lathe retrofit. Hey! Im currently doing three of these! I have one machine up and running w/ Mesa boards, new steppers+drivers, D525MW, and an ELO

Re: [Emc-users] Gcode to a keystroke

2014-01-30 Thread Dewey Garrett
Perhaps it has all ready been done? if you use the axis gui, it has pins: bit IN FALSE axisui.notifications-clear bit IN FALSE axisui.notifications-clear-error bit IN FALSE axisui.notifications-clear-info -- Dewey Garrett