Hello Guest it is April 25, 2024, 05:34:05 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

21
for your extra io get the pokeys board

22
Mach4 General Discussion / Re: I'm stuck
« on: February 23, 2018, 04:46:58 AM »
Don't forget enable it's in outputs

23
Mach4 General Discussion / Re: Running a subroutine from inside a macro?
« on: February 13, 2018, 11:52:53 PM »
sour kraut, to make it easier for you to learn get Peter Smid book on macros, I am quite sure you can not use maros at all in Mach4

24
cut the circles realy slow like 5 in/min if it's still out run a Vcarve toolpath of 5 letters if this is out you have big problems or backlash

25
Try doing it with the feed and speed reduced for the circle have it at 15 in/min 

26
What is the smoothing and tolerances settings and are you use R (radius arcs in the pre post dialog) or I and J

27
Mach4 General Discussion / Re: A solution for more switches than inputs
« on: February 10, 2018, 02:45:53 AM »
To me this looks realy wrong

---------------------------------------------------------------
-- Signal Library
---------------------------------------------------------------
SigLib = {
[mc.OSIG_MACHINE_ENABLED] = function (state)
    machEnabled = state;
    ButtonEnable()
end,
[mc.ISIG_INPUT1] = function (state)
    if (state == 1) then
        Cycle()
     end
end,
[mc.ISIG_INPUT2] = function (state)
    if (state == 1) then
        Cycle()
    end
end,

its 2 inputs doing the same thing why not just have a cycle start and cycle stop then if they = one or the other do something else

28
Mach4 General Discussion / Re: A solution for more switches than inputs
« on: February 10, 2018, 12:49:24 AM »
did you for a start try whats in the pokeys tot here http://blog.poscope.com/mach4-tutorial-custom-signal-mapping/

29
PoKeys / Re: switching from 57E to 57CNC
« on: February 03, 2018, 03:56:50 PM »
It is possible in mach3 hossmachine had a pokeys as a io board and a c10 I think it was as his motion control, he moved to M4 and keeped it all the same. there's a few videos on his youtube chanell of his setup

30
Mach4 General Discussion / Re: Real G93 Gcode anyone
« on: February 03, 2018, 03:53:23 PM »
It shows 4th axis stuff sometimes but the toolpath is way off.