Hello Guest it is March 28, 2024, 08:07:46 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 - v tec

Pages: 1 2 3 4 »
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 / Re: problem with g28.1
« on: February 28, 2013, 10:56:14 AM »
i have find the problem, that come from the usb plug in

3
G-Code, CAD, and CAM discussions / Re: problem with g28.1
« on: February 28, 2013, 10:16:32 AM »
attached my xml files

you have try this gcode in a txt file?

4
G-Code, CAD, and CAM discussions / Re: problem with g28.1
« on: February 28, 2013, 10:00:25 AM »
yes the home ref button work


but the g28.1 in the gcode stop the gcode

it s strange, maybe something in the setting?

5
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?



6
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

7
hi, i m interesting by your plugin, for use on my arm robot 6 axis


but i understant nothing at your code, i have never write a code...

8
if i open the plug in with vs20XX, i can maybe modify something? i don t know how that work

9
We cant modify this plug in?

I have never write or open a plug in

10
thanks very much, but i have a question


how we can do for record the 6 axis? (xyzabc)


because actually it record only xyz, it s a good start, but i need to record the 6 axis for my arm robot

Pages: 1 2 3 4 »