FOUNDATION Fieldbus

cancel
Showing results for 
Search instead for 
Did you mean: 

Device Descriptor with Fieldbus

Hi,
 
I am using the .NET API with a PCI Fieldbus card. It seems that the API won't work if a Device Descriptor is not loaded. But a Device Descriptor has to be changes every time my Fieldbus device firmware is changed (i.e. when the indexes are changed). Other people in my company are using either the older API (pre-.NET) or tools such as NI-Dialog which don't require a Device Descriptor. They are able to access parameters by index.
 
Is it possible to setup the Fieldbus card or the .NET software to not require a Device Descriptor?
 
0 Kudos
Message 1 of 2
(6,536 Views)
Hi,
 
You can implement your own function, for example, GetDescriptor(index) using existing APIs. When descriptor is needed, pass this function as parameter.
Feilian (Vince) Shen
0 Kudos
Message 2 of 2
(6,526 Views)