Hello Guest it is March 28, 2024, 03:11:44 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tecalote

Pages: 1
1
Newfangled Mill Wizard / Mill Wizard won't open
« on: September 27, 2016, 03:19:22 PM »
I just upgraded Mill Wizard from v1 to v2.04 and now I can't open the program anymore. Windows says it's an incompatible program. I'd be happy to go back to v1 but can't find where to download it. I'm running Windows 8.

Thanks,
Theo

2
Mach4 General Discussion / Unlock Screen
« on: October 08, 2015, 02:59:13 PM »
I accidentaly locked the screen under the "Operator" drop down menu and now can't unlock it. I tried "Mach1Pass" and "None" but those didn't work. I never set any password. How do I unlock the screen?

Thanks

3
Mach4 General Discussion / Re: External controls
« on: August 13, 2015, 01:15:17 PM »

4
Mach4 General Discussion / Re: External controls
« on: August 12, 2015, 02:14:48 PM »
I've been reading through the Mach4 LUA manual and I don't really undertand any of it but I think I found the code I want to use?

Code: [Select]
if (sig == mc.ISIG_INPUT1) and (state == 1) then
 local inst = mc.mcGetInstance()
 mc.mcCntlCycleStart(inst)
end

Now how do I make that work? Any help would be really appreciated.

5
Mach4 General Discussion / External controls
« on: August 04, 2015, 01:17:40 PM »
Good morning,

I'm trying to figure out how to set up a few physical switches to control Mach4. I already have an estop switch connected and working but I'd like to add some switches for START, PAUSE and STOP. I just can't figure out how to map inputs to the functions I want. Any help would be greatly appreciated.

Thanks

Pages: 1