| 1 | DaOpen | Opens a board and enables to access to the board. |
| 2 | DaClose | Closes the board and releases the resources. Any subsequent accesses to the board are forbidden. |
| 3 | DaCloseEx | Closes a board and releases the resources. Any subsequent accesses to the board are forbidden. In addition, the analog output status after closing the board is selectable by the parameter. |
| 4 | DaGetDeviceInfo | Retrieves specifications of the board. |
| 5 | DaSetBoardConfig | Configures event handling of the board |
| 6 | DaGetBoardConfig | Retrieves an event source on the board. |
| 7 | DaSetSamplingConfig | Configures analog output update conditions of the board. |
| 8 | DaGetSamplingConfig | Retrieves analog output update conditions of the board. |
| 9 | DaSetMode | Configures the board-specific functionality. |
| 10 | DaGetMode | Retrieves configuration information of the board-specific functionality. |
| 11 | DaSetSamplingData | Stores data into the output buffer of the board. |
| 12 | DaClearSamplingData | Clears the data in the output buffer. |
| 13 | DaStartSampling | Starts the analog output update on the board. |
| 14 | DaStartFileSampling | Reads data from a data file and outputs them to the board. |
| 15 | DaSyncSampling | Enables you to achieve a synchronous analog output update on boards connected in parallel. |
| 16 | DaStopSampling | Stops the analog output update performed as the overlapped operation. |
| 17 | DaGetStatus | Retrieves the analog output update status of the board. |
| 18 | DaSetOutputMode | Enables or disables the simultaneous analog output. |
| 19 | DaGetOutputMode | Retrieves the configuration of the simultaneous analog output. |
| 20 | DaOutputDA | Outputs one analog data on the board. |
| 21 | DaInputDI | Reads general purpose digital input pins on the board. |
| 22 | DaOutputDO | Writes data to general purpose digital output pins on the board. |
| 23 | DaSetFifoConfig | Configures analog output update conditions of the board at FIFO data transfer mode. |
| 24 | DaGetFifoConfig | Retrieves analog output update conditions of the board at FIFO data transfer mode. |
| 25 | DaSetInterval | Configures the interval timer. |
| 26 | DaGetInterval | Retrieves the interval timer cycle. |
| 27 | DaSetFunction | Configures the function of the CN3 connector. |
| 28 | DaGetFunction | Retrieves the functional configuration of the CN3 connector. |
| 29 | DaDataConv | Converts forms of the analog data. Averaging and interpolation can be done with the conversion. |
| 30 | DaWriteFile | Writes data to the file from the buffer. Binary and CSV formats are supported. |
| 31 | fnConv | Is a placeholder for a callback routine used in the DaDataConv function. This function is called when each data is converted. |
| 32 | CallBackProc | Is a placeholder for a callback routine. This function is called when the analog output is completed. |