Hello Guest it is March 28, 2024, 07:20:55 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 - managers

Pages: 1
1
Mach SDK plugin questions and answers. / Re: Unlimited Axis Rotation
« on: December 29, 2012, 05:14:22 AM »
dear scott

thanks for your helps !
can u please tell me more about swapaxis function ?
and how I can turn A axis like spindle while running g-code ?

thanks

2
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

3
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


4
Hi poppabear

How can I insert my special sub menu into "PlugIn Control" ?

I read the so many toturials and source code but Finally I got error at this line :
CMenu *menu = MachFrame->GetMenu();

Can u please update your source code and add needed functions ?

thanks.

5
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