06-09-2005 01:47 AM
06-13-2005 08:40 AM
06-16-2005 01:24 AM
06-16-2005 03:00 AM - edited 06-16-2005 03:00 AM
"Most of my applications use the VI "Get_DAQ_channel_names.vi" to read all configured channel information (names, units, ...) from the MAX. This VI calls a function named "Get_DAQ_Channel_NamesInterface" out of the "C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\Daq\lvdaq.*" dl-libary."
Message Edited by Watermann on 06-16-2005 03:01 AM
Message Edited by Watermann on 06-16-2005 03:02 AM
06-16-2005 04:15 AM
06-17-2005 03:50 AM
07-13-2005 02:19 PM
Where are these vi's located (DAQ Channel Select Control, Get DAQ Channel, Get Channel Information, etc)? I've got LV7.1, MAX 3.1, & LV RT and could not find them on my machine and have thus far been unsuccessful finding them on here. Also, what exactly is RDA?
07-14-2005 04:37 AM
Hi ODRulz,
first of all the RDA stands for RemoteDeviceAccess Server. With this you can control DAQ-HW (in my case a PXI-system) using a different PC which has only LV+DAQ+MAX installed and no DAQ-HW. You simply connect with the MAX and the IP address of the remote machine and get the complete MAX-configuration of the remote machine.
Secondly the "DAQ Channel Select Control" is a normal control available on the front panel (no VI!) and you can find all the DAQ VIs under "yourmachine\yourpath\National Instruments\LabVIEW 7.1\vi.lib\Daq\".
Hope this helps.
Christian511
07-14-2005 07:44 AM
I have the same setup you described, a PXI chassis that I want to control remotely with a laptop. I have been able to control the DAQ channels with DAQmx utilizing TCP meta, but only when I have the physical channel hardwired in the target vi (remote PXI system). I want to be able to select which device and channel from the host dynamically. I have not seen how I can identify the channels on the remote system programmatically from the host, or even from the target and then send that info to the host to use. I have looked through the vi.lib->daqmx folder and libraries and haven't found anything like I mentioned above - or "Get DAQ Channels.vi" or anything similar. I've found Channel constants and Create Virtual Channel.vi, that's it. I'm beginning to wonder if I have all the DAQ files installed - I have DAQ 7.4 loaded, I would think that would have everything being mentioned. What I want to do seems like it would be rather basic for a remote system so I thought these vi's would be already put together, but I seem to be missing something.
I think I might be beginning to see the light. I'm going to try to grab the channels on the target, possibly put them all in an array, then flatten them and send them to the host where I can unflatten and put them into a channels control there. Then I should be able to use that control about the same as a standard control, hopefully. I'll start playing with this and check back to see if this sounds, to you, like I'm on the right track.
Thanks for your help,
Scott
07-15-2005 09:28 AM