LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW DAQ Assistant (NI USB TC-01)

Hello,

 

I am trying read temperature data from an NI USB TC-01 on LabVIEW 2021 SP1, through the DAQ Assistant.

The NI USB TC-01 support speeds of up to 4 samples per second.

 

However, it doesn't let me choose Continuous samples, 1 Sample (HW Timed) or N Samples.

It only lets me choose 1 Sample (On Demand) in the acquisition mode in the DAQ Assistant. 

 

My final goal is to find the slope/rate of change of temperature values, therein lies the problem:

 

It give me a dt of 1s when I change the signal to a waveform type and split it into its waveform components.

Its actually supposed to give me a dt of 0.25s shouldn't it, if its speed is 4 samples per second.

 

I am attaching a screenshot of my block diagram below and I would be really grateful for any help.

 

Best regards,

Ajay

0 Kudos
Message 1 of 2
(607 Views)

USB-TC01 only supports the software-timed acquisition and does not have any timing engine for hardware-timed finite or acquisition mode.

You can use Wait(ms) function to read data at 0.25, and a shift register to store the data from the previous iteration for differentiation purposes.

ZYOng_2-1679935646307.png

 

 

-------------------------------------------------------
Control Lead | Intelline Inc
Message 2 of 2
(592 Views)