03-06-2013 11:59 AM
I am trying to interface a fpga VI with a host VI. The fpga VI gets analog values from fpga and the that value is displayed on a host VI. although the host VI doesnt report any errors but the analog value is not displayed on the host VI.
Untitled5 = host VI
mine _detec_fpga_final = fpga VI
03-07-2013 02:54 PM
I updated your code a bit and successfully tested it. You'll want to make sure everything is placed correctly in your project.
03-08-2013 09:19 AM
thanks a lot sir for ur help. i hope it works