The Real-Time FIFO Functions can return the following error codes. Refer to the KnowledgeBase for more information about correcting errors in LabVIEW.
| Code | Name | Description |
|---|---|---|
| 2209 | kNB_ERROR_DLL_FUNC_NOT_BOUND | The required RT FIFO DLL function is not bound. The DLL cannot be found or is missing the function. |
| 2208 | RTFIFOERR_OLD_LABVIEW_VERSION | This version of LabVIEW does not support waveforms in an RT FIFO. Please use LabVIEW 7.1 or later. |
| 2207 | RTFIFOERR_WAVEFORM_INVALID | Invalid waveform passed to the RT FIFO. |
| 2206 | RTFIFOERR_FIFONOT_EXIST | RT FIFO does not exist. |
| 2205 | RTFIFOERR_TWO_ELEMENTS | RT FIFO must contain at least two elements. |
| 2204 | RTFIFOERR_TYPE_MISMATCH | Type mismatch. Named RT FIFO type does not match that of an existing RT FIFO with the same name. |
| 2203 | RTFIFOERR_EMPTY_NAME | Cannot match an empty name. |
| 2202 | RTFIFOERR_NOT_EXIST | The specified name does not exist. |
| 2201 | RTFIFOERR_EXISTS | The specified name already exists and is of a different size or type. |
| 2200 | RTFIFOERR_UNKOWN_INTERNAL | Unknown internal error. |