11-08-2018 10:51 AM
I am currently trying to acquire readings from my YUMO E6A2-CW3C encoder that has been correctly connected to the NI 9361. Reading can be seen when connected to an oscilloscope. This encoder is a single ended open collector device which requires the use of the internal pull ups available the NI module.
The following is quoted in the getting started guide for this module.
'An open collector device does not actively drive the signal high and relies on an external pull-up. The NI 9361 provides a 5 V pull-up on each DI+ pin that can be enabled individually to pull the signal high.'
How do i enable the internal pull up so that i can get angular velocity readings from my encoder?
Solved! Go to Solution.
11-09-2018 07:40 AM
Hey Ben,
How exactly are you using the NI-9361? From LabVIEW using DAQmx?
If so, this seems to be the answer to your question:
However, I don't have a 9361 myself, so I could not test. The setting "Logic Level Pull-up" was already selected, so maybe this is the default setting and should already be enabled in your case?
I also found this: NI 9361 Will Not Enable Differential or Pull-Up Resistor Mode, basically stating that you need DAQmx 16.0.1 or later.
11-09-2018 12:36 PM
Thank you, this has resolved my issue.
11-12-2018 02:53 AM