LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Binary Data using TCP/IP

Now that you mention it, we have Balances with TCP/IP ports (as well as USB) and we definitely use VISA to "talk" to them.  We give it a command (a few letters, I forget the syntax) and the Balance gives us a multi-byte Response (which we parse).  We definitely code this in LabVIEW using standard VISA functions -- the TCP/IP-ness of it is buried in MAX, we just treat it as a VISA peripheral that reads and writes bytes.  Pretty simple ...

 

Bob Schor

0 Kudos
Message 21 of 24
(1,226 Views)

Hi, 

Just wondering how do I break out the string function to read out 3 outputs separately

0 Kudos
Message 22 of 24
(1,191 Views)

Look at the functions in the string palette.

0 Kudos
Message 23 of 24
(1,176 Views)

@manny09 wrote:

Hi, 

Just wondering how do I break out the string function to read out 3 outputs separately


You could use String Subset, Scan From String, or Search/Split String


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 24 of 24
(1,170 Views)