Re: how to avoid getting the same data continuously
no no i get the point,i understand that they belong inside the loop.by the way you are a great master of cleaning VIs :smileywink: but i still have the same problem,the 2nd data replaces the 1st...
View ArticleChanging Single Point to Axis on Sensor Mapping
I needed to include the sensor mapping Express VI into my program and have gotten it to work well. However, for my purposes, a single point wont work. I am measuring force using strain gages. Each...
View ArticleRe: Lock-in amplifier VI to sideband
Lynn, Thanks for all your work on coming up with a solution. This sort of takes things in a different direction as far as using something other than a lock-in which may be needed . I will have to do...
View ArticleRe: Lock-in amplifier VI to sideband
Hey Edgar, Sorry for the delayed response. I think I have seen your post on the Comsol forum as well (that forum has helped me a lot too)! Is it possible to make such a filter tunable because the 280...
View ArticleRe: Measure weight with Wii balance board and LAbview
I have tested a vi from the top link of topic but I get this error. What I am doing wrong? I want to get data from balance board.
View ArticleHow can I set Excel Data In LabVIEW
Hi, There is an example about how to use LabVIEW and ActiveX to programmatically read in Excel data. It uses Range and then by reading Value2 it is possible to read excel values in that range in a...
View ArticleRe: How can I set Excel Data In LabVIEW
What is your problem with just using the Write to Spreadsheet File? The latest version of LabVIEW and the Write to Measurement File supports direct to excel format. Did you look at the example that...
View Articlelinux Cinnamon with 8.6 and 2013
Over the years my clients have (and still have, in some cases) windows 95 and XP pro on their computers so our Labview executables have been built on our computers with XP Pro to date. Due to...
View ArticleRe: Measure weight with Wii balance board and LAbview
That error you get indicates that you don't have the wiimote .net library installed. Follow the directions in the text box on the front panel of that vi you showed. You need to establish comms with...
View ArticleRe: Lock-in amplifier VI to sideband
Eric, this kind of very narrowband filters is typically not tunable. If you need tunable frequency you would need to mix to a higher filter frequency, e.g. 9 MHz and mix back. On 9 MHz or other...
View ArticleRe: How can I set Excel Data In LabVIEW
Could you plz let me know how can I write to a specific Excel sheet using Write to Spreadsheet File?
View ArticleRe: linux Cinnamon with 8.6 and 2013
The requirements for Linux are listed at http://www.ni.com/labview/requirements/.You would need a separate license to rebuild your apps if you could get it installed on your unsupported distro and also...
View ArticleRe: How can I set Excel Data In LabVIEW
You can't directly but you can open excel and then import to a specific sheet.Do you have the report generation toolkit? Have you looked at the shipping example? Have you looked at the examples in the...
View Articlewrite to multiple serial ports via ethernet serial server
I am new to LabVIEW. I have just written remote control code for VISA serial communication to a radio. I'm using the event structure to send multiple pushbutton controls and refnum inquiries. My...
View ArticleRe: write to multiple serial ports via ethernet serial server
Is each com port listed individually in MAX? If so and you want to write the same commands, you would get a list of the ports as an array (i.e. VISA Find Resources) and pass it to a for loop.
View ArticleRe: write to multiple serial ports via ethernet serial server
Sorry, this is a bit overwhelming since I had to look them up. No, I do not have the ports listed in MAX. So far I have only used one port. Don't the ports have to be connected for MAX to be...
View ArticleRun local file on remote target
I am attempting to programatically run a local VI on a remote target (cRIO). The method I would have expected to work (shown in the attached snippet) fails because Open VI Reference expects the VI path...
View ArticleRe: write to multiple serial ports via ethernet serial server
First, have you installed any drivers that came with the ethernet serial server? Usually it will have software that allows you to connect with the device and create virtual com port for each port that...
View ArticleRe: fpga (PXI-7852R) complex periodic waveform generation
rocket wrote:It appears the snippet for the fpga code is funky with some of my locals (guess I have some learning to do on snippets)Don't use LabVIEW's built-in snippet tool. It breaks things like...
View Article