cancel
Showing results for 
Search instead for 
Did you mean: 

processing the array elements

SOLVED
Christian Mergl
Trusted Enthusiast

Re: processing the array elements


@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

josy
Member

Re: processing the array elements

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.

Highlighted
Christian Mergl
Trusted Enthusiast

Re: processing the array elements

Message contains an image Message contains an attachment

Hi Josy,

 

Untitled.png

 

I've attached this VI saved in 8.2.

 

Christian

 

 

josy
Member

Re: processing the array elements

Message contains an image

Iam trying to achieve this.

Christian Mergl
Trusted Enthusiast

Re: processing the array elements

Message contains an image

@josy wrote:

Iam trying to achieve this.

 

Exactly this is what my VI does.

 

Christian


 

josy
Member

Re: processing the array elements

Thank you so much christian.Smiley Very Happy

josy
Member

Re: processing the array elements

Message contains an attachment

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.

josy
Member

Re: processing the array elements

Message contains an image

Hi,

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

    

crossrulz
Knight of NI

Re: processing the array elements

Message contains an image Message contains an attachment

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



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
josy
Member

Re: processing the array elements

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?