Using BS2pe to run and XY mill
Deano1936
Posts: 15
Hi,
I' in the process of building a XY mill. It uses analog motors with shaft encoders.
I have a lot of questions I need help with. I would really appreciate any input you can give me.
To start with
Questions:
1. Is the BS2pe fast enough to count the pulses coming from the decoders?
2. Could the two Co-processors be dedicated to count the pulses and speed up the BS2pe?
3. Does anyone have any source codes that might help me?
Thank You
Dean
I' in the process of building a XY mill. It uses analog motors with shaft encoders.
I have a lot of questions I need help with. I would really appreciate any input you can give me.
To start with
Questions:
1. Is the BS2pe fast enough to count the pulses coming from the decoders?
2. Could the two Co-processors be dedicated to count the pulses and speed up the BS2pe?
3. Does anyone have any source codes that might help me?
Thank You
Dean
Comments
http://micromegacorp.com/umpwm1.html
-Scott
'Sorry I missed this when you first posted.
No.
Most likely, yes.
No MoBo AVR code has been developed for that app, AFAIK. If you choose to write your own, just be sure NOT to program the /RESET pin for I/O. Otherwise, you will not be able to reprogram the chip.
-Phil
Thanks Phil for the heads up on the reset code. Murphy law must have be asleep this month.
I have been playing with writing a CNC source code. I can make the work area move to
the home position and center on x and y. I can read the encoders pulses using
the COUNT command. I used the OWOUT command to generate the PWM signals.
I'm only ten thousand miles away from tying them all together
Thanks again
Dean.