LabVIEWForum.de
Refnum error - Druckversion

+- LabVIEWForum.de (https://www.labviewforum.de)
+-- Forum: LabVIEW (/Forum-LabVIEW)
+--- Forum: LabVIEW Allgemein (/Forum-LabVIEW-Allgemein)
+--- Thema: Refnum error (/Thread-Refnum-error)



Refnum error - mathew086 - 27.08.2012 08:49

Hello



I have Main VI that contain a cluster of 13 elements (string)
I want to connect this cluster as an input to a subVI. See Attachment



But then there is this string --> String Refnum error. Can anyone please help



Thanks


RE: Refnum error - A.Berndsen - 27.08.2012 09:56

Hi Mathew,

don't connect a cluster of strings to a cluster of string refs.
That doesn't works.

Have a look at my example.
[attachment=41295]
[attachment=41296]
[attachment=41297]

Regards
Andreas


RE: Refnum error - GerdW - 27.08.2012 09:58

Hi mathew,

you have connected two different clusters. That will never work...
In the main VI you use a cluster with several strings, whereas the subVI expects a cluster of references (of different types...)! You have to create a suitable cluster in the mainVI...

P.S.:
Did you know there's an English-speaking LabVIEW forum at NI.com?

Edited:
Yes, you knew that forum already, as can be seen here! Please note: when creating double posts in several forums it's always a good idea to mention that by providing links to other related posts...