12-08-2015 04:25 AM
Hi,
Is anyone has an exemple of Labview project where there is several host vis calling the same FPGA vi.
Thank u in advance
Best regards
Nadia
12-08-2015 04:29 AM
12-08-2015 04:38 AM
I want each host VI to use FPGA VI just when it's needed
My FGPA runs all the time even when some indicators aren't used
12-09-2015 03:25 AM
Hi Nadia,
I also believe that you need more specific. Can you post a simple project that uses 2 hosts calling the same FPGA and explain us clearly what situation is not working as you would like?
Thanks,
M-Junior
12-14-2015 07:49 AM
Hi ,
I have enclosed an example
I would like that the first loup in my fpga runs only when the first host VI si runing
I hope I was clear
Thanking u in advance for ur responses
My best regards
Nadia
12-14-2015 09:16 AM
@k.nadia wrote:
I would like that the first loup in my fpga runs only when the first host VI si runing
Why? What harm is it doing by running? It isn't like it is using any CPU time since this is inside of hardware (the FPGA).
But you could just use another control and a case structure so that the contents of the loop only run when that control is enabled.
12-14-2015 09:22 AM
If you have notice I have two loops in my FPGA VI the first should be for my IN VI and second loop for the OUT VI. I would like to know how to do to make the first loop for example runs only if my IN VI does
12-14-2015 09:52 AM
12-14-2015 09:54 AM
@k.nadia wrote:
If you have notice I have two loops in my FPGA VI the first should be for my IN VI and second loop for the OUT VI. I would like to know how to do to make the first loop for example runs only if my IN VI does
Again, for what reason? Based on your example, I see nothing wrong with it running all the time. If you are not writing to the controls, the outputs are not changed.
12-15-2015 07:49 AM
I'm agree with u crossrulz, but I would like to optimize my program coz I don't see why my loop should runs all the time