Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Kareem on November 16, 2021, 04:56:56 AM

Title: OEM Buttons
Post by: Kareem on November 16, 2021, 04:56:56 AM
Which OEM code is used for enter a target value for x axis directly without G0 before it?
Title: Re: OEM Buttons
Post by: TPS on November 20, 2021, 03:34:27 AM
there is no particular OEM code for this.

you have to use a OEMDro to enter the value, for example 1500

and the a button witch uses VBScript to excecute the command

Code: [Select]
Code "G0X" & GetOEMDro(1500)