ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
‎04-10-2019 11:33 PM
Is there any way to get a table or an array from a subvi??? Pls
In my project there's a subVI where I have a table with random numbers, I need to get all those values and write them in another table on my main project... I prefer table, but it can be using array as well...
‎04-10-2019 11:58 PM - edited ‎04-10-2019 11:58 PM
‎04-11-2019 04:58 AM
@douglashenri wrote:
Is there any way to get a table or an array from a subvi??? Pls
In my project there's a subVI where I have a table with random numbers, I need to get all those values and write them in another table on my main project... I prefer table, but it can be using array as well...
A table isn't a data type... You can pass a reference to the table, or indeed pass the 2D data of the table. Use Strings[] (IIRC) property of a table to get the data, and pass as an indicator connected to the connector pane.