06-18-2009 09:04 AM
Is there a way to retrieve a list of available 'prgrammable function inputs' (ie /Dev1/PFI0) on the local system? I can get the other input/outputs by running the 'DaqSystem.Local.GetPhysicalChannels()' function but there seems to be no arguements available to return the 'PFI's.
Thanks for any help.
Joe
06-22-2009 03:21 PM
Hey Joe,
Thanks for using NI support. The command you mentioned does allow you to break down the channels into categories such as ctr, DO, DI etc., which does include PFI lines in there, but you are correct that there is no way to just view the PFI lines.
Have a great day,
06-23-2009 01:51 PM
Well it looks like using the 'All' option doesn't return any PFI channels:
DaqSystem.Local.GetPhysicalChannels(PhysicalChannelTypes.All, PhysicalChannelAccess.All)
So, it appears I can't get any listing of the PFI channels. I was hoping even if I g et the entire list I could filter it on my side.
Any suggestions?