Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to split the packet datas from visa

Hello everybody,

 

I want to develop a LabVIEW program to display the data from VISA. The datas in VISA is grouped by the packets. one packet contains 10 bytes of data. How can i split the packets?

0 Kudos
Message 1 of 2
(3,010 Views)

the same way as you split strings in LabVIEW. Each VISA call dellivers a string of characters and you can split, and cncat strings as much as you like.

greetings from the Netherlands
0 Kudos
Message 2 of 2
(3,001 Views)