Hello Guest it is April 26, 2024, 08:02:01 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 - lfleiva

Pages: « 1 2 3 4 »
21
>Put the VB code in the Jog Buttons you want to watch in screen designer, including the DoOEMButton code for the jog button so it all runs in VB.
>you can still set a "HOT KEY" that will activate the button itself.

I'll try that.

Thanks for all the replies!
Luis

22
Hi!
I want to detect when a jog system keystroke was pressed in order to run a macro before the actual jog is performed for security reasons.
In other words: run a script when a certain keyboard keystroke used as hotkey was made.
Is this possible?

Thanks!
Luis

23
Spanish / Re: Problema raro como si perdiera pasos, pero no es eso
« on: August 26, 2010, 04:12:19 PM »
Hola,
El problema en efecto pareciera ser que el "stepper" está perdiendo pasos, posiblemente debido a secciones en el código en el que requiere más aceleración de la que tiene capacidad. Posiblemente se da en las secciones con segmentos de código muy pequeños y posiblemente tiene que cambiar de sentido.

Yo intentaría simplemente correr todo el código a una velocidad mucho más lenta (por decir algo, un 30% de la velocidad actual) y quizá bajar la aceleración de los motores en "motor tunning".  Si la pieza queda bien, entonces se ha descartado cualquier problema de código, CAM o post-procesador y las probabilidades de que el problema sea el que indico serían bastante altas.

Ahí se comenta luego como le fue con la prueba.

Saludos desde Costa Rica!
Luis fdo.

24
Used a UserLED.
Worked fine.

Thanks,
Luis

25
Galil / Re: Should abort give an EStop in Mach?
« on: August 23, 2010, 06:20:08 PM »
Thanks for your reply!
I do have the Error output jumpered to an input and now I also jumpered the Abort line to the same line (being both TTL) and got it working.

It would be much better though to have Galil comunicating the Abort or Error condition by default and not need to "waste" a hardware Input.  Should be the same way as the home and limit inputs).

Luis
 

26
Galil / Should abort give an EStop in Mach?
« on: August 20, 2010, 12:23:02 PM »
Hi everyone,
I have several protections connected to the Abort of the Galil controller but when there the Galil is in Abort the Mach3 doesn't notice.  I suppose an abort from the controller should give an E-Stop in the Mach3 but it doesn't.  How can I achieve this?

Thanks!

27
Hi!
In general config there is an option for Ignoring M calls while loading program which works great.
But Mach still runs M code macros when simulating in "run from here".
Anyone knows how to disable the macros in this case?

Thanks!
Luis fdo.


28
Hi Zafar,
Thanks for your tip!

I like the screen, is it your design?  Could I use it for a fee?
I was thinking to use the plasma screen.

Luis

29
Great tip,
Thanks!

30
X2.000 Y2.000        move           
M25                      PUNCH
X3.000 Y3.000        move         
M25                      PUNCH

Is it possible to tell typical CAM software to write down a M25 (or whatever) after every G00 code ??
If not, this would be quite a pain to do manually.  :-\

Pages: « 1 2 3 4 »