Issue Details
I have a DAQ device (ex: USB-6001) and I want to measure the digital output of a Hall Sensor. I think I wired everything right:
- Connected the power (+5 V) pin to +Vcc of the sensor
- Connected the GND to the Ground of the Hall sensor.
- Connected the Digital Input (ex:port0/line0 : P0.0) of my DAQ device to the Hall Voltage
I opened the
example "Digital -SW Timed Input", choose the digital input as the one I connected my sensor with (P0.0) but I didn't get any signal.
What am I missing?