Quantcast
Channel: All LabVIEW posts
Browsing all 203914 articles
Browse latest View live

Re: Difficulty in plotting xy graph for x, y inputs coming from two different...

Hi everyone!..Let me explain a little more why to put the outer while loop. Actually this code is to measure FET transfer characteristics using keithley 2612a which is a dual source meter. Now the...

View Article


Re: Lock-in amplifier VI to sideband

Eric, Good luck with your set-up, it sounds interesting. Thanks for pointing out Zurich Instruments, did not know they existed, will need to save some money. :) Anyway, if the signal you want to mix...

View Article


Re: No data transfer over DMA FIFO

mcoe12 wrote: What happens is that the data out of the FIFO is just 1 and the actual data coming in is not.AH! If you'd said that in the first place, I might have identified the problem in the first...

View Article

Re: Get Specific References for all Controls

This does clarify a few things.  Have you considered using the initial array of refnums and creating another array with the names you assigned that you could pass with them?  This way you would have...

View Article

Re: No data transfer over DMA FIFO

Thank you for your help nathand.I'll attempt such a solution first thing Monday when I get back. Will update then.

View Article


Re: Keyence LJ-G5000 executable

Camilo, No, the problem is the same. Met Zach, turns out we are working on the same thing.  We talked to customer support and sent them the drivers.  Turns out the dll file has something that labview...

View Article

Re: spanned file system with zip

First, thanks for your reply. I actually have a zip utility that compresses strings rather than files. I believe that this utility can be used to create this spanning, but the trouble is it only gives...

View Article

Default Alignment Grid Size

How do I set the "DEFAULT ALIGNMENT GRID SIZE"? The default size for the front panel was 12. Now, it is 100. I don't know how it got that way.  I setted the default size from 100 to 12 in the VI...

View Article


Re: how to display duplicate strings in 1d string array

thanks for your solution

View Article


Re: Default Alignment Grid Size

Tools->Options->Front Panel  scroll down a little and you will see the setting.

View Article

Re: Write to specific array locations (into file) without overriding every time

Well, looking at your image, you seem to constantly write your results in the same array element i.e. row 0, column 2. I'm assuming that you want to populate the array with ALL you measurment results,...

View Article

Re: Extending Virtual Memory more than 4GB for LV2012 ?

yes

View Article

Re: Variable and nested loops

The simpler task as a comparison is to code your text code into LabVIEW.  This took me about 10 minutes. It creates a tab delimited text file that can be opened in Excel.

View Article


Re: Write to specific array locations (into file) without overriding every time

Well, the terms "specific location" and "without overwriting" seem to contradict each other. If you are writing to the same location, overwriting the existing value is the only possibility. :D Maybe...

View Article

Re: Get Specific References for all Controls

That is what I am currently doing. However, this method does not work as well for two reasons:When setting up event stuctures, there are no names associated with the control refnums, meaning it is...

View Article


Re: Keyence LJ-G5000 executable

So, does the error only occur on a different pc? Did you install the LabVIEW runtime and the Data folder by creating an installer?

View Article

Re: Prompting for password

Thanks everyone for your reply, I've searched a lot on state machine based on your recommendations and completed some tutorials. I'll make some attempts and come back with the results. One more thing:...

View Article


Re: Prompting for password

You can remove the abort button from the toolbar, which you should be doing anyway whether it is a logged in person or not.  It is a Window Appearance setting in VI properties. Of course there is...

View Article

Re: TCP acknowledgement problem

I am not getting any errors on my TCP Open, Read or Write functions. My labview application is hosted on cloud. microcontroler device is sending TCP packets to labview application hosted on cloud and...

View Article

Image may be NSFW.
Clik here to view.

Re: TCP acknowledgement problem

What acknowledgement do you want to see? If you are referring to the actual TCP ACK you will not be able to see these. Those are handled at the stack level. Any other type of acknowledgement you would...

View Article
Browsing all 203914 articles
Browse latest View live