Name of the dynamic legend in XY-graph in labview 7.0

Dear all,

In my application I display several plot in XY-Graph. The total number of graphics may very. I want according to the total number of display legend selected route. And the name of this parcel is not set very according to selection.

I tried to use the 'name of the conspiracy' property node, but in this case only first name plot evolves.

-Vishnu

Hi Vishnu, use the property 'Legend'-> 'plots illustrated!

Tags: NI Software

Similar Questions

  • Name of the dynamic property of object in the table based on the value of a variable

    I have two paintings of custom class objects

    var obj1:Object1
    var obj2:Object2
    
    var array1:Array = [obj1[0], obj1[1], ...]
    var array2:Array = [obj2[0], obj2[1], ...]
    

    Object1 has a property named. Name while Object2 has a property named. Title.

    Now I have a common function including cab accepts an array (array1 or array2) and the name of property the object ("Name" or "Title") as input and needs to access this name of the property of the objects in the array:

    function myFunction(arr:Array, fieldName:String)
    {
        arr[0].fieldName  = "xxx";
    }
    

    the problem I have this achievement does not because the code in the function assumes that the property of that object in the table is actually a string "fieldName" while I want to dynamically determine the names of the fields based on the value of this variable, but cannot understand the syntax to do!

    Don't know if I'm clear - hope that makes sense... ;-) Thank you

    Hey p3pp3r,

    I think I understood you. Try the following and see if you get good results:

    function myFunction(arr:Array, fieldName:String)
    {
        arr[0][fieldName]  = "xxx";
    }
    

    Let me know how it turns out. Good luck!

  • name of the dynamic table in a view

    How can I create a view of a table whose name is dynamically determined?

    for example, I have tables for each month table_2010401, the table_201402, the 201403 table and so on. I need to extract the data from the last table. This is more or less what I want to do:

    CREATE OR REPLACE VIEW VW_TABLE

    AS

    SELECT * FROM

    (SELECT TRIM (MAX (TABLE_NAME)) FROM ALL_TABLES WHERE TABLE_NAME LIKE 'POL_LINK %' AND OWNER = 'ACTUARYD')

    );

    Can anyone help? Thank you in advance.

    Most approach simple and straight forward it would be to recreate every month a CURRENT_TABLE view or a synonym that points to a table 'current' - table_2010401 or table_20140301.

    You can recreate this view, or synonym every month just after creating the table current.

    Another approach would be to create a view based on a function of pipeline that derives from a necessary table name and uses dynamic SQL statements to get the lines of him to channel them in the view.

  • name of the dynamic object

    Hello
    I had a problem get a dynamic object name

    I am trying to generate a simple example where I press a BTN he passes the name of the object, but then I can't use it.

    [CODE]
    Framework for action 1


    showHide();
    function showHide (myName) {}
    trace (myname); This property returns ball1
    This.ball1._visible = false; Mask object
    This.ball2._visible = false; / / mask object
    This.ball3._visible = false; / / mask object
    This.ball4._visible = false; / / mask object



    trace (this.myName._visible) / / it doesn't matter
    this.myName._visible = true; does not work



    }



    Stop()
    [/ CODE]


    [CODE]
    My buttons

    on {(press)
    _root.showHide ("ball1");
    }
    [/ CODE]

    dzedward is right on target here Moses - and in addition there are a few things you can do here that will make you more fluid system work. If you pass the object instead of a string, you can use this reference to cause the reaction you method without having to 'check' all instances (which I think is what you go here) so you can simplify all using something more like the following:

  • Problem with the name of the dynamic Table

    Hi all

    I can't using a dynamic table name. I have the following code...
    declare l_cur sys_refcursor;
    l_ID int;
    l_tableName varchar(30);
    BEGIN
    
    open l_cur for
    select hkc.ColumnID, mapping from &HKAPPDB_Schema_Name..doctablemapping ddm
    inner join &HKDB_Schema_Name..HKColumns hkc on hkc.doctablemappingid = ddm.id
    where ddm.id > 0;
    LOOP
         FETCH l_cur into l_ID, l_tableName;
         EXIT WHEN l_cur%notfound;
                
         -- update missing VerbID in DocumentDocMapping table
         UPDATE &HKAPPDB_Schema_Name..IndexedDocument 
         SET VerbID = (SELECT t.VerbID 
                             FROM (SELECT DocRef, VerbID, DateUpdated 
                                  FROM &HKAPPDB_Schema_Name..l_tableName dd        - this is where the dynamic table name is used
                                  WHERE dd.VerbID is not NULL))
         WHERE HKColumnID = l_ID AND VerbID is NULL;
    
    END loop;
    end;
    /
    When I try to execute it I get an error

    ORA-00942: table or view does not exist

    What I am doing wrong?

    Kind regards
    Toby

    You cannot use a variable instead of a table name. You must build the dynamic SQL. Search for IMMEDIATE EXECUTION or DBMS_SQL in Document Oracle.

  • Name of the dynamic table is possible?

    Hi guys,.

    I have fact tables every day with the same structure, each table in a day: fact20090701, fact20090702 etc.
    Every night a new table is created.

    Database is Oracle.

    I need a single command prompt date and then run a query on the corresponding table.

    Is this possible?

    Direct application of the database is not an option.

    Thank you
    Alex

    Hello

    In the physical layer, go to table special and double click on it (go to properties) > general tab.
    You will find the option use dynamic names. When you click on this it asks the name of the variable.

    so, you must create a session variable that contains the dynamic value. And use it here...
    SQL is something like: SELECT 'fact' | to_char (sysdate, 'yyyy') | to_char (sysdate, 'mm') | to_char (sysdate, 'dd') block initialization
    assign it some variable... He uses...

    Hope this helps you...

  • name of the dynamic table

    In the ODI interface, can a target table name be specified dynamically? For example, the name of the table will be decided until a variable is updated in the package. The target table must also an AK force.

    Use a smaller name and project code before the variable.

    Do not use a '_' before the ' # '.

    Something like:

    TEMP_MIL #PROJECTCODE.v_thread_number

    In addition, if you use Oracle as technology, go to the topology, the physical Architecture, modify the technology itself and the language tab, let the delimiter 'object' to nothing.

    Let me know if works...

    Published by: Cezar Santos on 29/01/2009 16:55

  • Name of the dynamic pageFlowScope variable on a page of amx, possible?

    Hi all

    I have a problem that I can't seem to move at the moment. I have java classes that try to update some data, and if it is not successful it returns the ID of the control that contains the error. Then I take this control id and use it to highlight the field in error so that the user knows where it is. Usually, this works very well for any other than to a list view.

    For a grid/listView error control is returned in the form of something like "1.14" of the appeal of java, this is equivalent to the number of the line '1' and the id of the control "14". I can easily strip away the '. ' in java but I need a path in my AMX page to define a variable on the fly for example pageFlowScope #{pageFlowScope. {{} row.rowKey} 14} but I get EL analysis of errors try like this, the error is "ERROR_EL_PARSER_NESTED_EL_NOT_SUPPORTED". Basically, I'm trying to have conditional styles depending on whether E {pageFlowScope.114} is set to 1 or not. I can't imagine a better way to implement this in a listView?

    I can only suggest a medium crude to achieve.

    One way to see dynamic values in EL is to use a hash table and use the dynamic value as the key. I would record a HashMap per input element and then store the error with the line indicator not. You can even create your own implementation of HashMap and hoist the flag when running by overloading the get method.

    [For example #{pageFlowScope.elem14ErrorMap [row.rowKey}]

  • Name of the dynamic product throughout several Masterpages

    I try to enter a 'product name' only once and fill through the header and the footer other master pages. They have styles different characters/paragraph that are unique to where the text is placed. All master pages are based on "A-template. I want to enter the "product name" and have it update the other specific areas of product of the manual.  I've looked through some variables of text but don't have not come up with something that works. Any ideas?

    img1.PNG1

    img2.PNG2    img3.PNG3

    The variable picks up text on document pages, not in addition to the captain, then perhaps it's another source of confusion?

    You put the variable marker on the master page, set to pick a style for your title page (that you must enter on the title page by yourself). The header running continues to display the first value until you add a new paragraph (probably on a new title page) with a different text.

    Here is an example of a book I have laid out several years ago that uses two running header variables:

  • Name of the dynamic page element?

    Hello

    I have one of some fields (VELD01, VELD02... VELD11) and a page process that fills this domain.
    I want to say more dynamic by using a loop. Is it possible to use some "dynamic SQL" as:

    l_cnt: = 1;
    for r in c
    loop
    P1210_VELD0 | l_cnt;
    l_cnt: = l_cnt + 1;
    end loop;

    Example above does not of course...

    garcol wrote:
    Hello

    I have one of some fields (VELD01, VELD02... VELD11) and a page process that fills this domain.
    I want to say more dynamic by using a loop. Is it possible to use some "dynamic SQL" as:

    l_cnt: = 1;
    for r in c
    loop
    P1210_VELD0 | l_cnt;
    l_cnt: = l_cnt + 1;
    end loop;

    Example above does not of course...

    Use the apex_util.set_session_state API method:

    l_cnt := 1;
    for r in c
    loop
      apex_util.set_session_state('P1210_VELD' || to_char(l_cnt, '09'), r.foo);
      l_cnt := l_cnt + 1;
    end loop;
    

    (Always the postal code using ------)

    ...\
    

    tags.)

    However, the use of this approach raises possible concerns about your data model - it is properly standardized? And why not do it using standard table of tabular presentation techniques /apex_item API /apex_application tables?

  • How to display the signal on a waveform graph in Labview Signal Express?

    Hello

    I want to display a signal in Signal Express 3.0 in a "waveform table", but don't know how to do it and I think that it may be impossible?

    In Labview, there are two ways to view data, a 'waveform table' or a 'waveform graph. The great thing with 'picture of waveform' is that it allows you to set a length of history and you can see the data move to the left (option graphic strip) that samples are recovered. It works perfectly.

    In Signal Express I can only select "Graph XY" or "Waveform curve" by doing a right-click of the mouse, but I can't select "table of waveform. Is it really true that it is not possible to view data in a graph of waveform "with Labview? (1 analog signal during streaming, 100 samples to read at the rate of 1 K)

    Thank you in advance,

    Enrique

    Hi Enrique.

    You are right that there is currently no graphic waveform in SignalExpress. The thing nearest you can join, is saved data under a log and then he looks one when recording (which I know this isn't quite the same interactive behavior).

    For your last comment, you wrote 'waveform curve', but I guess you meant 'picture' here as well.

    Sorry about that. We recently received this request, then perhaps in a future version.

    Phil

  • Trying to change stamps to take account of what I mean. How can I change the name of a dynamic stamps

    How can I change the name of the dynamic stamp?

    The name of stamp is part of the name of the page template in the file stamp, so to change it, you can open the stamp file and change the name of the template for the stamp in question. Exactly how do you this depends on which version of Acrobat you are using.

    Acrobat 9: Advanced > Document processing > models

    Acrobat 10/11: Tools > Document processing > models

    Acrobat DC: Tools > organize Pages > more > models

  • Select the dynamic channel to fill in the legend

    Hello no,.

    I am the acquisition of 16 channels each channel has their own name, when I double click on the graph, the populous select.vi channel and it will list the name of the channel. If I select the first channel 5 or last name 5 channels or channel. the selected channel must be complete on behalf of legend.

    I am facing the problem, when I select the way to any list of channels his does not display does not name, the same method that I did with labview 7.1, which has been working well.

    Please find this attachment, my code

    Hello

    Find error or anything just a blank field name while doing this operation.

    A point I can see here is:

    1. the table "name out" which bears the names of channel should have clues covered by array index.  If the index covered by index out is not in the name of then an empty string will be returned.

    Please check if this condition is met.

  • Passing dynamic legends of the program to the program

    Hello

    I'm currently building a relatively simple program to read the legends back dynamically. Program1 will get the values and subtitle names in a secondary program called Program2 using a method to invoke node. Program1 will then collating the legends and values by using a property node. Ideally, I'll be able to add a structure of the event for both programs, so that I can update the values and stories between various programs.

    The problem that I am running is when I change the name of a legend of Program2, the name update does not get reflected back in the first program. I know that LabVIEW can dynamically change a label, but I was under the impression that it was possible with captions. I'm not sure what I'm doing wrong, but I can't get the program to work correctly. Thanks for any comments.

    The two programs are attached below.

    Hi beginner,

    The attached VI shows one way to get the legends of the controls on the façade another VI - this is what you want to do?

    See you soon!

  • How to add the name of the title of graph in Excel

    Dear friends

    I'm using LabVIEW 8.0.I need how to add the name of the title of graph in Excel.

    You have the report generation tool? If so, the VI of graph Easy Excel has an entry for this.

    If you don't have the Toolbox, then you need to use ActiveX. Please do a search on the use of the ActiveX (there are examples provided with LabVIEW) to control Excel. Also, there are many examples in the thread Excel. NOTE: DON'T POST QUESTIONS IN THIS THREAD.

    In the end, you will need to search for information contained in MSDN.

Maybe you are looking for

  • Which series is the Satellite 2410-504

    I'm trying to Flash the Bios on this laptop, but don't know which series or model it is. It says S2410-504 under him.

  • Dashboard does not appear when you press the button on the dashboard

    I just got my board replaced on my MacBook Pro.  Before it was replaced, when I pressed the button with the dashboard icon (F4), it is toggled between my widgets that have been opened in the dashboard and the window, in that I was working.  Now, afte

  • How can I record video using my web cam of 1407

    I have a webcam of 1407 of microsoft. I want to know is how can I record video? I connected it to an old dell with windows xp. and the only thing I can do is take a picture. Is it possible that I can get to record a video.

  • HP dv6000 will not perform start up

    OK I turned off laptop went to bed got up to 6 hours went to turn on the unit, but all what he would do is lights come on cd-rom made a noise, lights flash system turns off. Sometimes it is just blinks and turns off. but no matter which it does, the

  • more than 8600 doesn't turn on!

    We have recently bought a HP officejet pro more than 8600 and managed to make it work. After that, we had a few problems with the connection of computers to the printer for printing - the printer is not found. Now after switching off, it does not tur