Limits on 3D dial gauge

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-20: Red, 21-50: Yellow, 51-80: Green and 81-100 again Red, with the Min range and Max range as 0-100.
In the SVG Object properties, I am able to set the low and high limits to change the red, yellow and green arc limits but how to make the red arc repeat again is not clear to me.
Any idea will be a great help
Thanks

Ruchi,
I think that you will have to modify the SVG and change Red to two properties, Red1 and Red2.  Then you will be able to map ranges to each.  If you simply map a second range to the property, it will overwrite the first range entered. 
Try exporting the svg used and modify that file in www.inkscape.com (a freeware svg editor) or some other svg editing package.  You will then have to reimport and probably should define a new animated object with the modified svg. 
If you have already solved your issue, please close this message.
Good luck,
Mike

Similar Messages

  • Bug: dial gauge is not working adf mobile

    Hello there,
    I try to use Dial Gauge component in ADF Mobile. However it does not consider the min/max value and value from my input. It shows only the default values. Any comment is appreciated.
    Regards,
    It is verified as an issue so it needs update.
    Edited by: elmariachi on Feb 4, 2013 11:24 PM

    That is a known issue (Bug 14654084) should be resolved in the next version through ER - 15935538.

  • 3D Dial Gauge - Color Change in Arc

    Hi,
    i am using 3D Dial gauge. i want to  change the range for red, green and yello arcs. In default, it display red arc from 0 to 60. but i want to display green here and then yellow then red for some range. how to do it?
    -senthil

    Hi Senthil,
                     Open the SVG object in dynamic graphics editor. Choose animation links from the toolbar... In this case you will see an SVG element called yellow/green/red arc in the animation link editor...change the stroke property to color string(viz. "blue") then you will be able to change the color of the arcs....
    for changing the range of the arcs, you can play with the high limit and low limit porperties of the SVG object.
    coming to  your case ...just change the animation link "stroke" for RedArc in the animation link editor
    Regards,
    Musarrat
    I hope it helps

  • Dial gauge with history

    Hi,
    I wonder someone can assist me with the following. I have a dial with a gauge on it. A bit similar to a speedometer. Like the following
    http://rjdesignz.com/tutorials/speed-gauge-watch/
    I can successfully draw the background image and rotate the gauge. My problem comes when I try and fulfill my new requirement to have a history of its current position to its new one. This gets reset every 10 seconds. I am thinking that I need to overlaying a transparent image over the existing one. But it needs to be dynamic! Is there a way to do this? If so can someone please help me?
    Cheers,
    Paul.

    Sorry, but are you trying to record changes to your widget's model or it's view? I'm guessing the model, but it's hard to tell.

  • 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

  • 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.

  • 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.

  • 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

  • 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

  • Multiple entries in dialer watch-list

    Hi,
    If I have multiple entries in my dialer watch-list:
    dialer watch-list 1 ip 192.168.10.3 255.255.255.255
    dialer watch-list 1 ip 192.168.20.3 255.255.255.255
    And just one of the routes gets removed (for example 192.168.10.3) - will this trigger my router to dial the backup link? OR Do both the routes have to be removed before the router will dial?
    (Just a little background - the host routes I'm watching are loopback interfaces of head-end MPLS routers and I'd only like the remote router with the dialer watch-list to dial if BOTH loopbacks are removed from the routing table)
    Thanks!
    Brad

    Brad
    In my limited experience with dialer watch, I believe that you are going to get the results that you want. Dialer Watch will initiate the backup when all of the specified routes are removed from the routing table.
    HTH
    Rick

  • Cannot change scale ramp colors on my dial

    This should be noob stuff but I can't seem to change the scale ramp colors on my dial gauge. I need something very dynamic. Thanks in advance.
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell
    Solved!
    Go to Solution.

    Have you tried using the "color box constant" from "programming->dialogue and user interface" and connecting that up?
    Attachments:
    color.png ‏39 KB

  • Thermocouple wire gauge/diameter/size at high temperatures

    I have to ask this question.  Maybe my Google skills are just failing me, because it seems obvious, but I can't find the answer
    I understand about problems with high resistance in thermocouples that use too much thin wire, but why are there lower high temperature limits given for high gauge wires?
    What happens if I use these thermocouples at such temperatures?  Is the concern just that the wire will burn up quickly, or is there some reason that the temperature readings will be inaccurate?

    And there another point: Oxidaton/Obladation and reactions with the isolation material will change the Seebeck coefficient -> sensivity of the TC.  You cant avoid it, just try to minimize it.
    This is a function of temperature and the ratio of surface to material -> smaller diameter faster change in sensivity.
    So you can use a smaller TC wire for a shorter time (until recalibration/replacement)
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • Error while running SDK Component on Server Side

    hello,
    I have a SDK Issue. I've created a gauge using jgauge ( jgauge - jGauge is a dial gauge that is simple, powerful, and 100% javascript and css. - Google Project Hosting ) in a SDK Component, and it's work fine in Localhost, In order to change the Image of the gauge, I've used 64bit convertor and the out come is this:
    the problem start when I've upload it to the server and tried run the Dashboard on Open Document / LanchPad.
    the component came out really messed up, all the canvas component created by the application are scattered:
    The problem repeats in every browser (EI, Mozila, Chrome). Product info:
    Design Studio 1.2 SP01
    BO 4.1 SP02
    have anyone faced this kind of problem or any other problem in uploading SDK component to server?
    thanks.

    I think you problem is on the following error.
    Manifest fetch failed (404)http://***/BOE/OpenDocument/1312081147/zenwebclient/manifest.appcacheopenDocument.faces?logonSuccessful=true&shareId=0bttoken=MDAwRGoxU2JUMTtMVFZZXTFQRG1MRzBLTDQ5YWpvM…:1
    Because all the others there i see on my SDK and it works.
    When you execute it locally, those same errors appears?
    And I have no clue what you have wrong there, but since the error mentions the MANIFEST, you should take a look there, here is example of one working.
    Manifest-Version: 1.0
    Bundle-ManifestVersion: 2
    Bundle-Name: ComboBox
    Bundle-SymbolicName: com.leandro.gp.combobox;singleton:=true
    Bundle-Version: 2.3
    Require-Bundle: com.sap.ip.bi.zen.rt.components.sdk.eclipse
    Bundle-Vendor: Leandro
    Make sure that the SymbolicName and Bundle Version are the same as in your contribution.xml.
    Hope this helps.
    Best
    Leandro

  • Can't install OSX on iMac DV 400

    I have a Blueberry iMac DV 400 with 512MB/10GB and a clean install of 9.1. The hard drive was formatted journaled with Disk Utility from the 10.3 install CD.
    I've tried installing 10.3, 10.3.5, and 10.2 with no luck. When trying to install 10.3, I get to the part of the install where it's reading packages and the screen goes blue with the black spinning dial gauge. When I tried to install 10.2, I got the spinning beach ball and then a black screen that said the install could not continue and I needed to restart.
    The computer runs fine under 9.1. My niece had been using it for years until she upgraded to an iMac G5
    Anyone have any ideas what is causing this?

    Thanks. I think I have plenty of hard drive space as it's a 10GB drive and with only OS9 on it, there's about 8GB free space.
    However, that article "Mac OS X: Troubleshooting installation and software updates" lead me to this one:
    "Troubleshooting Mac OS X installation from CD or DVD"
    http://docs.info.apple.com/article.html?artnum=106693
    As suggested in this article, I will try copying all the files on the CD to the hard drive to check the optical drive. If that works OK, then I'll pull the RAM one DIMM at a time to check that.

Maybe you are looking for

  • Scheduling Agreement LU: Can Route be changed in the SA item?

    Hi all, I noticed that in the Transport Scheduling Agreement SA type "LU"  but in general I think in any SA there is no any chance to change the route determined by the system in the shipping data within the item of SA. If you select Menu Item > More

  • External Hard Drive Re-format for Mac and PC?

    Hi, This is probably a simple enough question to be answered: I want to format a new 1TB Hard drive so that it will work on both Mac and PC, I know FAT32 would work, but I need a format that will support files over 4gb (which FAT32 does not). Any hel

  • Security Deposit $400

    I've been in contract with verizon about a year or so. I'm wondering how am I going to get security deposit and what kind of form does it come through. Does it come through mail? Is that the only way to get it? If mail was returned because I was out

  • Can we rebrand flex based component using CSS?

    Hi, We are new to Flex. We just built a custom grid component extending ADG using version 4. We would like the consumers (other application developers) use this component within other J2EE based applications with additional customization like brandin

  • Mapping one node to many nodes

    How do you map one node in a controller context to many other nodes in another controller context? Here's the situation I'd be using this. I have an Adaptive RFC model from which I created a Custom Controller. I then used the wizard to map to the mod