Hello Guest it is April 18, 2024, 06:11:58 PM

Author Topic: mcLua reference  (Read 1196 times)

0 Members and 1 Guest are viewing this topic.

mcLua reference
« 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

Offline DazTheGas

*
  •  778 778
  • DazTheGas
    • View Profile
Re: mcLua reference
« Reply #1 on: January 28, 2018, 06:35:02 AM »
You will find the API docs in the Mach4Hobby/Docs directory.

DazTheGas
New For 2022 - Instagram: dazthegas
Re: mcLua reference
« Reply #2 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