Machsupport Forum
Mach Discussion => Mach4 General Discussion => Topic started by: Will_D on January 28, 2018, 05:59:53 AM
-
Reading about macros and scripts and the like. What I can't find is the reference to the mcLua classes, objects and data.
Surely people must go to a source document to find names like
mc.mcAxisSetPos(inst, AxisID, doubleVal)
and
mc.mcSignalGetHandle(inst, mc.ISIG_MOTOR01_HOME)
Will
-
You will find the API docs in the Mach4Hobby/Docs directory.
DazTheGas
-
Ah Ha, Thanks Daz.
So its just the HTML that's available. No-one has written a book about such things!
Cheers
Will