Re: Put IP's that answer into a list?
When you say IPs do you mean IP addresses? If so, they are simple strings so you would store you list in an array of strings. To allow people to select one, you can put this array of strings into a...
View ArticleDC motor signal
Hello all experts, Now I have a project about automotive,I want to check DC motor signal hase_U,phase_V,phase_W as attached picture. However,I don't know how many test items need to be performed....
View ArticleRe: Error 5017
The VI uses DIO connected on switches as inputs and LEDs as outs. I use NI 6509 as my DIO. Yes. I created it. The project file is good, but then when i created my .exe file, the error then pops out....
View ArticleRe: event structure to switch on and off one LED
You have a race condition. When you hit stop, it is a race as to whether the event gets unregistered and destroyed by the ending of the upper while loop vs. the sending of the user even in the lower...
View ArticleRe: Error 5017
Are you running the exe on the same pc as your development? Why don't you attach an image of the subVI block diagram or VI itself?
View ArticleRe: 2D array to 1d waveform
You were getting 7 signals 7 points long because you are only indexing out 7 waveforms (you dragged down the Index array to give you 7 outputs), but you were wiring up nothing to the index inputs, so...
View ArticleRe: DC motor signal
What do you mean Test items? Do you want to measure the values at MOUTs? Or do you have some sort for algorithm for performing some math operation. Please explain.
View ArticleRe: Data Collection Rate Is Slow
You are collecting 1 sample at a time, then proceeding to write that sample to a file in the same loop. Why don't you collect more than 1 sample at once. Also, use a Producer/Consumer architecture to...
View ArticleRe: DC motor signal
Boy that is one studly 8051 you are using there! In any case, to measure the three outputs you will be needing 3 analog inputs.Mike...
View ArticleRe: event structure to switch on and off one LED
Thank very much, the problem is solved
View Articlecollecting and clearing elemnets after dimension reaches to [x values] in an...
Hi all, I need some help, here what I am trying to do is to take 3 channels from acquisition device (BIOSEMI) and collecting 8 elements each time in 3 different array until it reach to 256 elements....
View ArticleRe: collecting and clearing elemnets after dimension reaches to [x values] in...
Sorry, here is block diagram image.
View ArticleRe: FPGA Process Timeout Crash - Shared Variable, DMA FIFO, Windows 7, PXI
I don't see any device names "PXI-7951A" is it the right one? What is the clock rate of your FPGA and how fast are you running your code? Also in FIFO how many elements you have configured? Are you...
View ArticleRe: DC motor signal
Hello, I guess PC send commands to the controller by UART or other communication protocol then MOUT0,1,2 will output signal. So we will check this signal to make sure DC motor fuctionality good or...
View ArticleUnable to Install Real-Time module on MAX for Compact RIO NI-9082
Hi everyone, I realise that this question has been posted already on the forum, (http://forums.ni.com/t5/LabVIEW/Compact-RIO-NI-9082-Configuration-in-MAX-Unable-to-Save/td-p/2516116). Indeed I am...
View ArticleMulti channel FFT in FPGA
Hi, I want to apply 2048 point FFT parallely on 8 AI channels which are sampled at 200KS/s. (Outside SCTL) I was trying this by calling 8 FFT functions paralley (each configured for 2048 block size)....
View ArticleRe: Mysterious unsaved changes in project: Class type definition stored in...
Hi Mike, in my LabVIEW version (2012) the option you're referring to is under another option which has to do with read-only VIs (see snapshot - unfortunately in German). I'm not sure it's what I'm...
View ArticleRe: collecting and clearing elemnets after dimension reaches to [x values] in...
Hi Amna, - please clean up your VI before uploading…- replace InsertIntoArray by BuildArray when appropriate… What kind of help do you expect when all you provide is a picture of a block diagram?...
View Article