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

Pages: « 1 2 3 4 5 6 »
11
General Mach Discussion / Re: Ref All Home does not work
« on: July 23, 2013, 09:02:36 AM »
If you are referencing in the window program run, do it in the MDI window, I think vb script does not work in the window program run.

12
Spanish / Re: modificar medidad mientras trabajo
« on: February 13, 2013, 07:03:14 AM »
Si quieres corregir por medio del tool offset debes invocar la funcion G41/G42 D#(posicion en tool offset donde se almacena el diametro de la hta).
En el tool offset vas disminuyendo el diametro hasta alcanzar la medida.
espero que te sirva.

13
General Mach Discussion / Re: g41&g42 doubt
« on: February 06, 2013, 07:57:43 AM »
My opinion is:
- For an inner circle you must position in the circle close to the starting point G00 X30 Y20.
- Approximate z workpiece G00 Z1.
- Program Z-2 F200.
- Program G01 G41 (not G42) X35 Y25 F400 D01.
- Program G03 X35 Y25  I-10 J0.
- Program G01 X40 yY30.
- Program G00-G40 Z5.

this should work.

14
Spanish / Re: Nuevo en CNC ayudaaaa!!!
« on: December 13, 2012, 05:33:01 PM »
En config motor tunning multiplica los steps per units por 2.

15
Spanish / Re: Cambiar dirección del eje X
« on: December 13, 2012, 05:30:42 PM »
En config ports and pins cambia estado de dir a activa en bajo o activa en alto.

16
VB and the development of wizards / Re: Problem Vb Script
« on: November 21, 2012, 12:51:14 PM »
insert the code after the jogon(0,1) command, the program still does not work.
jogon(0,1)
while ismoving()
sleep 1000
wend.

Pressing the button lights the led, it updates the job slow, the jogon(0,1) command is not executed.

17
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.

18
Spanish / Re: control para mach3
« on: April 12, 2012, 09:50:00 AM »
Puedes ensayar con el numero 108 para oem trig feed +, tal como activaste la pausa.

19
Spanish / Re: control para mach3
« on: April 09, 2012, 04:52:01 PM »
Normalmente port1, pin 0.
ensaya las dos opciones (emulated activo y no activo).
si la pausa no te funciona con el numero 1001 ensaya con el 322.

20
Spanish / Re: control para mach3
« on: April 09, 2012, 11:41:43 AM »
Puedes hacer el siguiente ensayo:
En la ventana config - ports and pin - input habilita OEM trig #1 , le das click en system hotkey, presiona en el aparato la tecla que desees que sea Cycle Start.
En la ventana config - ports and pin - input habilita OEM trig #2 , le das click en system hotkey, presiona en el aparato la tecla que desees que sea Pause.
En la ventana config - System horkeys al lado derecho donde esta el numero 1 digita 1000, en el nro 2 digita 1001.
guarda la informacion.

Me comentas si funciona.
 

Pages: « 1 2 3 4 5 6 »