NI-HSDIO

Configuring and Exporting Events

  • Updated2023-02-21
  • 1 minute(s) read

You can configure how events are exported with NI-HSDIO using the following VIs or functions.

LabVIEW VI C Functions
niHSDIO Export Signal niHSDIO_ExportSignal
Note Notes  Events are exported until you explicitly stop exporting the event or reset the device. You must configure the event output terminal to not export the event within the same session in which it was routed. After the session is closed, the signal is exported until the device is reset.

In LabVIEW, to stop exporting the event, configure the event output terminal as None using the appropriate property and call the niHSDIO Commit VI. In C or LabWindows/CVI, configure the event output terminal as NIHSDIO_VAL_DO_NOT_EXPORT_STR using the appropriate attribute and call the niHSDIO_CommitDynamic or niHSDIO_CommitStatic functions.
To reset the device, call the niHSDIO Reset or niHSDIO Reset Device VI or call the niHSDIO_reset or niHSDIO_ResetDevice functions.

You can also use additional properties and attributes to configure certain aspects of your events.

Log in to get a better experience