INFO: Dieses Forum nutzt Cookies...
Cookies sind für den Betrieb des Forums unverzichtbar. Mit der Nutzung des Forums erklärst Du dich damit einverstanden, dass wir Cookies verwenden.

Es wird in jedem Fall ein Cookie gesetzt um diesen Hinweis nicht mehr zu erhalten. Desweiteren setzen wir Google Adsense und Google Analytics ein.


Antwort schreiben 

How to send an array of clusters to LabVIEW??



Wenn dein Problem oder deine Frage geklärt worden ist, markiere den Beitrag als "Lösung",
indem du auf den "Lösung" Button rechts unter dem entsprechenden Beitrag klickst. Vielen Dank!

29.06.2005, 10:45
Beitrag #1

scott Offline
LVF-Neueinsteiger


Beiträge: 2
Registriert seit: Jun 2005



kA



How to send an array of clusters to LabVIEW??
hi all,

i am using win32com to call LabVIEW from python and i am using early-bounding.

i want to set the value of a control element "array of
cluster" in a VI, and the control in the VI is an
array of clusters, which has the structure (integer,
integer, string).

CODE:
...
>>> paramNames = ["array of cluster"]
>>> paramVals = [(2,3,"hello"), (4,5,"world")]
>>> vi.Call(paramNames, paramVals)

Traceback (most recent call last):
File "<interactive input>", line 1, in ?
File "LabVIEW.py", line 149, in Call
, paramVals)
File
"C:Python24Libsite-packageswin32comclient__init__.py",
line 446, in _ApplyTypes_
return self._get_good_object_(
com_error: (-2147352567, 'Ausnahmefehler
aufgetreten.', (5002, 'LabVIEW', 'LabVIEW : paramVals
Typenfehlanpassung. 1D-Array aus Variants wird
erwartet.', None, 0, 0), None)

it says, 1D-Array of Variants is expected.

i've succeeded in sending 1d and 2d arrays, or a
cluster. the only problem is to send an array of
clusters.

anybody with experience in python/com/LabVIEW has
idea?? i've posted the question at python forum, but got no advice till now, maybe this problem is more specialized in LabVIEW. thanks a lot in advance!

cheers,
john
Alle Beiträge dieses Benutzers finden
Diese Nachricht in einer Antwort zitieren to top
Antwort schreiben 


Nachrichten in diesem Thema
How to send an array of clusters to LabVIEW?? - scott - 29.06.2005 10:45

Gehe zu: