04-04-2008 03:49 PM
04-04-2008 04:53 PM
04-04-2008 04:53 PM
04-04-2008 05:41 PM
04-04-2008 06:39 PM
04-07-2008 11:34 AM
As Dennis mentioned in his first post, in LabVIEW, there are a number of great examples programs already available. There are examples of serial communication and VISA communication. I would suggest looking through a few of these to see if they meet your desired functionality. They can also be easily modified to address any concerns or specific requirements your application has. VISA is a higher level driver provided by National Instruments that allows you to use the same basic functions to communicate with your hardware no matter what communication protocol is being used. Should you change instruments, the program would still be functional. The commands you use to write and read with Serial and VISA are device specific.
You can find these examples in LabVIEW by navigating to the Help Menu>> Find Examples>> expanding the Hardware Input and Output folder>> and then looking in the Serial and VISA files. When you click on an example VI, a brief description will appear in the Information box to the right of the Example Finder.
Regards, Mallori
04-07-2008 01:36 PM