I'm sorry if I missed an answer to my question on the forum, but I cannot find it so far.
I have a USB-1608FS-PLUS, and I am acquiring an analog signal through Python. I set up a trigger with set_trigger(board_num, TrigType.TRIG_POS_EDGE, 0, 1) and send a trigger with a digital port to the trig_in (pin 21 to 37) with d_bit_out(board_num, DigitalPortType.AUXPORT, 0, 1).
The digital signal is sent, and without the ScanOptions.EXTTRIGGER, the a_in_scan is working. However, when I activate the EXTTRIGGER, the acquisition does not start. I include a schematic piece of the code below:
Question
giovanniconoscenti
Hi,
I'm sorry if I missed an answer to my question on the forum, but I cannot find it so far.
I have a USB-1608FS-PLUS, and I am acquiring an analog signal through Python. I set up a trigger with set_trigger(board_num, TrigType.TRIG_POS_EDGE, 0, 1) and send a trigger with a digital port to the trig_in (pin 21 to 37) with d_bit_out(board_num, DigitalPortType.AUXPORT, 0, 1).
The digital signal is sent, and without the ScanOptions.EXTTRIGGER, the a_in_scan is working. However, when I activate the EXTTRIGGER, the acquisition does not start. I include a schematic piece of the code below:
I guess the amplitude might not be sufficient to activate proper triggering.
Edited by giovanniconoscentitypo on set_trigger
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now