11-09-2006 10:44 AM
11-09-2006 11:08 AM
11-09-2006 11:11 AM - edited 11-09-2006 11:11 AM
Serial interface is slower and can connect to only one instrument. GPIB is a parallel communication but that allows multiple instruments to be connected to one GPIB card.
Basic serial read and write vi (search examples in LabVIEW for 'serial') is a good place to start. But before doing that- read the Flukes manual regarding serial communications and setup (baud rate, termination characters, parity, and termination character). The read the manual for the serial command set.
Make sure you have a proper cable to go between the PC serial port and the Fluke, again read it's manual.
Next, try sending commands in Windows Hyperterminal (set up the COM port properties to match the Fluke settings) before trying LabVIEW code. If things work out in Hyperterminal you are then ready to try it in LV.
In LV, make sure you are using the proper termination character- this is a stumbling block for many new users!
Good luck, let us know how it goes!
Message Edited by AnalogKid2DigitalMan on 11-09-2006 10:12 AM