06-05-2015 09:57 AM
I'm trying to wire the connector pane of my sub-vi such that one of its inputs is a 2-D array of string which I will then use in the subvi. What I did was place a 2-D void array on the front panel as a control and linked it to the connector pane. When I try to wire 2-D array of string to this input on my subvi, it gives an error since the souce is 2D array of string and the sink is 2D array of "void."
How can I simply create an array of 2D string input for my subvi so that I can wire any 2D array of string and have it be accepted by the subvi?
Solved! Go to Solution.
06-05-2015 10:06 AM
Drop a string contriol into the array container.
06-10-2015 09:55 AM
Maybe this was just one of those things that didn't click earlier, but if you never heard of this technique I'd recommend checking out some free training.
6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord