Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: M250cnc on December 23, 2009, 06:14:35 AM

Title: Could G code acces a DRO
Post by: M250cnc on December 23, 2009, 06:14:35 AM
With a user DRO set up could G code run, that accessed that DRO ?

Phil
Title: Re: Could G code acces a DRO
Post by: Hood on December 23, 2009, 07:33:48 AM
Should be able to do it via a custom m code.
Ray is the guy to tell you hoe to do it the best way, my VB is basic to say the least ;D
Hood
Title: Re: Could G code acces a DRO
Post by: ger21 on December 23, 2009, 08:21:56 AM
Put your VB code accessing the DRO in a macro, and call the M code in your g-code.
Title: Re: Could G code acces a DRO
Post by: M250cnc on December 23, 2009, 11:48:34 PM
Put your VB code accessing the DRO in a macro, and call the M code in your g-code.

Sounds great, Thanks