What block diagram are you talking about? What driver are you using? There's plug&play and an old GPIB driver. In either case, you probably shouldn't be messing with the driver VIs. If you are able to successfully read the current and voltage, then what you need to do is wire the values to an XY graph. I'm going to assume that you have some type of loop that is acquiring the data. The current and voltage readings can be wired out of the loop and an array of each will be created. If you're using a for loop, this is automatic. If you're using a while loop, right click on the exit tunnel and select Enable Indexing. Now, all you have to do is bundle the two arrays together and then wire the output of the bundle to the XY graph. There is a shipping example on the basics of an XY graph that you should look at. You can also post your VI for someone to look at. Be sure to go to Save with Options>Development Distribution to create an LLB that has your main VI and all subVIs.