09-20-2007 02:36 PM
09-28-2007 04:43 PM
Hi Eren,
To reproduce your problem I using two TCP examples from LabVIEW: Simple Data Server and Simple Data Client. I broke the Simple Data Client into 4 VI’s, to use them as steps in TestStand. Using controls and indicators to pass and receive the TCP Connection ID. TestStand assigns a numeric data type, U32. To use the Get and Set Property VI’s, the only accepts native TestStand data types, so the conversion must be done in LabVIEW. I’m using the Type Cast.vi for this conversion and the TCP Connection ID must be converted to U32, which is the data type that TestStand handles. And it worked for me, I’m using localhost as the address.
Please let me know if this is the problem and if it helps you. I’m currently working on the .NET object.
Tania Lozoya | National Instruments
09-28-2007 05:31 PM
Hi Eren,
I converted the .net reference to a String type with the same Type Cast.vi . Please let me if this helps you.
Tania Lozoya | National Instruments