Ćukasz Jakubowski wrote:
> Please look up the following forum post:
> http://resource.dopus.com/viewtopic.php?f=12&t=24125&p=136297&hilit=python#p136297
>
> Is this really some indication of a pywin32 problem?
>
> Please mind that the provided example call should be really:
> comm = DOpus.Create().
Hi there.
I've been able to use the COM client to set the value of a cluster, and I've
been able to set the value of an array, both using the "setcontrolvalue"
method, but I've been unable to set the value of an array of clusters. How do I
do this? Here's some example code:
import win32com.c
P.S. In fact, even if I do:
cv = output_vi.getcontrolvalue('Array of Cluster')
after manually putting something into the array of clusters, and immediately
saying
output_vi.setcontrolvalue('Array of Cluster', cv)
I get an empty cluster on the front panel of my VI.
___
*I get an empty array on the front panel of my VI.
From: Geller, Shawn (Assoc)
Sent: Monday, April 11, 2016 11:59 AM
To: [email protected]
Subject: Re: Setting the value of an array of clusters in LabVIEW from python
P.S. In fact, even if I do:
cv = outp