03-09-2020 08:04 AM
Hello guys.
I am facing an issue and i have not found the workaround. I got a NI USB 6008 and i am playing with it, since this is my first time using a Data adquisition card. I downloaded the python library to write/read into its Analog and Digital port.
My problem is with the digital port. Basically, I can write values into them, and the board holds the values. The problem arises when i try to read the digital port. When i read a digital port, the port is set to TRUE (Logical1). ALL THE TIME. I even measured it with a tester and i confirmed that everytime i run the instruction:
03-09-2020 09:41 PM
Do you have anything actually connected to the digital input ports? I believe the default reading for USB-6008's digital port is HIGH so you would have 1 as output if you don't have anything physically connected to it.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9GESA0&l=ja-JP
03-10-2020 02:04 AM - edited 03-10-2020 02:06 AM
Thank you for your answer!!!.
No, actually there was nothing connected to the port. I was only reading the port as it is.
I will check that out by connecting something into it.