04-22-2013 02:32 PM - edited 04-22-2013 02:43 PM
Hi,
This is the a example from LabView on building a oscillosocpe. I want to know how to find out to which property nodes of Y Axis does each ot these value belong. For example 1- which property and 0.5 - to which property.
Solved! Go to Solution.
04-22-2013 08:03 PM
Turn on context help and hover over the wire. Or right-click on the wire and "create constant".
04-23-2013 07:37 PM
04-23-2013 07:43 PM
Oh, because they bundled it directly. Hover over the words "YScale.Range" - context help shows the names. Or delete the wire that goes into YScale.Range, then right click on the input and Create Constant.
04-23-2013 07:50 PM
If I hover over YScale.Range - This is what I see. I already know this. But does this mean the order in which the numbers ( constants ) are bundled will be read out in the same order ?
04-23-2013 08:00 PM
The "Bundle" primitive will create a cluster that has an order. The order is from top to bottom. YScale.Range accepts a type-def cluster whose order can be verified by opening the type def, right-clicking the cluster, and selecting "Rearrange...". Or place a Bundle By Name and click on an element. The drop-down list is in order from top to bottom.
04-23-2013 09:15 PM