07-26-2016 10:06 PM
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
07-29-2016 04:33 PM
Hi,
Just wondering how do I break out the string function to read out 3 outputs separately
07-29-2016 09:40 PM
Look at the functions in the string palette.
07-30-2016 05:59 AM
@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