01-29-2007 11:29 AM
01-30-2007
10:10 AM
- last edited on
06-02-2025
03:01 PM
by
Content Cleaner
Matthew,
I'm no .net guru by any stretch, but if I understand the concept of .net remoting correctly (which I might need some help with) I might be able to help out here. From my understanding you can publish a class over the network using .net remoting and then use a class to read that information. You can also use TCP if you know the IP address and port that is broadcasting the information.
From a LabVIEW perspective, you can use a .net contstructor to call the correct class that would allow you to receive the information. Now this is where my lack of experience with .net is comming to the surface. I don't know what assembly you would need to call, but I know how to call an assembly in LabVIEW. See the help titled Using .net Assembilies with LabVIEW.
I did find one example that MAY be useful. It is called "Share Data Between LabVIEW and Teststand with .net Remoting". I don't know if this will prove useful or not so please post to let us know.
Chris C
02-28-2007 09:03 AM
08-28-2007 01:30 AM