From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A DAQmx question

I use a USB DAQ device for a DAQ task. Normally the device is triggered on once per 6 seconds.

However, the USB device is offline sometimes, I do not why. maybe the issue is caused by the unstable power supply from IPC's USB port.

 

When the device is offline, my program will not get any data. I must close my vi, reset the device in MAX, then start my vi again. 

 How can I handle this issue?

 

When device offline happens, can the vi program be looking for device automatically without restart the program?

0 Kudos
Message 1 of 3
(2,172 Views)

Hi,

 

I think you have to be very careful because an unstable voltage could damage your device (I think).

I also use a USB cDAQ and when it's disconnect, I don't need to reset my device.

To know if your device is not present, you can use error handling, because when the device is not present, the node of DAQmx generate an error code and you can use it to know if your device is present or not.

you also have some VIs which can help you to reset your device (Measurement I/O>>NI DAQmx>>Dev Config>>Reset Device) or some VIs to get power up or set power up your device (Measurement I/O>>NI DAQmx>>Advanced>>Reset DeviceSystem Setup).

 

Regards,

Fred.

 

kudos are welcome!Smiley Wink

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

The first thing you should do is go into the Device Manager and look at the properties of all of your USB hubs.  There is a "power saving feature" where the USB hubs will be turned off at the OS's discretion.  Make sure that is turned off.


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
(2,147 Views)