Re: [Emc-users] pyvcp using widget

2008-11-22 Thread Alan Condit
John and Jeff, John Kasunich <[EMAIL PROTECTED]> wrote: > > acondit wrote: > > I am running EMC2_2.2.7 and Axis. I am trying to add another widget to my pyvcp. > > I added this to panel.xml: > > > > > > "jog-speed-set" > > 0.1 > > HORIZONTAL > > 0 > >

Re: [Emc-users] pyvcp using widget

2008-11-22 Thread Jeff Epler
With the 'net' line commented, use halcmd show to find the name of the pin. perhaps there's a typo in your xml file or your hal file and you haven't spotted it yet. Jeff - This SF.Net email is sponsored by the Moblin Your Mo

Re: [Emc-users] pyvcp using widget

2008-11-22 Thread John Kasunich
acondit wrote: > I am running EMC2_2.2.7 and Axis. I am trying to add another widget to my > pyvcp. > I added this to panel.xml: > > > "jog-speed-set" > 0.1 > HORIZONTAL > 0 > 120 > > > > I added this to custom_postgui.hal: > net jog-speed-final halui

[Emc-users] pyvcp using widget

2008-11-22 Thread acondit
I am running EMC2_2.2.7 and Axis. I am trying to add another widget to my pyvcp. I added this to panel.xml: "jog-speed-set" 0.1 HORIZONTAL 0 120 I added this to custom_postgui.hal: net jog-speed-final halui.jog-speed <= pyvcp.jog-speed-set The problem