07-20-2012 02:00 AM
@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
08-06-2012 02:19 AM
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.
08-06-2012 02:36 AM
Hi Josy,
I've attached this VI saved in 8.2.
Christian
08-06-2012 02:40 AM
Iam trying to achieve this.
08-06-2012 02:42 AM
@josy wrote:
Iam trying to achieve this.
Exactly this is what my VI does.
Christian
08-06-2012 03:11 AM
Thank you so much christian.
08-06-2012 11:31 PM
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.
08-07-2012 05:27 AM
Hi,
I want to make a display like this.Can you please give me instructions for achieving this?
08-07-2012 07:27 AM - edited 08-07-2012 07:27 AM
Scan From String is one of my favorite functions...
08-16-2012 02:43 AM
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?