05-31-2009 12:21 PM
I met a situation two type of data array, dbl (converted data) and I16 (raw data).
I want to make a subvi for two types of data.
The coversion steps with array manipulation functions are very similar in each data type.
It doesn't seems to use a variant data type in array manipulation functions.
Do I have to make the subvi separately?
However, I have to consider the speed of conversion.
labmaster.
Solved! Go to Solution.
05-31-2009 12:45 PM
05-31-2009 08:20 PM
At last, polymorphic vi was opened to a user.. I didn't know it.
That's what I wanted.
Can you feel some difference in speed comparing to that of single vi?
Anyway, thank you.
labmaster.
05-31-2009 08:26 PM - edited 05-31-2009 08:27 PM