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

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

  • Safari 4 useless - no progress indicator for us dial-up users

    I am on slow dial-up (26.4 kbaud max) and need a page load progress indicator so I can decide whether to let a page load or not, turn of images, Flash etc.
    Safari 4 has no progress indicator, so has become almost useless to me.
    BRING BACK THE BLUE URL PROGRESS BAR in the URL field or someone find a hack— Please.
    Going to Camino now
    Sigh, Bye

    I'm switching to Firefox now! Safari 4 is too much for me!
    The reload-button on the right side is way too much like Internet Explorer for me. EVERY other browser has it on the left side or cusomizable. Safari hat that too, why did they change that? What's the improvement for me with a not-customizable button? Its too small, on the wrong side and nearly invisible.
    And the gone blue progrress bar is one more argument for me: Why not use any other browser, if they all look the same now? The blue progress bar was such a handy feature. You could even see the loading progress if you were not near your mac, from far away.
    And it's **** for developers, switching from left to right everytime you have to test in different browsers, which is whyt i do 8 hours daily!!!
    Where is the user friendlyness gone to at apple? Even IE is more user friendly!
    WHY DID YOU REMOVE IT APPLE!??? Why does nobody answere that?
    WHY DO YOU MAKE SAFARI MORE AND MORE IE-LIKE IN LOOK AND FEEL???
    I can't understand Aplle anymore, have they fired all the old developers and hired only new developers from Microsoft? Looks much like that to me!

  • 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

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

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

  • PDA - Memory Leak LV 8.0.1 PDA using Slide Indicators

    I originally encountered this error when, for no obivous reason, my application would crash after a certain amount of time.  I began to write a message on this board and while I was writing it, it occured to me that this crash certainly reaked of a memory leak.  I went back to my application and added in some memory monitoring displays and sure enough there was a leak.  After about 2 hours of removing everything else that I thought could have possibly caused the error, I removed the slide indicators and low and behold ... Memory Leak gone.  The Vi speaks for itself but I would really like some NI feedback on this.  I'm using LV PDA 8.0.1 under WM5.0 on an iPAQ hx2490.  The leak also occurs with a tank indicator, any slide indicator, a control slide changed to an indicator, and a dial indicator.  It does not, however, occur with the Meter indicator or the thermometer indicator.  Thanks in advance for the feedback NI.
    If anyone else would like to verify that this is truly the case and I'm not just seeing things that would be great.
    Greycat
    Attachments:
    SlideMemLeak.vi ‏16 KB

    Greycat,
    You couldn't be more right. I was able to duplicate exactly what you're seeing. There is certainly a memory leak when you have at least a slide indicator wired up on the block diagram. I'm going to file a bug report to R&D. THANK YOU so much for the code you posted that CLEARLY demonstrates the issue. I'm really sorry for the trouble and I very much appreciate the time you took to trouble shoot your code, find the problem, and even explore the problem. We really appreciate your patience.
    Chris C
    National Instruments
    Applications Engineering
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect

  • Using C6 as a modem via USB in MacBook Pro

    I'm having trouble connecting my MacBook Pro to Internet via C6.
    I would like to use it via USB. My system in Mac is 10.5.8
    Can someone tell me what to do?

    Do you have an IBM / Lenovo Laptop?
    I do and I checked the event logs and noticed failure 680 which indicated that no dial tone could be obtained (cable not plugged it) or similar symptom.
    I used to receive the error "one touch access failed to establish a network connection" using the Nokia PC Suite. I checked under start | settings | network connections and selected properties on the valid dial-up device. Then I noticed that the device was using the Internal Thinkpad modem instead of the Nokia. This explained the error 680 as the Thinkpad modem was not cabled to the phone line. After changing the connect using device from thinkpad to Nokia all worked well.
    Let me know if this helps.

  • Using N95 as a Modem Via USB on O2UK Network

    Hi I am trying to connect to the internet with my laptop using the N95 as a modem via USB. I have tried a couple of different ways to do this. I've tried using the one touch access in Nokia PC suite and it gets up to the part where it says "verifying username and password" then says unable to establish a connection. I have also tried connecting from the "connect to" tab in the start menu on xp (also tried vista) and selecting my mobile as the modem through which to connect. I am an O2UK Customer and i have been told the user name and pass to use to connect is user=mobileweb and password=password. Im sure this is true because it does get past the verifying username and password bit when i do it this way. But when it gets to the "Registering your computer on the network" part it fails.
    What am i doing wrong. I have tried this in both GSM and UMTS mode.
    are there any other O2UK Customers who have managed to use their N95 as a modem? If so please can you post here and explain how i do it.
    Any help is greatly appreciatedMessage Edited by n95nooby on 29-Oct-200703:05 AM
    Message Edited by n95nooby on 29-Oct-200703:05 AM
    Message Edited by n95nooby on 29-Oct-200703:06 AM

    Do you have an IBM / Lenovo Laptop?
    I do and I checked the event logs and noticed failure 680 which indicated that no dial tone could be obtained (cable not plugged it) or similar symptom.
    I used to receive the error "one touch access failed to establish a network connection" using the Nokia PC Suite. I checked under start | settings | network connections and selected properties on the valid dial-up device. Then I noticed that the device was using the Internal Thinkpad modem instead of the Nokia. This explained the error 680 as the Thinkpad modem was not cabled to the phone line. After changing the connect using device from thinkpad to Nokia all worked well.
    Let me know if this helps.

  • Sendin fax using nokia 9210i fax modem via laptop

    Please can someone explian to me how to send fax using my nokia 9210i fax modem. I can use this fax modem to dial up a network and connect to the internet but when i try to send a fax with it using windows it dials the number but it diplays data call and the fax does not go it keeps on showing data call in progress, please how can i make i turn it into fax call, maybe i need a coomand but i dont know or is nokia 9210i cannot do this
    Thanks for your help.
    Jon

    Do you have an IBM / Lenovo Laptop?
    I do and I checked the event logs and noticed failure 680 which indicated that no dial tone could be obtained (cable not plugged it) or similar symptom.
    I used to receive the error "one touch access failed to establish a network connection" using the Nokia PC Suite. I checked under start | settings | network connections and selected properties on the valid dial-up device. Then I noticed that the device was using the Internal Thinkpad modem instead of the Nokia. This explained the error 680 as the Thinkpad modem was not cabled to the phone line. After changing the connect using device from thinkpad to Nokia all worked well.
    Let me know if this helps.

  • 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

  • New power supply for Neo Platinum...

    My first few attempts at overclocking didn't go very well but i'm thinking of trying again and figure i should get a new power supply first.
    Currently i have a Vantec Stealth 420W with the following specs:
    +3.3 - 26A
    +5 - 42A
    +12 - 18A
    I plan on trying out the OCZ PowerStream 520W
    +3.3 - 28A
    +5 - 40A
    +12 - 33A
     Quote
    The 520ADJ boasts eight primary 4-wire Molex power connectors, another two 4-wire floppy connectors, two SATA leads, and an auxiliary connector, all of which sit on generously long lines. The 12V string sports both 4-pin and 8-pin connectors. Two of the Molex leads feature black connectors, black shielding sheaths, and capacitors and resistors behind the connectors. These are meant primarily for power-hungry video cards such as NVIDIA's 6800, and because the leads sit on dedicated circuits with no other connectors, you simply couldn't ask for cleaner power flow.
    OCZ provides dials for fine-tuning each of the three power rails and places an LED indicator below each dial. A green light indicates that voltage is within 5% of optimal, yellow notes undervoltage, and red overvoltage.
    Anyone using this one?  I don't want to have to buy another powersupply for a while, so if it's a bit overkill for now, so be it.  It can't be "too much", can it? any thoughts folks?
    Thanks in advance!

    Im using the same powersupply.  Very nice unit, you will not be dissappointed.  I dont forsee you needing to buy another after it either.  It is rated at 520W usable, peak is actually 600+.
    One thing I should note, adjusting the 3.3V rail is tricky...it doesnt take much to trip the redlight indicator...so go slow and you should be able to crank it up a bit.  12V and 5V arent as touchy.
    Im running the following in my computer with no problems:
    2 120MM fans, 1 80MM high speed fan, 3 HD's, 1 CD burner currently, radeon 9800 pro, audigy 2 ZS soundcard, 80mm slot blower fan, floppy drive, A64 3200 OC to 2.375Ghz, 2 Kingmax Hardcore 512MB sticks of ram....I think that covers it anyways.  No problems so far!
    There is no such thing as too much (as long as its quality too much) in a power supply.

Maybe you are looking for

  • Dreamweaver/ flash

    wrong forum, sorry!!

  • No consolidation system found for FMD-121 (project EU_FMPM01)

    I have created the maintenance project EU_FMPM01. Added the logical components. Created the IMG project. When I go and try to create a maintenance cycle I am getting the error explained in the subject "No consolidation system found for FMD-121 (proje

  • Suddenly many libraries in /usr/lib are empty

    I got an ssd day before yesterday and decided to switch from Manjaro to Arch. I got most of the way through an install yesterday. Today I got Xfce working and continued installing applications I wanted including from AUR using yaourt. I also started

  • Book List Widget

    I built a Book List Widget to promote a series of books available in the iBookstore and added it to my website, but I'm having some trouble getting the links to work properly in Internet Explorer 8 (I'm using version 8.0.6001.18702).  When I click a

  • Nokia 6300 Music Player Crash

    Hi There, I have a new 6300. I have a fully formatted 2GB card in it. I have used Nokia Music manager to transfer and convert the file to M4A files. I was filling the card up reather well and still have about 1Gb free. I when I update the libaray it