LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mini-Nugget Save time wiring shift registers

Jim wrote "who'da thought a little nugget about how to simplify wiring a case structure would have brought out so many good ideas?  "
 
Ditto that!
 
JB and Paul,
 
I'm on the same page now. Good point.
 
Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 21 of 40
(2,366 Views)

Both clustering and use of multiple SR have their place in my opinion (as if thats actually worth anything). From a software standpoint of readability and code simplification using one cluster is great.  This has some performance costs depending on the situation.  If there are large data arrays I would separate the data out of the cluster.  the typrdef cluster is very nice if the data logically fits together.  I guess the in place memory management (and fast pcs) will alliviate some of the performance issuse associated with larger compelx clusters. 

Paul. 



Message Edited by falkpl on 04-17-2008 11:01 AM
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 22 of 40
(2,361 Views)
Thanks JB.  Very nice indeed. 
 
Ben, sometimes the smallest nuggets have the greater rewards... or something like that 😉
Message 23 of 40
(2,355 Views)


JoeLabView a écrit:
Thanks JB.  Very nice indeed. 

Even so I hesitated to post this because I thought it was too common !
0 Kudos
Message 24 of 40
(2,340 Views)
Also JB, thanks for indirectly teaching me that loops and structures can be colored!
Message 25 of 40
(2,334 Views)
Yes, I make my habit of coloring the while loop from the state diagram editor blue.
0 Kudos
Message 26 of 40
(2,299 Views)


Ravens Fan wrote:


smercurio_fc wrote:
Wouldn't the Tunnel Wiring Wizard do this for you?


How come when I try to open this, it just asks to save changes, then closes itself.  I can't get it to open.  (I'm using LV 8.5)



Hi Ravens,

How will I get to open the VI n see its code? Smiley Indifferent

It does not stop nor does it open by itself when saved... Smiley Sad

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 27 of 40
(2,286 Views)
The easiest way of opening a VI which is set to run when opened is to drag it into another VI and then double click it. I understand you can also do this by dragging the VI into a project.

___________________
Try to take over the world!
0 Kudos
Message 28 of 40
(2,285 Views)

Thanks tst! Smiley Happy

I knew only about the second method.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 29 of 40
(2,282 Views)

BTW, can you tell me where to put that VI so that it shows up inb the Tools menu like the Code Capture Tool?

I ve forgotten that also. Smiley Sad Too worse of me.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 30 of 40
(2,282 Views)