- Configuring LinuxCNC
- Configuration Tools
- StepConf Wizard
- New (to me) computer. Now only one Z stepper works.
×
Forum Header
New (to me) computer. Now only one Z stepper works.
- muzza
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 6
20 Mar 2022 09:20 #237781
by muzza
New (to me) computer. Now only one Z stepper works. was created by muzza
I’m still at the exploration / setup stage with LinuxCNC as my CNC router is STILL awaiting its final bits…
I successfully bench tested the Gecko G540 and steppers last week using a really old Dell 1.8GHz ‘poota.
I’ve now got a ‘new’ Dell Optiplex 980 3.2GHz ‘poota and after running the stepconf wizard, one of the Y axis steppers isn’t working. The ‘A’ port isn’t driving the second Y stepper, even though I’ve set ‘A’ as a second ‘Y’ in stepconf wizard.
I swapped the Y motors and proved the second stepper was functional.
So, long story short, I plugged the electronics box back into the old PC and all of the steppers worked as expected.
I’m wondering if I missed something in the setup or maybe the parallel port on the newer PC is toast?
I successfully bench tested the Gecko G540 and steppers last week using a really old Dell 1.8GHz ‘poota.
I’ve now got a ‘new’ Dell Optiplex 980 3.2GHz ‘poota and after running the stepconf wizard, one of the Y axis steppers isn’t working. The ‘A’ port isn’t driving the second Y stepper, even though I’ve set ‘A’ as a second ‘Y’ in stepconf wizard.
I swapped the Y motors and proved the second stepper was functional.
So, long story short, I plugged the electronics box back into the old PC and all of the steppers worked as expected.
I’m wondering if I missed something in the setup or maybe the parallel port on the newer PC is toast?
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2241
- Thank you received: 476
20 Mar 2022 16:43 #237827
by Clive S
What version of linuxcnc are you using?
If you are looking to square the gantry then you don't use the A axis You would use the Y axis and under joints
in the ini file this is a shortened version .
linuxcnc.org/docs/devel/html/config/ini-...oming,-A%20hal%20pin
[AXIS_Y]
-
-
-
[JOINT_1]
# final home position macine-unit/sec
HOME = 0
# use this to square the gantry
HOME_OFFSET = 2.5
# machine-units per sec next 2 lines
HOME_SEARCH_VEL = 30
HOME_LATCH_VEL = -5
HOME_FINAL_VEL = 0
HOME_USE_INDEX = NO
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = -2 (this has to be a -ve number)
[JOINT_2]
# final home position macine-unit/sec
HOME = 0
# use this to square the gantry
HOME_OFFSET = 1
# machine-units per sec next 2 lines
HOME_SEARCH_VEL = 30
HOME_LATCH_VEL = -5
HOME_FINAL_VEL = 0
HOME_USE_INDEX = NO
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = -2 (this has to be a -ve number)
Replied by Clive S on topic New (to me) computer. Now only one Z stepper works.
I’m still at the exploration / setup stage with LinuxCNC as my CNC router is STILL awaiting its final bits…
I successfully bench tested the Gecko G540 and steppers last week using a really old Dell 1.8GHz ‘poota.
I’ve now got a ‘new’ Dell Optiplex 980 3.2GHz ‘poota and after running the stepconf wizard, one of the Y axis steppers isn’t working. The ‘A’ port isn’t driving the second Y stepper, even though I’ve set ‘A’ as a second ‘Y’ in stepconf wizard.
I swapped the Y motors and proved the second stepper was functional.
So, long story short, I plugged the electronics box back into the old PC and all of the steppers worked as expected.
I’m wondering if I missed something in the setup or maybe the parallel port on the newer PC is toast?
What version of linuxcnc are you using?
If you are looking to square the gantry then you don't use the A axis You would use the Y axis and under joints
in the ini file this is a shortened version .
linuxcnc.org/docs/devel/html/config/ini-...oming,-A%20hal%20pin
[AXIS_Y]
-
-
-
[JOINT_1]
# final home position macine-unit/sec
HOME = 0
# use this to square the gantry
HOME_OFFSET = 2.5
# machine-units per sec next 2 lines
HOME_SEARCH_VEL = 30
HOME_LATCH_VEL = -5
HOME_FINAL_VEL = 0
HOME_USE_INDEX = NO
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = -2 (this has to be a -ve number)
[JOINT_2]
# final home position macine-unit/sec
HOME = 0
# use this to square the gantry
HOME_OFFSET = 1
# machine-units per sec next 2 lines
HOME_SEARCH_VEL = 30
HOME_LATCH_VEL = -5
HOME_FINAL_VEL = 0
HOME_USE_INDEX = NO
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = -2 (this has to be a -ve number)
Please Log in or Create an account to join the conversation.
- muzza
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 6
21 Mar 2022 03:09 #237870
by muzza
Replied by muzza on topic New (to me) computer. Now only one Z stepper works.
No, you're WAAAAY past where I'm at. I've just gotten past the stepconf part.
After i installed LinuxCNC (I think it's the latest one) I connected the steppers and had them on the bench.
When I tested each axis on my original PC, the X stepper rotated forwards and backwards, both Y steppers rotated in sync with each other (after inverting one of them) and the Z axis rotated forwards and backwards. So, all good.
When I got my 'new' PC, I went through the stepconf wizard and set it up (I thought) exactly the same as the other computer, but now, only one of the Y axis steppers rotates.
That's as far as I've got. watching the steppers rotate on the bench. Well, 3 out of 4 steppers rotating on the bench.
As mentioned, if I hook everything back up to the 'old' PC, everything works.
After i installed LinuxCNC (I think it's the latest one) I connected the steppers and had them on the bench.
When I tested each axis on my original PC, the X stepper rotated forwards and backwards, both Y steppers rotated in sync with each other (after inverting one of them) and the Z axis rotated forwards and backwards. So, all good.
When I got my 'new' PC, I went through the stepconf wizard and set it up (I thought) exactly the same as the other computer, but now, only one of the Y axis steppers rotates.
That's as far as I've got. watching the steppers rotate on the bench. Well, 3 out of 4 steppers rotating on the bench.
As mentioned, if I hook everything back up to the 'old' PC, everything works.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2241
- Thank you received: 476
21 Mar 2022 07:08 #237881
by Clive S
Well you are not giving much info away.
If you look at the top of the axis gui it should show the linuxcnc version.
Can you post the configs files eg. hal and ini files from the config folder of the old pc and the new pc?
What BOB are you using ?
Replied by Clive S on topic New (to me) computer. Now only one Z stepper works.
No, you're WAAAAY past where I'm at. I've just gotten past the stepconf part.
After i installed LinuxCNC (I think it's the latest one) I connected the steppers and had them on the bench.
When I tested each axis on my original PC, the X stepper rotated forwards and backwards, both Y steppers rotated in sync with each other (after inverting one of them) and the Z axis rotated forwards and backwards. So, all good.
When I got my 'new' PC, I went through the stepconf wizard and set it up (I thought) exactly the same as the other computer, but now, only one of the Y axis steppers rotates.
That's as far as I've got. watching the steppers rotate on the bench. Well, 3 out of 4 steppers rotating on the bench.
As mentioned, if I hook everything back up to the 'old' PC, everything works.
Well you are not giving much info away.
If you look at the top of the axis gui it should show the linuxcnc version.
Can you post the configs files eg. hal and ini files from the config folder of the old pc and the new pc?
What BOB are you using ?
Please Log in or Create an account to join the conversation.
- muzza
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 6
22 Mar 2022 07:09 #237998
by muzza
Replied by muzza on topic New (to me) computer. Now only one Z stepper works.
Unfortunately, I'm giving as much information as I'm capable of.
I appreciate you taking the time to help me.
I won't get get a chance to go over to the shed until later in the week. When I get a chance, I'll try to find those files you mentioned.
Cheers
I appreciate you taking the time to help me.
I won't get get a chance to go over to the shed until later in the week. When I get a chance, I'll try to find those files you mentioned.
Cheers
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2241
- Thank you received: 476
22 Mar 2022 07:40 #237999
by Clive S
Replied by Clive S on topic New (to me) computer. Now only one Z stepper works.
Ok but while you are there take some pictures of the BOB and how you are connecting itUnfortunately, I'm giving as much information as I'm capable of.
I appreciate you taking the time to help me.
I won't get get a chance to go over to the shed until later in the week. When I get a chance, I'll try to find those files you mentioned.
Cheers
Please Log in or Create an account to join the conversation.
- muzza
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 6
22 Mar 2022 12:13 #238006
by muzza
Replied by muzza on topic New (to me) computer. Now only one Z stepper works.
By “Bob”, do you mean the thing that connects to the steppers? It’s just a Gecko G540. It’s an all-in-one thingy.
Please Log in or Create an account to join the conversation.
- muzza
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 6
23 Mar 2022 07:37 - 23 Mar 2022 08:13 #238077
by muzza
Replied by muzza on topic New (to me) computer. Now only one Z stepper works.
Attachments:
Last edit: 23 Mar 2022 08:13 by muzza. Reason: left a word out
Please Log in or Create an account to join the conversation.
- muzza
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 6
23 Mar 2022 07:44 - 23 Mar 2022 07:57 #238079
by muzza
Replied by muzza on topic New (to me) computer. Now only one Z stepper works.
Here are the .ini and .hal files from the PC that don't work properly..
Attachments:
Last edit: 23 Mar 2022 07:57 by muzza.
Please Log in or Create an account to join the conversation.
- muzza
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
- Thank you received: 6
23 Mar 2022 07:55 #238080
by muzza
Replied by muzza on topic New (to me) computer. Now only one Z stepper works.
Attachments:
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Configuration Tools
- StepConf Wizard
- New (to me) computer. Now only one Z stepper works.
Time to create page: 0.100 seconds