07-08-2016 10:18 PM
Hi,
I am trying to figure out what is the best option for doing the following:
1) Generate a potential signal (which starts a trigger). Currently doing with NI-6501.
2) Generate a potential and acquire a current. I am using a CHI600D potentiostat, throught the labview interface provided by the company (the code works through the call dll to access the functions).
I need to know what current corresponds with each trigger (sent with the NI-6501). So, first trigger signal I get x1 amps, second x2 amps, and so on.
For that, the signal is sent when I get a certain time multiple from the CHI. So I can trigger every 100ms (for example).
The problem: too slow. I am able to do this each 50ms (roughly). I need to do it every 1ms at least.
I am able to buy whatever hardware I need for doing this simple task. I know the problem is in the way I acquire data from the potentiostat, and recently I found a Keithley 6487 which none was using, and I was thinking of using it instead of the CHI, through a GPIB-USB-HC controller, but not sure. I can also buy another instrument, not a problem.
The question is: how can I sync the trigger with the intensity signal I get?
LabVIEW 2014 SP1 32bit
Win10
Thanks for your time. Any ideas are welcome.
Cheers,
Yan
07-09-2016 05:20 AM - edited 07-09-2016 05:24 AM
I have never done such task, but I think you should use the Keithley 6487. It comes with LabVIEW driver from Textronix. The given driver ( http://www.tek.com/specialty-instruments/6485-software/models-6485-6487-and-6514-ivi-visa-based-driv... ) .
This Keithley 6487 has a voltage source too and a picoAmp meter part. I think you can do all you want only using this Keithley device, check its driver, it has some LabVIEW examples (like triggering a measurement, etc...).
edit: and yep, buy this interface: http://sine.ni.com/nips/cds/view/p/lang/en/nid/212429
07-10-2016 09:35 PM
Hi Blokk,
first of all thanks for replying.
To explain it a little bit better, I need to control two instruments at the same time. One is the Keithley, to apply apotential and record the intensity (easy). My question was more focused on how I can apply a potential (with the Keithley) while triggering the other instrument (trigger is just apply a TTL signal). The syncronization part is what is not clear to me.
Cheers,
Yan
07-10-2016 10:21 PM
Most isntruments can accept an external trigger. Is this a possibility?
07-10-2016 10:43 PM
Very good point Billlko! Yes, just checked and has a trigger link. Just need to figure out how it works now, maybe this could be the easiest solution.
Cheers!
Yan
07-11-2016 01:13 AM
Download the manual, and read it. It has the required info...
07-11-2016 04:49 AM
Well Blokk, that is obvious...