LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.net remoting

Hi everyone!

 

I'm a newbie to the .NET world and am trying to write an interface to a 3rd party Gauge using Labview and .NET, and am being very unsuccessful. Currently all I have is a reference to a .Net Class that's tied to a property node to read a dbl. When I run this application I get the following error:

 

Error 1172 occurred at Property Node in Untitled 2

 

When I talked to one of the software engineers who supports the Gauge software he said that in his apps he has to define a port. He does something like CGaugeUtilites.m-vSetupRemotingChannel(I32, string) were I32 is a port in the neighborhood of 57500 and the string can be anything. I tried to do this with a constructor and property node before I tried to read the dbl with no luck. Does anyone have any ideas how I should go about solving this problem?

 

Thanks in advance!

Matt

 

0 Kudos
Message 1 of 2
(2,695 Views)
Hi Matt,

What version of LabVIEW are you using?  Where is your VI and .NET class located on your computer?

http://digital.ni.com/public.nsf/websearch/F326A891E72073B486256EEC0006E019?OpenDocument
http://digital.ni.com/public.nsf/websearch/B15CE9F2715434C386256D3500601878?OpenDocument
http://forums.ni.com/ni/board/message?board.id=170&message.id=90149&requireLogin=False



0 Kudos
Message 2 of 2
(2,670 Views)