Remora rp2040 troubles on Z axis.
- Gluca
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
21 Nov 2024 19:16 #314997
by Gluca
Remora rp2040 troubles on Z axis. was created by Gluca
Hi all!
I've been testing on wiznet w5500-evb-pico the firmware
remora-rp2040-2.0.0.uf2, from github.com/scottalford75/Remora-RP2040-W5500
In boardconfig.h:
StepgenConfig StepgenConfigs[] = {{"X-Axis", 0, "GP02", "GP03"},
{"Y-Axis", 1, "GP04", "GP05"},
{"Z-Axis", 2, "GP06", "GP07"},
{"A-Axis", 3, "GP08", "GP09"}};
It seems to drive correctly my step motors for X and Y, but for the
Z axis i get some sort of square wave around 50Khz!
With the oscilloscope, i've seen a square with fixed frequency on GP6.
Are anyone experienced anything like that?
Bye,
Gluca.
I've been testing on wiznet w5500-evb-pico the firmware
remora-rp2040-2.0.0.uf2, from github.com/scottalford75/Remora-RP2040-W5500
In boardconfig.h:
StepgenConfig StepgenConfigs[] = {{"X-Axis", 0, "GP02", "GP03"},
{"Y-Axis", 1, "GP04", "GP05"},
{"Z-Axis", 2, "GP06", "GP07"},
{"A-Axis", 3, "GP08", "GP09"}};
It seems to drive correctly my step motors for X and Y, but for the
Z axis i get some sort of square wave around 50Khz!
With the oscilloscope, i've seen a square with fixed frequency on GP6.
Are anyone experienced anything like that?
Bye,
Gluca.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19419
- Thank you received: 6513
24 Nov 2024 23:07 #315199
by tommylight
Replied by tommylight on topic Remora rp2040 troubles on Z axis.
1. try another pin
2. is the scaling set correctly
2. is the scaling set correctly
Please Log in or Create an account to join the conversation.
- Gluca
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
25 Nov 2024 18:26 #315243
by Gluca
Replied by Gluca on topic Remora rp2040 troubles on Z axis.
>> is the scaling set correctly
I suppose, you mean the "scale" factor inside linuxcnc ini file.
The problem arises as soon as i upload the uf2 file.
>> try another pin
I've been trying to associate zpulse to another pin, but it didn't work:
the old pin steel presented the square wave, the new zpin was mute.
Insted, i had a functional zdir pin, in both cases.
G.
I suppose, you mean the "scale" factor inside linuxcnc ini file.
The problem arises as soon as i upload the uf2 file.
>> try another pin
I've been trying to associate zpulse to another pin, but it didn't work:
the old pin steel presented the square wave, the new zpin was mute.
Insted, i had a functional zdir pin, in both cases.
G.
Please Log in or Create an account to join the conversation.
- cakeslob
- Offline
- Platinum Member
Less
More
- Posts: 789
- Thank you received: 230
29 Nov 2024 04:47 #315510
by cakeslob
Replied by cakeslob on topic Remora rp2040 troubles on Z axis.
If I understand the question correctly, you are probably maxing out the steprate.
just ask your questions in the RP2040 thread. its easier to keep track and you will get better responses
just ask your questions in the RP2040 thread. its easier to keep track and you will get better responses
Please Log in or Create an account to join the conversation.
Time to create page: 0.061 seconds