08-27-2014 10:16 AM
08-27-2014 10:18 AM
Well, since I'm still fairly new to programming in general, things that are simple tend to be complicated..
Your guidance is appreciated.
08-27-2014 10:36 AM
I am not sure how else I would start acquisition if I need it to start on the falling edge of the counter if not for the trigger?
08-27-2014 11:43 AM
If you just leave off any triggers, it will start the moment you run the 'Start' vi.
Triggers are for if you want the task to start based on some external signal. Is there an external signal that you need to synchronize off of?
As for stopping, you will just need to gather data repeatedly and based on that accumulation decide when you're done.
08-27-2014 11:43 AM
08-27-2014 11:54 AM
I thought I needed an external trigger (from CTR0 to PFI0) to tell the acquisition to start
08-27-2014 12:01 PM
08-27-2014 12:02 PM
Let me rephrase - I thought that was a good way to ensure the acquisition starts as soon as the pulse goes low.
08-27-2014 12:09 PM
08-27-2014 12:11 PM - edited 08-27-2014 12:17 PM
🙂
Counter is not connected to anything other than PFI0
Counter is driving the relay, but I thought it was best if I used the trigger to trigger the acquisition.
Alternatively I was thinking of running a physical wire to a digital line and reading the line status. If the line is 0, start acquiring and logging.