10-24-2007 05:54 AM
Hello:
I’m newbie with LabView and I don’t know how to contact a non NI PCI card. The card is an ultrasound generator card from USULTRATEK with data acquisition capability integrated.
I have read a lot of post regarding to the way of contact with NI PCI devices but what will be the procedure to contact any other PCI device?
I have the PCI card DLL.
Anybody could give me brief explanations or any useful link?
Thank you!
10-24-2007 06:20 AM
10-24-2007 06:41 AM
10-24-2007 08:25 AM
10-24-2007 09:41 AM
I had similar task but with Spincore PulseBlaster.There few steps that you can do:
1) See if there is an examle of C (or other language) program for your card,
anyway be shure that you can control your card from C (or other language).
2) Read Labview help about using DLL, and see an example (there is a nice one,just write "dll" in examples.
3) Be shure that you can create simple DLL that does for example an addition of two numbers.
4)Create final DLL that "talks" with your device,based on the code in 1).
The final step may take some time at the first time (may be few days),but after you do it once,
the next time it takes few minutes to make changes.
Good luck.
P.S
After you familiar with your device and Labview,you can use Labview to access the dll that supplied with device
directly.Sometimes it's easy,sometimes not.