04-22-2018 04:55 PM
I am building a light source tracker that reads voltage, current, temperatures of 2 thermistors, and the angle of the light source. It has a ATmega644PA microcontroller, an FT232R-to-USB connection, and an AVR ISP mkII programmer. All the values are being sent from Atmel Studio 7.0 in a single string with no delimiters. I am using LabVIEW 2014. The intent is to:
1. Parse this string to extract the five parameters
2. Convert each parameter from string into numbers
3. Plot the numbers against time in five different waveform charts
Every 100 ms a new string is written to the UART from Atmel, so the while loop repeats this process.
I keep getting the following error:
VISA Read or Write Timeout Error -1073807339 - National Instruments
04-22-2018 07:18 PM
Outside of LabVIEW are you able to get this working in something like hyperterminal or putty? It's a helpful test because even if you do receive data it may be different than what you were expecting.
04-24-2018 10:54 AM
I did verify things with PuTTy...but the issue has now been resolved. It was admittedly a very rudimentary mistake in my block diagram wiring.
Thank you for the response, Jacobson.