Internet PLC Forum
General => Technical support => Topic started by: dan on September 01, 2005, 10:22:37 AM
-
Hi,
I would like to use a T100 to controll a 3 axis system.
There is any way I can add one more channell to have 3 pulse outputs? (I believe that except the higher output that I don't need is just a function that makes theese two channels so different)
I will never use all 3 in the same time (maybe two) but I need to get back a "move done" in corelation with the relay from the StepMove cmd.
I'm open to any other sugestions
Dan
-
You could use external relays to "multiplex" the stepper channel so that at one time it is connected to one set of stepper driver, and by switching the PLC output you can switch the stepper pulse and direction output to another stepper driver. This way you could get 3 axis using two stepper controller channels.
-
Interesting idea.
If you're tracking position, don't forget to store your step counts somewhere when you switch axes.
-
That's an excellent point! Thanks for pointing this out. You probably can't use the absolute stepmove or stepcount since each multiplexed axis will have a different reference. So you need to use an internal variable to keep track of the absolute position if need be.
-
Hi,
I put togethet a small interface that basicly splits the Pulse signal. Each interface is controlled using extra PLC's outpus.
Thank you for sugestions
Dan