05-19-2010 09:59 PM
05-20-2010 08:50 AM
05-20-2010 09:46 AM
Thanks guys 🙂
I guess serial/GBIP is my only option as I need a quick solution for urgent need.
05-20-2010 01:15 PM
05-21-2010 03:46 AM
Dear all,
I installed the instrument driver before posting this thread. And it led me to seeing the USB device as RAW.
I have changed the connection to serial-to-serial (one of which has got a male-to-female converter). However, MAX window and NI-DAQmx do not show up supported device.
So are am I back to the starting point to develop my own input/output for the oscilloscope?
Thanks.
05-21-2010 07:25 AM
Some clarification is necessary. You downloaded a LabVIEW instrument driver and a windows driver (.inf) in the zip file. The LabVIEW driver has nothing to do with what is or is not seen in MAX. For that, the windows driver should be what is placed in the appropriate windows folder or it should be what you pointed to when you first plugged the usb cable from the instrument to the pc. When windows prompted for a driver, this is what you must specify. You can check in windows device manager to see what driver the os is using. If you have problems with the usb connection, you should contact the vendor.
If you decide to use a serial connection, then MAX will not show any device that you have connected. It will only show your com port.
DAQmx has nothing at all to do with the scope and this has already been mentioned.
06-08-2010 01:24 PM
Hi guys,
After reading through the files, I finally realised the whole concept about MAX and NI-DAQmx. I didn't know DAQmx was actually the NI hardware. Thanks for pointing out.
Currently, I am resorting to Serial-to-serial connection and I managed to send *IDN? command and parsed the source.
The instrument driver only provides TCP/IP input for the example. Do you think it is all right for me to replace the TCP/IP input with a Serial I/O VISA without changing much of the block diagram?
Thanks.
06-08-2010 01:48 PM
Don't know what you mean since the driver supports GPIB, Serial, and USB.
In any case, there is no such thing as TCP/IP VISA or Serial VISA. There is just VISA. The only difference is that a program that supports serial will have a control to set the com parameters and serial often requires a termination character. A single driver will often handle all 4 protocols. Just look at the shiping 34401 driver.