LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-XNET Selftest

Im using the NI-XNET C API. The reference documentation refers to self test, as do several #defines within the header file. I can also run self test from NI-MAX. Yet, there is no function defined within the API to execute a self test. Am I perhaps missing something?

 

TQ94_0-1688159932672.png

 

0 Kudos
Message 1 of 2
(995 Views)

In my experience, you can do self test with the 'System Configuration API'.

 

You can find the 'nisyscfg.h' in NI directory if you installed it, and you can use NISysCfgSelfTestHardware() to self test device.

 

 

0 Kudos
Message 2 of 2
(936 Views)