Hello Guest it is April 25, 2024, 11:34:42 AM

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 - dude1

591
have you tried it in the editor with a g code running it works that way

local inst = mc.mcGetInstance(0);
    mc.mcCntlCycleStop(inst);
    mc.mcAxisHome(inst, 0);
    wx.wxSleep(5);
    mc.mcCntlCycleStart(inst);

this works in a button it`s not the best way to do it

592
Machscreen Screen Designer / Re: Pdf image
« on: July 22, 2015, 01:21:14 AM »
why does it need to be pdf

593
General Mach Discussion / Re: IF you wanted to UPGRADE to MACH4 ??
« on: July 22, 2015, 01:17:30 AM »
give it a year bask function is fine 3 Axis with limits switches and probing, you have to have acc and velocity bang on as well, and there is a lot of info in this forum on lua but a lot of the time you have to make a start on the code before you get help, there is a probing screen set don't ask me how to set it up. I ask for instructions for setting it up got no reply

594
General Mach Discussion / Re: Art Code 8877
« on: July 20, 2015, 12:32:02 AM »
I am not sure what it is it has come up a few time have you looked back through the forum

595
General Mach Discussion / Re: Art Code 8877
« on: July 20, 2015, 12:21:24 AM »
is the copy of Mach 3 registered to you or did it come with the machine

596
for me I like to use the fancy bits and bobs other than tool table stuff my cad does that, all types of probing always use it, laser zero for x and y, soft limits don't use it on big machine, small I use soft and hard limits and MPG.

for my dad tool height probing, laser zero for x and y,cycle start, feed hold, stop, E stop( x, y and z work pieces max and min dro) and that`s all he just wont`s put ya code in chuck the material on the table zero it and start cutting all done with his MPG when M4 is working better his screen set is one page x,y,z dro with ref home and zero, G code and tool path with a couple of buttons why I do the fancy stuff so he can just cut

597
how do you have the E stop conected

598
Mach4 General Discussion / Re: Modbus and VFD in Mach4
« on: July 16, 2015, 03:45:16 PM »
it a different program it`s Lua not vb

599
Mach4 General Discussion / Re: external cycle start
« on: July 15, 2015, 07:44:07 PM »
yes  what ever you wont you could have it do, it`s just scripting needed if you get the M4 scripting manual it has how to do tables in it

600
Mach4 General Discussion / Re: need help with script
« on: July 15, 2015, 05:02:30 PM »
yes but it`s a little bit different look in the mach 4 scripting manual it under manuals on mach web site