NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

tcpi session

how do you save an opened tcpip connection from Labview to Teststand 3.1?
0 Kudos
Message 1 of 3
(2,820 Views)
LabVIEW saves the TCPIP connection ID as a unsigned 32 bit number.  If you create a LabVIEW VI with the connection ID as an indicator and link it to the output terminal, then load the prototype for the VI in TestStand, TestStand will assign U32 Number as the type.  You will have to pass the connection ID to other LabVIEW VIs only, because the connection ID is something unique to the TCP/IP LabVIEW functionallity.  You should be able to pass the Number and use it in other LabVIEW VIs without a problem.

Tyler T.
Message 2 of 3
(2,809 Views)
Thanks T Tyler. I have figured it out myself but your explanation is really clear and much appreciated.
0 Kudos
Message 3 of 3
(2,796 Views)