01-11-2015 02:39 AM
hi, i have Decimals array , when i use split 1D array functions,change numbers after the decimal point. What to do to dont change them.
01-11-2015 04:46 AM
HI,
Could you attach your code?
because I don't have that problem. I am using LV 2010
01-11-2015 10:30 AM
Looks wiered. Which LabVIEW verison are you using? I don't have problem in 2012 SP1.
01-11-2015 10:38 AM
2013, thanks
01-11-2015 11:01 AM - edited 01-11-2015 11:06 AM
Without seeing code, I'm guessing you have wired the outputs to arrays of integers? If this is the case, change the element of the array representation from integer to double.
01-11-2015 11:28 AM
01-11-2015 11:32 AM
Please stop offering posts that have no value. If you want help, help us help you. Post your code. You're clearly doing something wrong as nobody else has this issue. We can't figure out what YOU'RE doing wrong until you show us what you're doing. Below the reply there is a big bold word: "Attachments" Beneath that is "Browse..." Click the browse and add your vi.
01-11-2015 12:28 PM
01-11-2015 12:31 PM
Most likely your output array indicator uses different formatting. Change the formatting to show more decimal digits. (right-click array element...display format...)