Hello Guest it is March 28, 2024, 11:55:39 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.


Topics - jdmaya

Pages: 1 2 »
1
General Mach Discussion / turning feed hold problem
« on: August 29, 2014, 07:05:36 PM »
mach3 turning.
I have the following program:
%
G21 G94
T0101 M06
X35 G00 Z5
X-4.8
Z2.
G2-.8 X Z0. I2. F150. "pressed Feed Hold"
G3 X18. Z-9.4 K-9.4 "I press Cycle Start"
"From that moment the cutting tool follows another taryectoria"
X15.643 13,957 Z-I-9.4
Z-20 819 G1 X8.036
X8 G2. Z-21.329-.511 K I7.314
G1 Z-25.447
X13.865
Z-G3 X14.634 25,738 K-4
X25.204 G1 Z-44.276
X26
G0 X35 Z5
M30
%
it may be happening.
Thank you for your attention.

2
VB and the development of wizards / Problem Vb Script
« on: November 21, 2012, 10:36:12 AM »
Hello group.
I have the following code attached to a button:

If getuserled(1000)=0 Then
   setuserled(1000,1)
   avance = getuserdro(1000)
   If avance < 5 Then
      avance = 5
   End If
   
   If avance > 500 Then
      avance = 500
   End If
   
   porcentaje = avance/14
   setoemdro(3,porcentaje)
   setuserdro(1001,avance)
   jogon(0,1)
Else
   setuserled(1000,0)
   setuserled(1001,0)
   setuserdro(1001,getuserdro(1000))
   jogoff(0)
End If

when I run it step by step from the Vb Script editor the program works perfectly.
when I run the program from the button does not work.
which may be the problem?

thanks for the help.

3
Spanish / Problema Robotico
« on: March 28, 2012, 08:40:06 AM »
Buenas a todos.
Tengo un robot tipo scara, el cual tiene un sistema de sujeccion en el eje Z, el cual llamo eje A, al girar el eje A hace mover el eje Z.
Como puedo hacer para que cuando gire A compense el eje Z?

4
General Mach Discussion / Drive DC
« on: February 12, 2010, 01:05:41 PM »
Hello.
what can I use to drive a dc motor as a spidle lathe.
Vmax 80v
Amax 20A
thanks.

5
Spanish / Avance Manual
« on: February 03, 2010, 09:20:42 AM »
Buenas tengan todos.
Como hago para controlar el avance manual en el fresado.
Cuando me desplazo con las teclas de flecha la maquina se desplaza a toda velocidad.
Variando el boton feed override a un porcentaje que no sea el 100 porciento no hay nigun cambia en el avance.
Si en el dro F programo algun valor se sigue moviendo en rapido.
En torneado hay un boton (slow jog) que me varia el avance manual.

Alguien sabe como solucionar el problema.

Gracias.

6
General Mach Discussion / User Button
« on: May 22, 2009, 09:02:36 AM »
How can I activate a user button with an external signal.
thanks.

7
Spanish / MPG - BUTTON
« on: May 16, 2009, 01:30:55 PM »
Como hago para ejecutar una macro con solo presionar un boton de un MPG?

Gracias.

8
General Mach Discussion / MPG - BUTTON
« on: May 16, 2009, 01:28:56 PM »
as I do to run a macro with the touch of a button from an MPG?

thanks.

9
dspMC/IP Motion Controller / DSP - Mach3
« on: February 06, 2009, 10:38:57 AM »
hello.
how I start Mach3 to work with Mach3 dsp?
c: \ Mach3 \ mach3.exe / p dspmc.
or
c: \ Mach3 \ mach3.exe / p mach3mill.

thanks.

10
Spanish / Servo motor AC
« on: July 27, 2007, 04:43:17 PM »
Hola a todos.  
Tengo un servo motor AC marca Yaskawa, no tengo los drives, yo quiero saber si alguien sabe como verificar si el motor esta bueno.  
  
Gracias por la ayuda.

Juan Diego.

Pages: 1 2 »