Array of sliders with different properties possible?

Hello, I'd like to have an array of sliders with different properties. And since that's not possible simply by creating an array of sliders, are there any workarounds for creating what's in the attached VI?
The reason for having an array of sliders is so that the user can add multiple elements at run-time, which is something I can't do with clusters, or can I? What about a nice scrollbar to go along with it? I'm particularly interested in the property to change the scale of the sliders so that the user can adjust the scale for each channel on its own. Since different channels are scaled differently, the sliders look a little silly when the values are especially far off.
Thanks.
Attachments:
sliders.vi ‏8 KB

You can't create an array like that, but you can create cluster that looks exactly the same (you'll need to add an event structure to handle the scrolling and you can set the controls disabled value to 2 to make it act like just like an unused array element). I can write up a working example later if you want.
Matt W
Attachments:
sliders 2.vi ‏14 KB

Similar Messages

  • Combining clips with different properties

    Hello
    If you have mixed-property clips on the timeline and wish to combine them into one MPEG movie to be viewed on the PC before being burnt to a DVD, which Presets and Export Settings would produce the best quality results?
    I am thinking of clip A with the following attributes (screenshot Clip_A)
    and clip B with its own attributes (screenshot Clip_B),
    but there may be more than two clips. Perhaps a third MP4 clip has PAL properties with different frame sizes to the clips above?
    Thanks
    Steve

    Hello John
    Thank you for your post.
    I think I know what you mean: a thick black frame around the clip?
    Can I ask: is AVCHD the 'heaviest' (best quality) type of file compared to the others? The alternatives I can see are: Publish+Share | Computer | Flash (or MPEG, or AVCHD, or AVI, or Windows, or Quick Time).
    Thanks again!
    Steve

  • Array of buttons with different boolean text ?

    I'm looking for a method of displaying a 2D button matrix with
    different boolean text on each button. It seems an array of booleans
    must all have the same text. Perhaps a cluster could be used, but the
    array makes button alignment easy and easy to determine which had been
    pressed (radiobutton style with only one button true at a time).
    Steve

    On 6 Dec 2002 05:31:21 -0800, [email protected] (humenik) wrote:
    >[email protected] (Steve Parus) wrote in message news:<[email protected]>...
    >> I'm looking for a method of displaying a 2D button matrix with
    >> different boolean text on each button. It seems an array of booleans
    >> must all have the same text. Perhaps a cluster could be used, but the
    >> array makes button alignment easy and easy to determine which had been
    >> pressed (radiobutton style with only one button true at a time).
    >It's easy to make them individuals in a cluster, and on the block
    >diagram use Cluster To Array to get it into array form for
    >manipulation. This can be superior to an array of buttons, not merely
    >because the buttons can thereby have differing colors and text. An
    >array of buttons cannot have the buttons Latched When Pressed; when in
    >a cluster, however, the latching action is available.
    When might that Latched When Pressed behavior be useful ? Using a 2D
    array of buttons (not cluster), in LV 6.1, a Value Changed event for
    the array can be used as you mention below to XOR the event's OldValue
    and NewValue and wire that to a local variable copy of the array.
    This easily gives a radio button effect for the entire 2D button
    matrix. The array control automatcially arranges the visual
    alignment of the buttons.
    For the cluster method, I'd like to programmatically change which
    button is true. All the approaches I come up with end up using
    Array-to-Cluster which then requires the cluster size to be specified.
    I may end up wanting to programmatically vary the number of buttons in
    both dimensions and hence the cluster size. LV's Align Objects and
    Distribue Objects ends up making the button visual alignment not
    difficult (for a 12 x 8 matrix).
    >Try this: take a cluster of four PB's (latched when pressed) put
    >inside a while loop. Initialize a boolean array of 4 to FALSE outside
    >the while loop, and attach it to a shift register input on the left
    >side of loop. Inside the loop, convert your cluster to an array. XOR
    >the shift register with this array from the buttons, and wire this to
    >the output shift register and to an indicator array. Set the boolean
    >to the loop so it will run free and start it up; on the control panel,
    >click on the PB's and you will see the outputs toggle.
    >
    >Greg

  • X3-00 re-flash with different language possible th...

    My X3-00 died recently, without having received any mistreatment whatsoever.  It displayed "sim card registration failed" when I connected to the internet, and after turning it off, it wouldn't turn on again (*it showed the Nokia logo, then a white screen flashed 3 times before it turned off).
    It was fixed at a certified Nokia service by re-flashing it.  This phone had the Chinese version of the software (version 8.50).  The local Nokia Service Point said that nowhere in Europe is it possible to re-install the original Chinese software for this phone, so they installed European version 8.54.  This means I lost the ability to either display or enter Chinese characters.  (Furthermore they didn't accept the still valid warranty that was given for this phone in China ... )
    Is it really true that Nokia Service Centres in Europe cannot install the original Chinese version of the software on the phone?  Is it true that Nokia won't provide this version for them?  Furthermore is it true that the warranty is only valid where the phone was purchased, not in other countries?
    The loss of Chinese functionality is very annoying.

    Also: It is usually the case with consumer electronics that the warranty is only valid in the country where the product was purchased.
    I.e., if you buy a phone in Italy, but live in Finland, you have to return the phone to Italy for warranty reports.
    That doesn't really make sense from a consumer's point of view, if it is still the same manufacturer that is responsible for the warranty repair costs (fixing the device or replacing it), but that's still how they operate (how laws and regulations in countries permit the companies to operate).

  • Lowpass filtering an array of waveforms with different cutoff frequencie​s

    I'm trying to take an array of waveforms and have seperate filter settings for each individual waveform. For example, I want to have a 2 hz cutoff frequency on my thermocouple inputs and a 100 hz cutoff frequency on a strain gage input.
    When I try to accomplish this using the Butterworth filter (as shown in the image) I get weird results. The VI seems to be setup to only handle 1 waveform at a time. If I set the init/cont to F for init, the beginning of each waveform segment is reset to 0 which wrecks the data files. If I set the init/cont to "T" for continuous, the data is completely wrecked because the waveforms are interferring with each other.  Clearly this VI is not setup for muliple instances (for use in a for loop).
    There are the Waveform filters, but I seem to only be able to use 1 cutoff frequency for the entire set of waveforms.
    In the subVI image below, I input an array of waveforms into a for loop with the settings collection for each channel (element in the waveform array). I pass the cutoff frequency to the butterworth filter with the Y data array from the segment of the waveform.  Waveform data is supplied continuously (I need a live data filter).
    Thanks for your input.
    Attachments:
    Filter applied to multiple waveforms.png ‏17 KB

    You are correct (about the true/false on the cont/init input).  Not sure I follow what the help is saying to do...
    Is there anyway to verify the number of instanced "Filter Duplicates" are running? I'm still having a lot of issues with my implimentation and I'm wondering if I'm not initializing everything correctly.  I've even added a button that should push a new re-initialization.  I'm trying to have an interface that allows the user to turn off and on the filter while data is be aquired.  Here is some of my code that I'm using to try and accomplish that, but after I've enabled the filter on multiple waveforms and hit my "re-initialize" button I still get bizarre data artifacts (like spikes) that would not be indicative of data on the other side of a low pass filter.  Thanks for any additional feedback.
    I've modified your Filter Duplicate to have an "Enable" feature so that the waveforms that I do not want any filtering of are just passed through.
    I've tried to re-create the functionality of your Test multi-filter VI Server, but with the added boolean option to not have the filter performed:
    So when "True" is on init/cont input the VI is re-open by VI server and the true signal propagates to the Filter Duplicate Asynchronous call.  Here is a snippit from my main window call:
    Lastly, here is the noisy data I'm dealing with:
    Here is the data after I apply a 5Hz filter to each one:
    Clearly data from one is being imposed on the other.  Hitting my "re-initialize" button to send a "true" signal through doesn't fix it.  How can I verify that my filters are working independently as desired?
    Thanks!

  • 15" G4 FW800 Alu Replace Keyboard With Different Language Possible?

    I have recently acquired a 15" PowerBook G4 FW800. The unit is Japanese and has a keyboard for that region. I ordered replacement keyboard that is US English. The new keyboard works great. However the layout it uses is still the funky English layout from the Japanese keyboard. Changing the Input settings does nothing. Hooking an external keyboard works fine and has the correct English layout.
    When I go into Open Firmware the layout works as you would expect from the normal English QWERTY layout. I assume there is some sort of option in the firmware that tells MacOS X which keyboard layout to use for the internal keyboard.
    Is there any way to force a specific keyboard language layout for the internal PowerBook keyboard or is this not possible at all?

    Unfortunately that didn't work. The option doesn't show up for the internal PowerBook keyboard.
    I had hoped for a more permanent solution like a way of modifying the firmware to change which type of keyboard MacOS sees attached. I would think that it's just a single value that it reads to determine this information.
    I am going to take a crack at switching they keyboard again and see if the keyboard layout I created works ok with the US English keyboard. There are a couple buttons on that layout which aren't on the JIS layout so I don't know if those will work with the new layout. The layout is working fine with the JIS keyboard connected. We'll see.
    Message was edited by: Jason Bean

  • Different Groups with different rights possible on same Datasync1.2.4

    Hi,
    is it possible to configure datasync for one group syncing all mail and appointments and for an other group only syncing appointments?
    Do I have to setup two datasync servers, or could this be solved by an additional connector?
    Markus

    sorry wrong forum

  • Videos w/ different properties - MultiCam Edit

    I understand that videos needs to be In Sync in order to do a multi cam edit.
    I was given video with different properties from 4 cameras. I imported those videos, and have listed their properties below.
    I would greatly appreciate help on how to get these properties the same... and also, I'm not sure which properties I should convert to - so that I maintain the highest quality video.
    Camera___Frame Size_Vid rate__Compressor____Data Rate__Pixel Aspect___Field Dominance
    DDBBSony__1440x1080___29.97___HDV 1080i60__3.2 MB/sec___HD (1440x1080)__Upper(Odd)
    DDBBJVC____1280x720____29.97___HDV 720p30___2.4 MB/sec__ Square___________None
    DDBBXHA1__1440x1080___29.97___HDV 1080p30__3.2 MB/sec__HD (1440x1080)__None
    DDBBHV20__1440x1080___23.98___Apple ProRes422__11.5 MB/sec__HD (1440x1080)__None
    All videos have Aud Rate = 48 KHz // Aud Format = 16-bit Integer // Alpha = None/Ignore // Composite = Normal // Tracks = IV, 2A
    Thank You!!!

    You're certain the ProRes format @ 1920x1080 / 29.97 will give me the highest quality output?
    Well, UNCOMPRESSED 10-bit will get you the best, but ProRes 422 is the second best. UC 10-bit takes up a lot of space and requires VERY fast and large RAID arrays. What is your final output going to be?
    And can you please provide some assistance regarding how to compress these videos?
    In Compressor, in the OTHER WORKFLOWS there is the ADVANCED FORMAT CONVERSIONS. There you will see PRORES. Drop your footage into the DROP ZONES and then apply the ProRes option you want. KNow that HQ will be overkill...that is meant for 2K footage...zero benefit for 1080 or lower. You should choose at this point whether you want INTERLACED or PROGRESSIVE. Not sure you can mix the two...but I haven't tried, so you can try to convert small bits of video and test and see.
    Shane

  • How to create an array of ring with a different items/values for each

    Hi All,
    i want an array of text ring with different items and values for each text ring. Do you have other solution if it does not work?
    thanks by advance

    0utlaw wrote:
    Hello Mnemo15,
    The properties of elements in an array are shared across all controls or indicators in an array, so there is no way to specify unique selectable values for different text rings in an array.  It sounds like what you are looking for is a cluster of ring controls, where each control can be modified independently.  
    Could you provide a more descriptive overview of the sort of behavior you are looking for?  Are these ring elements populated at run time?  Will the values be changed dynamically? Will the user interact with them directly?
    Regards,
    But the selection is not a property, it is a value... I just tried it and you can have different selections.  Just not different items.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Is it possible to express two y axes on a xy graph with different scale

    Is it possible to express two y axes on a xy graph with different scale
    I need to program it... Please help me

    Hello.
    Yes, it is possible to have two different vertical scales on an xy graph. There is no way that I know of to add a scale programmatically, but once you have added it, you can configure the range of it programmatically, as well as assigning a plot to any particular scale. You do this by using an xy-graph property node, with the properties YScale.Minimum, YScale.Minimum, and Plot.YScaleIndex respectively.

  • Is it possible to share an aperture library with different users using osx server.

    is it possible to share an aperture library with different users using osx server.

    Not really.  You should not be sharing an Aperture library over a network.  It's not designed for that and you'll likely corrupt your library at some point.

  • Can I backup two devices (with different documents) to one iCloud account?  For example: iPad and iPhone, not everything is synced between the two, but I would like to backup each (seperately in the cloud), is this possible?

    Hello Apple Community,
    Can I backup two devices (with different documents) to one iCloud account? 
    For example: iPad Air and iPhone 5, not everything is synced between the two, but I would like to backup each (seperately in the cloud).  Is this possible?
    This way when I change from an old ipad to a new, I can restore with the ipad backup, and when I change from an old iphone to a new, I can restore from the
    iphone backup.
    Thank you in advance!

    Terminology check here. Do you really mean a "CD"?  There's a difference in Cloud behavior between content from a physical CD you ripped (which only has Cloud content if you have iTunes Match) and an "album" you bought from the iTunes Store.
    Read references for Home Sharing.
    iTunes: How to share music and video - http://support.apple.com/kb/HT2688 - about Music Sharing and Home Sharing
    Home Sharing Support page - http://www.apple.com/support/homesharing/
    iOS: Setting up Home Sharing on your device - http://support.apple.com/kb/ht4557 - "With Home Sharing in iOS 4.3 or later, you can stream your entire iTunes library over your home Wi-Fi network from your Mac or PC right to your iPhone, iPad, or iPod touch."
    The above can get pretty complicated.  You are probably best off by syncing both devices to a single library and/or updating the libraries on both computers to have the same content.

  • Is it possible to work with different languages in different applications?

    Hi,
    is it possible to work with different languages in different applications?
    To have f.e. Photoshop in English and Indesign in Dutch??
    Thanks!

    I am not sure about it that you can use different apps in different language in the same computer, however you can check the following links:
    http://helpx.adobe.com/creative-cloud/kb/change-installed-language.html
    Adjust the install language | CCM
    http://tv.adobe.com/watch/learn-creative-cloud/installing-multiple-languages-of-a-desktop- application/
    Regards
    Rajshree

  • Is it possible to create a customer master with different address

    Hi Gurus,
    Is it possible to create a customer master with different address as we maintain in SAP CRM.
    Kindly help me onthis issue \
    Regards
    Kannan

    Hi Kannan,
    There are no multiple addresses but you can use multiple unloading ponts for the same address for the ship to Party.
    So when you create a Sales order the system will give a pop up with the unloading points allowing you to select the desired one.
    I hope I understand your query correctly.
    Regards
    Yogesh

  • Is it possible to create a subscription page with different options for blog, newsletter, product announcements, training events, etc?

    I would like to create a subscription page for my Muse site with different subscription choices, but I am not sure if it is possible or, if it is how I should construct it. Any ideas?

    Hi
    This can be done from hosting platform end. If you are using Business Catalyst to host your site , then you can use events module, campaign subscriptions , secure zone subscriptions etc.
    You can create the events/announcements on BC end and then add the module in Muse page which on publish will show the modules on page.
    Thanks,
    Sanjit

Maybe you are looking for

  • Balance Confirmation thru mail

    Dear All, Client requirement is to mail the balance confirmation letter directly thru SAP after executing F.17. I want to know, if this is possible and what are the settings that are required to be done. If any there is any document for the same. Ple

  • My phone does not open anymore, after the battery has been empty.

    My phone?s battery turned off, it was empty. I plugged it and it never came back to life It's been 72 hours though... What could I do??

  • I would like to know how to switch activate/deactivate ssl tomcat login

    well, i have a question, first i have been configurate all ssl on tomcat, and it works but have you ever notice while you are loging on hotmail or gmail, there is a page where you can access with your login and password in a normal http page but when

  • Encore CS5 hangs when opening project

    I have read posts about this problem already and the solutions proposed so far seem to do with changing or erasing cache files, fiddling with Premiere Pro, etc.  Frankly, I don't understand any of that!!  Can someone suggest something more direct?  W

  • Desktop version launches HTML version

    Hi I´m trying to setup the NBWC client Desktop version. I have installed NBWC 4.0 PL12 and in the logon details i enter: http://server.dom.com:8000/sap/bc/nwbc/nwbc_launch I get the logon screen, but the system uses the HTML version of NWBC and launc