Newbie questions... be gentle...
- muddbog
- Offline
- New Member
-
- Posts: 8
- Thank you received: 0
My question is How can I setup a 5 axis machine?

Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
-
- Posts: 24
- Thank you received: 758
I went in to the configuration files and manually added the 5th axis but the system didn't like that.
You need to attach the .ini and .hal files you made.
There is no magic to stepconf, it just produces basic configs for people who know nothing about Linuxcnc.
If you want to do anything more complicated, you need to edit by hand
regards
Please Log in or Create an account to join the conversation.
- muddbog
- Offline
- New Member
-
- Posts: 8
- Thank you received: 0
And yes I am one of those people... hahaha
Please Log in or Create an account to join the conversation.
- Rick G
-
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
Rick G
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
-
- Posts: 24
- Thank you received: 758
Probably won't work as is but will give an idea about axis declarations etc
regards
Please Log in or Create an account to join the conversation.
- muddbog
- Offline
- New Member
-
- Posts: 8
- Thank you received: 0
Like I said before, I am a newbie and I'm trying to learn this from scratch. I'd like to know how this software runs so I know what I need to build in the circuitry to handle my needs.
I'm sorry for being a PITA...
Please Log in or Create an account to join the conversation.
- cncbasher
- Offline
- Moderator
-
- Posts: 1744
- Thank you received: 288
can you clarify, what you are looking to do ,
Please Log in or Create an account to join the conversation.
- cncbasher
- Offline
- Moderator
-
- Posts: 1744
- Thank you received: 288
ok, so now I've got everything showing up in the UI however I don't know exactly what options I have to send and receive the signals to and from the machine. I've seen in the configuration file the pins designated to the different functions but there are not enough to support all the signals I would like. Is there some way to configure this to have multiple signals on one line that would send it to a micro controller on the hardware to process the different signals?
Like I said before, I am a newbie and I'm trying to learn this from scratch. I'd like to know how this software runs so I know what I need to build in the circuitry to handle my needs.
I'm sorry for being a PITA...
are you trying to use the parrell port only ? , as this will limit you to only a few pins , although you can fit a secondary parrell port card for more pins ,
however if you need quite a few , then you would need to move to fitting an additional interface such as the Mesa 5i25 / 5i20 which in some combinations can give you up to 96 pins
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23315
- Thank you received: 4944
The parallel port only has 17 pins. There is only so much you can do with that.ok, so now I've got everything showing up in the UI however I don't know exactly what options I have to send and receive the signals to and from the machine. I've seen in the configuration file the pins designated to the different functions but there are not enough to support all the signals I would like.
Adding a second parallel port might be an option.
It is possible, but probably not for step generation. It is also likely to be annoying.Is there some way to configure this to have multiple signals on one line that would send it to a micro controller on the hardware to process the different signals?
You need to work out what the controlled-hardware will be, and what pins are needed (include all the nice-to-haves too) and then work out how to control it.
To get started: Stepper or Servo? How big?
Please Log in or Create an account to join the conversation.
- muddbog
- Offline
- New Member
-
- Posts: 8
- Thank you received: 0
FYI... I want to build all the circuit boards, I didn't want to have to buy them. I know its easy to buy them but I like the challenge...
Is there a thread out there to assist people in building the Controller and drivers? I have a good Idea of how i want the drivers to be.
also I heard that there was some problem with usb as far as the way Linuxcnc uses "realtime" but I could have misunderstood...
by the way thank you for everyones help. It's really nice when people are so willing to help a newbie like me...
Please Log in or Create an account to join the conversation.