Hello Guest it is April 19, 2024, 07:21:58 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.


Topics - v tec

Pages: 1
1
VB and the development of wizards / how to test the time since the start?
« on: February 14, 2015, 03:53:02 AM »
hi i use a gcode mixed with macro vb


my is code is for exemple

g00x1y1
m51
g00x10y10
m52
g000x0y0
m47
m30



m51 is for exemple
sub main()
if "time after start button" < 10sec then
activatesignal(ouput1)
exit sub
end if
end sub

and m52 is for exemple
sub main()
if "time after start button" > 10sec then
activatesignal(ouput1)
exit sub
end if
end sub




i try to test the led statut to the start button, but after m47 , it flash


the only solution is the the time dro, but i don t know the oem code

thanks


and sorry for my english

2
G-Code, CAD, and CAM discussions / problem with g28.1
« on: February 28, 2013, 09:17:55 AM »
hi,


i have try this gcode


g00x10y10 (work)
g01x100f500(work)
g28.1x0(work)
g01y400z-5 (not work)
m30


why all line after g28.1, doesn t work?



3
VB and the development of wizards / help for a small macro
« on: February 24, 2013, 04:35:19 AM »
hi, i m very bad for programm a macro

but i would like write a small code simple for you, hard for me...



the gcode will look at that:

m3s1000
m70
m47
m30



m70 is


wait the input1, when input1 is "on"(not stay "on", but just pulse), start m98


how i can do that?


thanks

4
hi from france, someone can explain me how it work?

http://www.machsupport.com/plugins.php


because i need a plug in for recording a gcode, with the jog (motion for arm robot)7

thanks

5
VB and the development of wizards / how to modify copycat?
« on: February 08, 2012, 10:58:06 AM »
hi, for my application, ans maybe for the your, i want finish the copycat wizard

because actually copycat write only 3 axis in the gcode (xyz), but mach3 work with 6 axis independant


i want modify copycat for write 6 axis in the gcode

but where find the file for modify this function?


someone can help me?

thanks

6
VB and the development of wizards / How to add new hotkey?
« on: January 24, 2012, 02:26:35 AM »
Hi how to add hot key for modify the speed rate with the keyboard?

Thanks

7
hi every body

i try to modify the 6axis screen with mach3screen, for apply with robotic

i have find the function for X and Y

but i want add for ZABC


because i want use mach3 with arm robot (6 axis)


this function can help me for calibrate each axis at the 0 co-ord at each cycle

and adapte the speed for this function (not too slow)



and how to use this function in g code


exemple
after the cycle
call edge finder for x
after y
after z
....

for calibrate step by step each axis



sorry i m not programmer, but i can explain at my friend your solution

8
General Mach Discussion / how to modify a plug in?
« on: January 08, 2012, 07:53:36 AM »
hi, i would like modify this plug in:
http://www.machsupport.com/plugins/JCode.m3p

it s the jcode plug in

http://www.machsupport.com/plugins/JCode.m3p

because it write only the xyz axis, and not the xyzabc axis

but i don t know how to do

and if someone know how to work this plug in, because i don t understand for record each xyzabc position line by line

9
French / utilisation de mach3 et un bras robot 5 axe
« on: January 07, 2012, 04:32:46 PM »
bonjour a tous, je debute en robotique, je souhaiterais utiliser mach3 pour piloter mes moteur pap



j ai donc 5 axe a definir, mais au lieu de les determiner en position, je vais les definir en angle


si je dit par exemple x10

ca veut dire que l axe du moteur pap doit faire 10°


je souhaiterais juste savoir comment on dit a mach trois que 1pas=1.8mm par exemple

10
General Mach Discussion / french newbi for use mach3 with arm robot
« on: January 07, 2012, 03:40:37 PM »
hi from france


i want create a arm robot, and work with mach3

but what mach3 choose for 5 axis?


i want use the program for exprim the angle and not the "position"


exemple


g1 x10 y20 z-30

x=10°
y=20°
z=-30°


but the french patch can t work, and my english is so so


someone can help me on msn, for start to pilot and calibrate my stepper engine

thanks

Pages: 1