Machsupport Forum
Mach Discussion => Mach4 General Discussion => Topic started by: joeaverage on December 06, 2022, 05:33:20 PM
-
Hi All,
hoping that someone out there is already using Mach4Expert with multiple instances.
As the title of my post suggests I'm interested in whether separate instances may be sequenced or even synchronised.
I've seen a couple of APIs in Mach4Hobby which look promising:
LUA Syntax:
rc = mc.mcCntlStopMotionDev(
number mInst);
Description:
Stop the selected motion device.
LUA Syntax:
rc = mc.mcCntlStartMotionDev(
number mInst)
Description:
Starts the selected motion device.
Are there more of this sort of thing in Expert?
Craig