Hello Guest it is March 28, 2024, 10:04:48 PM

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 - Tomas

Pages: 1
1
G-Code, CAD, and CAM discussions / Calculating G68 rotation point?
« on: February 03, 2015, 03:26:15 PM »
Hi,

 I'm trying to figure out Mach3 is calculating it's origin then using G68.

Example say I'm doing with G54 set to X0 Y0
Quote
G68 X1 Y1 R15
Mach3 will say my new origin is X-1.2247 Y-0.7071, but if you calculate a roration about X1,Y1 by 15 Degs the
origin comes as X0.2929 Y-0.2247.  Can anyone shed a light on this for me?

Thanks,
Tomas

2
Mach SDK plugin questions and answers. / IsMoving equivalent in Plugin?
« on: January 28, 2015, 06:32:45 PM »
Hi,

  Can someone point me to which variable/s would be the equivalent of the vbscript function IsMoving?

Thanks,
Tomas

3
Hello,

  Has anyone found a way to use the MachPluginWizard with VS2008 and MFC?

Thanks,
Tomas

4
Hi,

  I'm trying to emulate the arrow key Jogging from plugin.  When I get a mouse down I want to start, and stop when released.

in my mouse down I'm doing:
Quote
      Engine->Axis[ m_Axis ].MaxVelocity = (Some Velocity)
      Engine->Axis[ m_Axis ].Acceleration = MainPlanner->Accs[  m_Axis ];
      Engine->Axis[ m_Axis ].MasterVelocity = MainPlanner->Vels[  m_Axis ];
      Engine->Axis[ m_Axis ].Dec = false;
      Engine->Axis[ m_Axis ].Jogging = true;
      Engine->Axis[ m_Axis ].JoggDir = m_Dir;
      Code("DOJOG");

and in mouse up
Quote
     Code("ENDJOG");

  But I'm getting no movement. Any suggestions to what I'm missing?

Thanks,
Tomas.

5
Hello,

  In my plugin I'm waiting in a M-Code macro for a variable to be set via my plugin. While I'm waiting for this variable to be set I need to be able to jog the machine to a location. Can you tell me which variable needs to be set in the MainPlanner or Engine to accomplish this?  This works with Version R3.043.022 but not Version R3.043.066.

Thanks,
Tomas

6
Mach SDK plugin questions and answers. / OEM list of MyNotify codes
« on: November 30, 2014, 06:42:33 PM »
Hello,

  Is there a list of OEM list of MyNotify codes?

Thanks,
Tomas

7
Hello,

  Is there a way to drawing on and getting mouse down position from the ToolPath class?

Thanks,
Tomas

8
dspMC/IP Motion Controller / Useful PID tuning procudures.
« on: April 02, 2013, 01:01:46 AM »
Hi Guys,

  Attached are some papers that some of you might find useful when tuning your PID's

-Thomas

Pages: 1