LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

digital input/ouput: relationship between input values and output values

Solved!
Go to solution

Hi, could someone tell me when using the digital lines of NI daqmx device (PXIe 6358, if it is device dependent), what's the transision value of the inputs that will change the output from 0s to 1s?

Suppose, I write an array of 10 number ranging from 0 to 9, what will be output be look like?   

 

thanks.

 

 

0 Kudos
Message 1 of 3
(3,294 Views)
Solution
Accepted by topic author luojh135

This is device specific, but you will see a pattern of the same values across many devices. From the datasheet for your PXIe:

  • Positive-going threshold: 2.2V
  • Negative-going threshold: 0.8V

 

So 0-9V, it depends which direction you're going. It's a gray area between 0.8V and 2.2V because the value won't switch until the threshold value respectively.

Going from False to True, you will need to read in a value greater than 2.2V. Going from True to False, you will need to read in a value less than 0.8V

This image does a good job of depicting this. See red line (positive-going) and green-line (negative-going).

 

Your title says "Output" along with Input. The above info is regarding digital inputs. The Output functionality will output either 0V or 5V.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 2 of 3
(3,286 Views)

Ok, you lost me when you started talking about an array of numbers.  Perhaps you can clearify what you mean.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(3,284 Views)