Create histogram express vi

Hello,
I'm trying to use the express vi create histogram, but I want to be able to control the values of the maximum and minimum and perhaps the number of bins at run time. Is this possible or is it only changeable in edit mode? Thank you very much for the help!

There is a way to do but you may find it easier to configure the other histogram functions that labview has.the way that you can do what you want to is.
With the express VI on the block diagram right click on the VI and select open front panel. Click convert when prompted. From there it will open the front panel of the VI. Go to the Icon in the top right hand corner. Right click Icon and select Show connector. From there you can make whatever you want inputs and outputs that you want to control by clicking on the connector and then clicking on the terminal.
Joe.
"NOTHING IS EVER EASY"

Similar Messages

  • How to create an expression using distinct()?

    I want to create an expression for the following SQL statement:
    select distinct aCol from mytable where bCol = 123 and cCol = 'something';
    My expression without using the distinct() is followed:
    Expression exp = new ExpressionBuilder().get("bcol").
    equal(123).and(new ExpressionBuilder().
    get("cCol").equal("something"));
    ReportQuery query = new ReportQuery(mytable.class, exp);
    query.addAttribute("aCol");
    Vector queryResult = (Vector)toplinkSession.executeQuery(query);
    Where can I place the "distinct()" in this expression. I tried several ways, but TopLink always created the SQL statement with the 'distinct()' in the wrong place. I noted someone also had this problem and I tried the solution posted by Doug Clarke, but still did not work for me.
    thanks

    Hi,
    You need to call useDistinct() on the query to generate the needed sql.
    By the way, you need to use the same ExpressionBuilder instance to build a query object (i.e. not use New multiple times).
    King

  • Creating an express vi

    Hi,
    Is it possible to create an express vi? I have read about this NI toolkit which helps you do so. I was wondering if it can be done by any means without  the toolkit.
    Thanks & Regards,
    Ibrahim.
    Solved!
    Go to Solution.

    quick search

  • How to create loop expression in BRF ?

    Hi ,
    I have a requirement . I have a table as input parameter in a fuction signature . I need to loop at that table and check if a particular field in the row is initial. If yes , then I need to return the message with plant info in the current row concatenated with error message.
    Please advise.
    Thanks,
    Jayashri

    Hi,
    I had this similar requirement. Below are the steps I followed. It may be helpful to you.
    Step 1:- Created an internal table structure in events class. (Inherited CL_EVENT_BRF to ZCL_EVENT_BRF and added this internal table).
    Step 2:- After creating an object for event in runtime, assign your application internal table to the newly added itab of event object so that it will be in scope while executing action.
    Step 3:- Create an action with action class of executing function module. In this function module you can write code to look for a field with initial value and update the same table with any other desired data.
    Step 4:- After control returned from event processing, Event object will have all the updated values from function module.
    Now assign event->itab to application itab.
    In this approach you are actually applying business rule using code in function module. But you are still triggering this event using BRF. That means you have good control of when to execute function module and when not to using expression in BRF.
    Thanks,
    Amara.

  • How to Create application express items like text box dynamically

    Hi all,
    I have a requirement in that i have to create a template like the one in Application express for creating the region and items.
    The main requirement is to reduce the amount of time spend in creating the items on htmldb page..
    So we are planning of creating a template where the developer at one shot will be able to define all the items used in the the page..So this reduce the amount of time taken in creating and defining each and every item .
    Developer use this template which conisist of some 100 text box which act as label for the item which we want to create on the page and there will be check box which show all the item available in htmldb like textbox, check box, select list etc. So developer will check the item he/she want to create and and set properties of it .So this is the single process for creating all the template on the page.
    Ones the template is submitted it will create the items on the page ...in a single click..
    Please do reply me with ur comments
    Thanks

    Hi,
    I wanted to do similar thing as well. I wanted to add a text field when user clicks a link or button. I was thinking about java script, but not sure how to add the text field items from outside the wizrdy things in APEX!! Possibly using the htmldb_item api, but have not worked out how yet.
    Venus

  • Germany config: Trips with per diems created in express expense sheet

    Hi
    Im about to config Germany and we have alot of sales guys who creates many small trips so naturally they need to use the express expense sheet.
    But is it possible to configure the schema so each line covers serveral days so it will calculate the correct per diem depending on the travel times?
    Edited by: morten kristensen on Dec 5, 2011 10:34 AM

    Hi,
    Once the advance is approved by the approver, in table ptrv_perio, field antrg is becoming 4. Once the status becomes 4, by standard you will not be in a position to edit the trips further.
    Now test the following, before approving the advance, try creating expense claim. The system will allow you to create.
    If this is successful, you have to restrict the field antrg in ptrv_perio to still be @ 2 instead of changing it two 4.
    Let me know, if you have any further issues.
    Best Regards,
    Raj

  • Toplink Named Query - Creating the Expression

    In JDeveloper, I have this scenario.
    I’ve created a:
    Name.java – private String name;
    Managed Bean – Name - id, Class - paperless.Name, Scope - session
    Toplink Named Query --> findUserProfile
    Type --> ReadObjectQuery
    In the format tab, I’m using “Expression” and it is “1. pp_Username EQUAL “#{id.name}”
    I’m trying to do a query on pp_Username where pp_Username equals the login name that I have stored in the session (id.name). I can only assume that I have my express written incorrectly. When I run it, I just get nothing. Any ideas?

    Go to your toplink map in the application navigator, select the descriptor in the structure pane and then click on the "Queries" tab in the editor pane. You should be able to configure your named query there.
    Hope this helps.
    Anuj

  • Is there a way to be sure that created Regular expression (Class RegExp) is valid?

    Is it possible to create wrong Regular expression in  ActionScript/Flex which will cause runtime error? Or how to validate RegExp?
    I've tried so many  weird regexpes in Flash and Flex, it never complained! How do I know If my  regexp valid?

    "It is VERY reliable. If match() returns null - this means that String doesn't have any parts that match pattern."
    Exactly, but is doenst mean that syntax of RegExp is correct since you dont know what gave you null
    Apparemtly /foo([/ is wrong expression, and Java compiller complains:
    Unclosed character class near index 4 foo([     ^
    but in AS3 i can create
    var xxd:RegExp = /foo([/;
    when I do xxd.exec("") it got null;
    and no complains!! How to understand that?
    But in same time
    var xxd:RegExp = /foo/;
    xxd.exec(""), will be null as well!?

  • Creating an expression to return a yes/no or True/False statement in Ms SQL Server Report Builder

    I am attempting to create a field that returns a True/False value instead of a numeric value. I have a field with the expression =Fields!CreditLimit.Value*.95 this returns a value that is equal to 95% of the value in my Balance field. The issue is I
    don't remember how to turn =IIF (Fields!CreditLimit.Value > *.95, true, false) into an expression that compares the 2 fields and then returns True/False. Can you please help me out?
    Thanks,
    -John

    Hi,
    Try below one:
    =IIF (Fields!CreditLimit.Value *.95>95, true, false) 
    Here you have to define a limit. For Example; When output of Fields!CreditLimit.Value
    *.95 is greater than 95 then True else False. So specify the value according to your requirement. 
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Creating regular expression to get desired info

    Hi all!!!
    I have a little problem. I need to get the line below, but i NEED to use regular expression. I am useing java.text.regex correctly, but I dont really know how to create a regex pattern. my line is :
    [2004/01/06 12:43:58.735] [info] br.com.organox.web.aggregator.servlet.struts.action.LoginEmbeddedAction: User 'TESTER12345678' with ticket 'acLBF9a6ZiY41073400238626' logged in.
    and i need to get these two values
    'TESTER12345678' and 'logged in'
    can anyone help me?

    You could try this:
    String line = "[2004/01/06 12:43:58.735] [info] br.com.organox.web.aggregator.servlet.struts.action.LoginEmbeddedAction: User 'TESTER12345678' with ticket 'acLBF9a6ZiY41073400238626' logged in.";
    String pattern = "User '(.+?)'.+' (.+)";
    Pattern p = Pattern.compile(pattern);
    Matcher m = p.matcher(line);
    String user = null;
    String status = null;
    if (m.find())
        user = m.group(1);
        status= m.group(2);
    System.out.println("user=" + user + ", status=" + status);By the way, next time post at the "Jave programming" forum instead.

  • Question about creating regular expression

    Hi!
    I am creating parser for the specific configuration file. Now I have got small problem: I need to find the line with text in format "key value".
    For example I have this text file:
    entry {
         key value
         key2 value2
         entry2 {
         }I wish to find, using java.regex, these two lines: "key value" and "key2 value2". But how?

    Is your problem that you don't understand regular expressions? If so then this might help. Or is your problem you don't understand Java regular expressions? If so then this might help. Or is your problem that you don't understand how to read lines of a file? If so then this might help.

  • Creating an expression from JSP using a non-bound variable

    Hi,
    This should be a simple question. I have an attribute that belongs to a row that is displayed on a jsp page.
    This attribute, however, is not displayed on the page, but is an attribute in the VO.
    I have a Set Property Listener on a command button, and I am trying to set this attribute ("Uid") to a pageFlowScope variable.
    I am having trouble figuring out which expression to use in order to get the value of my attribute.
    I can do this in code:
    int i = (Integer)currentRow.getAttribute("Uid");
    I want to be able to do the same thing in my expression language.
    Can anyone give me a clue?
    Or, is there a way I can instantiate a Set Property Listener in my code, and use the value of my attribute?
    The attribute I am using is my Auto-Increment primary key (I'm using MySQL), so I never use it as a UI element.
    Thanks.
    Joel
    Edited by: JRolls on Oct 1, 2010 10:30 AM

    I ended up removing the SetPropertyListener, and then from my backing bean I set the value on my pageFlowScope by doing this:
    RequestContext.getCurrentInstance().getPageFlowScope().put("pid", i);

  • How do to create an expression using a specific month.

    I'm creating a numbers spreadsheet to keep track of work I'm doing and my pay.
    In one table I have the date the payment is due and the amount, and in another table I want to have the totals owed in each month.
    Can someone help me in creating a function that allowed me to calculate the total of all the amounts owed in one particlar month?
    Dates are written in DD/MM/YYYY format and in column H, and the amount owed is in column F.
    Any help would be greatly appricated!
    Thanks,
    Marc

    marc,
    the function you need is sumifs() something like this.  I used two tables:
    1) one for entering your data
    2) one for summarizing by month
    The table on the left is named "Hour Entry" and the table on the right "Summary".  the names should match for the formula to work.  If you change the names or use different names then adjust as needed.
    In the summary table the first column should be the month and year, the second column contains the formula.
    B2=SUMIFS(Hour Entry::B,Hour Entry::A,">= "&DATE(YEAR(A2),MONTH(A2),1),Hour Entry::A, "<="&EOMONTH(DATE(YEAR(A2),MONTH(A2),1),0))
    this is shorthand for select cell B2 then enter (or paste from this forum) the formula "=SUMIFS(Hour Entry::B,Hour Entry::A,">= "&DATE(YEAR(A2),MONTH(A2),1),Hour Entry::A, "<="&EOMONTH(DATE(YEAR(A2),MONTH(A2),1),0))"  WITHOUT the first and last double quotes.
    select B2, copy
    select the column by clicking the column header ("B"), the hold the command key and click B1 (to unselect), then paste
    Thats it.

  • Creating histogram from image

    I have an app that reads the EXIF data from photos, I've had a request to add a histogram feature to it.  I'm having trouble finding where to start with this has anyone done this or know if this is possible?
    thanks

    What do you want to display in your histogram?
    You can decode the photo with a
    BitmapDecoder and then examine the pixel array to count the R, G, B values, the pure white (likely blown out), pure black (under exposed) pixels, etc. to graph.

  • Creating value expression​s dynamicall​y with strings and numbers?

    Hello everybody!
    I'm having a problem regarding passing arguments (DLL-Adapter) from different locations to a function in TestStand 3.5.
    Here is what I have:
    FileGlobals.Data.MyArray
    and
    StationGlobals.Data.MyArray
    Which means there are 2 arrays of the same type, one stored in the sequence and one globally. "Data" is just a container.
    The type of MyArray is a custom one each element containing a string and a number: Array[n].Name and Array[n].Nr
    Now I want to pass (string) arguments of the array to a function using a value expression of: FileGlobals.Data.MyArray[Step.index].Name
    Whereas Step.index is a local property (number) of a custom step. It's working well!
    Here is the actual problem:
    Since I have to sources, FileGlobals OR StationGlobals, I want to specify dynamically which string to pass.
    Therefore I introduced a property Step.ThisIsMyScope . It's a string containing either "FileGlobals" or "StationGlobals".
    I have been experimenting in expressions like
    Step.ThisIsMyScope + ".Data.MyArray[" + Step.index + "].Name"
    or Evaluate(...) , etc.
    Nothing worked.
    I do not want to use the API, though I managed to do things with getValString and temporary saving the Value in the step, but that's not nice nor transparent enough.
    May anyone help me?
    Thank you very much,
    Stefan

    Hi,
    have you tried Evaluate(Step.ThisIsMyScope + ".Data.MyArray[" + Step.index + "].Name")
    or
    (Step.ThisIsMyScope == "FileGlobals"  )  ?  (FileGlobals.Data.MyArray[ Step.index].Name)  :  (StationsGlobals.Data.MyArray[ Step.index].Name)
    Regards
    Ray Farmer
    Message Edited by Ray Farmer on 04-05-2007 10:09 AM
    Regards
    Ray Farmer

Maybe you are looking for

  • How to print two PLD at the same time

    Dear Expert, I have made two PLD on the purchase order (Page 1 & Page 2 both are the saperate PLD's) Is there any shortcut or function available in the SBO that when I print the PLD 1 system has to print the 2 nd PLD without any cammand. Regards, Dat

  • Mac OS X Server : cannot login

    I have a Mac OS X server 10.9.5. Since a recent update of the Server App, I have the following problems : - cannot login via imap and smtp to my server - cannot "connect as" my self in Finder any more to see my home directory on the server from an Im

  • Purchase Order AIA

    Hi AIA community, I have a Purchase Order AIA interface developed using SOA 11.1.1.5. The are 5 components: File Adapter to pick up the PO file, Requestor ABCS, EBS, Provider ABCS, and a DB adapter to insert into target system. This interface is work

  • Crystal Reports not editable from Mobile Sales in CRM 7.0

    Hello Experts, We are using Crystal Reports in 4.0 and they are working well. I can open the reports in report Designer and can check all the details. Now we have performed a upgrade from 4.0 to 7.0 and getting some issue while executing one of the r

  • Tme Saving day light 2015 in Egypt

    Dears , The Government in Egypt cancel work with time saving daylight , so i need hot-fix to adjust my time saving in our production environment as the time adjust to forward the clock one our on 1 may ,we want to cancel this action  Thanks Ahmed