LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you create a cluster in C# for use in a .NET assembly?

I am working on aproject that has a multi-disciplinary software development team.  My specialtyis LabVIEW, and I am trying to use a .NET assembly created in C#.  I havebeen able to access most of the constructors so far.  However, thisassembly will be used to feed data to my VI that will be displayed every timenew processed data is available.  I am going to need that data in the formof a Cluster.  How is a clusterimplemented in C# for use in the assembly?

0 Kudos
Message 1 of 3
(3,734 Views)

The way to pass a cluster to and from your C# code is to use a Struct.

0 Kudos
Message 2 of 3
(3,706 Views)

Matt,

 

Here is a great reference for using structures. Let me know if this helps!

 

http://www.vbdotnetheaven.com/UploadFile/rajeshvs/StructuresInVbDotNet04192005235119PM/StructuresInV...

0 Kudos
Message 3 of 3
(3,687 Views)