05-22-2017 08:37 AM
Ok thank you. Sorry, I just began learning labview a couple days ago. Now the code seems to be working besides the output given is zero. I made the current values default now like you said. Ill attach the CSV file along with it.
05-22-2017 08:46 AM
It works for me!
If I enter FGFDH, I get an array that consists of 0, 43, 354. The first element that is a 0 is from the conversion of the serial number to a number, which is of course meaningless. You can ignore it, or do an Array Subset either before or after the conversion to essentially delete. (Or Delete from Array).