Hello Guest it is April 19, 2024, 07:40:30 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - minas

Pages: 1
1
I'm writing a new plug in based on Custom_Plugin. Until now all are well.
I have to set the Dros X,Y,Z,A with new values and then I need to read the values from them.

With mach3, win7/64 VS2003

I click RESET with the mouse, Mach3 displays +0.000 at all Dros
 I set Dro X to 123mm with --> SetOemDro(800,123.00);
Ok much 3 deysplay 123.0000
Now I have to read the DRoX  --> ThevalueX=GetOemDro(800); -->ThevalueX got 0.00000

If I sent a new value to Drox ->SetOemDro(800,100.00);
Then the --> ThevalueX=Get(oemDro(800) gets the value of 123.00
This is the previous value I set.

What Is that I must do before read the Dro value to synchronize the displayed value with the ''soul'' of mach3?


Pages: 1