Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

List Prgrammable Function Inputs Available on Local System

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

0 Kudos
Message 1 of 3
(3,588 Views)

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,

0 Kudos
Message 2 of 3
(3,559 Views)

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? 

0 Kudos
Message 3 of 3
(3,550 Views)