Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Mcgyver on March 15, 2008, 12:49:44 PM

Title: OEM code cycle jog step
Post by: Mcgyver on March 15, 2008, 12:49:44 PM
Heey everybody!

I need to find the OEM code to cylce the jog step in the mpg window in mach.  I would like it to have the same function as the "cycle jog step" button.
I've searched in the mach wiki but ik cant seem to find it... does anyone know what the code should be?

I can only find the codes to select one step value, therefore i would need to have 10 buttons. I would like to do it with one to cycle trought the values


Greetz

Mcgyver
Title: Re: OEM code cycle jog step
Post by: Overloaded on March 15, 2008, 01:23:24 PM
This ?
RC 8)

You can open a screen in Screen4, then double click on any button to reveal its properties.

The best list I've found is in the Brain Editor. (per ART"s video)
Title: Re: OEM code cycle jog step
Post by: Mcgyver on March 15, 2008, 01:32:05 PM
heey thats quick hahah

thanks I will try!

Do you also have the oem code for the same function as ref all in the mach screen?

I'm now using oem code 105. But this is not entirely the same as the ref all button.  with the code 105 i need to connect every reference switch to a seperate input and not in series because all the axis move at the same time.

Regards

Mcgyver


Title: Re: OEM code cycle jog step
Post by: Hood on March 15, 2008, 01:37:34 PM
Ref All is not an OEM its a VB button. ie its a button thats operated by VB script.
Hood
Title: Re: OEM code cycle jog step
Post by: Mcgyver on March 15, 2008, 01:45:13 PM
then how can i make an oem trigger to use the same function as the ref all button? ???
Title: Re: OEM code cycle jog step
Post by: Overloaded on March 15, 2008, 01:45:35 PM
Try 138

I set it up here and it works....Make sure Z is clear.  It sends X, then Y, then Z to Home Pos.
RC 8)
Title: Re: OEM code cycle jog step
Post by: Mcgyver on March 16, 2008, 04:38:22 AM
thanks Ill try that!

I thought i've tried it before and every axis moved in the same time but i'll give it a go later on todat.

How do I get in to the button controll menu?

I've searched in the brain editor but i can't find the oem code list in there...

Thanks a lot for all the reply's


Greetz..

Mcgyver
Title: Re: OEM code cycle jog step
Post by: Overloaded on March 16, 2008, 03:41:49 PM
I just create a dummy brain, you need a lobe to terminate to get to the right window, then you click on "Button Press" and they are all there.
RC
Title: Re: OEM code cycle jog step
Post by: Mcgyver on March 16, 2008, 04:23:03 PM
 ;D

Yeah got it thanks!