LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to have more than one front panel for one block panel

Solved!
Go to solution

0 Kudos
Message 11 of 14
(551 Views)
Solution
Accepted by topic author SaranVenkateshS

maybe this would be an option?

https://decibel.ni.com/content/docs/DOC-24648

 

Of course, only if you want dynamic subVI calling. But the main thing to try is the two "main" VI running in parallel, with shown front panel and with some intercommunication between them...

0 Kudos
Message 12 of 14
(550 Views)

hi Blokk,

 

              thank you ... this one may helps me lot

0 Kudos
Message 13 of 14
(545 Views)

You are running into the situation where you need to modularize your code.  You should have a control process/VI and a vision process/VI.  They should be completely separate and run in parallel.  Use Queues or User Events to send any shared data back and forth.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 14 of 14
(505 Views)