Hello Guest it is March 29, 2024, 01:11:11 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 - managers

Pages: 1
1
Mach SDK plugin questions and answers. / Unlimited Axis Rotation
« on: December 28, 2012, 04:53:49 AM »
Hi everyone,

I'm writing a mach3 plugin for wood turning!
Can anyone help me how I can rotate A axis at on direction with high speed ?? like sending pulse to servo motor directly!

thanks in advanced

2
Finished Plugins for Download / Unlimited Axis Rotation
« on: December 28, 2012, 04:50:42 AM »
Hi everyone,

I'm writing a mach3 plugin for wood turning!
Can anyone help me how I can rotate A axis at on direction with high speed ?? like sending pulse to servo motor directly!

thanks in advanced


3
Mach SDK plugin questions and answers. / MainPlanner->LastError
« on: August 13, 2012, 03:21:42 AM »
Hi guys

I started coding a new plugin for Mach3 in Visual Studio 2010 !
I have just one error with Mach3 LastError Property !

This method is in ShuttlePro Plugin !
void ShuttleWin::SetMachError(CString Message)
{
   CString *err = &MainPlanner->LastError
   if( err != NULL )
       *err = Message;
}

Error has beed attached in the post !
Does anyone know how to resolve this?

thanks in advance

Pages: 1