08-01-2007 10:54 AM
08-01-2007 11:09 AM
08-01-2007 11:26 AM
Hi, thanks for answer,
The current sources are conned by GPIB. The device is an TEKTRONIK PROFILE PRO800 with 3 slots (one can also control de temperature) and I need to set them to different levels in order to form a fonction (like exponential for example)
08-02-2007 03:21 AM
Do you have just an idea about how to build the program which can control 8 different current sources?Because I don't know how to start. I will see after how can I connect the divices into my computer with labview.
Thanks,
Nico
08-02-2007 08:15 AM
Is it really Tektronik or is it Tektronix. Tektronix is a major test equipment manufacturer. I can't find any reference to that model number on their site, though.
There are several resources for learning instrument control. One good place to start is http://zone.ni.com/devzone/cda/tut/p/id/4357.
Assuming that you have a NI GPIB controller for the pc, you will be using the Instrument I/O Assistant or the VISA commands to send/recieve data from the current sources. Without having access to the programming manual, I can't give specifics on what commands you need to send. Your topic mentions controlling them at the same time. Truly simultaneous control is possible in only a few situations. If you have a couple current sources in the same mainframe, you may be able to send a single command to set them all. It will really depend on the commands that the vendor has implemented. With separate mainframes, you will send commands first to one, and then another, etc. Again, depending on what the vendor has implemented, it may be possible to sequentially program all sources to a ready state and then trigger all simultaneously.
08-02-2007 09:04 AM
08-02-2007 09:15 AM