08-17-2013 07:52 PM
I have developed a program in LabVIEW to send a trigger signal to a camera. Initially, I had used AO0 of the DAQ to trigger the camera and it works fine. Now, I just try to use AO1 instead (by simply modifying the code) and it won't trigger the camera. Switching back to AO0 works again. And as of now, I am not using two outputs simultaneously. Next step will be to wait for an input, perhaps in AI0, to generate output in AO1.
I'd appreciate any thoughts on this.
Solved! Go to Solution.
08-19-2013 10:19 AM
There isn't a lot to go off of here. I would check to make sure your connections are correct and that you have the correct channel specified throughout your porgram. I would also check to see if you can get a signal on AO1 in MAX testpanels to eliminate it being your code.
08-19-2013 11:55 AM
@farahikia83 wrote:
Initially, I had used AO0 of the DAQ to trigger the camera and it works fine. Now, I just try to use AO1 instead (by simply modifying the code) and it won't trigger the camera. Switching back to AO0 works again.
You have to wire AO1 to the trigger. Simply changing the code will not do the job.
08-19-2013 12:10 PM
08-19-2013 12:11 PM