I am trying to create a new TestStand Station Global on the fly in LabView.
I used NewSubProperty Method that has input choice for Data Type implemented as an enumerator.
0=Container, 1=String, 2=Boolean, 3=Numeric and so on.
I only tested String, Boolean and Numeric types and String Type errored out.
TestStand 3.0 and LabView 7.0 versions are used.
Does anyone have experimented and resulted in the same way described?
What does NI suggest for solution?