"David_G" schrieb im Newsbeitrag
news:506500000008000000F33D0000-1012609683000@exchange.ni.com...
> I am trying to do something very simple. On a "Horizontal Fill Slide"
> I need to use one data point that indicates the maximum range (which
> will change while program is running). The second data point the user
> will define and I need to read. All this while keeping the "Data
> Range" from 0 - 10. On a side question where can I read up on how to
> use the attribute nodes?
>
> Thank-you for your help
Hi David,
I'm already using this way to update the sliders inside my program. In that
case you have to set two properties of the corresponding control. The first
one is 'Data range -> Maximum' - it's used to set the biggest number the
user can
type in. You also have to define the same for the axis - located
under 'Axis->Data range->Maximum' - cause if you don't set this entry, the
slider shows the wrong scale.
I hope this is working, cause i use 6i and never testet it under 5.0.
For informations about using property nodes you have to take a look into the
books shipped with LabVIEW. Otherwise you can download them from NI website.
good luck
Henrik