12-23-2019 08:09 AM
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
01-02-2020 03:27 AM
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.