Re: ArrElem.Value and the scrollbar
Not sure if this is helpful but.. DId you try using a single column Listbox? You could get the string values from this listbox by using a property node 'Item Names' Then setup the event handler to...
View ArticleRe: power spectrum output to array
Build array is not your friend here In fact I'd replace the build arrary and the Power Spectum Express Vis with "FFT Power Spectrum and PSD.vi" Search the pallete or use Quick drop to locate it. Why...
View ArticleRe: System that output consist of multiple conditions by using If Condition
Assuming "A", "B", and "C" are numeric outputs from a calculation, you can use a formula node. Here is a quick example based off of your (somewhat confusing) notation. It may need altered slightly,...
View ArticleRe: power spectrum output to array
Hello valentina.alina If you have error message: "the type of the source is 1D array of cluster of 3 elements. The type of the sink is cluster of 0 elements " it means that first you must index array...
View ArticleRe: Extraction des valeurs d'un cluster passé en variant
Bonjour,je crains que pour le moment, la version "bourrin" soit la seule possible , mais j'espère que quelqu'un pourra m'apprendre le contraire ici . Aurélie
View ArticleRe: File Dates
I have just run my code again and these are the results shown in the Windows 7 explorer: The settings.ini and settings.txt files are showing the first creation date, even though they have been deleted...
View ArticleRe: RT timing problem after using counter pulse train
Hi Bob, Actually, on the RT system, the "wait until next multiple" and the "wait" RT functions have µs accuracy. When we started the development, we tested using a timed loop versus timing with a "wait...
View ArticleRe: acquisition FPGA
Try using a timed loop rather than a while loop on your FPGA diagram. You are not generating samples at a regular internval inside of a while loop, but inside of a single cycle timed loop you will. See...
View ArticleDifference between the Matlab and LabVIEW Hann (Hanning) functions
Hi All, I'm hoping someone out there can satisfy my curiosity. I have been porting over some code from Matlab to LabVIEW and came accross a difference in the two implementations of the Hann function....
View ArticleRe: Aggreagation Labview over 3s or 10min
Hi Rene, Thanks for the info I thought I could use 2 daq tasks for the same analog input for example one waits 10k samples (continuously data logging by 100ks sampling rate) other 300ks samples (3s) to...
View ArticleRe: TDMS Data storage problem
The easiest way would be to use the DAQmx Configure Streaming. With that function, you set up DAQmx to log all of the data straight to a TDMS file. You don't have to do anything except tell it where...
View ArticleRe: Trick on separating lines has random string but; at the end from textile
Again, what is it that you wait? What is the final output?I don't see the "rules" you are using to get from thisBLOCK{ ABCD_BSU2_TSET <BSU_ ORCAM _CED: 0x000> 32 KLC="hclk"...
View ArticleRe: Difference between the Matlab and LabVIEW Hann (Hanning) functions
^N wrote:LabVIEW has array length = nMatlab has array length -1 = N.Could part o the confusion be due to the fact that LabVIEW arrays start with index zero and matlab arrays start with index one? I'll...
View ArticleRe: Outputting Analog Ramp Voltages
The Ramp by Samples is the one I have used. Once you have the array of ramp voltages you can play through it in either direction to ramp up or down. And yes you will need a loop because you aren't...
View ArticleRe: Outputting Analog Ramp Voltages
I just had a thought, how long it the time that you are going to be using to generate the entire ramp? I have been assuming that it was a long period -- like over multiple seconds. If the ramp is...
View ArticleRe: Difference between the Matlab and LabVIEW Hann (Hanning) functions
It did cross my mind but I validated the LabVIEW code for the Matlab Hann, alsoo it states in the Matlab documentation the window is over 0<= n 0<= N, so I don't think it's an indexing difference...
View ArticleRe: Producer Consumer Data Acquisition
The queuing of data is quite powerful since you break up the processes. However, I would make a major change to your program. For the Analog Input, do not use the express VI. Setup the analog input...
View ArticleRe: TDMS Data storage problem
胖胖龙 wrote:I want to use TDMS file formats to store data from the DAQ. There are dozens of data every 10 ms, at the same time write to TDMS file. I want to ask to do so will be bad for the hard...
View Article