LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read data of a table control with visa

Hello, I have a problem with labview that I am trying to implement, I will explain a little about how the system works. I have a table control with run-time menu, with different options to fill the table, as if it were a sequential table of a process. The problem is, I would like to read the table after finishing filling, and from there, read via serial port (VISA), row by row, and that will send it to Arduino. Is there any way to implement that? I tried but at the moment without any correct result. Thank you!

0 Kudos
Message 1 of 3
(1,896 Views)

Here's my vi.

0 Kudos
Message 2 of 3
(1,891 Views)

Use a FOR loop to process each line at a time and send to your Arduino.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(1,854 Views)