Hello Guest it is April 16, 2024, 11:29:43 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 - cnc-project

Pages: 1
1
General Mach Discussion / Change speed with butons (not mouse)
« on: February 03, 2009, 12:15:13 AM »
Can do some with screen designer , and set two buttons for change speed in work ?

The best solution is & mouse & buttons ( +,-  ...?)

Thanks

2
Mama mia...

I wos finished that problem in PP, but forget it...

I do double code in PP for preheat

like:

G4 P10 M7 (or M8)
G4 P1 M9

and then have all what need

thanks

3
G04 Pxx , and  how can set aouto on enable out pin ?

I need one  enabled out pin when is G04 in progress, but , is possibile set in MACH3  or some else for it


I have big brener MESSER , and have PP where is code perfect, but  need that function on G4...

can in PP set some  on line G04 Pxx M100 or M200 (for enable out pin) , if MACH3 can do it ?

Thanks

4
General Mach Discussion / Re: G4 PX & output signal
« on: October 27, 2008, 02:27:34 PM »
ok ...I do it ...

5
General Mach Discussion / Re: G4 PX & output signal
« on: October 27, 2008, 02:25:09 PM »
orginal PP:

function pendown()
   if (preheat > 0.001) then
--      modaltext (" G00")
--      modalnumber (" Z", cutheight * scale, "0.0000")
      text (" G04 P")
      number (preheat,"0.###")
      eol()
   end

I want some like :

function pendown()
   if (preheat > 0.001) then
--      modaltext (" G00")
--      modalnumber (" Z", cutheight * scale, "0.0000")
        text (" M7\n")
   text (" G04 P")
      number (preheat,"0.###")
   text (" M9")
   text (" G04 P1")
      eol()
   end

but dont know how do comands in new line set

now have linelike :

"M7 G04 P10 M9 G04 P1"

I was try like ... text (M7\n) but nothing hapends...where is wrong word  or ...
help

6
General Mach Discussion / G4 PX & output signal
« on: October 27, 2008, 01:14:24 PM »
How can set comands G4 Px , and output signal inside stop time ? ???

7
Mach Screens / Sample screen 3-axis
« on: April 17, 2006, 03:39:15 PM »
unrar in Mach3 folder
copy picture in Millbackgrund folder
load  set file


8
General Mach Discussion / Limit overide ...Hotkey ..how ?
« on: April 11, 2006, 04:51:09 AM »
I try set key for "override" when  limit is activ,...but nothing hapend when press button (like CTRL+L...)

i can find in manual nothing about that ...hoe set limit override ?
MACH3

THX

9
General Mach Discussion / LIMIT I/O how ?
« on: March 27, 2006, 03:22:39 AM »
Im controled before on turboCNC , and now can problem how diseble  drives (pin 16) and configure LIMIT SWITCH   ...8 END LIMIT on axis, and 8 for manual like offset on stock  etc...

can some explain me  how can do  that ?

have 5VDC  (LM7805) optocooupler 16 ch, and 12VDC for relay ...
potencial of ZERO not problem, only  port-pin configuration...

is P3 933 Mhz , enuagh for MACH 3 on 25kHz ?


Pages: 1