LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use and controll aLABCVI program

HI I have a LABCVI program (and i have the source code) that Communicates with an FPGA I want to controll and get data from that program in LABVIEW (I dont have any DLL's) any Suggestions? Thanks A_A
0 Kudos
Message 1 of 5
(2,524 Views)

Don't you mean LabWindows/CVI?

It is C, so you'll need to convert what it is doing over to LabVIEW. 

0 Kudos
Message 2 of 5
(2,518 Views)

Or simply use LabWindows/CVI to create a dll.

0 Kudos
Message 3 of 5
(2,515 Views)

HI

thanks for reply

1.I do mean  LabWindows/CVI but the problem is I couldn't find a labview full driver for the SPARTAN 3 FPGA to make that program in labview.

2.I don't have LabWindows/CVI  to create a dll (and I don't know how to create one anyway).

 

Any more Suggestions?

Thanks A_A

 

 

0 Kudos
Message 4 of 5
(2,489 Views)

You can download and try out the latest LabWindows/CVI for 30 days.

That's your only option to see what is in the original code.

However, if you can't read C code, then that is useless.

In that case, you'll need to find someone who understands C code to convert it to LabVIEW.

There is not an automated way to convert the code to LabVIEW.

 

 

0 Kudos
Message 5 of 5
(2,478 Views)