10-25-2011 07:01 AM
Hi,
in order to create some Step Types, I'm trying to integrate an array of Teststand ExpressionEdit controls in a Labview interface (i want to fill an array of parameters but the size is not constant).
First, it's not possible to put simply the expressionEdit control into an array. I create such an object with the following method :
* create a cluster with a simple control in it like a string
* replace the control by a TestStand UI ExpressionEdit Control
* put the cluster in an empty array
However, by creating this object, if you expend the array, the appearance of the interface becomes very strange : the controls are blinking, the menu of Labview and other things don't work anymore.
I imagine that it's not a proper use of activeX which cause those disfunctionment.
Any idea to solve this?
Thank you,
Vincent
PS :I use Teststand 4.2 ; Labview 9 ; Windows XP
11-03-2011 03:53 PM
Hi Vincent,
Unfortunately, LabVIEW does not support arrays of ActiveX objects - the behavior you describe will occur for other activeX controls besides the TestStand controls. A couple possible ideas for you:
Hope this helps!