Remora - ethernet NVEM / EC300 / EC500 cnc board
Please Log in or Create an account to join the conversation.
Hi, I've just put the STM32 NVEM back on the bench to retest. I could simulate your error when using the remora-eth component. With the latest firmwareFollowing my resent failures this is what I've done and where I am at now:
- Flashed the NVEM with the Remora firmware
- Installed Raspberry Pi OS (Legacy), so Buster 32 bit
- Installed xrdp to enable Remote Desktop
- Followed the guide to install LinuxCNC at remora-docs.readthedocs.io/en/latest/sof...nc-installation.html, but since I had issues with the Pi not booting after installing the realtime kernel, I instead installed 5.15.65-rt49 according to forum.linuxcnc.org/9-installing-linuxcnc...n-raspberry-pi-3b-pi.
- Installed the Remora NVEM component
- Followed Scott's videos to configure ethernet
- Flashed the basic config to the NVEM
- I am able to ping the NVEM at 10.10.10.10
- I am able to start LinuxCNC and get out of emergency stop
- I am not able to request movement. If I do, I get "joint [0-2] following error"
I really wan't to move on and reinstall the NVEM in my CNC and continue with configuring LinuxCNC, but I'm stuck with this error.
Scott, help!
github.com/scottalford75/Remora-NVEM/blo...NVEM-STM32-1.0.0.bin
And this config
github.com/scottalford75/Remora-NVEM/tre...es/remora-nvem-basic
Everything is ok.
A full chip erase can be performed in the ST-Link Utility.
Please Log in or Create an account to join the conversation.
I did full chip erase, flashed the NVEM again, uploaded the basic config, but the result was the same.Hi, I've just put the STM32 NVEM back on the bench to retest. I could simulate your error when using the remora-eth component. With the latest firmware
github.com/scottalford75/Remora-NVEM/blo...NVEM-STM32-1.0.0.bin
And this config
github.com/scottalford75/Remora-NVEM/tre...es/remora-nvem-basic
Everything is ok.
A full chip erase can be performed in the ST-Link Utility.
I did however lower the jog speed from 2979 mm/min to 4 mm/min, and lo and behold it jogs! Albeit very slowly... Anything faster than 4 mm/min and I get the following error again.
So, any ideas why it's like this?
Please Log in or Create an account to join the conversation.
So this will be a LinuxCNC config issue then. Which INI and HAL file are you using?
Hi, I've just put the STM32 NVEM back on the bench to retest. I could simulate your error when using the remora-eth component. With the latest firmware
github.com/scottalford75/Remora-NVEM/blo...NVEM-STM32-1.0.0.bin
And this config
github.com/scottalford75/Remora-NVEM/tre...es/remora-nvem-basic
Everything is ok.
A full chip erase can be performed in the ST-Link Utility.
I did full chip erase, flashed the NVEM again, uploaded the basic config, but the result was the same.
I did however lower the jog speed from 2979 mm/min to 4 mm/min, and lo and behold it jogs! Albeit very slowly... Anything faster than 4 mm/min and I get the following error again.
So, any ideas why it's like this?
Please Log in or Create an account to join the conversation.
- rbobey1989
- Offline
- Premium Member
- Posts: 105
- Thank you received: 27
Please Log in or Create an account to join the conversation.
Invert it in firmware?
Hi Cakeslob,
Thanks for the start on the Ethernet docs, your right we've got more than the NVEM boards, the PicoBOB-DLX uses the same LinuxCNC components. Can you submit a pull request and I'll work in parallel with you.
Thanks!
Ok cool. I will have to do it when i return home, github mobile is almost useless
Please Log in or Create an account to join the conversation.
Actually if its a input pin you should be able to use the "Invert" string on the pin, unless that wasn't in the QEI module originally.Yeah boby that makes it hard since its an encoder. Perhaps
Invert it in firmware?
Hi Cakeslob,
Thanks for the start on the Ethernet docs, your right we've got more than the NVEM boards, the PicoBOB-DLX uses the same LinuxCNC components. Can you submit a pull request and I'll work in parallel with you.
Thanks!
Ok cool. I will have to do it when i return home, github mobile is almost useless
Probably best to implement pin mode I would think.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's good that it's not a hardware issue or something with LinuxCNC or the realtime kernel. A good opportunity to learn a little about how the configuration works.
Hi, I've just put the STM32 NVEM back on the bench to retest. I could simulate your error when using the remora-eth component. With the latest firmware
github.com/scottalford75/Remora-NVEM/blo...NVEM-STM32-1.0.0.bin
And this config
github.com/scottalford75/Remora-NVEM/tre...es/remora-nvem-basic
Everything is ok.
A full chip erase can be performed in the ST-Link Utility.
I did full chip erase, flashed the NVEM again, uploaded the basic config, but the result was the same.
I did however lower the jog speed from 2979 mm/min to 4 mm/min, and lo and behold it jogs! Albeit very slowly... Anything faster than 4 mm/min and I get the following error again.
So, any ideas why it's like this?
So this will be a LinuxCNC config issue then. Which INI and HAL file are you using?
I use the once located in github.com/scottalford75/Remora-NVEM/tre...es/remora-nvem-basic. I have attached them here as well.
Please Log in or Create an account to join the conversation.
- rbobey1989
- Offline
- Premium Member
- Posts: 105
- Thank you received: 27
Please Log in or Create an account to join the conversation.