Remora - ethernet NVEM / EC300 / EC500 cnc board
- Murphy
- Offline
- Premium Member
-
Less
More
- Posts: 154
- Thank you received: 5
02 Sep 2025 15:38 - 02 Sep 2025 17:32 #334281
by Murphy
Replied by Murphy on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
...
Last edit: 02 Sep 2025 17:32 by Murphy.
Please Log in or Create an account to join the conversation.
- Benb
-
- Offline
- Elite Member
-
Less
More
- Posts: 183
- Thank you received: 60
02 Sep 2025 18:37 #334289
by Benb
Replied by Benb on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Try this
#
# Load realtime Components and their counts
loadrt not count= 1
loadrt or2 count= 1
#
# Add functions to threads
addf not.0 servo-thread
addf or2.0 servo-thread
#
# Connect Pins
net toolset remora.input.11 not.0.in
net inv.toolset not.0.out or2.0.in0
net toolprobe remora.input.12 or2.0.in1
net probe or2.0.out motion.0.probe-input
#
# Load realtime Components and their counts
loadrt not count= 1
loadrt or2 count= 1
#
# Add functions to threads
addf not.0 servo-thread
addf or2.0 servo-thread
#
# Connect Pins
net toolset remora.input.11 not.0.in
net inv.toolset not.0.out or2.0.in0
net toolprobe remora.input.12 or2.0.in1
net probe or2.0.out motion.0.probe-input
The following user(s) said Thank You: Murphy
Please Log in or Create an account to join the conversation.
- sconisbee
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
19 Oct 2025 20:13 #336726
by sconisbee
Replied by sconisbee on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Good Evening,
I'm relatively new to LinuxCNC having come from Mach 3 on mills previously. Having found mach3 limited for lathes I have moved over to LinuxCNC. I have been/have converted an old Boxford 240 TCL to run on new steppers, and LinuxCNC running on a Pi5 connected to an ec300 running the remora firmware.
Everything in general is working fine, except the spindle encoder. Annoyingly, it is not a quadrature encoder. It is a 100ppr slotted disk with an additional index pulse. Currently, this is feeding directly into the Pi5, which is reading the 100ppr but missing the index.
So, my plan is to move the encoder and index over to the ec300. While i understand that the ec300 has a dedicated index input, I am unsure on using an encoder with remora. I've read the docs, and have run through this thread but my head is spinning trying to get things straight.
Does the EC300 have the ability for a hardware encoder? if not, software would work too, I'm just not sure how to set up the encoder component as I do not have a B phase.
On the hardware side, I'm going to have to work out some electronics as the encoder as it stands is running on 3.3v with schmitt triggers for conditioning. So I will have to come up with something to level shift this to 24v.
Any help that could be given on the remora side of things would be greatly appreciated.
I'm relatively new to LinuxCNC having come from Mach 3 on mills previously. Having found mach3 limited for lathes I have moved over to LinuxCNC. I have been/have converted an old Boxford 240 TCL to run on new steppers, and LinuxCNC running on a Pi5 connected to an ec300 running the remora firmware.
Everything in general is working fine, except the spindle encoder. Annoyingly, it is not a quadrature encoder. It is a 100ppr slotted disk with an additional index pulse. Currently, this is feeding directly into the Pi5, which is reading the 100ppr but missing the index.
So, my plan is to move the encoder and index over to the ec300. While i understand that the ec300 has a dedicated index input, I am unsure on using an encoder with remora. I've read the docs, and have run through this thread but my head is spinning trying to get things straight.
Does the EC300 have the ability for a hardware encoder? if not, software would work too, I'm just not sure how to set up the encoder component as I do not have a B phase.
On the hardware side, I'm going to have to work out some electronics as the encoder as it stands is running on 3.3v with schmitt triggers for conditioning. So I will have to come up with something to level shift this to 24v.
Any help that could be given on the remora side of things would be greatly appreciated.
Please Log in or Create an account to join the conversation.
Time to create page: 0.414 seconds