3D Dial Guage

Hi Forum,
Can anyone tell me how to change the limit of the arcs in the 3d Dial Gauge. I am able to change the color of the arc by changing "stroke" property. But i couldn't find any property to change the limit of the arcs.
Also, i am able to put a value in the value box. But the needle is not moving according to the value that is assigned to value box.
Thanks a lot,
Regards
Mike.

Hi Michael,
have you done the advanced training course yet?  Doing dynamic graphics is well explained in one of the labs.  If you search for "Dynamic Graphics" in the index of the help files, there's a good walk through there too.
The rotation of the needle is calculated using a animation link.  The link you'd use is:
SVG Element: Needle\Transform
And the Expression would be something along the lines of:
"rotate(" & (20 + 320 *  (Value - MinRange) / (MaxRange - MinRange))  & " 150 150)"
Where Value, MinRange, etc... are Object Properties which you would've already defined and rotate is the functon on the angle calculated.  If you wanted to, you could also use the "Calculated Properties" to do the calculation instead of doing it directly in the animation link.
I'm not too sure I understand what you're trying to do with the limit.  Is it the text value you're wanting to change, or the angle at which the limit sits?
Regards,
Lawrence
Edited by: Lawrence Prinsloo on Jan 8, 2008 1:53 PM

Similar Messages

  • 3D Dial Guage not showing up

    Hi All,
    After the upgrade of MII from 12.1 to 14,  I am unable to see the animated object. It displays nothing on click of the 3D Dial guage object in the Default folder of workbench.
    All other objects like Alerter,LED meter etc are displaying, except the Half guage, 3D guage.
    Do I need to upgrade on patch?
    Note: Current MII version is 14, SP4 and Patch 5.
    Thanks,
    Padma Rao

    Hi,
    So you downloaded the Materials.zxp and used Extension Manager to install?
    Do you have any of the .p3m files here:
    Users/user/Library/Application Support/Adobe/Adobe Photoshop CS5/Presets/Materials
    or /Applications/Adobe Photoshop CS5/Presets/Materials
    If not, that's where they should be. We've seen the Extension Manager installation have various problems including silent failures. You can change the Materials.zxp extesion to .zip and then unzip to find the individual material files. Copy them manually over to the user directory.
    Now launch Ps and with a 3D layer selected and an existing material targeted, click the material picker icon and then go to the upper right flyout. From this menu you should be able to replace/append the previewed material samples. Hopefully this screen shot illustrates this OK.
    regards,
    steve

  • Color range on 3D dial guage

    Hi,
    I am using 3D Dial gauge. I am trying to set the limits for red, yellow and green arcs.
    My requirement is to set the arcs as  0 to 85 : Red, 85 to 95 :Yellow, 95 to 100: Green with the Min range and Max range as 0-100.
    In the SVG Element properties, i can see the red arc , green arc and yellow arc but how to limit the range is not clear to me.
    Any idea will be a great help
    Thanks
    Shipra
    M-9886452721

    Hi Shipra,
    I think this thread will help you out.
    Re: Changing the limits on 3D Dial Guage
    Also, any changes you wish to make in your SVG, you can use Inkscape. Its a free and readily available tool and easy to understand and use.
    Check out these links too:
    Re: SVG PIE Chart - Limits
    Re: Half Gauge SVG - Change Coloured arcs
    Re: Limits on 3D dial gauge
    All the best.
    Regards,
    Gita K C.

  • Changing the limits on 3D Dial Guage

    Hi,
    I am trying to limit the Red,Green & Yellow arc lengths on the 3d Dial Guage. For E.g. i want to show 0-30 as red, 30-50 as yellow & the rest as green. I am able to rotate the arcs using "transform" property of the respective arcs.
    I found few threads on sdn which says it can be done using SVG Object properties instead of using the "transform" property.
    Can you pls. tell me exactly how using the SVG Object properties we can limit the low & high values of each of the arc's?
    Regards,
    Sushma.

    Hi Sushma,
    I had a similar requirement long back and I got the solution by playing with it. Please try the below.
    Define Object Properties (of type Number):
       HighLimit
       LowLimit
       MaxRange
       MinRange
    In your case, set HighLimit to 50 and LowLimit to 30 . Set MinRange and MaxRange as per your requirements (for example: 0 and 100)
    Set Animation Links as follows (click Assign Link to set this value): 
    YellowArc: d
    "M107.59 266.52  A 124,124 0 "  & if( ((HighLimit - MinRange) / (MaxRange - MinRange) ) > (180.0/320.0) ,1,0) & " 1 " & (150 + 124 * cos(pi * (110 + ((HighLimit - MinRange) / (MaxRange - MinRange) ) * 320) / 180)) & " " & (150 + 124 * sin(pi * (110 + ((HighLimit - MinRange) / (MaxRange - MinRange) ) * 320) / 180))
    RedArc: d
    "M107.59 266.52  A 124,124 0 "  & if( ((LowLimit - MinRange) / (MaxRange - MinRange) ) > (180.0/320.0) ,1,0) & " 1 " & (150 + 124 * cos(pi * (110 + ((LowLimit - MinRange) / (MaxRange - MinRange) ) * 320) / 180)) & " " & (150 + 124 * sin(pi * (110 + ((LowLimit - MinRange) / (MaxRange - MinRange) ) * 320) / 180))
    Thanks,
    John

  • Limit range on 3D dial guage

    Hi,
    i am using 3D Dial gauge. I am trying to show the number of deviations per batch in gauge.for example  less than 20 as green, 20 - 40 as yellow and rest as red.
    In the SVG Element properties, i can see the red arc , green arc and yellow arc but how to limit the range is not clear to me.
    Any idea will be a great help
    Thanks

    I was specifically referring to using the AnimationRenderer action block in the BLT. Prior to using this action block (and setting the Max Limit and Low Limit Properties there), you can use an assignment action block to do your logic. Or you can do your logic within the assignment of the properties.
    The AnimationRenderer asks for you to configure the object and specify which Animated Object to use.Then you can configure the links --- this is where you can set your Max and Low Limits.
    Then after the AnimationRenderer, you need to use the Image Saver action block within the Web section to save the SVG file
    Of course if you wanted to hard code the max and low limits, you could open up your SVG within Dynamic Graphics. Then go to Object Properties and Edit your Max and Low Limit properties this way.

  • Indicator on 3D dial guage

    HI ,
    I am using 3D Dial gauge.
    My requirement is to set the arcs as 0 to 85 : Red, 85 to 95 :Yellow, 95 to 100: Green with the Min range and Max range as 0-100,and I also need to change the indicator color and  postion /direction based on needle postion .
    For example :
    KPI Vlaue : 70
    HighLimit:95
    LowLimit: 85
    MaxRange: 100
    MinRange: 0
    So I Limit the arc range based on given formula :
    YellowArc: d
    "M107.59 266.52 A 124,124 0 " & if( ((HighLimit - MinRange) / (MaxRange - MinRange) ) > (180.0/320.0) ,1,0) & " 1 " & (150 + 124 * cos(pi * (110 + ((HighLimit - MinRange) / (MaxRange - MinRange) ) * 320) / 180)) & " " & (150 + 124 * sin(pi * (110 + ((HighLimit - MinRange) / (MaxRange - MinRange) ) * 320) / 180))
    RedArc: d
    "M107.59 266.52 A 124,124 0 " & if( ((LowLimit - MinRange) / (MaxRange - MinRange) ) > (180.0/320.0) ,1,0) & " 1 " & (150 + 124 * cos(pi * (110 + ((LowLimit - MinRange) / (MaxRange - MinRange) ) * 320) / 180)) & " " & (150 + 124 * sin(pi * (110 + ((LowLimit - MinRange) / (MaxRange - MinRange) ) * 320) / 180))
    Needle is pointion to 70 becuase KPI value is : 70
    I am also able to change the indictor color based on needle position
    if needle is in Red Range the indicator  color is : "RED"
    if needle is in Yellow Range the indicator  color is : "Yellow"
    if needle is in Green Range the indicator  color is : "Green"
    Now I have to change the direction of indicator but how I do not know
    if indicator color is "RED"  it should be "Down"
    if indicator color is "Green"  it should be "UP"
    if indicator color is "Yellow"  it should be "Left"
    Any idea will be a great help
    Regards
    Shipra

    Hi Shipra,
    You will need an SVG editor to make the modifications to the underlying SVG object.  There are several of them available, but the one I always have used in the past is a freeware download from Inkscape.  There are several threads on this forum which refer to SVGs and I recommend searching back through all years to get some suggestions or ideas.
    Regards,
    Mike

  • RS232-Connection / dial guage

    Hi!
    I would like to connect a dial gauge per rs232 to labview7.1. But it doesn´t work. The manual says, that the signal "dtr" has to be low for 140ms. then the data will be automatically sent by the equipment. But how can i program the dtr signal individually? I am programming with the visa controls. I thought that this would be the simplest way to programming rs232. is there another simple opportunity to program the rs232-dtr-signal in labview7.1?
    Thanx for all
    Timmy

    thanx a lot. but it isnt running. always i get an error while reading the visa! i attached my vi incl. the interface description. perhaps anyone can detect some missed basic details?! I am really glad about every tip i can get.
    bye timmy
    Attachments:
    rs232.zip ‏92 KB

  • Drill through in Pie Chart/Range Guage

    Hi
    I enable drill thorugh in my Pie Chart and Range Guage( Dial Guage) in the BAM reports.
    How to change the value format for the drill through fileds. IF we go to the value format the drop down for filed selection just shows the fields used to configure the Guage or pie chart and not the fileds used for drill though
    How can we change the format for the fields used for drill through
    TO reproduce
    Just take some id, process name, exceution time,status( success/failure). The dial guage shows just the execution time average.Now in drill through it has details for id. processname, started/failure. How to change the format for these fields.When u select properties and then go to value format tab and the dropdown for fields will show only execution time not status, processname or id.
    How to change the value format for these fields

    I don't think this is a bug. This happens only for the drill through reports that get created by default for a particular view. Because you are trying to look for formatting options for drill through report from the context of your main report editor, you are finding it as bug. It will be very difficult to provide all such options for DEFAULT drill through report in the context of MAIN report. I think may be we can add a line or two in our documentation to clarify this part, that should be sufficient.

  • How to chart date complete

    I need a dial guage chart in apex that works similar to this: http://dashboard.virginiadot.org/default.aspx
    table has project#, start date, end date, actual start date, actual end date
    I need a dial guage chart that shows percentage done if less than 30 its green, if 30 to 60 yellow, if 60 + red...
    I know I'm not asking this right, and not giving enough information.. but thats basically where I am..
    nothing I have tried has worked and I don't know what direction to go in, where to start..

    Hi Shannon,
    You mention that your table holds the following information: "+project#, start date, end date, actual start date, actual end date+", and you wish to display the project percentage complete information on a Gauge chart. Are you holding that status/percentage complete value in a separate column, or do you just consider a project to be complete where the <i>actual end date</i> column contains a value? If you are just going to base the percentage complete on the value of <i>actual end date</i>, and you are using APEX 4.0 charts, then maybe you could try doing something similar to this example:http://apex.oracle.com/pls/apex/f?p=36648:39. I've used custom XML to apply a colour range to this gauge chart. The steps to create the sample chart are outlined below the chart region. I would recommend that you review the AnyChart online documentation on Circular Gauge Color Ranges - http://anychart.com/products/anychart/docs/users-guide/gauge-circular-axis-ranges.html?fromtree - as it outlines the various options for applying a colour range to your chart.
    Given the information you are storing in your Project Information table, maybe you might consider also using a Gantt chart: http://apex.oracle.com/pls/apex/f?p=36648:4. I hope this helps.
    Regards,
    Hilary

  • Dial and guage

    hello everyone.
    can someone explain the use of guages and dials in sap dashboard and also the relation between them?
    thanx.
    chakradhar.

    Hi,
    Dial
    Dial components can be linked to a single cell only, and they are often used as an interactive component.
    Users click and drag the dial to change the value.
    Gauge
    Gauges are often used as outputs to reflect the value of a key metric. They can also be linked to multiple cells, so that each value is represented by a marker in the gauge.
    If you bind the gauge to more than one cell, the gauge can act as a display component only. To allow
    user interaction, you must bind the gauge to a single cell that does not contain a formula.
    NOte: wrong space

  • Not able to modify Guage( dials) in OBIEE 11G

    After selecting Guage view(any view default or otherwise), I am not able to modify the properties for the same. If I Click on the edit Guage properties and make some changes and then click on ok, it throws a pop up at me saying ARE YOU SURE YOU WANT TO LEAVE THE PAGE.... and options 1) leave the page and 2) stay on the page.
    Please help is this a bug in OBIEE 11g, is there a patch available to correct this?

    This is a bug in obiee 11.1.1.5 . Please apply the patch 12761355(Request a password from Oracle Support). It is not at all related to any browser.
    Thanks,
    Anil

  • How to pass apex item value into custom xml for chart or guage?

    Re-opening the old thread : Re: How to pass apex item value into custom xml for chart or guage?
    Which was not answered.
    Roel - Thanks. Its working - but in a semi quotes in the custom XML
    <pointers>
    <pointer value= '&P5_RUNNING_TOTAL.'
    <label enabled="true">
    <position placement_mode="ByPoint" x="50" y="15" />
    <format>{%Value}{numDecimals:1}</format>
    <background enabled="false" />
    </label>
    </pointer>
    </pointers>This question was helpful for us to resolving one recent thread : AnyChart - set Dial axis intervals dynamically?
    (Re: AnyChart - set Dial axis intervals dynamically?
    Edited by: P.Ranish on Dec 13, 2012 6:23 AM

    P.Ranish wrote:
    Is there any update for this question ???
    Edited by: P.Ranish on Dec 13, 2012 3:36 AMNo, And there won't be in the future.
    Please stop posting followup's to old threads, if you have a real problem please search the forum first and post a new question with all information
    Roel wrote:
    Try using &P5_RUNNING_TOTAL. or #P5_RUNNING_TOTAL#Just to make it clear - this will only work if page is reloaded after setting the item values dynamically via AJAX

  • IPhone 5s voice dial always asks to confirm

    I am able to voice dial most everyone in my conacts database without problems - except my wife. I say 'Call Jane Smith, mobile" and the display correctly interprets my voice and displays 'Call Jane Smith". Then it asks "Do you mean Jane Smith?" Once I say yes, it dials properly. There are no other Jane Smith's or similar in my contacts, and this extra confirmation step does not happen with other numbers. Any idea what could be causing this, or how I might fix it? Thanks for any help!

    Try syncing it back up and make sure the memos are included in the sync.

  • Flash stops working and freezes firefox. I have Fast dial and dont want to lose it so what can I do to fix this?

    It doesnt matter what site or what I am doing it will come up randomly and freeze firefox then finally a box pops up and says Flash is busy or not responding continue or stop plugin. Naturally I stop plugin. I always install the latest flash versions I have even uninstall and reinstalled flash and downgraded and still no change or it bugs me to update. I am using firefox 26.0 I usually stay away from the betas if all possible. My biggest worry with using the reset firefox or making a new profile is my fast dial I have tons of sites right there waiting for me to click on and im afraid if I do all this I will lose it. But I have used same profile for years and years so maybe its time. I will just have to redo my fast dial I guess Unless someone can come up with another way to do it. I have disabled hardware acceleration on firefox I have to it makes my browser do some weird things. I also have disabled Hardware acceleration in flash as well. I have cleant temp files and registry. I am good with computers but have never seen issues like this with flash. If anyone could help that would be great. Thanks.

    Sounds like you have done a lot. Have you tried to make a new profile for TESTING purposes only? You could have a bad profile. it is possible.
    Also, have you tried protect mode for flash? I wrote up a bat file to set it up so you don't have to go digging through system files.
    Also i have some unorthodox methods you will not see in these forums to try out if you are interested as they have resolved several peoples that i can confirm issue. I have been going crash free for over 6 months now since i implemented. Believe me some issues nothing in these forums will resolve. Click on my name on the left there is a blog i created just for this issue with all the info and some of the fixes. Everything is fully automated. Very little user interaction.
    This will NOT work for everyone, but you cant hurt by trying
    Best regards

  • Since downloading ios5 on my iphone 4 the capacity guage in itunes shows other as over 21Gb and i can no longer fit any music on it. How do I get rid of the other stuff? other

    Since downloading ios5 on my iphone 4 a few days ago, the capacity guage in itunes shows "other" as over 21Gb and i can no longer fit any music on my iphone.
    How do I get rid of the other stuff?
    capacity available on 32 Gb iphone is 28.49Gb
    i previously had 21.97 Gb music, over 6 Gb photos, about 1Gb of apps, and minute amount of audio
    now i have no music, 5.4 Gb photos and similar (0.8Gb) for  apps and audio. i have deleted heaps of photos and unused apps to try to make space but obviosly this is a much bigger problem. I also created a smaller music folder on itunes to sync to but at present no music is selected for syncing due to the lack of available space.
    i have 15Gb icloud account now also which is about half full.
    Ive done a little research and heard similar tales but with much smaller other totals than this. Can you help?
    i cant update my apps as i get a message saying i do not have enough available space.

    I had the same problem today and was able to resolve it without having to do a restore or reset. The problem had something to do with my mail accounts. The upgrade reset my mail settings, switching both my gmail and my .mac mail to "archive all mail". I went into the General Settings, disabled that setting, and resynced the phone. The "other" storage allottment dropped back down to less than a gig.
    Before you restore or reset, I would try that first.

Maybe you are looking for

  • Hex conversion problem... Please help

    Hi all, I need to convert a hex character representing a UTF-16 character to a hex string representing a UTF-8 character i.e String input ="0x0630"; //ARABIC LETTER THAL (UTF-16) I want the output to be a hex representation of the same charcter in UT

  • 2.02 disconnect WiFi

    After Update to 2.02 I cannot access to my own router WiFi Signal. I can only access unsecured apple network. What is this?? I don't know who's WiFi sig is. Mr Jobs.. Please don't do this to me. Please. I need to use it every moment. I have ipodnotwo

  • Created new mailbox, not showing up

    I recently created a new top level mailbox, named "Sent Messages"; it did not appear immediately after creation, and hasn't shown up after restarting Mail. I thought maybe I didn't hit the "OK" button during the Naming prompt, so I tried to add a new

  • Often with 2 or 3 tabs/websites open, the tab does not have the X on the right side to close it. I have to right clock and hit Close Tab. Seems random. How can I assure all tabs have the X?

    Sometimes when I have 2 or more websites open, the tabs for them do not have the"X" on the right end that I can click to close them. Others right next to it may have the X or not - it seems random. The only way to close the x-less tabs is to right cl

  • Soundtrack Pro plus Mbox mark 1

    As many of you will know, these sturdy little boxes with their excellent Focusrite preamps work really well as audio interfaces with Both Final Cut and Logic Pro, but for some strange reason, even though you are able to select the Mbox as both the re