LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transpose 1D Array


@paul_cardinale wrote:

It's a real built-in LabVIEW function.  The output is the same as the input.  I can't imagine why it's there (except to give us something silly to talk about).


Then obviously it's a VI to eliminate all the questions on the forums about how to transpose a 1D array.  That's too funny.  Smiley Very Happy

aputman
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
0 Kudos
Message 21 of 32
(2,121 Views)

It might be a curiosity amplifier. 

—Ben
Prevent your computer from sleeping programmatically!
Use Power Requests
Download from GitHub

Message 22 of 32
(2,116 Views)

@paul_cardinale wrote:

It's a real built-in LabVIEW function.  The output is the same as the input.  I can't imagine why it's there (except to give us something silly to talk about).


Its "Wire Equivalent Code?"


"Should be" isn't "Is" -Jay
0 Kudos
Message 23 of 32
(2,115 Views)

Helps avoid all those nasty empty flat sequence structure frames?


GCentral
0 Kudos
Message 24 of 32
(2,111 Views)

where did you find it? What palette, in what version of LabVIEW?

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 25 of 32
(2,106 Views)

@paul_cardinale wrote:

@altenbach wrote:

@aputman wrote:

Example_VI_BD.png


This is a standard matrix function and probably has little to do with this discussion.


It doesn't take a matrix as input, only a 1D array.


The one quoted here does. I already commented on your 1D transpose function earlier. 

0 Kudos
Message 26 of 32
(2,106 Views)

@altenbach wrote:

@paul_cardinale wrote:

@altenbach wrote:

@aputman wrote:

Example_VI_BD.png


This is a standard matrix function and probably has little to do with this discussion.


It doesn't take a matrix as input, only a 1D array.


The one quoted here does. I already commented on your 1D transpose function earlier. 



No, it doesn't take a matrix:

1dt.png

 

It only takes a 1D array.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 27 of 32
(2,060 Views)

I was talking about the snippet posted by aputman, which is not the same as yours.

0 Kudos
Message 28 of 32
(2,052 Views)

@LV_Pro wrote:

where did you find it? What palette, in what version of LabVIEW?



It's not on a palette, but you can create it with scripting.

Here's a bunch of other stuff not on any palette.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 29 of 32
(2,030 Views)

paul_cardinale wrote:

Here's a bunch of other stuff not on any palette.


 I think you are missing several primitives that have been known to the public like the almost equal (that is unstable) Text to/from UTF, Coerce to Type, Leak/Unleak Variant, and Recompose DVR/Variant.  That last one has all kinds of warnings not to use it and even has a skull and cross bones icon.  To be fair some of those might have been removed in newer versions of LabVIEW, but some are still there.

 

The decorations you found look like stuff mostly from the DSC toolkit, including the neat pipes, and various filling images and valves.  DSC has a really cool Image Navigator for making industrial looking controls.  The other controls you found could be handy for sure.

0 Kudos
Message 30 of 32
(2,009 Views)