Re: How Labview can interface with RC controller
STOP spamming the board with identical posts. I have asked you to stick to the original thread. I have asked questions and you have not answered them.
View ArticleRe: Convert to number
Hi! The program sends the data in float. It is something like this, but there are several headers being sent.
View ArticleLog an arbitrary waveform to TDMS
I'm trying to log an arbitrary waveform (one that is not time-based, e.g. x0 = -180, dx = 0.25) to a TDMS file. For some reason I can't figure out how to do this. It appears that I am only able to...
View ArticleFile transfer with Labview using a Ethernet connection
Hi, I want to send a .TXT file from my computer(using LabView) to my instrument(AWG5014C). The AWG5014C operating system is also Windows7. The computer and the instrument are connected through a LAN...
View ArticleWhy do I get a class conflict between the Prepare SQL.vi and the Get Column...
I have done extensive programming with the SQL Toolkit with LabVIEW versions through 6.1. My customer now wants to upgrade to Windows 7, so I am trying to upgrade to LabVIEW 2009 (my latest purchased...
View ArticleRe: Save data directly to Excel
One of those 6000 posts was from me, about two weeks ago. I reworked an example given in the LabVIEW Example Finder using the Report Generator Toolkit, absolutely no ActiveX. The trick is to not use...
View ArticleRe: Obtain reference to decoration
Thanks a lot for the cogent example! I hadn't understood what a Picture Control really was, nor how the 2D drawing VI worked. I've now made a Picture Control that fills the entire screen, colored it...
View ArticleRe: Unusually high data value being read (serially, UART) at launch
Alright, that's fair. The values coming in agree with what we are receiving on RealTerm and Putty, so I'm confused why the values would correct (stay within the desired range of 0 to 1023) once we...
View ArticleRe: multi peak fitting Error -20041
Yes. your programs work great. Thanks. Ya. I need to set a better way of inputting peak parameters but that can always be done interactively. Thanks for correcting and cleaning it.
View ArticleRe: Overlay serial data over stored waveform in waveform chart
I'm not sure how making both plots stationary will help my particular situation. This needs to be done with a waveform chart as new data is constantly being fed in.
View ArticleRe: Write To Measurement Duplicate Timestamps
I too have this question, regarding the data logging. If my data is being sent serially 1 sample every millisecond to the serial read, is it crazy to expect that after starting the program a logging...
View ArticleRe: Write To Measurement Duplicate Timestamps
Is there a simple way to test the rate at which data is received from the COM port? Would be nice to verify that my PIC is sending at the correct rate.
View ArticleRe: Sidebands Generation on FM modulated signal
HI John, The modulation index defined as 1, and the signal amplitude as 2v pk-pk.
View ArticleRe: Stitching images with overlays
I was hoping I missed something, I am supprised that there is no easy way to get overlay data back off of an image space.I willhave to pass the locations of the overlays as metadata,
View ArticleRe: transfer function using impulse
HiI applied a manual trigger to the PFI0 line using NI ELVISmx Instrument Launcher software(connected +5 V to PFI0 line). I did that because I did not know how to trigger it through code in LabVIEW. I...
View ArticleRe: how can I find the minimum in real time
My data is a two dimensional array coming from a graph, step count versus intensity(Volts). So I want to find the minima in reflected intensity in time. If you can advice a solution ,it's very helpful...
View ArticleRe: Save data directly to Excel
Excuse me, but I findhilarious to say that younever had an issue.I think these forums were created because hundredsof questions appearevery day, from thepeople who use LabView. Moreover, ifusershaveno...
View ArticleRe: Duplicate control label preventing creation of unit test using UTF
In my program i'm using property nodes for diffrnt indicators and controls. I'm also getting the same error while executing unit test. (The VI contains following duplicate control labels)
View ArticleRe: Save data directly to Excel
The .txt format is an ASCII formt so it's open and doesn't change. The .xls and .xlsx formats are Microsoft proprietary formats and are not open or stable. That's why you need an extra layer to use...
View Articlefinding highest amplitude from a signal
I have to find the highest amplitude value of my signal .This should be done automatically without using any cursors
View Article