06-03-2007 04:07 PM
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
06-04-2007 03:46 PM