Re: [Emc-users] How to implement switch/button in Axis GUI ?

2016-06-06 Thread Nicklas Karlsson
There is something callled pyvcp http://linuxcnc.org/docs/2.4/html/hal_pyvcp.html but I did not yet try it myself. On Wed, 1 Jun 2016 11:38:32 + (UTC) adit bhargava wrote: > Hello All, > I want to make a button in Axis GUI (Start/Stop) which should give me TRUE > value when I press START

Re: [Emc-users] How to implement switch/button in Axis GUI ?

2016-06-01 Thread Gene Heskett
On Wednesday 01 June 2016 07:38:32 adit bhargava wrote: > Hello All, > I want to make a button in Axis GUI (Start/Stop) which should give me > TRUE value when I press START button when I switch it on until I turn > it off by STOP button. I should give this START button value (TRUE) to > enable the

Re: [Emc-users] How to implement switch/button in Axis GUI ?

2016-06-01 Thread andy pugh
On 1 June 2016 at 12:38, adit bhargava wrote: > I want to make a button in Axis GUI (Start/Stop) which should give me TRUE > value when I press START button when I switch it on until I turn it off by > STOP button. The simple way would be to re-purpose the Mist Coolant checkbox. You could chang

[Emc-users] How to implement switch/button in Axis GUI ?

2016-06-01 Thread adit bhargava
Hello All, I want to make a button in Axis GUI (Start/Stop) which should give me TRUE value when I press START button when I switch it on until I turn it off by STOP button. I should give this START button value (TRUE) to enable the PWM generator ' pwmgen.enable ' and then press STOP button to d