Re: data dashboard variable help
Is the shared variable server on the same subnet or do they have public (not private) IP addresses?
View ArticleRe: FPGA Parallel IO Speed
My bad. I'm using an analog output module. It's got 16 analog outputs. I can't remember the number right now, but i'll get back to you on that. There's also the matter that i don't have a VI running on...
View ArticleRe: labview,arduino y bluetoot
my bluetooth is the JY-MCU V1.05i conect it to 5v and ground and rx to tx and tx to rx from bluetooth to arduino. the red led blinks when i conect it and when i start the labview program it stop...
View ArticleRe: Need help with the Call Llibrary Function Node when a DLL returns a...
Hello, could you please post the VI? I got a message in the front pannel on the SSI activex reference wich says Control could not be loaded.
View ArticleRe: labview,arduino y bluetoot
Ok, everything seems to be OK maybe the LIFA firmware doesn't allow to correctly communicate through the bluetooth module. To be sure it works upload this code to the arduino board. void...
View ArticleRe: Filtering with Butterworth
Soran, The default values on your controls do not match the settings of the SImulate Signal VIs, specifically the sampling rate. When I set the sampling freq control to 250, everything seems fine....
View ArticleRe: Beginner questions - sampling and plotting.
1) I do not know what the lowest hardware timed rate the USB-6341 can support is, but it almost certainly is much slower than 1 Hz. In addition to setting the timing through the DAQ Assistant or the...
View ArticleRe: Need help with the Call Llibrary Function Node when a DLL returns a...
Sorry, i have solved the control not found, i was working on a computer that did'n had the activex control installed. Now the scanner does not retreive data. scanner model is MS954. Does anybody know...
View ArticleRe: The VI is not executable. The full development version...
I am having a very similar problem with LV 2012SP1, although I don't know if it is necessarily related in causality. I have an application that was running fine. I then added some additional...
View ArticleRe: labview,arduino y bluetoot
OK i tried what u said, i loaded the code u gave me into the arduino and this is what i get from labview, (note: the red led of the bluetooth stop blinking when i run the program and after a while when...
View ArticleRe: Field with obstacles
How are you defining "shortest way"? Do the paths (ways) need to travel through the center of each box or are diagonal lines permitted? In the image below two paths shown connect the initial and final...
View ArticleRe: Timed Loop Is Not Working
Hello, I also have problems with the Timed Loop. I would like to manage the resources of my computer because it has to perform heavy calculations as well as strict (ms-us resolution) timing at the same...
View ArticleRe: Timed Loop Is Not Working
Edit: The problem is present either when HT is disabled and enabled.
View ArticleRe: FPGA Parallel IO Speed
what is your RT code doing? can it be performed on the FPGA? you will not be able to get 20 kHz input/process/output with the approach that you are using. if you do all of the work on the FPGA, it...
View ArticleRe: confused about DMA channels available
three total.you can use them for different purposes at different times but that will be up to your code to implement that level of sharing.
View Articleabout buffer size and the number of output samples
Hi all, I am configusing the output buffter of 600 size but I am writing only 500 samples to it. When I start the task, will it output 500 samples or all 600 with the last 100 samples undefined? Is...
View ArticleNeed help with selfmade Hough Transform in formula node
Hello everyone, I'm making my own Face Recognition system and I'm at the phase of making a Hough Transform of my captured CAM-image. So if a pixel is not zero; I generate its sinusoidal with -90° to...
View ArticleRe: Beginner questions - sampling and plotting.
Thank you for your answer. Follow up questions: So I just add one waveform chart for pressure and one for temperature in my VI? Are the values automatically plotted against the sampling rate, as in 1...
View ArticleRe: labview,arduino y bluetoot
The problem here is that there is a problem when configuring the serial port.This could happen for many reasons. What I suggest to do is disable the bluetooth on the PC wait a couple of seconds and...
View ArticleRe: Beginner questions - sampling and plotting.
To run the Fit VIs one time just move them outside the loop and wire the slope and intercept outputs to the multiply and add functions inside the loop. The vertical line is the left edge of the while...
View Article