It's too esay to do than to explain it but i'll try! The only VIs you'll need to use are Visa READ and Visa WRITE under the Instrument I/O menu. The last one could be used to send strings of commands to the selected instrument whereas the first could be used to read strings of data from the instrument. To select the instrument you must plug a constant value to the "VISA Resource Name" terminal. Labview automatically lists all the possible visa peripherals you need only to select the gpib device and that's all! The same thing when you want to retrive informations from the instrument. In this case you must specify the length of the string to be read which is indicated by an integer number. To know this value you can use NI Spy in the "Measurement and Automation" sui
te and simulate the reading operation. NI Spy will then show the command strings sent to the instrument and the ibrd command show the length of the retrived string (idrd(instr.id,string,length)).
I hope that this explanation could be clear and of some use.