Remora for RP2040
06 Dec 2023 04:43 #287329
by cakeslob
probably something like this
Replied by cakeslob on topic Remora for RP2040
Hi, i am testing the linuxcnc hal file and remora rp2040+w5500 and have a question how add outputs in the config file for enable spindle and enable coolant?. Thanks.
{
"Thread": "Servo",
"Type": "Digital Pin",
"Comment": "outy",
"Pin": "GP13",
"Mode": "Output",
"Data Bit": 2,
"Invert": "False"
}
probably something like this
Please Log in or Create an account to join the conversation.
27 Dec 2023 17:38 - 27 Dec 2023 17:40 #289186
by fklco
Replied by fklco on topic Remora for RP2040
Attachments:
Last edit: 27 Dec 2023 17:40 by fklco.
Please Log in or Create an account to join the conversation.
27 Dec 2023 18:27 #289196
by cakeslob
Replied by cakeslob on topic Remora for RP2040
you need to install the component
github.com/scottalford75/Remora-NVEM/tre...Components/Remora-nv
remora-docs.readthedocs.io/en/latest/sof...mp-installation.html
github.com/scottalford75/Remora-NVEM/tre...Components/Remora-nv
remora-docs.readthedocs.io/en/latest/sof...mp-installation.html
Please Log in or Create an account to join the conversation.
27 Dec 2023 19:17 #289200
by fklco
Replied by fklco on topic Remora for RP2040
I do
(sudo halcompile --install remora-eth.c) from here github.com/scottalford75/Remora/tree/mai...omponents/Remora-eth
(cp -a ~/linuxcnc/Remora/LinuxCNC/ConfigSamples/* ~/linuxcnc/configs) from here github.com/scottalford75/Remora/tree/mai...igSamples/remora-eth
(sudo halcompile --install remora-eth.c) from here github.com/scottalford75/Remora/tree/mai...omponents/Remora-eth
(cp -a ~/linuxcnc/Remora/LinuxCNC/ConfigSamples/* ~/linuxcnc/configs) from here github.com/scottalford75/Remora/tree/mai...igSamples/remora-eth
Please Log in or Create an account to join the conversation.
27 Dec 2023 21:26 #289203
by cakeslob
Replied by cakeslob on topic Remora for RP2040
dont use the eth, it is most likely outdated. your hal file is asking for remora-nv
Please Log in or Create an account to join the conversation.
28 Dec 2023 04:48 #289229
by fklco
Replied by fklco on topic Remora for RP2040
Attachments:
Please Log in or Create an account to join the conversation.
28 Dec 2023 06:08 #289231
by cakeslob
Replied by cakeslob on topic Remora for RP2040
Did you load your pico pin configuration to the board using the upload_config.py ?
Try with this configuration, it should work.
github.com/Expatria-Technologies/linuxcn...ain/picobob-ethernet
Try with this configuration, it should work.
github.com/Expatria-Technologies/linuxcn...ain/picobob-ethernet
Please Log in or Create an account to join the conversation.
29 Dec 2023 13:48 #289309
by fklco
Replied by fklco on topic Remora for RP2040
I do all settings from Expartia github link and now support velocity until 7500mm/min but some time crash with 'joint X following error', error is random not every time in same 'place' of gcode and joint nr cud be any. (0,1,2). The crash dont appear every time, for example 3 time run all code without problem and 4 th time crash 2 times.
I suspect the latency problem.
I suspect the latency problem.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
29 Dec 2023 14:45 #289313
by tommylight
Replied by tommylight on topic Remora for RP2040
From what i can gather, it is a latency issue, the screenshots you posted are terrible but that might be due to using base period for tests.
The main issue is you still get the warning about latency excursions on the servo period when starting LinuxCNC, and that has to be addressed first.
The main issue is you still get the warning about latency excursions on the servo period when starting LinuxCNC, and that has to be addressed first.
Please Log in or Create an account to join the conversation.
30 Dec 2023 11:59 - 30 Dec 2023 14:01 #289372
by fklco
Replied by fklco on topic Remora for RP2040
Hall scope on Joint0 fferror
When works ok. At Feed 4000 and G0 at 7500mm/min
When crash
At low speed Feed 400mm/min and G0 2000mm/min
I think is PID problem not latency.
Edit : With firmware form hire github.com/scottalford75/Remora-RP2040-W5500/tree/main/build is more stable now, but need PID adjust.
When works ok. At Feed 4000 and G0 at 7500mm/min
When crash
At low speed Feed 400mm/min and G0 2000mm/min
I think is PID problem not latency.
Edit : With firmware form hire github.com/scottalford75/Remora-RP2040-W5500/tree/main/build is more stable now, but need PID adjust.
Attachments:
Last edit: 30 Dec 2023 14:01 by fklco.
Please Log in or Create an account to join the conversation.
Time to create page: 1.131 seconds