Hello Guest it is March 29, 2024, 09:13:23 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 - tantan

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 »
31
SmoothStepper USB / Re: ESS and Pokeys
« on: March 01, 2014, 02:52:36 PM »
yep, they are working hard to get their plugins ready for mach3.

i use encoders with build in switches. pokeys is usb. i have not tested yet with pokeys pulse engine.

32
PoKeys / Pokeys56 and Smoothstepper (ethernet)
« on: March 01, 2014, 05:08:04 AM »
i use the pokeys56 usb and smoothstepper ESS on a windows xp computer with latest mach and plugins. if i run gcode i get the following errors

33
SmoothStepper USB / ESS and Pokeys
« on: February 28, 2014, 10:18:26 AM »
i have the ESS installed with latest mach and plugin version. i also have a pokeys connected to the same computer. with the later pokeys version i got the fault as in the pictures. i asked pokeys and the told me they do no development for mach3 anymore????


34
Machscreen Screen Designer / Re: System hotkeys
« on: September 09, 2013, 11:55:49 AM »
TNX! this works!

35
General Mach Discussion / G84 reverse time
« on: September 08, 2013, 02:15:38 PM »
I am testing my emco vmc100 with mach3 every works fine but i do not understand one thing

I use the g84 for tapping that works oke except that if the tap is at the bottom the spindle reverses but it takes a second or so before the z-axis moves up. I think that should be immediatly?

Thank you for your reply

Tantan
http://m.youtube.com/#/user/tantancnc?&desktop_uri=%2Fuser%2Ftantancnc

36
Machscreen Screen Designer / System hotkeys
« on: September 08, 2013, 02:07:31 PM »
Hi,

I use the 1024 mach screen and i made an extra page in tis screen set. All works fine except the systemkeys like jogging the axis with the keyboard arrow keys. If i select an other (standard) page the keys work well

Tnx for you reply

Tantan

37
Oke its clear now,
Thanks for your reply and your explanation
Tantan

38
Hi,
Oke tnx, but hw is that done with 3d milling, i assume all axis are moving seperately with their own feedrate?
Tnx tantan

39
hi,

tnx for your fast reply, but this is not the effect i want, i will try to explain what i need.

the z-axis has to move to z90 with f100
while the z-axis is moving the a-axis has to swing with rapid speed (G0) between -0.5 and +0.5 degrees.

i hope this will help to become a sollution.

tnx tantan

40
what i want is swinging the a-axis while the z-axis is moving to a position. how is that posible in vb?
i made this but this wil move the z-axis first and then swing the a-axis. i want this simultaneously

counter = 0
code "g1 z90 f100"

While counter < 20
 code "g0 a0.5"
 While ismoving()
 Wend
 code "g0 a-0.5"
 While ismoving()
 Wend
 counter=counter+1
Wend

thank you for your reply.

tantan

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 »