Customizing Fill Level Indicator

Hi!
I want to customize a fill level indicator (tank). I´m not very experienced with LabView.
The main problem is, that I don´t know if it is possible to create an indicator with a curved upper part.
The attached picture shows an example, how I want the indicator look like. The left side should be the indicator,
from the lower bar to the upper bar. The normal bar seperates the left side and the right side.
Later the right side should also be an indicator if it is possible.
Is it possible to form  the upper part of the tank like shown on the picutre and if it is, how can I realize it.
If not, I thought about creating an array or ring with about 100 pictures, each assigned to a certain fill level.
Is it a good idea or is it too complex?
Are there any other ways to solve the problem?
Thanks a lot,
Martin
Attachments:
Tank.jpg ‏14 KB

The difficulty is to find an application able to manage transparency. On Macintosh, it's fairly easy, but I had some difficulties with Windows. Search for "Import transparent picture" on this forum.
The attached vi is an example of what can be done : create a picture with a transparent part corresponding to the tank shape. Paste this picture on your front panel, above a wide slider, and you are done.
I'm not sure that my example will look good on a window machine, there may be white zones where I applied transparency. Works fine on my Macintosh.
Chilly Charly    (aka CC)
         E-List Master - Kudos glutton - Press the yellow button on the left...        
Attachments:
Fun with tanks.vi ‏27 KB

Similar Messages

  • Missing ink level indicator deskjet 6980

    Hi,
    I am trying to restore the ink level indicator on this deskjet 6980. I have gone through all the properties to no avail. I downloaded the HP tool, however, it when through the motions with progress boxes and just vanished. I thought the tool would check current drivers and software for updates.
    Thank you,
    Magnetoram

    Hello magnetoram1,
    Welcome to the HP Forums.
    I see that you are having an issue when attempting to locate the ink levels with in the software.
    I do not know if the tool you used was the following.  If not please click on the link for Using Print and Scan Doctor for Windows to Help Resolve Printer Issues.
    The Print and Scan Doctor is used for software issues as well.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, : click here.
    Thanks for your time.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • How to attach a Contact at Customer Account Level.

    Hi All,
    I want to know how to attach a contact at customer Account Level. Please let us know the API for the same.
    Or share some sample code if any.
    Thanks in advance.

    Hi,
    Are you using R11 or R12?
    Well i have an API that i used in R11 for the creation of contacts:
    hz_party_contact_v2pub.create_org_contact
    hz_contact_point_v2pub.create_contact_point
    Hope this helps you..
    Vik

  • Allocations at customer Hierarchy level

    Hi Gurus,
    I have a requirement from client to allocate stock of restricted products at customer hierarchy level. For example: Material ABC is a restricted product and there are 500 CV available in the plant, Client would like to allocate 100 CV to customer-1, 200 CV to customer-2 and 200 CV to customer-3.
    Also Material ABC can be allocated to one of the nodes of customer hierarchy and automatically this stock should be available to all the customers with in that hierarchy to consume. If there is a chain customer like SAMS, stock is assigned to highest node of SAMS at state level and this stock should be available for all SAMS clubs with in the state to consume.
    I am using Quotations to reserve stock at customer level. The problem is with allocating stock at customer hierarchy level. Please suggest me some solutions to achieve this requirement.
    Thank You in advance,
    Samatha.
    Edited by: Samatha on Oct 11, 2011 10:04 PM

    Hi,
    That particular product and customer groups combination cvcs delete. It means that the particular combination of cvcs deleted. so there is no chance to  see the forecast.
    regards,
    sivaram2411
    Edited by: sivaram2411 on Apr 19, 2011 9:03 AM

  • Customer Level Contact and Customer Site Level Contact

    Hi,
    How to create a customer level contact and Customer site level contact details for the existing Customer using standard API's. please Guide me any one with Queries.
    It will be great help for me.
    Thanks,
    Prakash

    Pl post your EBS version. For 11i, all public APIs are listed at http://irep.oracle.com. For R12, APIs can be explored using the Integration Repository responsibility in your instance
    HTH
    Srini

  • Check if Custom Permission level exists or not

    I have cretaed a custom permission level.
    On feature activation, i need to check if that custom permission level exists or not. How can i do that?
    Thanks,
    Avni Bhatt

    Check if below helps
    SPWeb web = SPContext.Current.Web;
    // Validate the page request to avoid
    // any malicious posts
    if (Request.HttpMethod == “POST”)
       SPUtility.ValidateFormDigest();
    // Get a reference the roles that are
    // bound to the current user and the role
    // definition to which we need to verify
    // the user against
    SPRoleDefinitionBindingCollection usersRoles = web.AllRolesForCurrentUser;
    SPRoleDefinitionCollection roleDefinitions = web.RoleDefinitions;
    SPRoleDefinition roleDefinition = roleDefinitions["Full Control"];
    // Check if the user is in the role. If not
    // redirect the user to the access denied page
    if (usersRoles.Contains(roleDefinition))
       //Check if post back to run
       //code that initiates the page
       if (IsPostBack != true)
        //Do your stuff here
    else
       Response.Redirect(“/_layouts/accessdenied.aspx”);
    http://blog.rafelo.com/2008/10/13/programmatically-checking-user-roles-or-permission-levels-in-sharepoint-2007/
    http://yoursandmyideas.wordpress.com/2011/10/08/setting-custom-permission-levels-in-sharepoint-programmatically/
    Or check if it exist and then delete and recreate it
    string[] yourCustomRoles = {"Level1", "Level2"};
    using (var web = spSite.OpenWeb())
    var roles = web.RoleDefinitions;
    foreach(var levelName in yourCustomRoles)
    try
    roles[levelName];
    roles.Delete(levelName);
    catch(Exception)
    // web has no this role
    //Add code here
    http://go4answers.webhost4life.com/Example/delete-specific-permissions-108626.aspx

  • Custom Permission Level Contribute No Delete not working

    I have created a custom permission level that is the same as OOTB Contribute, except it doesn't have the Delete Items nor Delete Versions.
    In my document libraries, I have "require documents to be checked out" set to Yes.
    This is causing some strange behaviour.  When a user (that has my custom Contribute No Delete permission) tries to open a document for editing, they get a message that the document is checked out to their own username, and it won't allow
    them to edit the document.
    What is the best way to remove the "Delete" permission?  We absolutely need this.
    thanks!

    Are you given an option to check it back in via the "back-stage" area? 
    I'd also say that the highest permission grouping wins.  If one group grants a right and another removes it, the additive grouping will win out.  As well as checking the inheritance, it's ideal to remove permissions that might grant this.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Change Custom Access Level on a personal folder

    Hi All,
    This is about Business Objects XI 3.x
    I'm looking for a solution to change the security settings on a personal folder.
    Within 3.x it isn't possible to "overide"  the user settings on a personal folder with the use of an usergroup.
    So what I'm looking for is a way to overide the user settings Access level (by default this is Full Controll) with a custom Access level so I can take away some privilige on the personal folder.
    Is there a Java script allready be developed by some one that I can use?
    Thanks in advance.
    Cheers,
    Jan

    Hi Jan,
    You can use the following code snippet:
    // folders is IInfoObjexts collection that contains the personal folders.
    folders = oInfoStore.query(query);
              if (folders.size() > 0)
    // query for the user for whom you want to set custom access role over the personal folder.
    query = "select * from ci_systemobjects where si_name ='" + testUser + "' and si_kind ='user'";
    users = oInfoStore.query(query);
    // set the custom role.
    folder = (IInfoObject) folders.get(0);
    user = (IInfoObject) users.get(0);
    IExplicitPrincipals explicitPrincipals = folder.getSecurityInfo2().newExplicitPrincipals();
    IExplicitPrincipal explicitPrincipal = explicitPrincipals.add(user.getID());
    // customRoleID is SI_ID of te custom role. You can retrieve custom role just as you retrieve any other
    //info objet. You can use the query like : select * from ci_systemobjects where si_name='custom role
    //name' and si_kind='customrole'
    IExplicitRole explicitRole = explicitPrincipal.getRoles().add(customRoleID);
    oInfoStore.commit(folders);                         
    I hope this helps.
    Thanks
    Aasavari               }

  • Custom Access Level/User groups in BOBJ XI

    Experts,
    We are currently implementing BOBJ XI 3.1. Up on go-live, it will be handled by the Operations team from BOBJ CMC. We do not want to give administrator group for the operations users in CMC. Instead, we want to create custom groups with custom access levels.
    Ex. one for basis who will set up authentication, licenses etc
          one for the functional folks to maintain universes, export universes and set up security.
    Is there a way to set up user groups like this. We were able to successfully restrrict access just to folders, universes by creating a custom access level. But we were not able to do it on other items listed in CMC. Has anyone done this level of access before for the operations or even with in the development team instead of using administrator group>
    Appreciate your response
    Thanks
    Kee

    Hi,
    We can assign different rights to a group by creating custom access levels.
    Create a new group ,and also create custom access level and assign it to the new group.
    you can provide access to different objects to the group by adding rights to the access level.
    Under the access level > click  Included Rights > Add and Remove Rights > Under the Rights Collection > click on System.
    You  could find all the CMC object access rights can be assigned.
    Regards,
    Rameez

  • IViews are not updated in customized top level navigation

    Hi experts,
    I am working on External Facing Portal. I developed customized top level navigation. The problem is that the content area of External Facing portal is not refreshed. Although, i can see different navigationURLs but content area iView remains same. For testing purpose, i assigned role (which i created for anonymous access) to a new portal user. All pages/ivews/ for that role are working fine and content area is also updated when i click on different navigation. Remember that is standard portal not anonymous. It means through myserver:50100/irj/protal?NavigationTarget=navurl://cb0c473832f39033f88904647de63252 all navigation is working fine including content area but when i access External Facing Portal through  myserver:50100/irj/protal/anonymous?NavigationTarget=navurl://cb0c473832f39033f88904647de63252 navigationURLs is updated but the content area remains same. Content area contains 1 page and page itself contains 1 iVew. I assigned that light page to Light Framework page.
    Do i need to implement navigation connectors for that issue or i miss something?
    waiting for your response.
    regards
    Abbas

    Have you tried disabling the iView caching (check the iView and page properties). Your browser and proxy server (as you mention it is external facing) may also be caching the content, hence the reason when you use your user ID and the Java restart occurs everything is reset correctly.
    I know when doing Visual Composer developments that SAP EP caches the Function Module interfaces and that in the development environment I needed to change parameters in Visual Admin for the VC component lifetime to handle these. It could well be that you are referencing components that have lifetime keep alive set for them in the environment too. Refer to the API / SDK documentation if you suspect this could be the case for you too.
    What exactly is the iView in the content area doing? Is it just a transactional iView or is it a custom iview?
    If you can perhaps try putting on an http trace or monitor the NWA logs to determine if any issues exist. You Java VM may also require some more fine tuning in the external facing scenario - the GC may not be collecting items efficiently.

  • Custom permission levels don't work

    I have created a custom permission level group called custom contribute. The group permission seems to work fine and smoothly one day. The next day that it seems that users of the group can access the site but they cannot do anything else on the site without
    receiving the tell us why you need access message.
    The users in the group are accessing SharePoint from all over the world. Is there something that I can check within the settings  to see why they have access one day and the next they don't? Or is SharePoint setup this way?
    I have full control of the site and nothing changes from day to day. Any help or suggestions on this would be greatly appreciated.

    Hi kedge11,
    Please check permissions for the users with this custom permission level from problematic SharePoint site, verify if they still have the expected custom contribute permissions.
    Also test if this issue could be reproduced, if not, please re-create another same custom permissions for these users again.
    If issue still persists, please check ULS log when this error occurs, it should provide some useful information for helping solve issue.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Custom Access Level

    Hi All,
    I am stuck in access control mechanism in BO.
    Can anyone forward me any documents related or brief on the custom access level & how to apply it in real, because I am failing to apply it accordingly.
    Thanks.

    Hi Marianne,
    I have given the same rights in general rights section, i have denied to add objects to folder but i have give the copy objects rights due to which they can copy the report to their personal folder due to that they got overwritting the report rights.
    Thanks.

  • 7D Mark II Exposure Level Indicator missing in Manual Mode

    Hi guys
    I just put my hand on the long awaited Canon7d mark ii; I was all excited up until I found out that there was no level indicator (horizontal) as it should be, on Manual mode. Weird thing is, all the other modes have the indicator illuminated except in Manual mode, which I believe is the mode whith the greatest need for it. To make matters worse, the vertical level indicator is far off to the right, and not very bright as well. C'mon Canon, you have a great product, but seriously!

    Firmware won't fix it.
    And "the cop out or excuse" (nice - let's call it the reason) is that this is how it's done in the 1D-x and earlier pro bodies - and if it's good enough for pros, we should be able to adjust, eh?
    Took me about ten seconds. 
    and I soon to notice how anoying this is for many photographers, 
    Says who? You and one other guy on an under-used forum which is self-selecting for complaints?

  • Using log4j to create custom log level in standalone batch application

    Hi all,
    I would like to use Log4j to create a custom log level so that from my standalone java batch process application, whatever error messages I can log to a log file.
    Can any one give me any pointer on this.
    Appreciate any help.

    This doesn't seem to warrant a 'custom level'. Just use Log4J as is... create a Logger object and use its error() or warn() or whatever methods are appropriate for the logging you want to do. I don't understand the reason for the question.

  • Looking for a command to check the filling level of the ASIC netwflow table on Cat3850

    Hello.
    I am searching for a command to check the filling level of the flexible netflow table in the ASIC of the Cat3850.
    There is a show command on the FNF Cache which shows me any entry numbers but this values is confusing me.
    The Cat3850 is able to have 16K egress and 8K ingress FNF table entries according to the FNF guide.
    But the show command gives me a value of >33k.
    Does anyone have an explanation on this?
    How can I check the real filling Level of the FNF table in the ASIC?
    Thank you very much
    Karl
    show flow monitor Solarwinds-OUT cache
      Cache type:                               Normal (Platform cache)
      Cache size:                              Unknown
      Current entries:                           33256
      Flows added:                              626755
      Flows aged:                               560235
        - Active timeout      (    60 secs)     410932
        - Inactive timeout    (    15 secs)     149303

    myle wrote:I don't want a solution with GUI because my laptop is 6 years old.
    I completely agree with all the above and I only use mutt.  But I use mutt because I *prefer* cli apps.
    If you're just going with cli because you don't think your computer can handle gui apps ... then I don't think you've given the lightweight gui apps a fair shake.
    Yes, evolution and thunderbird would suck on an old computer (but IMHO they suck on a new one too![1]).
    Claws (or/aka sylpheed) is a nice little mail app that should work nicely on any computer that is running X.  I'm sure there are other lightweight gui mail apps to.
    Again, I love mutt.  But I don't think having an old computer is the reason to favor mutt over a good gui app if you would otherwise prefer the latter.
    [1]:  Not meant as a flame, rather an expression of my preference for software that does one thing and does it well.  These tools both, while they may be well written, try to do so much that I have never been pleased with the outcome.
    Last edited by Trilby (2012-08-14 11:57:35)

Maybe you are looking for