01-15-2009 03:16 AM
Hi,
I use the card PCI 6251 with the connecting box BNC-2110 and Labview 8.5.1
I want to acquire an analogical signal each time that the card recieve an external trigger analog.
1) Can you confirm that I must connect the external trigger analog on " AO ext REF " on the box BNC-2110 ?
2) My program does one start trigger and that's it, after I have continuous acquisition but it's not triggered. I precise that I don't want use a counter (internal) to do the trigger.
I understand that it is a basic question and I'm sorry for that and for my english.
Thank you for your help
01-15-2009 04:35 AM - edited 01-15-2009 04:37 AM
01-15-2009 08:46 AM
Thanh you for your help Vincent, but it doesn't work again.
I don't unterstand.
Are you sure that we can put in a loop while a start and stop task ? Isn't it too long ?
01-15-2009 08:54 AM
steph54 wrote:Hi,
I use the card PCI 6251 with the connecting box BNC-2110 and Labview 8.5.1
I want to acquire an analogical signal each time that the card recieve an external trigger analog.
1) Can you confirm that I must connect the external trigger analog on " AO ext REF " on the box BNC-2110 ?
2) My program does one start trigger and that's it, after I have continuous acquisition but it's not triggered. I precise that I don't want use a counter (internal) to do the trigger.
I understand that it is a basic question and I'm sorry for that and for my english.
Thank you for your help
1. No most likely not, I would use something lik AI PFI1 (if available), I think that is the first digital input (TTL).
The way your VI is setup (from the first post) is good!
Ton
01-15-2009 11:23 AM
Thank you for your help Ton.
Please, I need some precision.
It's right that with the VI of the first post it works when external analog trigger is plugged on " AO ext REF " on the box BNC-2110 and in continuous mode.
1 ) Why it does'nt work in finite mode ?
2 ) I think that trigger works only one time ( to start acquisition ) but I would like that analog trigger work all the time, I mean that each time the level of the analog trigger is "ok" , I have an acquisition of X samples.
I hope that I was clear.
Stéphane.
01-15-2009 02:00 PM
Infinite mode let's you get a set number of samples. What happens in a loop:
You have a gap.
Continous mode:
Just make sure you process the data quick enough to prevent a buffer overflow.
Multiple (external) triggers is something I haven't tried, but there are examples in the examples list, I think they use a counter somehow.
Ton
01-19-2009 03:17 AM
Well, I'm lost.
For multiple trigger in the examples list, the counter need to be link to a digital trigger ( that's logic ) and the problem for me is that my trigger is analogical.
thanks a lot.
stéphane