LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP between LabView and VB.net without Measurement Studio

How i can send and recieve a few data (boolean, double,...) from a LV-RT System to VB.net over TCP without the Measurement Studio???
Or is there any other way???
0 Kudos
Message 1 of 2
(2,211 Views)
if you don't want to use the measurement studio, then your RT system needs to send simple data types, integers, ASCII strings, etc using type cast (to string), because your VB.NET application won't be able to interpret more complex data types (cluster, etc). You need to swap the bytes because of the big endian (labview) and little endian (most windows application).

-Joe
Message 2 of 2
(2,193 Views)