LabVIEW Development Best Practices Discussions

annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

Blockdiagram Zoom Out

Risolto!
Vai alla soluzione

Hi ,

i have very wide blockdiagram even after i select all the items and click on CLEAN UP DIAGRAM button i want to zoom it out to see all the blocks and i can't use subvis

0 Kudos
Messaggio 1 di 12
16.753Visualizzazioni
Soluzione
Accettato da M.Essam

You can not zoom in labview but you might find the navigation window usfull (cntr+shift+N)

0 Kudos
Messaggio 2 di 12
15.932Visualizzazioni

What kind of application is this?

I can only think of very very few cases, where you can't use SubVIs

0 Kudos
Messaggio 3 di 12
15.932Visualizzazioni

Oli_Wachno wrote:

What kind of application is this?

I can only think of very very few cases, where you can't use SubVIs

Actually I can't think of any reason NOT to use subVIs.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Messaggio 4 di 12
15.932Visualizzazioni

The most interesting aspect of this question is thinking about why you couldn't use subvis. I'm struggling to think of a single use-case.

Steve


Opportunity to learn from experienced developers / entrepeneurs (Fab,Joerg and Brian amongst them):
DSH Pragmatic Software Development Workshop


Random Ramblings Index
My Profile

0 Kudos
Messaggio 5 di 12
15.932Visualizzazioni

I have seen cases in FPGA where you need a lot of wires for functional blocks (VHDL nodes, custom devices, etc.) that would be nice to put into subvis (like "acquire" -> "store/log" -> "compare" -> "compute Simulink/Veristand" -> "output", something like that) just to tidy up your block diagram but you wouldn't want to bundle/unbundle or build/index arrays for resource reasons?




DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )


0 Kudos
Messaggio 6 di 12
15.932Visualizzazioni

Generally on FPGA bundles, unbundles are free anyway since there is no memory, just wires.

The case I can think of is the if you are using locals or implicit property nodes (IF you are unaware of the alternatives to these).

James Mc
========
Ask me about Rust & NI Hardware
My writings are at https://www.wiresmithtech.com/devs/
0 Kudos
Messaggio 7 di 12
15.932Visualizzazioni

Hi

I can use subvis in my application , sorry i meant to say that i don't want to use subvi

Any way thank you

0 Kudos
Messaggio 8 di 12
15.932Visualizzazioni

Independent of the IDE you're using there's some style guidelines you should adhere to.

A block diagram that is so  huge that you consider zooming is definitely an indicator that you should SubVI's. SubVI's increase the readability and reusability of your program.

Saying that you don't want to use SubVI's is a bit like saying you want to write a well-readable book, but without any chapters, interpunction etc..

0 Kudos
Messaggio 9 di 12
15.932Visualizzazioni

E.Essam wrote:

I can use subvis in my application , sorry i meant to say that i don't want to use subvi

For what reason?

This conversation reminds me of this quick story: The Dense Forest.



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
Messaggio 10 di 12
15.932Visualizzazioni