Hi,
I'm trying to call a method from an ActiveX-Controll (COM-Automation) which
returns the result ("Data" a DBL-Array) in a reference ++which is included
in the call++. The Visula Basic example in the Manual reads something like:
...
Dim Data() as Double
...
DeviceApp.GetData Channel, StartTime, EndTime, Data
As far as I understand VB, this means I need to initialize the return-value
"Data" of this method for it in order to work properly. However the invoke
node only supplies a return value with no option to deliver an
preinitialized reference/pointer to the method ???
The result is a complete crash of Labview (V.7).
Can anyone help me to translate the VB-Call to Labview???
TIA. Thomas