Skip to main content

DAQ

Once an event is detected, ANSVIS Server will send signal to control the DAQ's digital output in the same network

To setup a DAQ trigger:

  1. You can either scan for the DAQ device address, or manually enter its SN/IP and authentication info if required.

  2. Once the DAQ is found, its corresponding digital output (DO) will be listed in the DAQ drop-down list. Select your desired DO

  3. From the DAQ Action function, you can define how the selected Digital Output (DO) responds when an event is detected:

    1. Turn On: The DO will be turned ON.
    2. Turn Off: The DO will be turned OFF.
    3. Toggle: The DO will switch between ON and OFF with each detected event.
    4. Turn On for a Certain Time: The DO will be turned ON for a set duration (X seconds). If another event occurs within the last 5 seconds of this duration, the timer resets, and the DO remains ON for an additional X seconds before turning OFF.
  4. Invert State option: When enabled, this option reverses the logic level of the digital output. For example, a "Turn On" action will output a LOW signal instead of HIGH (Turn Off), which is useful for devices requiring active-low control

  5. Click Save to apply the trigger.

Caution

The ANS DAQ is a physical hardware device. This means creating multiple tasks that attempt to control the same DO pin may cause conflicts, unexpected behavior, or device communication errors. Ensure that only one task or rule controls each DO output channel at a time to maintain system stability.