Hello Guest it is March 28, 2024, 05:52:20 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.


Messages - vmvm

Pages: 1
1
Mach SDK plugin questions and answers. / Feed hold
« on: April 29, 2013, 02:40:28 AM »
Hi all!!!
Maybe someone know, how implement subj in motion plugin?
I think, when movement stopped after pressed FeedHold button, i have to say to Mach about last position. And Mach have to return to this position before continue g-code processing. But how can i do it?
Thanks.

2
Thank you for your reply.
But my experiences showed that
Quote
   MainPlanner->DoExternalProbe = true; //this will trigger the move.
run calculating of the motion and filling movement buffer by Mach.

I came to the conclusion that it is enough just to do
MainPlanner-> ExternalStill = false;

Next, perform all operations in an external motion device, and at the end

Engine->Axis [axis]. Probing = false;
Engine->Axis [axis]. DepthCount = actual distance;
Engine->Sync = true;
MainPlanner-> ExternalStill = true;

I have this variant works.

3
Fortune has changed to me.
Still, can anyone help me?
How tell to Mach, that it mast execute function Probe from plugin dll  ???
Thanks.

4
Hi to all!
It's lucky day! Probing start to work from my plugin. Bad news - I don't understand why. Today I just change plugin GUID. Next question - how to say to Mach, that probing finished?

Thanks for help!

"Is There Anybody Out There?"

5
I'm developing an external motion device and plug for it. Problems with the implementation of the function "Probing" has arisen. How to say Mach, that I will implement this feature in my external device? Can I stop Mach planning movement in response to the G31? Please help.

6
Mach SDK plugin questions and answers. / Re: Movement Plugin and DDA's
« on: August 03, 2011, 04:26:18 AM »
Yeah! I also worried about this problem.
I think that the more plausible number - 1024 Hz, since it corresponds better to the possibilities of the digital calculators. But there are doubts.
Help knowledgeable!

7
SmoothStepper USB / How often SS update motion velocity?
« on: December 14, 2009, 08:16:51 AM »
I think to purchase SmoothStepper. And I need some information. Does SS update motion with rate more than Mach3 can do (10Hz)? When not, how it do motion more smooth?

Pages: 1