ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Testing digital devices

Is there any software addons for LabVIEW which automaticly generate tests for finding errors in digital devices?
0 Kudos
Message 1 of 8
(4,063 Views)
If you are using NI hardware you can do a Self Test in DAQmx.  I dont know if this is what you are looking for though.

Cheers!
0 Kudos
Message 2 of 8
(4,058 Views)
I am looking for software which could generate test (combinations of 1 and 0 for inputs) to check if a device works properly. Of couse, this devices are not manufactured by NI
0 Kudos
Message 3 of 8
(4,055 Views)
This sounds like a simple program, if all you really want is randomly generated sets of 1&0's.  Have you tried writing anything to accomplish this?  What is the interface for the hardware?

Cheers!
0 Kudos
Message 4 of 8
(4,048 Views)
if tests are generated randomly this garntees only a certain probability that a device is ok. There is a mathematical approach to generate alpha-tests (to test all possible signal paths), beta-tests (test compensatory paths), OV-tests and so on. The whole algorithms here are rather difficult, they based on directional derivatives from logical functions...
0 Kudos
Message 5 of 8
(4,041 Views)
I see, I miss understood what you were after.  As far as I know LabVIEW doesnt contain the prepackaged testing programs you are looking for.

Cheers

0 Kudos
Message 6 of 8
(4,039 Views)
An interface doesn't matter.
0 Kudos
Message 7 of 8
(4,038 Views)
Many thanks.
0 Kudos
Message 8 of 8
(4,035 Views)