05-08-2016 05:29 PM
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
Solved! Go to Solution.
05-09-2016 04:16 AM
You can not zoom in labview but you might find the navigation window usfull (cntr+shift+N)
05-09-2016 04:27 AM
What kind of application is this?
I can only think of very very few cases, where you can't use SubVIs
05-09-2016 04:32 AM
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.
05-09-2016 04:40 AM
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
05-09-2016 04:51 AM
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 )
05-09-2016 04:58 AM
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).
05-09-2016 06:27 AM
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
05-09-2016 06:50 AM
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..
05-09-2016 07:07 AM
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.