Re: real time application
Hii MonicaDiazT I found useful information about all the steps needed in how to build a stan alone real time applications. ,Just in cas, you can review this document and see if you´re missing...
View ArticlePSD with dB ON: is it 10*log(x) or log(x) ?
The Power Spectral Density (PSD) in LabView has an option of outputing dB values. I have found that it do this: 10*log(x). I just want to confirm that this is the case in all versions of LabView (I...
View ArticleRe: Append Column to Spreadsheet
Thanks you guys, I figured it out. I'll attach the code if anyone's interested.
View ArticleData not leaving FOR LOOP
Hi everyone, I'm trying to create a program that would fit some PNG images of lasers beams. At each iteration of the FOR loop, I would select a new image, extract the data I need from it and then plot...
View ArticleRe: Difficulty using analog output to generate a predetermined file
kashi13 wrote: I tried adjusting the 'DAQmx Configure Ouput Buffer' but it really didn't seem to have much of an effect. Do you think I should try a For Loop to pick off a pre-determined ammount of...
View Articleresize the string array automatically
How to resize the string array automatically by extracting the maximum string length in the array? I could extract the string length and set the maximum lenth to the property nodes of array size width...
View ArticleReplacing simulate signal VI with DAQ assistant
Hello, I have a fucntioning VI, where in signal is coming in from 2 simulate signals VI and is being recorded. I replaced this with the DAQ assistant. I want to know if, the wiring is correct and if...
View ArticleRe: Replacing simulate signal VI with DAQ assistant
The DAQ assistant is configured with 2 channels that acquire volatges.
View ArticleRe: Trick on separating lines has random string but; at the end from textile
I do get a 1D array but its eaither emepty array or its array of every sinngle line of the code and not that particular one that I want. the problem with using match block is that it eaither give you...
View ArticleRe: Data not leaving FOR LOOP
Because you have the two while loops in side your For Loop, you have a user interface annoyance where the user has to keep hitting the two boolean buttons for it to proceed through the For Loop...
View ArticleRe: resize the string array automatically
String Length is in number of characters The property node Text.Width is in pixels Two differents things
View ArticleRe: resize the string array automatically
You are trying to find the length of the string in characters, and writing that to the Width property node which expects pixels.You are also using the Minimum of the array rather than the maximum of...
View ArticleRe: PID control on FPGA - needs more memory to compile
Have you tried using a very simple transfer function, or removing it entirely and replacing it with some basic math (just for testing), to see if the transfer function is in fact the problem?
View ArticleRe: Positioning a linear stage incrementally
I downloaded the drivers you included but I'm pretty overwhelmed by all the different VIs. How are you managing your position? Would it be possible to simply send it many different positions the way...
View ArticleArrElem.Value and the scrollbar
I'm pulling a list from a file and displaying it in an array for my user to see. I want them to be able to click on a single entry in the array, and trigger a bunch of code related to that entry. I...
View ArticleRe: Trick on separating lines has random string but; at the end from textile
omg ... It finally works! I did not do anything since last night but my first run today it works!!!! ... have no idea!!!.. thanks you all for all your help can you please give me more detail on how...
View ArticleRe: Trick on separating lines has random string but; at the end from textile
As many others have asked from you "What exactly do you want your output to look like?"But we still have not gotten a clear answer from you. Show us what you want your output to look like...
View ArticleRe: Error in file export when order of elements in build array changes
Thanks for posting back with the results. That's a nice tidbit of info to know about sequence locals (Not that I've used one in the last decade but I don't allways debug code that I wrote)
View Article