Remora - ethernet NVEM / EC300 / EC500 cnc board
- scotta
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 918
- Thank you received: 475
20 May 2025 20:46 #328832
by scotta
The software PWM module updates the duty cycle on the fly. Running the software PWM module in the base thread may get the PWM frequency in the right ball park.
In my testing of the spindle analogue, I must admit that I never put a scope on the output. Just a multi meter, and that would not have reacted quick enough to see the drop to 0v.
Replied by scotta on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Hi, no sorry have not tested CSS mode. The 0-10v chip is a PWM to analog chip and the Remora code uses the hardware quad timer. With CSS the spindle speed is constantly changing. In the code when the duty cycle changes, the timer is stopped to allow the timer configuration to be updated. This may take long enough for the PWM to analog chip to drop to 0v.@ Thayloreing Looks like you have no Comms with the board. Which could be why you can't upload the config to the board. Look back in the posts there is steps there to change the IP address for the board to 10.10.10.10.
@scotta, have you tested the v5 boards with CSS ?. I'm having issues only in CSS mode. Signal keeps dropping when there is speed changes during CSS. Voltage newly drops to zero, once speed changes stop it goes to the required speed. I'm thinking it could be the 0-10v chips on the EC500's.
The software PWM module updates the duty cycle on the fly. Running the software PWM module in the base thread may get the PWM frequency in the right ball park.
In my testing of the spindle analogue, I must admit that I never put a scope on the output. Just a multi meter, and that would not have reacted quick enough to see the drop to 0v.
Please Log in or Create an account to join the conversation.
- scotta
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 918
- Thank you received: 475
20 May 2025 20:57 #328833
by scotta
Replied by scotta on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Looking at the code for the hardware PWM, a few changes could be made to not stop the timer on a duty cycle change. A quick job for the weekend.
@Murphy, are you happy to test?
@Murphy, are you happy to test?
The following user(s) said Thank You: Murphy
Please Log in or Create an account to join the conversation.
- Murphy
- Offline
- Premium Member
-
Less
More
- Posts: 142
- Thank you received: 5
20 May 2025 22:13 - 20 May 2025 22:16 #328835
by Murphy
Replied by Murphy on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Absolutely but I'm away with work for the next 3 weeks so won't be home until then to test. I hooked a multimeter up the output pins of the EC500 and could see the drop in voltage. Only happens in CSS mode. If I manually change the speed outside of CSS it responds straight away . When looking at remora.sp in halscope the signal is square and reacts quickly. During CSS, remora.sp tapers up and down (with x axis movement which it should) During the taper the voltage drops to nearly zero resulting in the spindle nearly stopping. Once the signal levels out(no more taper of the signal) it goes to the required speed.
Last edit: 20 May 2025 22:16 by Murphy.
Please Log in or Create an account to join the conversation.
- Thayloreing
- Offline
- Premium Member
-
Less
More
- Posts: 89
- Thank you received: 2
21 May 2025 03:37 - 21 May 2025 03:38 #328843
by Thayloreing
Replied by Thayloreing on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
@Murphy I'm not sure if I understood, when you ping to change, are you talking about Ethernet communication? If so, what is the relationship between being able to upload Remora to the cloud? Sorry for my lack of understanding, I'm just trying to understand, because Ethernet communication is one communication, and CMSIS DAP via USB is not another? Or do I have to configure an address for the USB CMSIS DAP
Last edit: 21 May 2025 03:38 by Thayloreing.
Please Log in or Create an account to join the conversation.
- Murphy
- Offline
- Premium Member
-
Less
More
- Posts: 142
- Thank you received: 5
21 May 2025 06:12 #328845
by Murphy
Replied by Murphy on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Sorry my mistake , I thought you where uploading the config file. I used windows through the command prompt and ran pyocd to upload mine .
Please Log in or Create an account to join the conversation.
Time to create page: 0.354 seconds