04-08-2015 02:41 PM
Greetings. I am working on my Core 1 Lab Exercises. Although the training shows 2012, my software is LabVIEW 2014. I am on Exercise 2-5 "Simple AAP VI", page 2-11. I have follwed the directions exactly as given however, the book points out that I should be seeing an "average value" of around 0. I re-created this VI several times, thinking I made an error. Each time I get the same value of -5.69423. My integer indicator is represented using a double precision integer. When I change to signed or unsigned integer, then I get the "0" average value. Am I missing something?
Thank you
04-08-2015 03:36 PM
I don't have access to the core 1 materials. I suggest you post a VI you have tried creating, and explain what you expect it to do.
04-08-2015 03:57 PM
Make your indicator bigger. Most likely the value you are seeing is e.g. -5.69423E-16 or similar, i.e. basically zero 😄
(Alternatively, change the display format)
04-08-2015 03:59 PM
That makes sense now. Thank you.