Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find a list of NI-DAQ functions supported over the RDA server?

Hello,

I am developing an application in Microsoft VisualC++ for PXI6071E MIO card remotely using RDA server.
What I found out is that not all the functions described in the "Traditional NI-DAQ Function Reference Help" shipped with NI-DAQ version 7.0 are supported over the RDA server (e.g. Init_DA_Boards, or AO_Configure).
Is there any document available where the functions supported by the RDA server are listed? It will help me a lot instead of manually executing all the needed functions and building this list by myself.

Thank you in advance,
Silvius
Silvius Iancu
0 Kudos
Message 1 of 4
(2,831 Views)
Silvius,
After some searching, I also could not find a list of functions but I did find an Application Note that give some suggestions and warnings when programming over RDA. http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/343a42eaa8f753fb8625686900752cc2?OpenDocument. I'm sorry I couldn't find anything more specific. If I do, I will post here again.
Message 2 of 4
(2,831 Views)
Hello Sarah,

Thank you very much for the link.
Based on this article I included the easyio.h and easyio.lib from LabWindows/CVI into my VC++ project and I managed to perform the needed operations using Easy IO function calls.
As a result of my own tests, the Analog Input functions provided by nidaq are not supported by the RDA server, but the General Purpose Timer/Counter functions are well supported.
Hopefully the future versions of NI-DAQ will be fully supported by the RDA server.

Thank you for your help,
Silvius
Silvius Iancu
0 Kudos
Message 3 of 4
(2,831 Views)
I have the same problem,
if you know more on this topic, Please tell me how i can solve this problem.

I use Windows 2000
Borland C++ 6
NI-DAQ 6.9.2

regards
0 Kudos
Message 4 of 4
(2,831 Views)