How to make a ring-type colorbox selector

Hi,
    How to make a color selector as shown in the attached pic and vi? I have thought about using ring control, but I couldn't put a colorbox as the item inside the ring. Someone familar with this?
Thanks.
PS: attached vi is for Labview 5.1.1, I want to rewrite in labview 2010.
Solved!
Go to Solution.
Attachments:
resistor decoder.vi ‏108 KB
Resistor Decoder.JPG ‏32 KB

If you need future upconversion there is an Upconvert Requests Thread that you can use. There is also a corresponding Downconvert Requests Thread.
As far as the code is concerned:
Iit's not clear whether this VI was meant to run continuously or not. There is no outer loop for the VI, so the original programmer might have used the Run Continuously button. This is a bad idea, since that button is intended to be used for debugging purposes, not for normal operation.
The VI has a minor bug. The numeric indicator for the result value has only 1 significant digit. Thus, for the colors black, green, silver it shows an answer of 0.1 but the actual value of the indicator is 0.05. 
The original programmer used decorations to hide the numeric increment/decrement controls on the picture ring. This is not necessary. Simply right-click on the control select Visible Items -> Increment/Decrement to hide them.
The colors shown aren't exactly correct. Some are missing. See here: http://samengstrom.com/24614782/en/read/4_Band_Resistor_Color_Codes  and here: http://en.wikipedia.org/wiki/Electronic_color_code

Similar Messages

  • How to make the condition type active

    hi,
    how to make the condition type active when its in inactive stage and its showing yellow triangle and y in the control features of it.
    and
    how to solve if is showing a statement as "INITAILISED".
    regards,
    balajit

    Dear Balaji,
    Yes it will come as Inactive mode.....If you make the 2 condition Class is same in single Pricing procedure ,In Standard system will display like this only..
    For Example:PR00-Condition class is Price
    EX00-Condition class is Price
    Then first Condition type will become Inactive.. change the Class of the Second Condition Type.
    Best Regards
    raj.

  • Nokia 5610 - how to make calls ring only on headph...

    Nokia 5610 - how to make calls ring only on headphone and not on phone???
    Could someone help me out please??? I tried everything... Nothing works!!!

    Surely if you put the phone on silent and connect the headphone? That works on mine.
    Chris
    6230i (the last bug-free Nokia?)
    Vodafone UK contract since 1992

  • Is there additional ring tones? or How to make custom ring tones?

    Hi,
    I am thinking about adding additional ring tones.
    Is there any site I can download the ringtones for cisco 7940, 7960, 7940G, 7960G?
    or
    Can I make custom ring tones by myself?
    If there is an application to do the ring tones, pls anyone let me know?
    thanks

    Hi San,
    Just to add a note to the great tips from Ingo and Bethany (+5 points each folks for your nice work here :)
    Here we go :)
    PCM File Requirements for Custom Ring Types
    The PCM files for the rings must meet the following requirements for proper playback on Cisco Unified IP Phones:
    •Raw PCM (no header)
    •8000 samples per second
    •8 bits per sample
    •uLaw compression
    •Maximum ring size-16080 samples
    •Minimum ring size-240 samples
    •Number of samples in the ring is evenly divisible by 240.
    •Ring starts and ends at the zero crossing.
    •To create PCM files for custom phone rings, you can use any standard audio editing packages that support these file format requirements.
    Configuring a Custom Phone Ring
    To create custom phone rings for the Cisco Unified IP Phone 7965G and 7945G, follow these steps:
    Procedure
    Step 1 Create a PCM file for each custom ring (one ring per file). Ensure the PCM files comply with the format guidelines that are listed in the "PCM File Requirements for Custom Ring Types" section.
    Step 2 Upload the new PCM files that you created to the Cisco TFTP server for each Cisco Unified Communications Manager in your cluster. For more information, see the "Software Upgrades" chapter in Cisco Unified Communications Operating System Administration Guide.
    Step 3 Use a text editor to edit the Ringlist.xml file. See the "Ringlist.xml File Format Requirements" section for information about how to format this file and for a sample Ringlist.xml file.
    Step 4 Save your modifications and close the Ringlist.xml file.
    Step 5 To cache the new Ringlist.xml file, stop and start the TFTP service by using Cisco Unified Serviceability or disable and re-enable the "Enable Caching of Constant and Bin Files at Startup" TFTP service parameter (located in the Advanced Service Parameters).
    http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7965g_7945g/6_1/english/administration/guide/7965cst.html#wp1097651
    There is a nice little Step by Step here;
    http://www.globalknowledge.com/training/whitepaperdetail.asp?pageid=502&wpid=473&country=United+States
    Or search sites like this one;
    http://www.adman.net/cisco/ringtones/browse.asp
    Hope this helps!
    Rob
    PS: Interesting tunes from your link Bethany, I'd love to hear "Scar Tissue" as a ringtone, pretty cool :)

  • Facetime not ringing on sleep mode? how to make it ring on sleep mode on my MBA

    my facetime does not ring on sleep mode? how make it ring on my MBA on sleep mode?

    COnnect your iphone to your computer. Once itunes detects your iphone it will ask you if you want to restore and update. Click on that and follow the dirction

  • How to make the document type in OAC2 as a parameter

    In Generic Object Services, when I choose Store Business document to manually attach word files from my desktop to a sales order, the filename which I choose is not displayed with the same name in the attachment list. It takes the document type name from OAC2 transaction. How do I make it display the filename and the author etc instead of choosing a generic name from document type in OAC2. The main problem is when I attach 2 word documents from my desktop, it attaches with the same generic name which is shown in OAC2. It is difficult to differentiate between the two documents unless one opens both the documents from the attachment list to figure out that they are different.

    Hi,
    In the report event at selection-screen output, based on the user action you can do that try like below:
    at selection-screen output.
    if p_checkbox = 'X'.  "Checkbox checked
        s_blart-low = 'F'.
       s_blart-option = 'EQ'.
      s_blart-sign = 'I'.
      append s_blart.
    endif.
    Regards,
    Himanshu

  • Help, how to make a program type in a command in command prompt?

    I've got a small code that only works if you type in something like this (assume that the .java file is smallcode.java):
    c:\>java smallcode filename.dcm
    on the other hand, in my main program I have a if else ladder that I want to fit in this code, when my file chooser choose the file type .dcm, I want it to execute the command above, how can I do it?

    1. Not sure if your file is an absolute path name,
    like "c:\files\file.dcm". If it's not, then it has to
    be in the same directory as where your running
    picviewer from. I always use the absolute path just
    to be safe.you know what, you just point out how stupid I am, the path is relative, it depends on where the user surf into, I get the directory like this:
    FileDialog fd = new FileDialog(this, "Select Directory", 0);
    String directory = fd.getDirectory();
    String fileName = fd.getfileName();
    >
    2. Your command string is wrong, try:
    String cmd = ("cmd /c d:\\java
    project\\picviewer\\test\\java DicomViewer " +
    "\""+file+"\"");You are missing a space between DicomViewer and the
    file name. Also, to make sure that it doesn't parse
    the file name, put it in quotes (like I have done
    above).I see, I'll modify the code and come back in couple minutes.
    thanks

  • How to make a ring counter in Multisim

    How would I do this?
    Modify this shift-register in the
    following manner.  Disconnect the
    wires on the J and K inputs of the first (left most) flip-flop.  Wire the Q output from the right-most
    flip flop back to the J of the first flip-flop.  Now, wire the Q' of the right-most flip-flop back to the K
    of the first flip-flop.  You have
    just made a ring counter.
    a)  CLEAR the shift-register by moving the "C" switch
    down then up.   Move the DATA
    switch to logic 0.  Now, move the
    PRELOAD switch to logic 0.  Note
    the outputs.  Move the PRELOAD
    switch back to logic 1.  Toggle the
    clock "B" two complete times and note the output.  Account for this action.
    b)  Toggle the clock "B" two more complete times and
    note the output.  Account for this
    action.
    c)  Why do they call a ring counter a data re-circulator?
    Attachments:
    Lab7b.msm ‏49 KB
    Lab7b1.msm ‏49 KB

    I am not sure as to what you are having trouble with. Could you explain what is giving you trouble and then maybe we can procede from that point. Is it wring the circuit? Do you not understand what the questions want as an answer?
    Please let me know exactly where your having problems and I will be able to help you navigate through this.
    Kittmaster's Component Database
    http://ni.kittmaster.com
    Have a Nice Day

  • How to make sure user type valid value? If valid -- Proceed

    Me develop a java console program.
    BufferedReader request = new BufferedReader(new InputStreamReader(System.in));
    String strpollutantNumber;
    int pollutantNumber;
    System.out.print("Enter pollutant number >> ");
    strpollutantNumber = request.readLine();
    pollutantNumber = Integer.parseInt(strpollutantNumber);
    I want to control my pollutant number and make it always valid. Let's say, pollutant number is between 1 to 4 only. If user press 5, system ask to re-enter valid value as follow
    Your pollutant number is invalid. Please re-enter.
    Enter pollutant number >>
    Did i need using loop at
    System.out.print("Enter pollutant number >> ");
    strpollutantNumber = request.readLine();
    pollutantNumber = Integer.parseInt(strpollutantNumber);
    or something..
    need help.

    so far, i want to control user input using
    while ( ......)
    user must enter value >=0.31 and <=0.39. if user enter value=0.29, it means this value is out from >=0.31 and <=0.39. see below program
    while(gramEmitted>=0.31 && gramEmitted<=0.39) {
    System.out.print("Your grams emitted value is not valid ... Please re-enter \n");
    System.out.print("Enter number of grams emitted per mile >> ");
    strgramEmitted = request.readLine();
    gramEmitted = Double.parseDouble(strgramEmitted);
    i want user will prompt >> Your grams emitted value is not valid .. Please re-enter \n
    Enter number of grams emitted per mile >>
    what i've now is when user enter value=0.29, the program not prompt the user to re-enter the value again.
    how to adjust
    while(*gramEmitted>=0.31 && gramEmitted<=0.39*) {
    System.out.print("Your grams emitted value is not valid ... Please re-enter \n");
    System.out.print("Enter number of grams emitted per mile >> ");
    strgramEmitted = request.readLine();
    gramEmitted = Double.parseDouble(strgramEmitted);
    Edited by: Delinda on Oct 21, 2008 11:26 PM

  • How to make phone ring tone louder for HP Officejet J3508 All-In-One

    Hi, I've bought HP Officejet J3508 All-In-One.. I've found a topic that match with my problem here. And it seems no one answering it.. the question was posted on 13 October 2010, So I can assume that even HP don't have the solution for this issue? I hope someone could answer it.. I've checked the manual, mostly it only talk about fax, print and scan...
    Thank you.

    Hi mektifan,
    Welcome to the HP Forums!
    I see that you are unable to scan over the network with your HP Officejet 7313 on Windows 8.1. I am happy to help you with this scanning issue!
    Please try the following:
    Go through this How To Scan guide. How to Scan: Windows 8.
    Run the HP Print and Scan Doctor, to fix any problems you may have.
    Hope this helps you, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • How to make menu ring items visible through VNC ?

    I have an application that has a menu ring in it. I am compiling the app., distributing it to a remote system, and viewing it using VNC (3.3.7) . Everything works through VNC with the exception that I can't see the items on the Menu Ring when it is selected (if I select the Menu Ring through VNC I can see on the host computer that it does cause the ring to drop down). I saw the item in the discussion forum regarding disabling the menu animation - I did this and recompiled the app., but this did not fix the problem.

    In the VNC configuration, try "refresh entire screen" It really slows things down, but it gurarantees that every item is actually read.
    Eric
    Eric P. Nichols
    P.O. Box 56235
    North Pole, AK 99705

  • BlackBerry Smartphone 8830, how to make ringers ring louder

    Hello All,
    I am a brand spanking new member on here, wondering if you lovely people could help me. When I put real music ringtones on my phone it rings very low. My friend has the Curve and her ringtones ring very loud when she put her phone on the normal profile and set the level to medium. I put mine on the Loud profile, and set the volume level to high and it still rings like a Low. When I play the ringtones back, they ring loudly but when someone calls me they ring low. Can someone tell me what to do?
    Thanks,
    T

    I don't have any issues with my ringtone volume, but I am using a Pearl 8120 on T-Mobile. You might want to go ahead and get a new phone inside a Verizon store. That way you can test out the volume of the ringers before you leave.
    tiville wrote:
    Upgrading to the latest software does not work. Verizon wanted to give me a new phone b/c they are saying the ringer should be louder than that. Do you have problems with your ringer volume?

  • How to make elevator/schedule type persistent across boots (multipath)

    Hello All,
    Running OEL 5.5 x64. Have set up multipath no probs, but notice that I get far better performance when using NOOP instead of CFQ, which is the default. Rather than having to change this every time I boot, wondering if there is a way to have it persistent across boots?
    The issue is that it seems it must be done at the block level. For example, echo noop > /sys/block/sda/queue/scheduler . The problem is that these block device paths change all the time. I saw something about doing it within grub.conf, but that did not work for me (http://lonesysadmin.net/2008/02/21/elevatornoop/)
    Thanks in advance!

    vcovco wrote:
    Running OEL 5.5 x64. Have set up multipath no probs, but notice that I get far better performance when using NOOP instead of CFQ, which is the default. Rather than having to change this every time I boot, wondering if there is a way to have it persistent across boots?Set it as a kernel boot parameter in the grub config file?
    The issue is that it seems it must be done at the block level. For example, echo noop > /sys/block/sda/queue/scheduler . The problem is that these block device paths change all the time. I saw something about doing it within grub.conf, but that did not work for me (http://lonesysadmin.net/2008/02/21/elevatornoop/)
    Hmm... perhaps in udev rules? These execute when the mpath devices are created. I use these to set permissions for mpath devices (at boot time or dynamically when refreshed). That should be the most appropriate place I think...

  • How to change the NAT type to Open on a Imac using bridged connections

    Hey everyone I have a problem. I play xbox live with my friends and i just moved and dont have a wireless adapter anymore. so i have bridged connections with my imac and xbox via ethernet. It works perfectly, but the only problem is that when i connect it say that my NAT type is strict. To play with all my friends i need a open NAT type. Does anyone know how to make the NAT type on the Imac open. And i do have a D-link router model DIR-625. When i called D-link they said to port forward, i did and it still didnt work, they said it must be the fire wall on the mac, microsoft said the same thing, that it might be the fire wall. I checked the fire wall and it said "All Incoming connections are allowed".
    I would really much appreciate it if someone helped me. Thank you!

    Yes, most likely. Microsoft has provided a list of XBox LIVE!-compatible routers. Since the OS X Internet Sharing feature is limited, there is no way to configure port mapping or placing the XBox in a DMZ with it. Typically, you either use a compatible router or configure port mapping/DMZ for non-compatible routers.

  • How to make valuation type field not changeable  in delivery tab of PO

    Hai friends,
                    I am new to badis..please guide me to solve the issue...
    how to make valuation type field not changeable  in delivery tab of PO...
    The field shd be in display mode only ...actually...there  a badi has been used before
    to get valuation type from a ztable depending on material and plant...
    Now ..my requirement is that the user shd not change the default value brought from the ztable...

    Hi SRINIVAS,
    You can achieve this from BADI only if BADI is allows you to do this. You cannot achieve everything from a BADI. Check if there is any expoting field in the methods that can be ticked for making the field in display mode. If not then you cannot achieve this from BADI.
    The field you want to default to display is a standard or zfield. If z, then you can changethe attribute of the screen field to Output only.
    Regards,
    Manish

Maybe you are looking for