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?
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.