How to set the property node maximum xscale for several scale XY Chart

Hello

I use a graph XY with three X axis and three scales of axis Y to draw the three sets of data. This works well.

What I do now is to set the Xscale.Maximum property node for one of the x-axis (the other two autoscale). If I click right in the (Create Blockdiagram; Node property; X scale; Maximum) I can not choose what x-axis I want to put the Maximum for.

So my question: how to select a specific axis allows you to set the XScale.Maximum property node when having several axes?

Thank you for your help, any suggestions are appreciated!

Hello

After some more research and experimentation, I found that using the scale property X Active I can determine/set for which the XScale.Maximum Xscale is used.

This solved my problem.

I hope someone else can save themselves a few hours with this thread!

Thank you

Tags: NI Software

Similar Questions

  • How to set the doctype node using dbms_xmldom?

    Hi all

    IM using oracle 10g. I generated an xml file using dbms_xmldom.

    I need set the version xml and doctype to my xml file.

    XML version I've defined using dbms_xmldom.writeTofile.

    But not able to set the doctype... tried with dbms_xmldom.makedocumenttype... But no result...

    How to set the doctype using dbms_xmldom?

    Concerning
    Sankar MN

    Published by: SankaraNarayanan.M.N on October 17, 2011 05:40

    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14258/d_xmldom.htm#i1121082

  • How to set the property iepe in labview signalexpress

    Hi, I have Labview 8.5 here connected to a USB-9234. We try to use the accelerometer that should be configured as IEPE, I tried like a post on this forum: http://forums.ni.com/ni/board/message?board.id=100&message.id=1976&query.id=143505#M1976

    but I can't find it in the Labview signalexpress or when I watched as the address in this post.

    Here's my search addess: C:\Program NIUninstaller Instruments\LabVIEW 8.5\vi.lib\DAQmx,is than at the time?

    Hi Lester14,

    To configure your as IEPE accelerometer, you'll want to do go in LabVIEW, rather than trying to navigate to it in C:\Program Files (you will need a property node that cannot be easily navigated to - the other post on the forum where this has been mentioned talks about using DAQmxBase that uses screws to set this property rather than a property node).  I think that all the information you need is in This KB.  Let me know if you need help!

  • How to set the property

    In my backingbean, I need set the Ant property value.

    How to do?

    Thank you.

    chk this
    http://juwit.blogspot.com/2009/11/calling-Ant-targets-programmatically.html

  • How to set the property to the parameter out

    Hi all
    I want to set a property to the parameter out in the application process.
    If the parameter has value, then I need the column with the value on a page.
    If the parameter out is not having a value, then I need to hide the columns on a page.

    I write the below code for this, but I did not get value and also the column appeared in the Page.

    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processRequest (pageContext, webBean);
    Am = (XxcustdtlsmainAMImpl) pageContext.getApplicationModule (webBean) XxcustdtlsmainAMImpl;

    If (PageContext.GetParameter ("PpcustID")! = null)
    {
    String vpID = pageContext.getParameter ("PpcustID");
    System.out.println ("cust in PR trxn id:" + vpID);
    am.passTocustlinetrxn (vpID);
    }
    If (pageContext.getParameter ("PCustomID")! = null)
    {
    If (PageContext.GetParameter ("PbtchID")! = null)
    {
    If (PageContext.GetParameter ("POrdNum")! = null)
    {
    If (PageContext.GetParameter ("PInvceNum")! = null)
    {
    String vcustoID = pageContext.getParameter ("PCustomID");
    String vOrdNums = pageContext.getParameter ("POrdNum");
    String vInvNum = pageContext.getParameter ("PInvceNum");
    System.out.println ("cust in drill PR id:" + vcustoID);
    am.srchCusttrxnlineupdatedtls (vcustoID);
    OAMessageStyledTextBean mInvBean = (OAMessageStyledTextBean) webBean.findChildRecursive ("InvoiceNum");
    OAMessageStyledTextBean mTextBean = (OAMessageStyledTextBean) webBean.findChildRecursive ("OrderNumber");

    if(mTextBean!=null)
    {
    mTextBean.setText (vOrdNums);
    } else
    {
    mTextBean.setRendered (Boolean.FALSE);
    }

    if(mInvBean!=null)
    {
    mInvBean.setText (vInvNum);
    } else {}
    mInvBean.setRendered (Boolean.FALSE);
    }
    }
    }
    }
    }
    }

    Thank you

    Hello

    Pls make the changes in public relations as given:

    If (pageContext.getParameter ("PCustomID")! = null)
    {
    If (PageContext.GetParameter ("PbtchID")! = null)
    {
    If (PageContext.GetParameter ("POrdNum")! = null)
    {
    If (PageContext.GetParameter ("PInvceNum")! = null)
    {
    String vcustoID = pageContext.getParameter ("PCustomID");
    String vOrdNums = pageContext.getParameter ("POrdNum");
    String vInvNum = pageContext.getParameter ("PInvceNum");

    am.srchCusttrxnlineupdatedtls (vcustoID);

    OAViewObject vo = (OAViewObject) am.findViewObject ("XxcustdrilldownVO1");
    Line row = vo.first ();
    System.out.println ("Hello I'm in spell112");
    row.setAttribute ("HideOrdNum", Boolean.TRUE);
    row.setAttribute ("HideInvNum", Boolean.TRUE);

    OAMessageStyledTextBean mInvBean = (OAMessageStyledTextBean) webBean.findChildRecursive ("InvoiceNum");
    OAMessageStyledTextBean mTextBean = (OAMessageStyledTextBean) webBean.findChildRecursive ("OrderNumber");

    if(mTextBean!=null)
    {
    System.out.println ("I'm in passivation");
    mTextBean.setValue (pageContext, vOrdNums);
    }
    if(mInvBean!=null)
    {
    mInvBean.setValue (pageContext, vInvNum);
    }

    Concerning
    Meher Irk

  • How to set the property on a orginOfOrder order REST

    Just started to work with the REST api and building on some harniess/poc test.

    What I have so far is the following:

    Result RestResult = RestComponentHelper.getPropertyValue ("/ atg/store/order/purchase/CartFormHandler", "order", null, mSession);
    String responseData = result.readInputStream ();

    This property returns back
    {'order': "order [type: default;]"} ID: o54180002; Status: INCOMPLETE. Transitional: false; profileId:24549804; ]"}


    I want to do is be able to set originOfOrder on the order.

    What you were doing in your code, it's that you have called the method CartFormHandler.getOrder () customer thru REST.

    If you want to set a value any order, you must write you still own method and call from your code.

    Peace
    Shaik

  • How to set the property a clip using personalization in OSTEOARTHRITIS

    Hi all

    I have a requiredment where in the entrance test area the user types should be converted to uppercase letter.
    This customization is available in the forms. But in the OPS, I am not able to find any option.
    can someone guide me how to do this.

    Thank you
    Bhupendra

    http://www.oraclearea51.com/component/content/article/85-General/314-how-to-add-custom-CSS-class-to-your-OAF-page.html

    Kind regards
    Out Sharma

  • How to set the "data repetition" as default for all columns property

    Hello
    I have a report of existing response that has 260 columns. I want to put all the columns on the report for data "repeat" I can dump the data in excel. Y at - it a shortcut to do this, or do I have to manually update each column?

    Thank you
    Ankur

    No, if you don't have that, you should ask your administrator. Other that, you must do it manually. I'm sorry.

    Don't forget to close this thread. You can grant some points as well. Thank you.

  • OSB - how to set the mask of different file for the FTP traffic?

    Hi all

    I use transport FTP OSB to watch a folder (on remote FTP server).
    For file mask, we can use several types?

    In my case, I want to ask all the files that has the choice of the following file name extension:
    1 *. ABC
    2 *. ABc
    3 *. AbC
    4 *. ABC
    5 *.abc
    6 *.aBc
    7 *.abC
    8 *.aBC

    In other words, any file ends with abc (case doesn't matter).

    Can I set different types of file mask? How?
    I tried to put all 8 masks, separated by ',' and also tried ';
    But failed.

    Or any expression , can I use the file mask?

    I tried to put all 8 masks, separated by ',' and also tried '; But failed.

    A proxy may have only one mask file. You cannot specify more than one file in a single service mask.

    Can I set different types of file mask? How?

    Not in a single proxy service. You must either create a proxy with file mask *. * (star.star) to read all the files in the directory, or you must create the number of proxies with each having a specific file mask.

    Or any expression, can I use the file mask?

    Only the wildcard characters * and? are allowed in the file mask. Regular expressions are not supported.

    Can you let us know more about your use case so that we suggest a good solution? Will be your files with another extension of file system process differently or what all the file extension is treated in the same way? Which application writes files being read by OSB and cann't, it controls the naming of files?

    Kind regards
    Anuj

  • How to set the page size by default for printing on a 8450.

    A few days ago, I printed a few envelopes and now when I print from some programs, the size of the printed page remained the envelope size.  I want to print from any program on paper letter without changing the settings each time.

    Thank you

    This document can help you to define the printing parameters for all type of printing. Not only for the photos as the title suggests. You shouldn't have to keep it set every time.

    The printer settings

  • How to set the time of data collection for information Publisher report

    Hello everyone,

    So, I'm trying to set up a report, which contains some information of tablespace. The report must be sent to my e-mail account around 07:00 every day, so I have an overview if we run into a few problems with some full tablespaces. the report and mail notification works well but my only problem is, the data are not updated. There is a comment under each data table in my report which said that the data had been updated on 8 to 13 hours ago according to the target database. is there a way I can trigger the update of data report on a specific time? So I can update the data before you run the report job every morning around 07:00? I'm totally noob, so I hope someone can help me, I tried to google it but I couldn't find anything useful.

    Unfortunately, there is really no good way to 'schedule' collection for this because it is perceived with a dozen of other data points and likely to cause problems.   What you could do, is create a metric custom extension with query data file you need (simple Dungeon it do not go beyond what you really need to prevent performance problems), deploy the metric on all target databases, then disable collection of gui (metrics and collection parameters) and cron the collection to run at a period determined using emctl control agent runCollection : .   You can then create a report about the data collected in mgmt$ metric_current.

  • How to set the frequency of Thunderbird looking for new e-mail messages?

    How can I control how often Thunderbird automatically checks new emails?

    Menu Tools > account settings > server settings.

  • How to install the spectral measures and Modulation for several versions of Labview Toolkits


    Hello dear,
    This is a known issue. You can read in the readme of the modulation toolkit:

    Two Versions of LabVIEW installed
    The installer supports the installation of the Modulation Toolkit into one
    version of LabVIEW; installation of the tool in several separate
    facilities (e.g. LabVIEW 7.0 and 7.1 installed LabVIEW LabVIEW
    on the same PC or in separate directories) is not supported or recommended.
    A way not supported to do but involves manually copying files from
    one LabVIEW installation to another. To do this, you can install the
    Modulation Toolkit to the base of a LabVIEW installation directory, and
    then manually copy the files installed in the other installation of LabVIEW.
    The following list includes files and relevant directories. Copy all the files
    These directories, including subdirectories, using the equivalent
    paths related to the House LabVIEW directory for the target.

    \vi.lib\AddOns\Modulation\*.*
    \vi.lib\AddOns\NISML\*.*
    \examples\Modulation\*.*
    \resource\objmgr\NIMTAttribs.RC
    \resource\objmgr\NIMTAttribs.RCH
    \help\lvmod.txt
    \help\lvmod.chm
    \help\lvdmt.txt
    \help\lvdmt.chm

    Note that this list does not include installed files. Also, copy
    the files in this way is not equivalent to a complete installation in the
    another version of LabVIEW. Especially own error text to the
    Modulation Toolkit will not be updated and the example Finder ads will be
    the examples of Modulation Toolkit.

    Jerome

    "CherieC" wrote in message news:
    [email protected]...
    > I installed NOR-RFSG, NOR-DAMA, the Spectral Measurements Toolkit, as well as the
    > Modulation Toolkit.  I have two LabVIEW 7.1 and 8.0 installed on my
    > system.  I developed an application in BT 8.0 and now I need to come back
    > to LV 7.1.  The problem I have is that the add-on toolkits appear to
    > only have been installed for LV 8.0 because there are several missing screws
    > and control when I try to open the LV 7.1 version.  I tried
    > re - install tool boxes, but this is not solved the problem.  How
    > can I get the installation program to install the toolboxes for two versions of
    > LabVIEW?
    >
    > Thanks for your help,.
    > Honey

  • How to use the same mask, stencil, etc for several layers? Photoshop equivalent of the masked group?

    Hi I spent over half an hour for search manual, forums and the Internet and still can't find the answer. Help, please!

    For example, in a model with 5 or more layers, I want to use the same mask or stencil or what can hide layers 2,3 and 4 but areas layer 5 and all other possible layers below should not be affected.

    1. Before dialing the layers that you want to hide and apply a matte for the demo using the mask. Think to the Dial as an equivalent to the creation of a layer group.
    2. Use the effect on each layer you want to hide. It's easier to do if you apply mast set once and then create an animation preset to apply to the other layers. Just get mast set to do what you want it to do on the first layer, select Set Matte in ECW or in the timeline panel, and then go to the Animation > Save animation preset. Select then all other layers you want to apply the set matte to apply the preset.
    3. Put the mask at the bottom of the layers that you want to hide and turn on the switch to preserve transparency, then this group in composition with other layers of nesting.

    Here's another tip. You can set a custom color for all the layers you want to use the mast, then use the custom color for a group selection. This can make things easier down the line.

  • How to set the maximum value of the slide in run mode

    Hello

    I have a number of files to process, the files are going to be covered in the runtime. I want to use a slider that controls a single in the process at some point file. As the total number of files cannot be pre-be determined, I wonder how I can configure the maximum value of the slider when running (after I know how many files in the pool).

    Any help will be greatly appreciated.

    JACIE

    Right-click on the property and select change writing.  Now you can wire a constant to the property node.

Maybe you are looking for