FOUNDATION Fieldbus

cancel
Showing results for 
Search instead for 
Did you mean: 

Aufruf von nifGetDeviceList liefert keine Anzahl zurück

Beim Aufruf von nifGetDeviceList bekomme ich eine Liste der angeschlossenen Geräte zurück, aber die Anzahl wird als 0 zurückgegeben. Kann mir hier jemand weiterhelfen ? (CM 3.0, PCI-Card, Win2000, Borland C++ Builder 5.0)
0 Kudos
Message 1 of 2
(6,970 Views)
Are you using the standard C library of NI-FBUS CM or Borland C library? The NI-FBUS CM 3.0 and later version (like 3.1) do not support Borland C library; but it supports standard C and Visual C++.

In addition, the 3.0 version has API changes, some structures are different from previous version (like 2.3, 2.3.5 and 2.3.6), you need to re-compile your program with the new 3.0 library to make it work with NI-FBUS CM server.

If it still doesn't help, try to send e-mail to fieldbus.support@ni.com for NI e-mail support.
0 Kudos
Message 2 of 2
(6,970 Views)