LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview .net

I have an issue calling a .net dll that was created in csharp. When I select the right constructor it is asking for 2 .net refernce inputs. The code is attacted below. How do i make this dll work in Labview. The dll is tcass.hass and is included in the zip file.

 

Thanks

Download All
0 Kudos
Message 1 of 5
(2,554 Views)

You would need to use constructors to create those classes. The "testState" input wants an object that is of the RCSCA.TestSet.TestState class. My guess is that class is contained within one of the RCSCA* assemblies. You will need to look at the documentation for the .NET assemblies that you have so you know how to use them.

Message 2 of 5
(2,540 Views)

I dont have the source but included the dll files in that zip file that is attached. What I really need to do is run the shop faults function. Everytime I select a constucrtor I find one that requires another input. Thanks for the info and appreciate any further help.

0 Kudos
Message 3 of 5
(2,511 Views)

I didn't say you needed the source. I said you needed the documentation. I don't know what else I can tell you since as I said, the classes required are contained in one of the other assemblies. I'm certainly not going to search the assemblies for you, especially since I have no idea what you are trying to do and where you got that library, or what it does. You could also use a .NET assembly viewer to list the classes in a .NET assembly. If you load the assembly in, say, Visual C# or VB.NET then you could see all the clases. You could also search the web for a .NET assembly viewer.

0 Kudos
Message 4 of 5
(2,503 Views)

Thanks that will be a huge help.

0 Kudos
Message 5 of 5
(2,490 Views)