Configuring and Exporting Events
- Updated2025-11-11
- 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 |
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.