LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Flat Sequence Structure

Is there some way to get 'Add Frame' vertically (downwards) in flat sequence structures?

0 Kudos
Message 1 of 20
(747 Views)

Hi Jyo,

 


@Jyo263 wrote:

Is there some way to get 'Add Frame' vertically (downwards) in flat sequence structures?


No.

 

The better question is: Why do you think you need more than a "one frame sequence structure"?

What exactly do you want to solve where THINK DATAFLOW doesn't seem to apply?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 20
(743 Views)

@GerdW wrote

No.

Yes!

 

In Windows: ALT+CTRL+ Right Arrow 😁

Message 3 of 20
(697 Views)

Hi Wiebe,

 


wiebe@CARYA wrote:
In Windows: ALT+CTRL+ Right Arrow 😁

On my computer (at work) nothing happens for this specific key combination, but I guess what you are talking about… 😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 20
(691 Views)

@GerdW wrote:

Hi Wiebe,

 


wiebe@CARYA wrote:
In Windows: ALT+CTRL+ Right Arrow 😁

On my computer (at work) nothing happens for this specific key combination, but I guess what you are talking about… 😄


Hotkeys can be disabled (somewhere, the location changes all the time).

 

CTRL+ALT+Arrow sure freaked me out the first time I hit it accidentally.

0 Kudos
Message 5 of 20
(685 Views)

Unless you are doing pretty sophisticated "time" measurements (particularly on a Real-Time platform) or programming FPGA, you should (almost) never use a Sequence structure.  Use Wires (such as the Error Line) to establish the sequence of operations.

 

Bob Schor

Message 6 of 20
(657 Views)

The answer is: You can only add frames to the right and left in flat sequence structures.

 

While it is generally true that you don't often need multi-frame flat sequence structures, they can be useful for structuring code visually, and forcing execution order when using LV primitives without error in/out terminals. 

_____________
Creator of the BundleMagic plugin for LabVIEW!
0 Kudos
Message 7 of 20
(618 Views)

And please (please!) don't vote for this idea.

 

VSeq.png

0 Kudos
Message 8 of 20
(603 Views)

@littlesphaeroid wrote:

The answer is: You can only add frames to the right and left in flat sequence structures.

 

While it is generally true that you don't often need multi-frame flat sequence structures, they can be useful for structuring code visually, and forcing execution order when using LV primitives without error in/out terminals. 


FPGA aside, you could get away with zero sequence structures if you make a subVI out of the code you want to encapsulate.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 9 of 20
(599 Views)

@altenbach wrote:

And please (please!) don't vote for this idea.

 


Hmmm... Compared to natural languages, for example, egyptian hieroglyphs could be written vertically, (and, by the way, right to left as well). So, we can turn code into kind of art work:

art.gif 

And also traditionally, Chinese, Vietnamese, Korean, and Japanese are written vertically in columns...

Message 10 of 20
(584 Views)