This widget could not be displayed.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

processing the array elements

Solved!
Go to solution

@crossrulz wrote:

... I used a feedback node instead of a shift register in the example below...

 


Just want to add that feedback nodes will be converted to shiftregisters anyway by DFIR since LV2009.

 

 

Christian

0 Kudos
Message 21 of 42
(1,588 Views)

Hi everyone,

                   please help me to do with the arrays.I have  a big array of 225 elements.I want to take the first four array indices elements and reverse it and then want to take the next four elements and reverse it..like that I want to do with the entire 225 elements.This is for an encoding purpose.I tried but failed to achieve.

Please help me to do this.

0 Kudos
Message 22 of 42
(1,570 Views)

Hi Josy,

 

Untitled.png

 

I've attached this VI saved in 8.2.

 

Christian

 

 

Message 23 of 42
(1,563 Views)

Iam trying to achieve this.

0 Kudos
Message 24 of 42
(1,562 Views)

@josy wrote:

Iam trying to achieve this.

 

Exactly this is what my VI does.

 

Christian


 

0 Kudos
Message 25 of 42
(1,560 Views)

Thank you so much christian.Smiley Very Happy

0 Kudos
Message 26 of 42
(1,555 Views)

Hi,

     Iam trying to display the system date and time.The time has to display in hours,minutes,seconds and in milliseconds.Iam succeeded and the VI is attached.But Iam trying to convert the time in string format to number and want to display it in an array in which the first index shows the year and second index shows the month and like that I want to represent the entire time string in 8 different indices.Please help me to do that.

0 Kudos
Message 27 of 42
(1,540 Views)

Hi,

     I want to make a display like this.Can you please give me instructions for achieving this?

    

0 Kudos
Message 28 of 42
(1,516 Views)

Scan From String is one of my favorite functions...


GCentral
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
Message 29 of 42
(1,506 Views)

Hi,

     How can we convert a byte array into its original form?Suppose one data is represented as 4 bytes in a byte array how can we reconverted it into one value.I tried some ways using 'flatten to string' but it is returning the values in a non readable form(ie: @^,.5%..).Anybody any suggestions?

0 Kudos
Message 30 of 42
(1,484 Views)