I had already contacted ni support, but they mysteriously stopped responding.
I am looking for the list of visa functions supported in labview RT.
------------------------------------cite-------------------------
Functions from the following native LabWindows/CVI libraries are compatible with the LabVIEW Real-Time Support Engine.
- Analysis or Advanced Analysis Library
- ANSI C
- Formatting and I/O
- TCP Support Library
- Utility Library
In addition to the libraries listed above, you also can link the following libraries into the project.
- VISA Library
- NI-CAN Library
- NI-DAQmx Library
- NI-DMM
- NI-Scope
- NI-FGEN
- NI-Switch
- NI-HSDIO
- Most of the libraries in the instrsup.dll
NOTE – Not all of the functions in the preceding libraries are compatible. For a complete list of these exported functions, refer to Programmer Reference» Creating and Downloading DLLs to Real-Time Targets»Using LabWindows/CVI Libraries in Real-Time DLLs in the LabWindows/CVI Help contents.
----------------end cite---------------------------------
I am interested in what the "NOTE" alludes to: the list of the function which are compatible. Specifically, the note seems to imply that only some functions in the VISA library are compatible. I have legacy code which calls VISA functions, and I am trying to verify that each VISA function I call is supported. Therefore, I need the complete list of the VISA functions exported in the RT environment. Unfortunately, the note directs me to the help pulldown of the RT product, but I do not have the RT product; I am trying to assess the feasibility of my using the RT product.
So, I am looking for the complete set of VISA functions which are supported (or the set which are not supported) in the RT environment.