Hello Guest it is March 28, 2024, 02:01:59 PM

Author Topic: Generating a planned motion from a plugin  (Read 2548 times)

0 Members and 1 Guest are viewing this topic.

Generating a planned motion from a plugin
« on: January 30, 2013, 07:36:25 AM »
Hello, I'm new to the mach SDK. I've just finished the awesome tutorial by jemmyell - thanks!
I'm trying to write a plugin to generate fixed (planned) motion, as opposed to jogging. Checking through CMyScriptObject, I found JogOn(int, int) but no function that seems to take a planned motion in account.
Re: Generating a planned motion from a plugin
« Reply #1 on: January 30, 2013, 08:34:28 AM »
Hmm. The member function "Code" seems to do the trick, but it looks more like a hack.