Re: Driver install for NI USB 6008 card
ALEX_1989 wrote:Hi, I also face the same situation. Currently I use Labview 2013 and DAQmx 9.9, the MAX can't recognize my NI USB-6008.Is it because the DAXmx 9.9 too high?No chance of that! For...
View ArticleRe: 2d Array Problem
mikeporter wrote:you don't need a subVI. all you need is the LV divide function. wire your 2D array to the X input, a scalar constant with 500 in it to the Y input and you're done...Well, he seems to...
View ArticleRe: how to get directions from google maps
Yes .. I want to make it in LabVIEW to get directions...
View ArticleNonlinear Equations
Hello, Is there a way to solve two nonlinear equations and find x and y from them using LabVIEW without MatLAB and MathScript (don`t have ones on the lab PC)?Maybe someone has an example.. Thanks.
View ArticleSplit number from data string
I have user inputs like J1.A1 to J1.A20 I want to get the range from the given text 1 to 20,Kindly share me the logic RegardsVikram Kumar P
View ArticleRe: find peak before another peak
Here are the contents of the file you posted: File name,LL RTD,RL RTDRTD analysis.csv,Rejected,Rejected Lynn
View ArticleRe: Read data of sartorius scales with RS232 interface
Thank you for your reply. Searching for drivers was one of the first steps I did. But unfortunately my device is so old (about 25 years) that there is no driver. I also tried to work with the programs...
View ArticleRe: Split number from data string
I would use the Scan From String with the format set to "J1.A%d". You will get the numeric value as an output.
View ArticleDDE app notes
I'm using some of the DDE modules to communicate with a hardware device. Bringing up Context Help for a particular DDE module it refers to "LabVIEW Application Note for more information about DDE"....
View ArticleRe: 2d Array Problem
Thank You so much sir for your response on my issue,I tried to follow your solution from the second screenshot which you have provided but could not execute it exactly i'm getting conversion error...
View ArticleRe: Labview Trigger
Martin, What rms signal? You have not shown any code with any rms calculations. 1. RMS, by definition, is an average over some number of samples. So any rms calculation will lag behind the data going...
View ArticleRe: Read data of sartorius scales with RS232 interface
partial wrote:Thank you for your reply. Searching for drivers was one of the first steps I did. But unfortunately my device is so old (about 25 years) that there is no driver. I also tried to work with...
View ArticleRe: Timestamp always converted to UTC?
You can do a search on "UTC Timestamp." I think there are several results that might be helpful to you.
View ArticleRe: 2d Array Problem
yes that is the problem if i'm trying to make that 2D i'm getting same dimensions problem in my main VI.i attached both my main vi and subvi in beginning of the post
View ArticleRe: cRIO FPGA CPU 100%
Another guess - you have DMA communication between the RT and FPGA parts and you set a long or infinite timeout on that read or write operation. In normal LV, this would cause a reduction in CPU usage,...
View ArticleRe: Read data of sartorius scales with RS232 interface
Test it with a program such as putty or any other terminal emulation program.
View ArticleRe: DDE app notes
This?http://www.ni.com/white-paper/4531/en/I just entered dde into the search box at the top of the page.
View Article