Jump to content
  • 0

MCC USB-1808x trigger


darksied_9

Question

I am using MCC 1808x for data acquisition and have multiple sensors integrated to it, using the Ain Scan method I am storing the data, but I don't want to continuously monitor the data. I was looking at the trigger mode can I set the trigger with the sensor that I am using so that once that sensor is triggered data acquisition will start and once there is no trigger it will continuously monitor the status, or I have to use an external trigger.  

What is this line in a_in_scan_with_trigger.py ai_device.set_trigger(trigger_types[trigger_type_index], 0, 0, 0, 0) do?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

We have a few products that can perform analog triggering, but the USB-1808X is not one of them. The set_trigger function you mentioned has extra parameters for analog level and hysteresis. These parameters are ignored when using the USB-1808X because it has only TTL trigger (ITRIG pin) capabilities. Details about set_trigger can be found here.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...