LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LABVIEW FPGA running Sub Vi without Host

Solved!
Go to solution

I don't think.

The FPGA build includes single bit-file where sub-VI-s are added through the Build Specification:

RubiMesh_0-1736852998990.png

and at the runtime the SubVi-s are called directly:

RubiMesh_1-1736853189417.png

 

0 Kudos
Message 11 of 15
(140 Views)

"The FPGA build includes single bit-file where sub-VI-s are added through the Build Specification:"

 

Please explain what you mean by this, your descriptions are very vague and cryptic. It's almost like you're obfuscating on purpose.

0 Kudos
Message 12 of 15
(135 Views)
Solution
Accepted by topic author RubiMesh

It looks that I found the solution.

To add the subVI to the bitfile it shall be defined as pre-allocated clone in execution properties:

RubiMesh_1-1736940581575.png

Other parameters shall be set too to enable active front panel for this subVI

 

0 Kudos
Message 13 of 15
(105 Views)

@RubiMesh wrote:

It looks that I found the solution.

To add the subVI to the bitfile it shall be defined as pre-allocated clone in execution properties:

-pic-

Other parameters shall be set too to enable active front panel for this subVI

 


This makes no sense to me at all.

 

This all sounds like it's all on the RT system, not the FPGA at all.

0 Kudos
Message 14 of 15
(97 Views)

The timing is very tight (the UART runs at ~400K and responses sent in 10-20 uSec) cannot be achieved on the RT

0 Kudos
Message 15 of 15
(89 Views)