LabVIEW control which shows value in percentage

Hello
I am want to know about LabVIEW control which shows the values in percentege. Actuly I am using wait(ms) function and as a input i m using control but the problem is that i want values in percentage..
Thank You

Thank u once again for your reply
I m explaing my problem brifly. I am attached a screenshot of my blockdiagram.
In the diagram i used str_1 for turned on LED let say for 10 msec and in str_2 i am mesuring voltage at 5 msec. so when LED is on for 10msec then exectly at 5 msec i mesure voltage.
Now the problem is i want to change in str_2 for constant 5 msec to control(in percentage) in wait function.
If i give lets say 10 msec input to wait function in str_1 & in str_2  i give 70% then input of wait function is 7 msec
if i give 20 msec input to wait function in str_1 & in str_2 60% then input of wait function has to be 12 msec..  
I try to explain my problem though i know its diffcult to understand for someone else.. Hoping for your reply
thank you
Attachments:
screenshot.jpg ‏672 KB

Similar Messages

  • Show values as percentages of first value in series

    I have a tricky problem I've tried to figure a way to do in OBIEE and I'm currently stumped.
    I have data that generally decays over time, but has vastly different starting values. I need to be able to show the data as percentages of the starting value, so that I can compare the various streams on an equal basis.
    Here is the data I have (a small sample)
    1492 1470 1369 1264 1141 1037
    1190 1162 1067 972 842 723
    266 265 259 250 238 226
    What I want it to look like this:
    100% 99% 92% 85% 76% 70%
    100% 98% 90% 82% 71% 61%
    100% 100% 97% 94% 89% 85%
    This is fairly easy to do with the data in Excel, but I really need the ability for the whole thing to work in OBIEE.
    I tried creating a view that only has the numbers in the first column, but I can find no way to then have a subsequent report match and then calculate the percentages.
    Can this be done in OBIEE? Any Ideas?
    Thanks,
    Dave

    Thanks, but my numbers are from an aggregate already (count) so I can't combine a first in the same function with a count.
    Any other ideas?
    Thanks,
    Dave

  • WAD: show value and percentage inside bar

    Hi!
    I've created a stacked columns chart and now I want to display the values in the bar. Problem: I can only show one value, e.g. 15.000$. But I would like to see 15000$ and the percentage of this value, e.g. 25% (both inside of the same bar).
    Is there a possibility to do that?
    thanx, gunter

    hi
    check the properties of Webtemplate for Graph.
    in that columns values can change,and over thr make sure that automatic for all values,initially it has the userdefined option amnd change it  into automatic and i thk you can find the categories options to do.try with this
    mahesh

  • Show value and percentage in Stacked Bar in OBIEE 11.x

    Hi All,
    I need to show the values as well as percentages for a particular measure in stacked bar chart.
    Any help in this regard?
    Regards,

    hi
    check the properties of Webtemplate for Graph.
    in that columns values can change,and over thr make sure that automatic for all values,initially it has the userdefined option amnd change it  into automatic and i thk you can find the categories options to do.try with this
    mahesh

  • Screen with table control which works like SM30

    Hello,
    I have a screen with some parameters in order to obtain some records from
    a custom table. In the same screen I must insert a table control which
    shows the extracted records.
    This table control has to work exactly like transaction SM30, that is the
    user can modify, insert, delete or copy a record.
    Does anybody know if exists a way (or method) to include this transaction
    in the table control ? Or I have to use custom control to obtain this ?
    N.B. the user wants a screen with parameter and table control (or custom control)
    and not a call function to transaction sm30.
    I thank you in advance.                      Paolo.

    Hi Rob,
    thanks for your interest; no it's not a reason of authorization, but simply
    the user wants to modify a report that actually works with some parameters
    at the top of the screen and a customer control which shows an Alv_grid
    with the extracted record;
    Now the user needs to modify this records (insert and delete) directly from
    this list. So I don't know if there's a way to obtain this goal without replace
    the custom control with a table control.
    The screen look like this:
       Param.1  XXXXXXX
       Param.2  XXXXXXXXXXXX
    Custom Contr. with ALV_grid  (for extracted record)
                                                                             Regards.
                                                                             Paolo.

  • I need a control which allows a user to choose from specific values (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2 fro

    m a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a control like this is not available.I need a control in Labview which allows a user to choose from specific values (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2 from a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a con
    trol like this is not available.

    m a listbox, and then change the value on the block diagram, but what I want is that on the subvi node itself he can enter the actual values, say 1, 10, 200. Does anyone know how to do this, creatively, since currently a control like this is not available.> I need a control which allows a user to choose from specific values
    > (which I specify), NOT 0, 1, 2 etc. [I KNOW I can let him enter 0, 1,2
    > from a listbox, and then change the value on the block diagram, but
    > what I want is that on the subvi node itself he can enter the actual
    > values, say 1, 10, 200. Does anyone know how to do this, creatively,
    > since currently a control like this is not available.
    >
    One way of doing this is to use either a ring or enum where the strings
    presented to the user are "1", "10", or whatever you like. On the
    diagram, the values will be 0, 1, 2, in a compact counting sequence.
    Then do an array index into a constant. If this is done more than one
    place, make the control a typedef so you can keep them consistent an
    d
    make the index be done in a subVI. Then whenever you need this, you
    drop the control and the subVI, out comes the integer, float, or
    whatever it is you want to index.
    Greg McKaskle

  • CRM 2011: Can you control which form is used based not security roles, but on a field value?

    I see that you can control which form is used based on security roles, but can you control it based on other field values?  I'd like a new record to use a different form until a given status is updated.  I have a status of draft and active. So
    it would be nice if I could use form1 for those in draft, form2 for those that are active.  But I only see where you can control that via the security roles.
    I can code all of this via JavaScript, but having the ability to use two separate forms would be nice.  Is that even possible.
    Best regards,
    Jon Gregory Rothlander

    Hello,
    Recheck following article - http://gonzaloruizcrm.blogspot.com/2014/11/avoiding-form-reload-when-switching-crm.html
    Dynamics CRM MVP/ Technical Evangelist at SlickData LLC
    My blog

  • Standard T-code of Fix Asset report which shows Quanity and Value

    Hi friends,
    Is it any T-code in SAP which shows Fix Asset with quality and value.
    regards
    Hemant Maurya

    Hi,
    All standard SAP asset reports show values for Eg.S_ALR_87011990. To display quantity you may create a sort variant with quantity as one of the fields through S_ALR_87009120. You can then run the above report i.e. S_ALR_87011990 with this sort variant to display quantities also along with values.
    regards,
    Swati

  • Can I control which of my devices shows photo stream

    can I control which of my devices shows photo stream?  I want to be able to store my photos privately in iCloud.  I have my sons iPods synced to my iTunes Library but do not have my pictures on their devices.  Can this be in the iCloud without going to all devices?

    The only way to prevent a device from showing your photo stream photos is to either go to Settings>iCloud and turn off photo stream on the device or to not share the same iCloud account with the device.  If you want to turn off photo stream on your son's iPod you can then go to Settings>General>Restrictions, set a restrictions passcode, then go to Accounts (at the bottom) and set to Don't Allow Changes.  This will prevent him from changing this setting without the passcode.  (If you do this, be sure to write down the restrictions passcode.  If you ever lose it, the only way to remove it from the device is to restore it as a new device, without using the backup, losing all data and start over.)

  • How do you create a custom control which has several buttons?

    Can you do this in LabView?
    I want to make it so that one button will disable or switch the value/state of another. (Think minesweeper). I can create the logic in a subVI, but only if I have access to the property nodes of each of the buttons.
    I want the front panel of the main VI to have the buttons on it, and I don't want the buttons to appear in a separate window.
    If I place all of the buttons individually on the front panel of the main VI and pass their references to the subVI, I end up with tons and tons of variables in the main VI block diagram. It works but is very very messy.
    I tried to create a custom control with a cluster of buttons in it, but I can't seem to get at the individual property nodes. Is it possible?
    (*sighs* I wanna Class!)
    Thanks in advance
    jen

    Hi Jen
    Yes it is possible to get the individual property nodes of controls that are in a cluster.
    You have a property Controls[] in the property node of the cluster, so you get an array of control references. You just have to extract the single references to access the controls.
    I attached a screen-shot, which shows this possibility.
    Hope it helps.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    Cluster.jpg ‏11 KB

  • Boolean control for integer value

    I am writing wrapper VIs for a DLL, and demo programs to, well, demonstrate their use
    I have several functions which take the same structure as an input.  This structure has several integer fields (U16, if you must know) which are logically booleans (that is, only valid values are 0 and1, and in fact at some level they are converted into a single bit each).
    My VIs currently work, using a cluster that is laid out exactly like the structure.  However, I would like the interface to be prettier and easier to use.
    What I want to do is to show each of these fields as a pushbutton.  However, if I change them to pushbuttons, the cluster's internal representation is now different and I can not pass it into the DLL function.
    The only solution I have thought of is to have an input cluster with pushbuttons, then unbundle the whole thing, convert all the bools to ints, and then rebundle.  This is very cumbersome.
    Is there any way to have an integer field appear as a pushbutton (or other boolean-style) control, while remaining represented as an integer?  Or any other createive ideas?
    Thank you.
    B.

    Smercurio,
    Thank you.  I don't even know what an XControl is! 
    I was thinking of using unbundle by name -- but at least half of my cluster is this kind of field, so it will get a bit messy anyway.  Also, if I am taking apart one type of cluster and building a different one, with different types, is it actually possible to only unbundle part of it?  I haven't tried it, but somehow it doesn't make sense in my mind.
    The menu ring is an interesting idea and sounds like it might be a reasonable solution, though pushbuttons are nicer; I'll have to play around with it and see how it looks.
    Mark,
    In general, I agree with you about separating the UI and the implementation, and that is how I generally write applications.  You are 100% right that it is the correct approach to engineering an application.
    The difference here is that my applications are really just demos of the library we create, and thus I don't really have to worry about giving the GUI a new look and feel or such things -- there is very little chance that my company will invest engineering time in changing the look and feel of the demo programs!
    We control the DLL, and we have to stay backwards compatible for our customers, so we don't have to worry about it changing.  We certainly don't have to worry about switching DLLs -- the entire purpose of this VI library is to wrap the DLL for customers who use LabVIEW!
    If I were just doing this in the GUI, it would be one time and maybe I'd just do it.....but I wanted to make a custom control which would be at the interface to the VIs also (they can be run manually also).
    At this point I am thinking of either the menu ring or of making a subvi which takes the UI type of cluster with booleans and does all the bundling and unbundling and type changes.  I'd still have to do it, but once, and it would be basically hidden.
    Hmmmm....
    B.

  • Labview control caption passed as parameter name

    Hi,
    Why is the Caption of a Labview control, when the control is assigned as a terminal on the VI connector, passed to Teststand as the parameter name ?
    I would have expected the Label of the control to be the parameter name passed to Teststand.
    In the past I've used the control's Caption to locally modify the front panel text, and the Label is used to represent the data's\variables name.
    regards,
    Gary.

    Hi Gary,
    My name is Kevin and I am an Application Engineer at NIUK.
    The original idea was to show the caption (if not empty) of a control instead of the label in case the user decides to localized the control by modifying the caption which we can dynamically change. The LV adapter stores both the caption and the label. The caption is only shown if it is not empty.
    Changing the behavior to always show labels will not affect compatibility since we already store them. Most of the time, the label and the caption are the same and if they are not the same I don't see a problem with just showing the caption. I have never seen a VI that shows both the caption and the label at the same time and if the caption is different that is what it is shown instead of the label.
    kind Regards
    Kevin R
    Applications Engineer
    National Instruments UK&Ireland

  • SharePoint Performance Point Decomposition tree Showing values in decimal?

    HI,
    Actually, In SharePoint Performance Point Decomposition tree Showing values in decimal format.
    I would like to change as a "Percentage". How could i do it? Is it possible?
    The value 17.21% shows the same "0.17" in Decomposition tree. How could i change in "%".
    Any help.
    Thanks & Regards
    Poomani Sankaran

    One  observation which is, if All the filter Dimensions would be in bottom axis  then the Analytic grid Decomposition Tree is working fine. If i would keep any one of dimension in 'Back Ground' then it is not showing any dimension in Decomposition
    Tree.

  • How to create a report which shows leave entitlement balances on a eff date

    Hi,
    customer would like to get a report, or sql statement, which shows employees net entitlements for an accrual plan. Because it is a calculated amount, I am not able to get my own quick paint or standard report.
    Who can help?
    ruud

    You can do this in 3 steps.
    1) First of all you'll need a package that wraps one of the Oracle-delivered PLSQL procedures into a SQL-callable function:
    create or replace package xx_pto_balance AS
    FUNCTION get_net_entitlement
    (p_assignment_id in number
    ,p_plan_id in number
    ,p_calculation_date in date) return number;
    end xx_pto_balance;
    create or replace package body xx_pto_balance AS
    FUNCTION get_net_entitlement
    (p_assignment_id in number
    ,p_plan_id in number
    ,p_calculation_date in date) return number IS
    l_net_entitlement number;
    l_last_accrual_date date;
    BEGIN
    hr_pto_views.get_pto_ytd_net_entitlement
    (p_assignment_id => p_assignment_id
    ,p_plan_id => p_plan_id
    ,p_calculation_date => p_calculation_date
    ,p_net_entitlement => l_net_entitlement
    ,p_last_accrual_date => l_last_accrual_date);
    RETURN l_net_entitlement;
    END get_net_entitlement;
    end xx_pto_balance;
    2) Next you'll need to initialize your apps session (if calling from SQL):
    exec fnd_global.apps_initialize(<user_id>, <responsibility_id>, <responsibility_application_id>, <security_group_id>);
    insert into fnd_sessions values (userenv('sessionid'), trunc(sysdate));
    3) Then you can you use a SQL statement like this one (noting the call to the above package function):
    SELECT papf.employee_number
    ,papf.full_name
    ,pap.accrual_plan_name
    ,xx_pto_balance.get_net_entitlement
    (paaf.assignment_id
    ,pap.accrual_plan_id
    ,trunc(sysdate)) net_entitlement
    FROM per_all_people_f papf
    ,per_all_assignments_f paaf
    ,pay_element_entries_f pee
    ,pay_accrual_plans pap
    WHERE papf.person_id = paaf.person_id
    AND nvl(papf.current_employee_flag, 'N') = 'Y'
    AND paaf.assignment_type = 'E'
    AND paaf.primary_flag = 'Y'
    AND paaf.assignment_id = pee.assignment_id
    AND pee.element_type_id = pap.accrual_plan_element_type_id
    AND trunc(sysdate) BETWEEN
    papf.effective_start_date AND papf.effective_end_date
    AND trunc(sysdate) BETWEEN
    paaf.effective_start_date AND paaf.effective_end_date
    AND trunc(sysdate) BETWEEN
    pee.effective_start_date AND pee.effective_end_date
    ORDER BY papf.full_name;
    This gets the net entitlement for all employees' accrual plans. You can of course tweak this as you like.
    Don't expect this to be fast! In fact, expect it to be painfully slow: because balances are calculated on-the-fly and run Fast Formula it takes a couple of seconds per person, depending on your Fast Formula code. To improve performance these are some things you can do:
    a) Put the above SQL into a materialized view and refresh it regularly (eg, daily)
    b) Build a Concurrent Program that populates a 'snapshot' table of balances and then report off that
    c) Use the Accrual Plan Payroll Balance architecture to store entitlements in payroll balances and then retrieve the payroll balances
    I hope that helps.

  • Need to create a report to show values for a particular date range

    I have to create a report, out of which I need two columns : << Customer Value Variance and Churn Score Variance >> to show values only for a custom date range, which will be entered via a dashboard prompt.
    These generic date columns are not present and cannot be added. I have to make use of Pres variables
    What I have currently done is:
    1) Created a prompt with 2 different date columns and passing those values into variables vStartDate and vEndDate. (I don't actually need those 2 column which I have selelcted, but I have taken those so that I can prompt the values in calendar format and pass onto the variables)
    2) Created report with necessary columns, with 2 extra columns (hidden) as vStart Date Column and vEnd Date Column which take the values from the presentation variables defined in the prompt. I have created these columns as then I can reference these in the two required columns if necessary.
    I am already facing error in report after doing this and I am confused how to proceed. Any suggestions?
    Thanks.

    Yes, but it only has one generic Date column, no start date and end date. I can't use that twice in the prompt. Although I can specify it to be 'between', but I'm not sure I can pass values to both variables like that.
    Currently I have used Campaign Start Date and Campaign End Date to enter values in calender format to the variables.

Maybe you are looking for

  • Boot Camp 2.1 upgrade HELP!

    I have been trying to update my Boot Camp to 2.1, and I have experienced the issue in the following support article. http://support.apple.com/kb/HT1845 The article suggest that I do the following. In Windows, start a command prompt (cmd.exe, sometime

  • 2010 Macbook Air with 4GB RAM or 2011 Macbook Air with 2GB RAM

    So I am looking a the following 2 Reforebished Macbook Air models: Refurbished MacBook Air 1.6GHz dual-core Intel Core i5 http://store.apple.com/ca/product/FC968LL/A Originally released July 2011 11.6-inch (diagonal) high-resolution LED-backlit gloss

  • Preparing Videos for Digital magazine

    Hello, Our monthly magazine has a "Film Preview" section and I am having some issues trying to prepare the files for the mag. I downloaded the videos from apple trailers and have been trying to reduce the file size in order to help minimize the size

  • Installation error Install Failed: Error Domain=PKInstallErrorDomain Code=112

    Trying to install an application or "whatever", from a mounted dmg image installer gives this error: Install Failed: Error Domain=PKInstallErrorDomain Code=112. A developer I contacted suggested a workaround by disabling/enabling checkmark of "Ignore

  • Grouping column in same table based on status of other column

    Hi, MyTable( eid, ename, status, did); MyTable2(did,dname); Status column have data in 1/2. did is forieng key to Mytable2. i want o/p like: DNAME , count(eid with status =1) ,count(eid with status = 2) Please help me in writing query. Regards, Krish