Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Error code : -2206 Error Message: LabVIEW:RT FIFO does not exist

Hello Guys,

I am developing a custom device for a project and while enabling DAQ waveform acquisition, I get Error Code -2206 and I can't deploy the code. But if I disable RIO, I can deploy and I don't get the error code.

I am not using RT project and I am new to RT. This is somebody else's code and I am debugging it.

 

In the link below , we are told to use the function.

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019XdwSAE&l=en-DZ 

 

It is just custom device and in the template, there is nowhere "RT FIFO Create" is used also we don't use RT FIFO fucntion in FPGA. I am really confused now, do you have any idea how should I go about it? Thank you.

 

Siva

 

0 Kudos
Message 1 of 2
(3,673 Views)

Error -2206 is caused by attempting to call a queue or FIFO that doesn't exist, either because it has not been created, or it has already been closed.

 

You can find the RT FIFO Create VI in the RT FIFO palette, which is one of the options under Real-Time in the palette menu.

RT FIFO Create.png

 

 

0 Kudos
Message 2 of 2
(2,582 Views)