Re: Threshold and interpolate array in LabVIEW FPGA
Which analog input and output units are you using? How precise (how many bits) are the inputs and outputs? Let's say you have a 16-bit input and output. That means there are 65536 total possible...
View ArticleRe: phase diffrence measurement
Sorry Sir, I cant understand for what you are asking about.
View ArticleRe: Network-published variable - read buffer without emptying
In addition to the previous message - I use data logging as a "buffer" of historical data, so now I actual want to empty the buffer once I read it :smileyvery-happy: However, another problem occurred -...
View ArticlePick rows from an array and create a new one (with case structure)
I've got an array. I need to get from it first 8 rows which match the condition: the row must contain a given string (depending on the day of the week), starting from given X row number. The output is...
View ArticleAutomated loading and executing array of presets sequentially
Hi, I have built a system that allows a user to set certain parameters and send those parameters to another program using an event case. In order to have my controls update in real time I had to use...
View ArticleRe: store scanned output in the excel
I didn't get you. what do you mean as text fileThank you for helping
View Articleproblem loading DSP target example
hi im having some trouble loading audio EQ example from NI site. the example is located here http://www.ni.com/example/29140/en/ when i try to load the dsp_equalizer.vi to see the blocks used im...
View ArticleRe: LabVIEW HTTP browser (client) without dedicated PC (as a server)
1) You can build your LabVIEW software into an executable if you have the professional development version of LabVIEW or the application builder. This will give you an executable you can provide to...
View ArticleRe: data type problem
here i attach the research paper about my project.all the equation i get from there
View ArticleRe: FSK modulation
You need to purchase the LabVIEW modulation toolkit to get those functions.
View ArticleRe: store scanned output in the excel
It's simple. The Write to Spreadsheet function does not create a native Excel file. As the help explains, it creates a text file with tab separated data as the default.
View ArticleRe: Problem in calculating time between peak to peak and valley current
Thank you :smileyhappy:
View ArticleRe: problem loading DSP target example
You need the DSP module installed for loading and using this VI. It searches for LabVIEW Embedded DSP library in VI Library.
View ArticleRe: store scanned output in the excel
"Write to Spreadsheet File" has to be high on the list of confusing node names - maybe just a bit less confusing than "Number to Decimal String." "Write to Spreadsheet File" really means "Write to a...
View ArticleRe: integrating array (and staring too long at it)
From the looks of your code it appears that you would do well to spend some time with the Getting Started with LabVIEW tutorials. -The use of stacked sequence structures is discouraged because it...
View ArticleRe: problem loading DSP target example
Do you have multiple version of LabVIEW installed? I suspect that the DSP module is installed in different version of the LabVIEW than the one used to open the example program. Check EmbeddedDSP folder...
View ArticleRe: phase diffrence measurement
First question is what is your sampling rate?Second for accurate phase measurement you will need to use simultaneous sampling card instead of multiplexed one. The VI uses FFT (Fast fourier transform)...
View Article