Re: a simple todo list
Jeff·Þ·Bohrer wrote:vipm://ni_bookmarkmanager_bdpreview?repo_url=http://ftp.ni.com/evaluation/labview/lvtn/vipmDoes that help Tom?Bah, I searched but forgot to change my LabVIEW version, thanks.
View Articlemagnitude of sine wave
hello, I want to calculate a magnitude of sine wave in time domain in labview. Can anybody help me please? RegardsM.Q
View ArticleRe: login
Sir this is the login i did and it is working perfectly finebut it is a prompt user loginbut me i dont want this.. i want to have a normal user login and admin login ( where can add to delete user).
View ArticleRe: TANK
hi training for exams this from last year i did B still A i need to do if if((x+y)<=5)z=(x+5)*(y+3)elsez=(x*5)-(y*3) then c= (5<<a)+(64>>b) and last one c= (a&2)<<(B|3)
View ArticleRestart a flat sequence
I have some code inside a flat sequence, and I entered the flat sequence inside a while loop. The thing is that I don't know how to restart the flat sequence, so that in the last frame, it goes back to...
View ArticleRe: Problem with serial port readings from LabVIEW to Arduino
First remove the from dynamic data type function. It does nothing for you. The chart does what you want by keeping a history but the array indicator won't you need a way to keep a history with a shift...
View ArticleRe: synchronize two tick count
I attach my program. my program has two loop. I assign to two 2 core of chip. the first loop simulates a moving rectangle. the second loop connect to webcam usb. the webcam captures image. program in...
View ArticleRe: Capturing a single Instance of a RT signal
Hi Doug, Look at this article about functional global variables. You can use this pattern to set the value once, then read it globally within your application.
View ArticleRe: Restart a flat sequence
You put a while loop around the flat sequence. I don't understand your reasoning for not being able to use a state machine. I guarantee a state machine architecture is possible and would be a better...
View ArticleRe: PID control on FPGA - needs more memory to compile
Doesn't look to me like the charts are the problem. My next guess is there's some issue with the transfer function, but I haven't used the simulation toolkit and don't have it installed so there's...
View ArticleRe: excel database
Sometimes something works, sometimes it doesn't. Something to do with Excel. You need to provide a whole lot more information than that if you want to get any help. When it doesn't work, do you get an...
View ArticleRe: error 200524 and 200609 while writing analog ouput signal
I have debug my code. i have selected one channel out of four channels.but getting the err -200524, Is there any chance of this error because of buffer sizes,i'm using hardware NI PCIe-6353 and my...
View ArticleRe: FPGA and Host Communication
Well, the RT VI runs on the cRIO. You can make the RT VI load the FPGA VI. But you will need to start up the RT VI separately from the Windows machine since it needs to be uploaded to the cRIO.
View ArticleRe: Reading and Ploting MIT BIH ECG data
Read my first post in this thread. In it I show how I was able to read a similar file. The .dat extension does not define anything. It is a generic extension used by many programs for saving data in...
View ArticleCorrupt DataLog file?
Long time someone post something regarding the DataLog files.You know, File I/O\ Advanced File Functions\ DataLog Is it because it's "old skool" and there is something better now?? Anyway, allow me to...
View ArticleRe: magnitude of sine wave
M.Q, The best way to get help on this Forum is to ask good questions. We do not know what you already know, what you have tried, where you get the sine wave, and what does not work. So anyone who tried...
View Article