Hello Guest it is April 18, 2024, 07:46:08 PM

Author Topic: Lathe with 2 Z-axis - Help!  (Read 11205 times)

0 Members and 1 Guest are viewing this topic.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Lathe with 2 Z-axis - Help!
« Reply #10 on: August 25, 2009, 05:49:02 PM »
You would need to write a macro for that, how you connect the hardware will depend on whether you have enough I/O on the parallel port or not. You could use a PLC or PoKeys or ModIO etc to get any extra  I/O you need. PLC would be my choice as it will allow you to do most of the feed in the ladder itself which will make the macro a lot easier also the PLC can be connected direct to the 24v which is likely what the barfeed will be.
.
Hood
« Last Edit: August 25, 2009, 05:53:35 PM by Hood »
Re: Lathe with 2 Z-axis - Help!
« Reply #11 on: August 25, 2009, 05:57:25 PM »
I have two LPT with 16 outputs, with solid state relays, is it will be o.k.?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Lathe with 2 Z-axis - Help!
« Reply #12 on: August 25, 2009, 06:08:55 PM »
If that is enough I/O then yes but you will more than likely need powered breakout boards as the PP is unlikely to have enough to operate the relays.
Hood
Re: Lathe with 2 Z-axis - Help!
« Reply #13 on: August 25, 2009, 06:39:29 PM »
I make this 16 opto-isolated solidstate relays, they are activated by PP, an can carry up to 60 Volts DC 10 A max, the valves on the machine is on 24 V, - But I am confused about activations and de-activations of valves - about writing a macros....

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Lathe with 2 Z-axis - Help!
« Reply #14 on: August 25, 2009, 06:48:06 PM »
ActivateSignal(OutPut*) 
DeActivateSignal(OutPut*)

are what you will likely need, obviously the * is the output number you are using in Ports and Pins for that function.

As for writing the macro then best thing is just to look at some of the macros in the macro folder and also look at the VB Buttons in the wizards and it will help you out.

Ray is writing a manual at the moment so when thats done it will help a lot.

You could also probably do it via a Brain which might make things easier but they also have a learning curve.

Hood
Re: Lathe with 2 Z-axis - Help!
« Reply #15 on: August 25, 2009, 07:03:53 PM »
Thanks Hood,

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Lathe with 2 Z-axis - Help!
« Reply #16 on: August 25, 2009, 07:54:53 PM »
find the sequence it takes to run it, and they way it moves via hard stop, or encouder? then set up a custom Bar loader Macxro

scott
fun times
Re: Lathe with 2 Z-axis - Help!
« Reply #17 on: August 26, 2009, 04:12:45 AM »
-It moves via hard stop,
Re: Lathe with 2 Z-axis - Help!
« Reply #18 on: September 09, 2009, 07:29:08 PM »


I think I have never seen a hydraulic piston controlled via a stepper motor.

scott
[/quote]
That is same like servo wheel in the cars, steppers is like drivers hands, hydraulic do move directions...of front wheels..
Re: Lathe with 2 Z-axis - Help!
« Reply #19 on: September 14, 2009, 05:19:13 AM »
Hi,
Haw is the usual setting of automatic chuck on/off?