Hello Guest it is March 28, 2024, 07:15:03 PM

Author Topic: Where to find documentation to develop scripts?  (Read 1064 times)

0 Members and 1 Guest are viewing this topic.

Where to find documentation to develop scripts?
« on: June 01, 2018, 02:37:47 AM »
Hello

I modified a milling machine BF30 Optimum by adding a motorization on the 3 axes as well as for the turntable. I use a Pokeys57cnc and 4 drivers PoStep60_256.

I have been running Mach4 for a while and everything works with GCode programs.

Since I do a lot of development in VB.net (I master the programming), I started to modify the screen of Mach4 to add personal features.

I read "Mach4 Screen Editor V1.0" and "Mach4 LUA Scripting Manual". I saw that in the help of the script editor, there is the list and definition of Mach core API functions (mc.).

When I look at some examples of scripts, I see that there are wx functions. (ex: wx.wxPanel, wx.wxMessageBox, ...), functions str (ex: scr.SetProperty, scr.ExecMdi, ...). And maybe others!

Where can I find the list of all these functions (wx, str, ...) with the syntax and parameters to use?

Thank you all for your help.

Jean-Pierre
Re: Where to find documentation to develop scripts?
« Reply #1 on: June 01, 2018, 03:41:27 AM »
Oops! Duplicate message. Sorry, but since this is my first message and my computer crashed, I returned the message a second time.