No stepper movement
- 9183jim
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 0
08 Mar 2021 05:31 #201390
by 9183jim
No stepper movement was created by 9183jim
Hi i think i am having truble setting my stepconfig. I had got the 4 axis moving when i was able to trouble shot my set up at first. And feeling content with my progress i shut the computer down. When i started it up again the steppers would not run. My io parport address seems to be ok because when i change and try to run the machine i get linux parallel port @ 57363 not found and when i change it back to what i think is right i dont get the warning. I have attached a pdf of the bob and hope that some cand tell me how to set the pins not including step and direction as i think i have the correct. I am going to use a mesa card in the long run but i am at the start or my learning curve here and wiuld like to get to turms with the parallel port. Its was working before i shut down and my it seems any settings i got accidentally where lost. My board has no charge pump
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4860
08 Mar 2021 13:26 #201422
by andypugh
Replied by andypugh on topic No stepper movement
This is often caused by wiring the stepper drive "enable" pins and accidentally disabling them.
Are the motors locked when LinuxCNC is active, or free to turn?
Are the motors locked when LinuxCNC is active, or free to turn?
Please Log in or Create an account to join the conversation.
- 9183jim
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 0
08 Mar 2021 20:25 #201481
by 9183jim
Replied by 9183jim on topic No stepper movement
Hi andy i think i have heard you being referenced on youtube. Thanks for your reply. The steppers are locked when active.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4860
08 Mar 2021 20:30 #201483
by andypugh
Replied by andypugh on topic No stepper movement
If the steppers are locked then the drives are enabled.
Do you have a 12V or 24V supply to the breakout board?
Does the reported position of the axes on screen change?
ave you turned LinuxCNC on (F1 then F2 on most GUIs)
Do you have a 12V or 24V supply to the breakout board?
Does the reported position of the axes on screen change?
ave you turned LinuxCNC on (F1 then F2 on most GUIs)
Please Log in or Create an account to join the conversation.
- 9183jim
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 0
09 Mar 2021 06:56 #201518
by 9183jim
Replied by 9183jim on topic No stepper movement
12 v
Yes dro updates
I have toggled estop and machine power.
I think its related to my io parport settings
Yes dro updates
I have toggled estop and machine power.
I think its related to my io parport settings
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4860
10 Mar 2021 22:47 #201742
by andypugh
Replied by andypugh on topic No stepper movement
Try creating a new, dummy, setup with stepconf and see if the axis test gets you anywhere.
Please Log in or Create an account to join the conversation.
- 9183jim
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 Mar 2021 10:40 #201794
by 9183jim
Replied by 9183jim on topic No stepper movement
Hi i have tried to modify existing and deleting and dunny setups and in the tried to do a setup in the hal.
Even reloaded linux to see if that was the problem more than once and different releases
Even reloaded linux to see if that was the problem more than once and different releases
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4860
11 Mar 2021 10:52 #201798
by andypugh
Replied by andypugh on topic No stepper movement
Can you attach the HAL and INI files?
What is your parallel port address?
What is your parallel port address?
Please Log in or Create an account to join the conversation.
- 9183jim
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 0
13 Mar 2021 23:50 #202166
by 9183jim
Replied by 9183jim on topic No stepper movement
Hi
Please find attached the files and this as follows is the address of the parports according to my terminal
jim@Debian:~$ sudo cat /proc/ioports | grep parport
[sudo] password for jim:
e010-e012 : parport0
e013-e017 : parport0
jim@Debian:~$ lspci -v
bash: lspci: command not found
Please find attached the files and this as follows is the address of the parports according to my terminal
jim@Debian:~$ sudo cat /proc/ioports | grep parport
[sudo] password for jim:
e010-e012 : parport0
e013-e017 : parport0
jim@Debian:~$ lspci -v
bash: lspci: command not found
Attachments:
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4860
14 Mar 2021 00:00 - 14 Mar 2021 00:01 #202169
by andypugh
Replied by andypugh on topic No stepper movement
In the HAL file, line 6 says:
I think that this needs either the address, or the index.
loadrt hal_parport cfg=" out"
I think that this needs either the address, or the index.
loadrt hal_parport cfg="0 out"
or
loadrt hal_parport cfg="0xe010 out"
Last edit: 14 Mar 2021 00:01 by andypugh.
Please Log in or Create an account to join the conversation.
Time to create page: 0.117 seconds