01-02-2015 03:33 PM
Hi, is there anyway you can post this except for labview 2013??? I can't open your 2014
01-03-2015 01:34 PM
@ghbn8 wrote:
Hi, is there anyway you can post this except for labview 2013??? I can't open your 2014
Use the version conversion forum board for such request (download the VI and post it there):
http://forums.ni.com/t5/Version-Conversion/bd-p/VersionConversion
01-05-2015 07:15 AM
@ghbn8 wrote:
Hi, is there anyway you can post this except for labview 2013??? I can't open your 2014
You can't recreate the code from my image? Try it. You might learn something in the process.
01-05-2015 10:08 PM
I've been playing around with this for a while now, but is there a way to do the exact same thing except with numeric arrays instead of string arrays??
Thank you!!
01-05-2015 10:59 PM
01-06-2015 12:46 AM
Do you mind posting a small piece of code illustrating what you are saying. I'm not completely following you...
I would like to use floating point numbers and integers.
I've attached the code that I have done buttt...they changes I have made takes away the main functionality of the code (see the original post for the discussion). I need my program to do the same thing, except with numbers!!
01-06-2015 06:48 AM
You are very close. Change your Corresponding X's to be a 1D array. The constant initializing that shift register should also be a 1D array of Double. And then inside of the case structure, you need to specify column 1 with the Index Array.
01-06-2015 07:21 PM
Hey Crossrulz (or anyone else lol),
Can you take a look at the attachment and see what I'm missing?!?!?!
01-06-2015 07:35 PM - edited 01-06-2015 07:36 PM
I think you mean to index out the second column in your for loop (not the first column)
01-06-2015 07:57 PM
Fo anybody in the World who may need this...here you go!!
THANK YOU SOOO MUCH TO EVERYONE WHO HELPED