moving problem
Well, I say "tiny". Thinking back they were short NEMA23, so only small compared to what I have been recently playing with. (I have one servo rated 147Nm, that's 20,816 oz.in (20 thousand)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
suggest a setup error, can you post your _current_ hal/ini files?
Please Log in or Create an account to join the conversation.
Hello again. I have updated my gantry to two ballscrews with two steppers and I would like to know what would be the best way to configure them without having to duplicate the Step and Dir signals since I would lose an output of my 7i76 for a future 5 axis.
The _best_ way to configure them is to duplicate the step-dir and accept that, if you do add a 5th stepper in the future, then you will need more interface hardware. If you are using a 5i25 then there is a connector on the card for a second 7i76 (or, more cheaply, a 7i78 or 7i85S). If you have the 7i76E then you can connect two of those cards to the expansion ports on the 7i76E.
Then you get the benefits of auto-squaring (and can tweak the squareness in the INI file)
Please Log in or Create an account to join the conversation.
They are exactly the same as I had, the only thing I have done has been to wire another drive and stepper to Y as a test
Andy:
I am sorry to hear that, I thought I had already finished investing money in hahaha hardware, but if you tell me that it is the best I will do so. As I have read in other threads (some of you) is to edit the Pncconf and activate two Step and Dir signals for the axis in question. On the other hand, and if I understood correctly, homing should I also set an additional one for Y1?
Please Log in or Create an account to join the conversation.
I am sorry to hear that, I thought I had already finished investing money in hahaha hardware, but if you tell me that it is the best I will do so.
The 7i76 has 5 step/dir channels, if I recall correctly, so that is enough for an XYYZA system. Do you really plan to go full 5-axis?
I think this is a built-in feature of the version of PnCConf that comes with LinuxCNC 2.8. (For a dual-motor gantry you do want to be using 2.8)As I have read in other threads (some of you) is to edit the Pncconf and activate two Step and Dir signals for the axis in question. On the other hand, and if I understood correctly, homing should I also set an additional one for Y1?
Please Log in or Create an account to join the conversation.
My version is 2.7, how should I do it then?
Please Log in or Create an account to join the conversation.
setp pid.x.maxerror .0005
setp pid.y.maxerror .0005
setp pid.z.maxerror .0005
should fix the following errors
Please Log in or Create an account to join the conversation.