LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is DBL block? Why am I not get an array of numerical outputs?

I am trying to use the Peak Detector. I checked out this post.

 

In the picture, the Locations output is connected to a block called DBL?

 

I searched DBL  in my block diagram and this is what I got:

DBL.jpg

 How do I get his DBL?

0 Kudos
Message 1 of 3
(3,371 Views)

Numeric Constant.  You can change the representation to be of type DBL.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(3,352 Views)

It's an indicator of an array of doubles. You put that on your front panel and the block diagram terminal appears.

 

Three ways to get that:
1- Drop a Numeric indicator on the front panel along with an Array frame. Drag the Numeric into the Array frame.

2- Drop a Numeric indicator on the front panel, then right click on it, then Convert to Array.

3- Right click the output terminal of the subVI and click "Create Indicator"

Message 3 of 3
(3,343 Views)