<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic slider config in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253922#M1237962</link>
    <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have a slider which&amp;nbsp;varies from 0 to 63 as shown in image now i want to make like it should show on front panel 0 to 504 but in background it should send 0 to 63 for example on front panel 0, 8, 16, 24, 32, 40, 48.... 504 in multiples of 8 but in background(block diagram)&amp;nbsp; it shound send 0,1,2,3,4,5,6,7......63 so it can be 0=0, 1=8, 2=16,3=24,4=32......, 63=504.. how can i do it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2022 11:58:01 GMT</pubDate>
    <dc:creator>User002</dc:creator>
    <dc:date>2022-09-07T11:58:01Z</dc:date>
    <item>
      <title>slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253922#M1237962</link>
      <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have a slider which&amp;nbsp;varies from 0 to 63 as shown in image now i want to make like it should show on front panel 0 to 504 but in background it should send 0 to 63 for example on front panel 0, 8, 16, 24, 32, 40, 48.... 504 in multiples of 8 but in background(block diagram)&amp;nbsp; it shound send 0,1,2,3,4,5,6,7......63 so it can be 0=0, 1=8, 2=16,3=24,4=32......, 63=504.. how can i do it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 11:58:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253922#M1237962</guid>
      <dc:creator>User002</dc:creator>
      <dc:date>2022-09-07T11:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253936#M1237965</link>
      <description>&lt;P&gt;Well, how about dividing by 8 before you "send" it along?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That leaves you with the decision of how to handle remainders.&amp;nbsp; &amp;nbsp;You've told us that (for example), 0 on the front panel maps to sending 0, 8&amp;nbsp;maps to 1, 16 maps to 2, etc.&amp;nbsp; So what do you want to do with 1-7, 9-15, etc.?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also have a subtle endpoint problem looming.&amp;nbsp; You should probably have 64 size-8 *intervals* so your slider's full range should go from 0 to 511 (while you can make the scale on the display lie to suggest that it goes from 0 to 504, assuming you have a good reason for presenting things that way to the user)&amp;nbsp; Going from 0 to 504 only gives you 63 full intervals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; If you range it 0 to 511, you can use the integer quotient and remainder directly to do the right kind of divide-by-8 mapping with equal size intervals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Kevin P&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 12:26:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253936#M1237965</guid>
      <dc:creator>Kevin_Price</dc:creator>
      <dc:date>2022-09-07T12:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253944#M1237969</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FrankenChino_0-1662554809777.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/0c22a8ca0b992631f9de471d3f245e38a2889a1a/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303737373069303342344642374134344535303337382f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="FrankenChino_0-1662554809777.png" alt="FrankenChino_0-1662554809777.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 12:46:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253944#M1237969</guid>
      <dc:creator>Krapfen</dc:creator>
      <dc:date>2022-09-07T12:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253960#M1237977</link>
      <description>&lt;P&gt;thanks but the next problem is i have other sliders in that one has 5 values 8,10,24,456,5640 on front panel and in block diagram it should be 0,9,50,118,185.. so 8 on front is 0 in block diagram, 10 is 9, 24 is 50,256 is 118, 5640 is 185.. so may be i need other solution..&lt;/P&gt;
&lt;P&gt;waiting for replies&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 13:29:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253960#M1237977</guid>
      <dc:creator>User002</dc:creator>
      <dc:date>2022-09-07T13:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253969#M1237983</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@User002&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;the next problem is i have other sliders in that one has 5 values 8,10,24,456,5640 on front panel and in block diagram it should be 0,9,50,118,185.. so 8 on front is 0 in block diagram, 10 is 9, 24 is 50,256 is 118, 5640 is 185.. so may be i need other solution..&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So now you have a completely different problem!?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use a lookup table: have your slider output (integer) values of 0-4 and use those to index an element of any array holding your desired output values!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 13:46:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253969#M1237983</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2022-09-07T13:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253978#M1237988</link>
      <description>&lt;P&gt;sorry but can you show me example or link of example because i did not get you exactly.&lt;/P&gt;
&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 13:56:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4253978#M1237988</guid>
      <dc:creator>User002</dc:creator>
      <dc:date>2022-09-07T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4254002#M1237998</link>
      <description>&lt;P&gt;Hi jeet,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@User002&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;can you show me example&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;As I wrote before: use text labels for your slider and an array of your desired value!&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/170/1237998/1/check.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 14:57:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4254002#M1237998</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2022-09-07T14:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4254306#M1238109</link>
      <description>&lt;P&gt;So why exactly does it have to be a slider? Seems quite misguided and a complete waste of UI space. It's just not natural!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend a "ring", "radiobutton control", or similar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.ni.com/t5/LabVIEW/slider-values/m-p/4246178#M1234970" target="_blank" rel="noopener"&gt;Here's something to get you started&lt;/A&gt;&amp;nbsp;, but solves a slightly different problem. You just need to adapt it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that for rings, the item and values can be anything you want!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="altenbach_0-1662663484400.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/98c69ee7aac4c2806af8757cdcea77fd390821cd/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303738343369424138374438334137424345314134312f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="altenbach_0-1662663484400.png" alt="altenbach_0-1662663484400.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="altenbach_0-1662663939312.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/c59e1b3f203dfda8aec6ae37ac87a0c64c821b2e/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303738343469443239314636463538464330343334362f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="altenbach_0-1662663939312.png" alt="altenbach_0-1662663939312.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the number of items gets too long, I would use a listbox with a scrollbar. Use a double-click event to index into an array of values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 15:32:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4254306#M1238109</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2022-09-11T15:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255605#M1238634</link>
      <description>&lt;P&gt;thanks for different idea but i want to adjust it with slider so user can adjust the config easily because in other slider there are more than 600 values.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:08:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255605#M1238634</guid>
      <dc:creator>User002</dc:creator>
      <dc:date>2022-09-16T08:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255616#M1238637</link>
      <description>&lt;P&gt;I managed to do it with suggestions. Now i have one last question regarding this sliders. the Same slider i which is&amp;nbsp;varies from 0 to 504 configuration is done now i want to add one last functionality in it. If slider value is 0 to 63 it should jump the values by 1 and if slider crosses 63 then it should jump values by 8 then multiplication value should change from 1e-6 to 8e-6 and there is one string that should change. i tried to do it it is working but im using button and cases i dont want to use that it should select automatically. im attaching the vi in this there are two while loops which show the what i want to do and i third while loop i did it using selection button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;waiting for suggestions thank you..&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:01:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255616#M1238637</guid>
      <dc:creator>User002</dc:creator>
      <dc:date>2022-09-16T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255888#M1238738</link>
      <description>&lt;P&gt;anyhow is it possible or not??&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 11:27:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255888#M1238738</guid>
      <dc:creator>User002</dc:creator>
      <dc:date>2022-09-18T11:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255891#M1238740</link>
      <description>&lt;P&gt;Hi jeet,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@User002&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;anyhow is it possible or not??&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using property nodes you can manipulate the accepted input range and the steps between possible input values - as you can also set in the properties dialog of the slider…&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 11:38:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255891#M1238740</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2022-09-18T11:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: slider config</title>
      <link>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255892#M1238741</link>
      <description>&lt;P&gt;yes but along with that the string and the multiplication value also should change. please&amp;nbsp; can you check the vi which i have attached ? that would be very helpful&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for replying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 11:47:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/slider-config/m-p/4255892#M1238741</guid>
      <dc:creator>User002</dc:creator>
      <dc:date>2022-09-18T11:47:34Z</dc:date>
    </item>
  </channel>
</rss>

