10-16-2013 06:23 AM
Hi, I am trying to update the row header strings of a table which is present in the main VI from the SubVI.i want to update the row headers
simultaniously as the sub vi runs.I have used control Reference and a property node(Value) but i dint get the result.Please find the attached VI.
Please give me the solution.Thank you.
10-16-2013 06:51 AM
for table control you have direct property node - Row header strings ,
Why are you using value property node.
10-16-2013 07:03 AM
i am also using row header string property node i am getting the data in the main VI after sub VI finished the execution.I want update it as sub VI starts execution.
10-16-2013 11:03 AM
i am getting the data in the main VI after sub VI finished the execution
That's called dataflow![]()
use your property node on the block diagram of main VI, create header first and then pass other elements in Table.