04-11-2012 12:44 AM
Iam using pci9054 for communication,how can i configure pci 9054 with labview.
Solved! Go to Solution.
04-11-2012 06:49 AM
Hi,Jisnu
I strongly reccomend you to follow the link given below and can understand the concepts throughly.
http://read.pudn.com/downloads83/doc/320499/pci9054.pdf
Hope.....this might help
04-12-2012 01:21 AM
thanks for your reply.
I was looking for sample code where the PCI9054 can be detected using labview and able to communicate with the PCI slot
04-12-2012 07:49 AM
I doubt very much that you're going to find sample LabVIEW code for this, since you are asking for a very rare operation. Your best bet is to look for sample code written in a text-based language, like C. There may even be a library available. If there is, you should be able to call it from LabVIEW, although depending on the complexity of the functions and/or datatypes, you may need to write a wrapper DLL to interface between LabVIEW and that shared library.
Overall, you're not asking for something simple. How much programming experience do you have? You're going to need it.
04-17-2012 01:39 AM
Thanks for your reply,
i have 6 months experience in programming.