How Split items in a table

Hi guys

I have signal consisting of a few numbers... .they are declared separately to Labview as x, y, z.

So I need a way to group 3 these items in a table (for example) as x refes to a data point, number there is tension and z is the current.

I would then separate the 'picture' in a XY Chart for I draw vs V.

Any suggestions?

Rgards

B

Hi Barrys,

I'm not very clear on your doubts. I guess that if you can make a chart of your x y z-values, then you can yourself. See the attached example. I made a picture of a set of values. Instead of the constant I've used, you can read directly in your worksheet. I hope this helps.

Kind regards
Amine31

(Bravo to give good answers, mark it as a Solution If your problem is resolved)

Tags: NI Software

Similar Questions

  • How can I determine which item in a table was just clicked on?

    I have a table set in place on my front. When user right click on an item in this table, I would like to be able choose among 3 different options. I have the shortcut menu works, but I need to know what element of the array of the user in a click with the right button to determine what values to change. How can I get the index of the item?

    Thanks for any help!

    https://decibel.NI.com/content/docs/doc-6406

  • How can I read items in four tables and store them in variables?

    Greetings,

    I have 4 tables which I read to control an autonomous robot vehicle as instructions.

    I must be able to read the first elements of each table and store in separate variables 4 (direction, speed, angle, distance). Wait until the first statement has been executed. Then I move on to the second elements of each array. I'll repeat this until I went through all the elements. I am struggling to figure out how to do this?

    Please note:

    -The number of items in the tables is always the same, although the number of items varies as can be less instructions or more.

    For example, a full trial takes 1st element of table 1, table 2, table 3 and table 4 and it builds something like: forward, 10, 20, to the left. This will then be the robot moving forward at a speed of 10 over a distance of 20 and then turn left. Once this done then it contains the elements 2 and so on.

    Please find attached my VI that reads a text file and creates 4 berries.

    Thank you.

    stanm13 wrote: Unfortunately, I don't think you understood my question.

    Then, I would say a) you don't understand the answer or b) you explain well enough.

    To make each element of an array, using a loop FOR with autoindexing entered is the way to go.

  • How to convert a table 1 d of cluster of 5 items in a table of numbers 2D? (a graph historical data)

    Hello

    in my vi, I have an array with 5 slots displaying measurement data.

    The user must be able to record all the data in the history of the card at any time. (for example the user looks at the picture and something happens, then it based on a 'save' - button)

    I know that I can read the data in the history with a property node. This isn't the problem. The problem is, how to deal with the data? The type of history data is a table 1 d of cluster of 5 elements.

    I convert these data somehow in a 2 D-table of numbers or strings, so that I can easily save it to a text file.

    How to convert a table 1 d of cluster of 5 items in a table of numbers 2D?

    I use LabVIEW 7.1

    Johannes

    Hallo Johannes,

    the photo shows the trivial way:

  • How can I remove a specific item of a table?

    Hello.

    I have an array of movieclips and when my (controlled with the keyboard) circle hitTests true with one of the clips inside this table I want to delete this movieclip to the table, so when I hitTest it even once, it returns false (I hitTest using a ' for in ' with this table).

    How to remove a specific item of a table?

    Can someone help me? Thank you very much.

    Try:

    yourArray.splice (yourArray.indexOf (yourmovieclip), 1);

  • Number of items in a table

    Hello

    I tried looking for a simple function to get the number of items is an array. Went though the old posts, but has no can find answer to it.

    The function should work for the following examples:

    char name = "nInstruments".

    float [State] = {1.0, 2.0}

    I tried sizeof, but he returned in bytes the size of 'typical'. For example, in example 2, it will return only 4.

    Does anyone know a way to do it?

    Ciao

    RB

    RB,

    In C, if an array is declared on the heap, as opposed to the battery as in your example above, the sizeof operator returns only the length of the needle that holds the table which is always in a program 32 bits, 4 bytes. This is because the compiler has no way of knowing how many items who has actually table. The length of a C array is a rather fluid concept. The actual size of the array is usually determined by a memory manager somewhere (usually, malloc), but this isn't something that the language itself has nothing to say about the.

    When you declare the array in its entirety as a local variable, however, the compiler must have room for the full range on the stack, and therefore able to return the actual size of the array through the sizeof operator. (The same is true if it is a global variable, even if it is not on the stack, in this case)

    For this reason, using the sizeof (array) / sizeof(array[0]) thing is uncertain. It might work, or it may not work, depending on how the array is declared.

    For this reason, most C API that accept or return of the paintings, will usually also have a mode of communication of the length of the array, usually as an extra parameter of some functions. Because the .NET API have usually no need to do this, the wrapper for a .NET API in CVI C does it for you when managing tables .NET. For example, here is what may look like a function signature:

    int CVIFUNC Namespace1_Class1_Test1DArrays (Namespace1_Class1 __instance, int * inA, int __inALength, char * outA, int * __outALength, Namespace1_Class2 * refA, int * __refALength, double * __returnValue, int * ___returnValueLength, CDotNetHandle * __exception);

    Luis

  • Returns the unique items in a table

    I would like to know how to get combanations of any table without repetitions of the same elements in a different order.

    The table is made of properties of the object and could have a variable number of elements.

    In other words, if I have an array of 2 elements for example

    [a, b]

    I want to receive 3 new arrays of void

    (1) [a]

    (2) [b]

    (3) [a, b]

    I don't want to receive [b, a] as having the same elements as [a, b] only in a different order.

    Well, if there just 2 items in the table then it's pretty easy, but when there is more then I do not understand!

    An array of 4 elements for example

    [a, b, c and d]

    would need to produce a new table of the following tables 15 sub

    (1) [a]

    (2) [b]

    (3) [c]

    (4) [d]

    (5) [a, b]

    (6) [a, c]

    (7) [a, d]

    (8) [b, c]

    (9) [b, d]

    (10) [c, d]

    (11) [a, b, c]

    (12) [a, b, d]

    (13) [a, c and d]

    (14) [b, c and d]

    (15) [a, b, c and d]

    A table of 5 elements would give me overtime 24 tables and so forth.

    I tried many ways with diddlysquat results

    Slice, splice and all things nice!

    If someone of you could share this trade secret with me, I would appreciate it a lot.

    Trevor

    Nice challenge!

    We could try this:

    function arrayParts(/*arr*/a, r,i,j,t,s,p)
    // -------------------------------------
    // Note: a is supposed to contain unique items
    // [if necessary, apply a makeUnique routine first]
    {
        if(! (i = Math.pow(2,a.length)-1) ){ return null; }
        (r=[]).toString = function(){return this.join('\r');};
    
        while(i--)
            {
            r[i] = t = [];
            s = (1+i).toString(2);
            p = (j=s.length) - 1;
            while( j-- ) '1'==s[j] && t[t.length]=a[p-j];
            }
    
        // Reorder by length [if needed!]
        // ---
        r.sort( function(x,y){return x.length-y.length;} );
    
        return  r;
    }
    
    // Sample code
    // ---
    var arrTest = ['Blue','Red','Yellow','Green','Black'];
    alert( arrayParts(arrTest) );
    

    Really not optimized, but it was pretty fun to write ;-)

    @+

    Marc

  • How to recover data from table

    I'm new to APEX 4.0, how to recover data from table

    My table is CR_USERPROFILE... and I want to recover data to the following recommendations:

    Select the title, user name, address, email, mobile, cr_userprofile where e-mail is APEX_CUSTOM_AUTH. GET_USERNAME


    Text P110_EMAIL 10 field
    20 P110_TITLE selection list
    P110_USERNAME 30 text field
    Text field P110_ADDRESS 40
    P110_PHONE 50 text field
    Text P110_MOBILE 60 field

    could any body if you please help...

    Thanks and greetings
    Luke

    Hello

    1. create the process Page.
    2. Select the Data Manipulation
    3. in the category select "Automated line Fetch".
    4 enter the process name, sequence, select "on the load - before the headers" to the point.
    5. specify the owner, table, primary key and the key column primary (Item name contains the primary key).
    6. create a process.
    7. in each element, select "Column of the database" in "the Source Type.

    Kind regards

    Patel Kartik
    ------------------------------------------------------------------------
    http://patelkartik.blogspot.com/
    http://Apex.Oracle.com/pls/Apex/f?p=9904351712:1

  • How can I delete a table NaN values?

    I'm testing if an array values are less than 0.001. They are all... BUT the problem is that some of the elements of the array are NaN values. I want to do two things:

    1 remove NaN of the array elements and put them to zero to make the test work.

    2 to understand that NaN elements are tested.

    The results in an array of Boolean values of T, F. If all the values of the boolean chart are T, resulting in a single Boolean value of t. # 2, I I want to test if an element of the array is less than OR equal to 0.001 NAN.

    twolfe13 wrote:

    I'm testing if an array values are less than 0.001. They are all... BUT the problem is that some of the elements of the array are NaN values. I want to do two things:

    1 remove NaN of the array elements and put them to zero to make the test work.

    Various positions have been in the past to the deletion of items in a table. I'm sure that you took the time to research before you posted, right? In any event it seems not that order is important here, so the best way to proceed is to sort the array and then search for the first occurrence of NaN. Just do a comparison on the subset of the front table of this index.

    2 to understand that NaN elements are tested.

    The results in an array of Boolean values of T, F. If all the values of the boolean chart are T, resulting in a single Boolean value of t. # 2, I I want to test if an element of the array is less than OR equal to 0.001 NAN.

    Use the Boolean function gold and the function of Not a number/path/Refnum .

  • How can I save a table 1 d of waveforms in excel

    How can I save a table 1 d of waveforms in excel. The picture is from a vi that reads and graphic a wav. file

    Hi Navident,

    Before you create the excel worksheet do not forget, you cannot configure Excel to exceed the limit of 65 536 rows and 256 columns in Microsoft Office Excel 2003. I hope that the HRT help for you

    .

    Siva

  • How do the function of table 1 d search case-insensitive for the array of strings

    How do the function of table 1 d search case-insensitive for the array of strings

    Hi Karine,.

    convert the two (table and search for the string) to lowercase before using this feature...

  • How to read the color table in a subvi?

    How to read the color table in a subvi? Is it made by a reference to the table or with a global variable? For a better understanding of the problem, I added to vi. Run the "run.vi." I want to see

    the background color of the table "run.vi" in the subvi called "read color.vi".

    How can I do?

    Thanks in advance

    Norick

    pop up on the wire table refernece and establishes 'control '. Add this control to the icon of the sub - VI decision-making and then wire ref of the appellant to this Terminal VI so the calling VI move the ref to the Subvi.

    Ben

  • E/s files does not save the items in the table

    I can't save the items in the table. If I quit the program and restart it, the array starts at 0 again. I want it from the value at which it stopped.

    Is this a flaw in the Subvi "Timer A1"?

    Thanks for the help.

    mhaque

    Your feedback nodes are defined overall boot on the first call, as evidenced by the glyphs.  If you are stop and start your program, must be configured to initialize worldwide on the compilation or the load, simply right-click and change the setting.  This should give you the behavior you're looking for, but does not exclude the intrinsic problems with the code.

  • How can I cerate a table with a set of numbers saying 1 to 12 random order but no recurrence.

    How can I cerate a table with a set of numbers saying 1 to 12 random order but no recurrence.

    I know it should be easy, but my brain doesn't work right now


  • How to configure the partition table for SSD?

    Drive: 32 GB SSD

    I accidentally delete without backup partition table information and would like to know how to put the partition table, I can access the tools of partition table, but do not know how to define.

    Does anyone have any suggestions?

    Thanks in advance for your suggestions

    Hello

    Thanks for posting your query in Microsoft Community.

    The SSD could be seen in the disk management window, and you could name and set up as another hard drive internal. To create a partition or volume on a hard disk, you must be logged in as an administrator, and there must be unallocated disk space or free space in an extended hard disk partition. To repartition your hard drive, please consult the following link and check if it helps.

    I can I repartition my hard disk?

    Additional information:

    Create a new Partition on a hard disk in Windows 7

    Hope this information is useful. Let us know if you need more help, we will be happy to help you.

Maybe you are looking for

  • Overclocking GPU and CPU in y510p

    Is it possible to overclock the GPU and the CPU a lil' bit in my y510p? If so, could you please tell me how can I pushed upward, and if it's worth...?

  • How fire alarm bad state?

    I want to use is "Bad status alarm" alarm was in service the corresponding sensor failure! What should I do to make the experience of alarm "Disrepair" first?  There is no example of a project on the 'bad status alarm '.

  • Keyboard response is slow

    I have an interesting problem.  Recently, the response of the keyboard became slow, and it seems to be particularly bad, when I am in Yahoo mail (when I'm composing electronic).  It seems to work correctly in MS Office, Excel, etc.  I recently turn o

  • Cannot upgrade Vista Basic to Vista Ultimate

    I bought a CD Windows Vista Ultimate Upgrade from a local computer store to upgrade my Vista Home Basic to Vista Ultimate. Currently, I am not prepared to lose my data by installing a "clean copy", I just want to upgrade. The problem happens after I

  • EXIT button for app bb10

    It is essential to have an app for bb10 exit button? If so, can you please help me with it? I tried fscommand, but it displays an error.(I'm using actionscript)