LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to access pci 9054 with labview

Solved!
Go to solution

Iam using pci9054 for communication,how can i configure pci 9054 with labview. 

0 Kudos
Message 1 of 5
(3,439 Views)

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 helpSmiley Happy

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 2 of 5
(3,428 Views)

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

0 Kudos
Message 3 of 5
(3,417 Views)

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.

0 Kudos
Message 4 of 5
(3,409 Views)
Solution
Accepted by topic author jisnu

Thanks for your reply,

i have 6 months experience in programming.

0 Kudos
Message 5 of 5
(3,397 Views)