Hello Guest it is March 28, 2024, 06:58:53 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 - niki77

Pages: 1
1
NC Pod / NcPod plug in 3.0 source code
« on: November 28, 2008, 11:19:31 AM »
Hi to all.

I've read about the author of the NcPod plugin , he appear has leave the company.

In the plugin section is dowloadable the version 3.0.0 but the only source code available on the sdk is the V2.00.059.

Is possible to have the source code of the NcPod plugin 3.0.0  for continue it's devlopment/improvement?

Bye to all.




2
NC Pod / NcPod motor tuning
« on: November 28, 2008, 11:14:32 AM »
Hy to everyone.
I'm working around ncpod and his relative mach3 plugin.
In particular i'm not understanding if i need to configure the step for inch paramenter in the board, and if is needed why i can do it!

Reading the code of the plugin in the sdk, it appear to need to do that.

This is the defined  struct GMoves pulled in movements array from the mach3 core:

struct GMoves
{
 int type;    // 0 is linear, 1 is cubic
 double cx,cy,cz; // center of move for cubics.
 double ex,ey,ez,ea,eb,ec;
 double sx,sy,sz,sa,sb,sc;
 __int64  DDA1[6]; //DDA1's for cubics
 __int64  DDA2[6];
 __int64  DDA3[6];
 double Time;
 bool   Stop;
};

i think it is containing the start position and the end position not in step unit, but in mm/inches unit.

I'm wrong?

Thanks in advance.


Pages: 1