05-17-2008 07:55 PM - edited 05-17-2008 07:56 PM
05-18-2008 03:18 AM - edited 05-18-2008 03:19 AM
Hi frotico,
The attached VI may help get you started. It won't work if you need a timestamp with each sample! It reads 200 bytes at a time, converts them to 100 (binary) values and plots them. You probably have a scaling factor to convert these values to analog values(?)
Cheers!
05-19-2008 11:44 AM
05-19-2008 07:56 PM
05-20-2008 10:45 PM
05-20-2008 10:59 PM
05-21-2008 12:18 AM
Hi frotico,
Just one comment about the VI previously attached, you may (or may not) have noticed the unwired input connectors to "VISA Configure Serial Port". I believe it defaults to 9600 baud, 8 data bits, 1 stop bit, and no parity. Drag the wiring-tool arond the edge of the SubVI to see it's input (and outptut) connector-names.
If you haven't done so yet, wire a numeric 38400 to baud rate and a boolean FALSE to "termination character" - for that matter, it's good practice to wire all the critical inputs so if the configuration-VI's default-values are accidentally changed, your program will still work. ![]()
Sorry for late response, I have no time during the week, though, Ravens Fan is a LabVIEW guru and can surely help you! ![]()
Cheers
05-21-2008 12:58 AM
05-21-2008 01:07 AM
05-21-2008 01:18 AM