Hello
Guest
it is
May 23, 2025, 04:37:22 PM
Guest
Login
Register
Menu
Home
Help
Search
Login
Register
YouTube
Machsupport Forum
/
Mach Discussion
/
Mach4 General Discussion
/
how many times does screen load run on startup ?
« previous
next »
Print
Pages:
1
Go Down
Author
Topic: how many times does screen load run on startup ? (Read 4414 times)
0 Members and 1 Guest are viewing this topic.
machiner
51
how many times does screen load run on startup ?
«
on:
June 12, 2015, 09:03:00 AM »
i started with the 'stock' mach4 mill
i put this line of code into the top of the startup screen load script just before the two functions
local x = mc.mcGetInstance();
wx.wxMessageBox('screen load instance was '..tostring(x))
it always 'pops up' 6 times, instance 0 to 5 . .
whats up with that ! ?
«
Last Edit: June 12, 2015, 09:05:38 AM by machiner
»
Logged
poppabear
2,235
Briceville, TN, USA
Re: how many times does screen load run on startup ?
«
Reply #1 on:
June 12, 2015, 09:11:08 AM »
Currently, (even though not functional yet), Mach4 can run 6 instances.
So, perhaps it is looping through the 6 possible instances, even though only instance 0 is currently supported.
Scott
Logged
fun times
machiner
51
Re: how many times does screen load run on startup ?
«
Reply #2 on:
June 12, 2015, 10:14:56 AM »
thanks again, man
Logged
Print
Pages:
1
Go Up
« previous
next »