12-03-2007 10:41 AM
12-03-2007 01:19 PM
12-04-2007 08:15 AM
12-04-2007 12:38 PM - edited 12-04-2007 12:40 PM
Hi Denise,
You can select what termination character you would like to use in LabVIEW. In the VISA Configure Serial Port VI, there is a terminal for terminal character. Simply place a control at this terminal and then select or enter your desired termination character.
Ted
12-04-2007 12:48 PM
12-04-2007 02:35 PM
12-04-2007 02:43 PM
Hi Denise,
I'm afraid VISA will always respond to the first instance of the termination character. One option you do have is receive all the data from the weather station, and then parse the data using the LabVIEW string commands. You can search the data for the particular sequence of characters you are looking for and then output only the data associated with this data.
Ted
12-04-2007 03:04 PM
If the manufacturer's software is using flow control, go ahead and try using it. It doesn't hurt to at least try. Do you have a programming manual for this device? A manual would tell you exactly what communication settings to use.
Ted
12-05-2007 02:39 PM