I wrote a Labview program on a PC wiht an inernal GPIB Controller card to control a GPIB Electronic Load using NI VISA and vendor supplied Labview VIs that use NI VISA. I now have to implement the same program on a laptop using a LAN to GPIB Converter from NI to talk to the Electronic Load.
What is the difference in how this LAN to GPIB device gets programmed verses a direct gpib controller for the same instrument? Is the code that I have written already not usable? Do I have to write direct TCP/IP Commands now out of my Labview program?