Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: Will_D on January 28, 2018, 05:59:53 AM

Title: mcLua reference
Post 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
Title: Re: mcLua reference
Post by: DazTheGas on January 28, 2018, 06:35:02 AM
You will find the API docs in the Mach4Hobby/Docs directory.

DazTheGas
Title: Re: mcLua reference
Post by: Will_D on January 28, 2018, 08:11:32 AM
Ah Ha, Thanks Daz.

So its just the HTML that's available. No-one has written a book about such things!

Cheers

Will