Stepper motor powering on but no motion
- Ronatron42
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
20 Feb 2024 23:38 #293871
by Ronatron42
Stepper motor powering on but no motion was created by Ronatron42
I have LinuxCNC 2.9.1 running on a raspberry pi 400 with Debian 12 "bookworm" (just for bench testing will update to desktop when I get everything installed on actual machine) and wired to a Mesa 7i96s.
The 7i96s is connected to a Stepperonline DM542t and then to a Nema 23 stepper motor set as the X-axis.
I have everything installed and ran the mesa config tool and show a connection to the 7i96s.
When I power everything up I get power to the stepper motor, I know this because it gets frozen and I cant spin it.
The 7i96s is wired to the driver as follows:
step0---> Pul-
Step0+ --> Pul+
Dir--> Dir-
Dir+ -> Dir+
I am not sure where to start in trouble shooting this and any insight would be helpful.
Thanks.
The 7i96s is connected to a Stepperonline DM542t and then to a Nema 23 stepper motor set as the X-axis.
I have everything installed and ran the mesa config tool and show a connection to the 7i96s.
When I power everything up I get power to the stepper motor, I know this because it gets frozen and I cant spin it.
The 7i96s is wired to the driver as follows:
step0---> Pul-
Step0+ --> Pul+
Dir--> Dir-
Dir+ -> Dir+
I am not sure where to start in trouble shooting this and any insight would be helpful.
Thanks.
Please Log in or Create an account to join the conversation.
21 Feb 2024 05:21 #293894
by PCW
Replied by PCW on topic Stepper motor powering on but no motion
The most common reason for no motion in step/direction
systems (assuming correct wiring) is too-short step lengths.
I would try setting the step length to at least 5 usec
systems (assuming correct wiring) is too-short step lengths.
I would try setting the step length to at least 5 usec
Please Log in or Create an account to join the conversation.
- Ronatron42
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
21 Feb 2024 17:15 #293913
by Ronatron42
Replied by Ronatron42 on topic Stepper motor powering on but no motion
I connected a multimeter to the dir+ and dir- ports on the 7i96s and I get a 5 volt reading. When i try to jog the machine there is no change in the reading.
Please Log in or Create an account to join the conversation.
21 Feb 2024 17:43 #293914
by PCW
Replied by PCW on topic Stepper motor powering on but no motion
So if you jog in different directions, you get no change in the direction output for that joint?
If that is the case I would verify the hal/ini files joint mapping and
also check for watchdog bites (red light on 7I96S)
Do you get any errors?
If that is the case I would verify the hal/ini files joint mapping and
also check for watchdog bites (red light on 7I96S)
Do you get any errors?
Please Log in or Create an account to join the conversation.
- Ronatron42
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
21 Feb 2024 21:02 #293925
by Ronatron42
Replied by Ronatron42 on topic Stepper motor powering on but no motion
I reinstalled linux cnc and started from scratch and I am getting errors.
Unexpected realtime delay on task 0 with period 100000
Run the latency test and resolve before continuing
hm2.hm2_7i96s.0: error finishing read! iter=6
Unexpected realtime delay on task 0 with period 100000
Run the latency test and resolve before continuing
hm2.hm2_7i96s.0: error finishing read! iter=6
Please Log in or Create an account to join the conversation.
21 Feb 2024 22:32 #293933
by PCW
Replied by PCW on topic Stepper motor powering on but no motion
"Unexpected realtime delay on task 0 with period 100000"
If 100000 (100 us) is your actual servo thread period, this should
be increased to 1000000 (1 ms) or even 2000000 (2 ms) for a RPI4
Also the RPI 4 typically needs isolcpus=1,2,3 and force turbo to get
decent latency
If 100000 (100 us) is your actual servo thread period, this should
be increased to 1000000 (1 ms) or even 2000000 (2 ms) for a RPI4
Also the RPI 4 typically needs isolcpus=1,2,3 and force turbo to get
decent latency
Please Log in or Create an account to join the conversation.
- Ronatron42
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
21 Feb 2024 23:09 #293935
by Ronatron42
Replied by Ronatron42 on topic Stepper motor powering on but no motion
Ok, I've searched a good amount how to do the isolcpus and force turbo is there a good reference anywhere on how to do that?
Please Log in or Create an account to join the conversation.
21 Feb 2024 23:58 #293940
by PCW
Replied by PCW on topic Stepper motor powering on but no motion
There's probably info in a thread here but I was able to
find out about force_turbo and isolcpus by googling for:
rpi isolcpus
rpi force_turbo
find out about force_turbo and isolcpus by googling for:
rpi isolcpus
rpi force_turbo
Please Log in or Create an account to join the conversation.
- Ronatron42
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
22 Feb 2024 00:04 #293941
by Ronatron42
Replied by Ronatron42 on topic Stepper motor powering on but no motion
Awesome thank you
Please Log in or Create an account to join the conversation.
- machinedude
- Offline
- Platinum Member
Less
More
- Posts: 656
- Thank you received: 287
24 Feb 2024 06:23 - 24 Feb 2024 06:24 #294180
by machinedude
Replied by machinedude on topic Stepper motor powering on but no motion
i had the same issue when i first hooked up these drives. these drives have a dip switch setting from the factory being set at 24V on the step and direction signals. switching to 5V solved the problem,
Last edit: 24 Feb 2024 06:24 by machinedude.
Please Log in or Create an account to join the conversation.
Time to create page: 0.097 seconds