11-18-2019 04:47 AM
Hi. Sometimes appears the following error:
Error -88708 occurred at DAQmx Read (Analog 1D --DBL Nchan 1 Samp).vi:4
the LabView stops to collect the measurements during the appearing of the error...
I tried to restart the program but after one day the message pop up again.
Regards,
Márcia
11-18-2019 07:00 AM
-88708 says the resource is not available.
Could you have anything else going on at the same time talking to the resource? Another VI? Measurement and Automation Explorer open with a test mode on that device?
11-18-2019 07:12 AM
When there's an error in running a program, it is (almost) always "Hardware" or "Software". You don't tell us what hardware you are using. You don't provide us with the VIs (no pictures, please, attach the actual code) you are using. You haven't told us what you trying to do -- the only clue is you describe a DAQmx Read of Nchan 1 Samp, which is probably (?) a mistake, as most DAQ Analog Input devices are designed to take multiple (like 10 to 1000) samples at a time, using their "more accurate than LabVIEW's" clocks.
If you provide us more information (including hardware, software, and what you are trying to do), we can probably explain the error and how to avoid it.
Bob Schor