08-20-2007 04:00 PM
08-20-2007 11:41 PM
08-21-2007 10:22 AM
08-21-2007 10:36 AM
08-21-2007 11:00 AM
08-21-2007 11:19 AM
If you can send and receive programs with Hyperterminal, you can send and receive programs with LabVIEW. You can then send commands with LabVIEW as well. In order to send a file, you can use the VISA Write From File or load the file with one of the file I/O functions and use the VISA Write to send the data.
You can automate anything you want. There are numerous functions on the timing palette. You can use them to take an action based on the date/time or on how much time has elapsed.
Open the example finder and do a search for serial. These will give you a starting point. When you write your application, you will want it to execute the VISA Configure Serial Port only once when the program first starts and you want to execute the VISA close only once when the program finishes. There are other things you may need to change. For example, instead of requesting some fixed byte count with a constant, you may have to use the VISA Bytes at Serial Port to determine exactly how many bytes are in the serial port buffer.
08-22-2007 03:29 AM
08-22-2007 02:49 PM
08-22-2007 03:00 PM