LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

binblockread?

Hello!
Does anybody know which function in LabVIEW is similiar with the command Binblockread in Matlab?
Smiley Sad
0 Kudos
Message 1 of 8
(3,989 Views)
I looked up the command and it says that in Matlab, this command reads data from an instrument. So, it depends on the type of instrument you are trying to read from. For serial, GPIB, PXI, VXI, USB, Ethernet instruments, you use the VISA functions to read and write. Look on the Instrument I/O palette and read chapter 16 of the "LabVIEW Measurements Manual". This is a shipping document available from Help>Search the LabVIEW Bookshelf.
0 Kudos
Message 2 of 8
(3,972 Views)
ya rite, I am trying to use LV to control the network analyzer by GPIB..
and first I have tried Matlab to make some small program and it works well and fast, but when I turned to LV it took longer time and..not so stable I have to say.

My LV is 6.1 version and the point is that is also a German version which I could not understand so much....:smileysadSmiley Mad


0 Kudos
Message 3 of 8
(3,967 Views)
Anyway I will read Chaper 16 first...
Thanks a lot!Smiley Happy
0 Kudos
Message 4 of 8
(3,968 Views)
Try and find a driver for your instrument here. If you can't find a driver, and are trying to write your own, post the code you've written. There should be no difference between GPIB transfers in Matlab or LabVIEW. You're using the same GPIB card I presume.
Message 5 of 8
(3,965 Views)

LabVIEW 7.0 and laters includes the Instrument I/O Assistant which is a tool that helps you to read and parse data of any format.  It also has an autoparse feature.

There are several documents on NI's website that can help you with binary block reads using VISA; just perform a search under ni.com/support.  There is also an instrument driver template for oscilloscopes which has template binary block read code in its Read VIs.

As Dennis mentions, your best bet would be to search for an instrument driver on NI's Instrument Driver Network.

0 Kudos
Message 6 of 8
(3,946 Views)
Thank you both very much!
I have found the driver library already, and I have been using this lib to programm now..
The problem is that I have not found out how to deal with this problem from this lib.
There is no such sub program or diagram to fulfill it directly..

Maybe I have to search carefully again...
0 Kudos
Message 7 of 8
(3,942 Views)
What problem specifically? Are you looking for a certain instrument command or something else? You should provide some details and especially the make and model number of the instrument.
0 Kudos
Message 8 of 8
(3,934 Views)