02-18-2015 12:47 PM - edited 02-18-2015 12:56 PM
I'm brand new to labview.
i am using a Pico TC-08 DAQ and it woks fine with the Pico software.
when i open up the example in labview and run, all i get is device not found.
im sure im doing something wrong, but i dot know where to start to correct this .
thanks, marc
02-18-2015 02:07 PM
@marc92040 wrote:
when i open up the example in labview and run, all i get is device not found.
im sure im doing something wrong, but i dot know where to start to correct this .
What "example" are you opening? Did you install the LabVIEW drivers for the device?
02-18-2015 02:11 PM
this is the link to the drivers i found https://decibel.ni.com/content/docs/DOC-4785
this is the text from thatpage:
Functional Description
These VI's provide a more uniform route to communicating with the TC-08. They also allow modification of parameters such as temperature readback.
Caveats and Additional Notes
The USB device must be detected by the OS and the DLL (included) to be placed in the system32 directory. If the unit is already in use by another program then the VI's will not work, likewise if the device is not closed it cannot be opened for additional reads.
02-18-2015 02:34 PM
02-19-2015 04:46 PM - edited 02-19-2015 04:48 PM
Hi marc92040,
I dug into that community example a bit, and it looks like they are just making a DLL call in the OpenTC08 VI. Maybe you can comment on the community example and/or try to contact the poster of it, as I don't know why the DLL is not correctly opening the port requested. Also, it strikes me as odd that the DLL function does not require any input, such as a port identifier.
Have a nice day,
Andrew