LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple AAP VI

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

0 Kudos
Message 1 of 4
(3,161 Views)

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.

0 Kudos
Message 2 of 4
(3,142 Views)

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)

0 Kudos
Message 3 of 4
(3,129 Views)

That makes sense now. Thank you.

0 Kudos
Message 4 of 4
(3,122 Views)