Hi LabVIEW community,
I am trying to modify an old VI to run on LV 2015. The old VI used “AI Update Channel.vi” and “AO Sample Channel.vi” for DAQ. I am trying to substitute them with DAQmx.
My problem is that I can’t know exactly what the two old DAQ VIs’ function. The icons in Block Diagram become a question marks. I can understand some of the parameters that are connected to the question mark icon, from the captions and context help.
There are two parameters that I can’t understand their functions at all. One is a blue parameter called “I16 device”, which is probably has something to do with the for loop that included both sub-VIs. The description in the context help reads: “the device number you assigned to the plug-in DAQ board during configuration. This parameter defaults to 1”. This parameter is connected to both question marks. The other parameter is a pink string of 1. Context help shows that “No description available”. Each question mark has individual such parameter connected to it.
The DAQ card we have is PCI-MIO-16XE-50. Only one AI (33) and one AO (21) is wired (the grounding for AI (66) is wired too). Hope that someone can provide me a hint for making new DAQ from DAQmx. Please find the program attached. Thanks!
Bo-Hong