08-03-2006 07:41 AM
08-03-2006 08:02 AM
For GPIB communication, you will need to buy either an internal GPIB card or an external GPIB controller for your USB or parallel port.
NI sells all three types.
08-04-2006 08:55 AM
08-06-2006 08:47 PM
I believe the "Parallel Port" you mention is meaning GPIB, not the legacy printer port. How easy your app development is will depend on if the USB instrument is USBTMC class compliant or not. If the instrument is USBTMC compliant, you can easily control it by using VISA library in the same manner as if accessing legacy GPIB instruments. Otherwise, you must obtain the instrument-specific USB driver from the instrument vendor and must access it through the vendor specific DLL. From LabVIEW, it is possible to access any custom DLLs but its technic is one of non-beginner's, but the VISA library that allows to access USBTMC is easy to use from LabVIEW.