Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: Tarak on August 29, 2007, 05:48:30 PM

Title: Is it possible to create a button that will change the feedrate to 50%?
Post by: Tarak on August 29, 2007, 05:48:30 PM
I was hoping to be able to create a 50% Feedrate button, much the same as the 100% button that resets the feedrate.
Can this easily be done?
Title: Re: Is it possible to create a button that will change the feedrate to 50%?
Post by: Chaoticone on August 29, 2007, 07:13:31 PM
Yup, I think so. Try this, add a button to your screen and make it a VB Script button. Go to operator, edit button script, click on the button you added and paste this in. Let me know if it works for you.

Brett

SetOemDro (821,50)
Title: Re: Is it possible to create a button that will change the feedrate to 50%?
Post by: Tarak on September 03, 2007, 05:31:01 PM
Thanks Brett, it works perfect..
Title: Re: Is it possible to create a button that will change the feedrate to 50%?
Post by: Chaoticone on September 03, 2007, 06:36:19 PM
Your welcome, glad that did it for you.

Brett