Hi, just a quickie. My Elte router spindle outputs 2 pulses per rev. for the purpose of reading accurate rpm. Is Acorn capable of accepting 2 pulses per rev or is it a fixed setting at 1 pulse per rev?.
many thanks
Charlie
Can Acorn support 2 pulses per Rev. to give an accurate spindle rpm
Moderator: cnckeith
-
- Posts: 53
- Joined: Fri Jan 25, 2019 2:25 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Can Acorn support 2 pulses per Rev. to give an accurate spindle rpm
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 415
- Joined: Fri Jan 10, 2014 11:29 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Location: Howard, PA
Re: Can Acorn support 2 pulses per Rev. to give an accurate spindle rpm
It reads an encoder, giving typically 1024 pulses per revolution.
1 or 2 sensor input is not supported, unless I missed it or forgot about it being added.
1 or 2 sensor input is not supported, unless I missed it or forgot about it being added.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 3370
- Joined: Tue Mar 22, 2016 10:03 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192 - DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Boston, MA
- Contact:
Re: Can Acorn support 2 pulses per Rev. to give an accurate spindle rpm
Depending on the pulse characteristics (it would need to be a differential 5V signal or converted into one), you could wire this into the spindle encoder Z (index) channel. You could then use a T flip flop to remove every other pulse, or possibly program a 2.0 gear ratio.
Cheers,
Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Can Acorn support 2 pulses per Rev. to give an accurate spindle rpm
I think that is what an "RPM_Sensor" input, in the Acorn Wizard and PLC program, is supposed to do.
You might need to tweak the logic slightly to get it to read correctly with two pulses per rev instead of one.
See "RPM_Sensor", "RPMSensorStage", and "SpinSensorTimer_FW" in any standard Acorn PLC program for details.
You might need to tweak the logic slightly to get it to read correctly with two pulses per rev instead of one.
See "RPM_Sensor", "RPMSensorStage", and "SpinSensorTimer_FW" in any standard Acorn PLC program for details.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)