Is it possible to work with the conditions of a table in excel?

I create a vi that store a lot of encoder pulse signals in a table, and I want to work with these terms as I in excel. Things like an average of a column, multiply the terms in the table, divide by constants.

is this possible? Otherwise, what is the best way to work with this kind of data?

Quite possible, that is the question to have tables, that you can manipulate as you need. The possibilities are endless.

Tags: NI Software

Similar Questions

  • Is it possible to rank with the condition of a group?

    Is it possible to rank with the condition of a group? for example, I have following dataset.
     
    RANK() OVER (partition BY PC.POLICY_NUMBER, PC.TRANSACTION_TYPE, COV_CHG_EFF_DATE order by PC.POLICY_NUMBER, COV_CHG_EFF_DATE, PC.TIMESTAMP_ENTERED) AS RNK,
    
    POLICY_NUMBER    TRANSACTION_TYPE  COV_CHG_EFF_DATE  TIMESTAMP_ENTERED                        Rank
    10531075PQ                           01           01/FEB/2009              15/SEP/2009 01:16:09.356663 AM       1
    10531075PQ                           01           01/FEB/2009              15/SEP/2009 01:16:09.387784 AM       2
    10531075PQ                           02           15/OCT/2009             16/OCT/2009 04:40:24.564928 PM       1
    10531075PQ                           02           15/OCT/2009             16/OCT/2009 04:40:24.678118 PM       2
    10531075PQ                           10           15/OCT/2009             16/OCT/2009 04:45:20.290117 PM       1
    10531075PQ                           10           15/OCT/2009             16/OCT/2009 04:40:29.088737 PM       2
    10531075PQ                           09           15/OCT/2009             16/OCT/2009 04:40:29.088737 PM       1 (expected 3)
    10531075PQ                           06           17/OCT/2009             17/OCT/2009 04:45:20.290117 PM       1
    10531075PQ                           07           17/OCT/2009             17/OCT/2009 04:40:29.088737 PM       1 (expected 2)
    I want to group founded by transaction ID. For ex, '09 'and '10' as a game and ' 06' one '07' as another set. Instead of the beginning rank, rank I want continue for any occurrence of the ' 09 'or ' 10'. In the example above, for the next line, I expect to grade 3 that there are transaction 2 '10' already exist for the same COV_CHG_EFF_DATE.

    09 10531075PQ October 15, 2009 October 16, 2009 04:40:29.088737 PM 1 (3 planned)

    I wonder if it's possible with the rank or another another analytic function. Not looking for exact labour code, I will appreciate if someone can give me idea/advice. Example of table and the test data, if someone wants to experience
     
    drop table PC_COVKEY_PD;
    
    create table PC_COVKEY_PD (
    POLICY_NUMBER varchar(30),
    TERM_IDENT varchar(3),
    COVERAGE_NUMBER varchar(3),
    TRANSACTION_TYPE varchar(3),
    COV_CHG_EFF_DATE date,
    TIMESTAMP_ENTERED timestamp
    );
    
    delete from PC_COVKEY_PD;
    
    commit;
    
    insert into PC_COVKEY_PD values ('10531075PQ', '021', '002', '01', to_date('01/FEB/2009','DD/MM/YYYY'), cast('15/SEP/2009 01:16:09.356663 AM' as timestamp));
    insert into PC_COVKEY_PD values ('10531075PQ', '021', '001', '01', to_date('01/FEB/2009','DD/MM/YYYY'), cast('15/SEP/2009 01:16:09.387784 AM' as timestamp));
    insert into PC_COVKEY_PD values ('10531075PQ', '021', '004', '02', to_date('15/OCT/2009','DD/MM/YYYY'), cast('16/OCT/2009 04:40:24.164928 PM' as timestamp));
    insert into PC_COVKEY_PD values ('10531075PQ', '021', '004', '02', to_date('15/OCT/2009','DD/MM/YYYY'), cast('16/OCT/2009 04:40:24.264928 PM' as timestamp));
    insert into PC_COVKEY_PD values ( '10531075PQ', '021', '005', '10', to_date('15/OCT/2009','DD/MM/YYYY'), cast('16/OCT/2009 04:40:24.364928 PM' as timestamp));
    insert into PC_COVKEY_PD values ('10531075PQ', '021', '002', '10', to_date('15/OCT/2009','DD/MM/YYYY'), cast('16/OCT/2009 04:40:24.464928 PM' as timestamp));
    insert into PC_COVKEY_PD values ( '10531075PQ', '021', '004', '09', to_date('15/OCT/2009','DD/MM/YYYY'), cast('16/OCT/2009 04:40:24.564928 PM' as timestamp));
    insert into PC_COVKEY_PD values ('10531075PQ', '021', '004', '06', to_date('22/NOV/2011','DD/MM/YYYY'), cast('17/OCT/2009 04:40:24.564928 PM' as timestamp));
    insert into PC_COVKEY_PD values ('10531075PQ', '021', '004', '07', to_date('22/NOV/2011','DD/MM/YYYY'), cast('17/OCT/2009 04:40:24.664928 PM' as timestamp));
    
    commit;
    
    SELECT POLICY_NUMBER,
           TERM_IDENT,
           COVERAGE_NUMBER,
           TRANSACTION_TYPE,
           COV_CHG_EFF_DATE,
           TIMESTAMP_ENTERED,
            RANK() OVER (partition BY PC.POLICY_NUMBER, PC.TERM_IDENT, PC.TRANSACTION_TYPE, PC.COV_CHG_EFF_DATE 
                    order by PC.POLICY_NUMBER, PC.TERM_IDENT, PC.COV_CHG_EFF_DATE, PC.TIMESTAMP_ENTERED) AS RNK
    FROM PC_COVKEY_PD PC
    ORDER BY PC.POLICY_NUMBER, PC.TERM_IDENT, PC.COV_CHG_EFF_DATE, PC.TIMESTAMP_ENTERED ;
    Published by: 966820 on October 30, 2012 19:26
  • is it possible to work with the touchscreen on photoshop?

    I have a laptop and I want to use the touch screen to draw in photoshop.

    can someone help me?

    Thank you!

    Using Photoshop | Experimental features

    Some Tablet Wacom touch and also you can program some touch functionality to interface with Photoshop. You mast even power painting finger if you just need a few crude brush strokes.

  • It Possible to work with the same object instance Calendar?

    Dear Experts

    Can you please help me with this one... I get the same experience for all employees even if I changed the dates:

    Maybe to get the complete code you will be an overview
    import java.util.Calendar;
    
     class Employee {
        private Calendar doj;
        private String empname;
        void setEmpName(String empname)
        {
            this.empname = empname;
        }
        String getEmpName()
        {
            return this.empname ;
        }
        void setDoj(Calendar doj)
        {
            this.doj = doj;
        }
        Calendar setDoj()
        {
            return this.doj ;
        }
        int ExperienceInYears(Calendar now)
        {
                int todayday=0,dobday=0;
                if (doj.after(now)) {
                throw new IllegalArgumentException("Date Error! Doj > today");
            }
            int year1 = now.get(Calendar.YEAR);
            int year2 = doj.get(Calendar.YEAR);
            int yrs = year1 - year2;
            int todaymonth = now.get(Calendar.MONTH);
            int dobmonth = doj.get(Calendar.MONTH);
            if (dobmonth > todaymonth)
            {
                yrs--;
            }
            else if (todaymonth == dobmonth)
            {
                todayday = now.get(Calendar.DAY_OF_MONTH);
                dobday = doj.get(Calendar.DAY_OF_MONTH);
                if (dobday > todayday)
                {
                    yrs--;
                }
            }
            return yrs;
        }
    }
    
    public class Main {
        public static void main(String[] args) {
            Calendar doj,today;
            int yrs;
            today = Calendar.getInstance();
            doj = Calendar.getInstance();
            today.set(2011, 3, 14);
    
            Employee e1 = new Employee();
            Employee e2 = new Employee();
            Employee e3 = new Employee();
    
            e1.setEmpName("John Denver");
            doj.set(1990, 1, 2);   // First Time
            e1.setDoj(doj);
         
            e2.setEmpName("Olivia Newton");
            doj.set(2002, 12, 12); // Second Time
            e2.setDoj(doj);
    
            e3.setEmpName("Neil Diamond");
            doj.set(2005, 3,3);    //Third time
            e3.setDoj(doj);
    
            yrs=e1.ExperienceInYears(today);
            System.out.println("The Employee " + e1.getEmpName()+ " has " + yrs + " years of exprience" );
    
            yrs=e2.ExperienceInYears(today);
            System.out.println("The Employee " + e2.getEmpName()+ " has " + yrs + " years of exprience" );
    
            yrs=e3.ExperienceInYears(today);
            System.out.println("The Employee " + e3.getEmpName()+ " has " + yrs + " years of exprience" );
        }
    }
    Published by: standman on March 14, 2011 12:37

    standman wrote:
    If I have three different dojs can I get the right answer! But why?

    What said Kayaman; However, now that you know this, you see that there is a much better way to set up your employees? (Hint: think of an employee (String, int, int, int) constructor).

    Winston

  • Hi, I work with the standard of the CS6 for Mac, Adobe, I bought a DVD with the software. I already installed on my mac book. Soon, I want to buy a second computer for my work. When I bought the software told me that it is possible to install the

    Hi, I work with the standard of the CS6 for Mac, Adobe, I bought a DVD with the software. I already installed on my mac book. Soon, I want to buy a second computer for my work. When I purchased the software, I was told that it is possible to install the software on a second computer. But I also read lately that I will be allowed to work with a computer. I want to work on both of my computers without or install and / activation of the software every time. Is this possible? Thank you!!

    @

    You should be able to install the product on two computers as long as they are running at the same. The platform should also be Mac

    You can download the product of

    Download the CS6 products

  • Anyone who works with the CAF (Caltech intermediate Format) files in LabVIEW?

    Hey everybody,

    Anyone who works with the CAF (Caltech intermediate Format) files? These are files that are generated by IC layout programs, such as TannerEDA L-Edit, that define the layers and arrangement of the masks used in VLSI (Photolithography) of processing semiconductor device.

    I would like to analyse these CIF files to generate a map of wafer of devices for use in the-plate test. Currently, a plan of shooting is made and then I manually switch and define coordinates of line and column for the edge of a plate and various places of drop-in. I would like to automate this process, and I don't know if it is possible by playback of these files from the CAF. However, I don't really know how to read them, and I can get as much information from the Wikipedia page and the original article.

    So I ask: anyone has an easier set of screws that make reading CIF file? Or someone working with them can help me with my problem? I can describe it in much better detail once someone comes...

    Here is one of my notebooks CIF of Mathematica (remove the .txt extension obviously).  I used it to create a new CIF file with four instances of the object in a file.

    You can load a file with the following text:

    symName = loadCIF;

    You can see the layers:

    CIFlayers [symName]

    You can view layers:

    Show [{viewCIFlayer [symName, #, color of layer]}]

    (if you wish, add multiple layers to the list)

    If you have a file of type CIF I can also test to see that it recognizes the objects you use, I am generally to polygons and boxes.

  • It is possible to work with Word 2003 to export to PDF?

    I have Word 2003. Export to PDF is possible to work with it, or do I have to get the latest version of Word?  Impression on the conversions does not just at times.

    Post edited by Moderator: subject too long line and no text in the body

    Thank you.  It seems that is what it will take, unless I update for Word 2007 at least.

  • B2B - BAM integration does not work with the Oracle XE database

    Hello

    Can someone explain the reasons in detail, 'the B2B - BAM integration does not work with the database Oracle XE'?

    Can't we use XE POC simple to demonstrate BAM?

    Published by: 975946 on December 27, 2012 04:14

    Hi Nithin,

    The main reason for this Oracle XE database can't handle such a huge process. Same Oracle XE is not supported in production.
    Note that SOA requires 300 process and BAM more than 100 processes (400 total), which is in addition to any other requirement its 500 to parameter.but process during the installation of Oracle SOA RCU, I hope you gave 300 single right.so his can't handle as much load if use B2B BAM integration.

    The ultimate goal is to have need to display active data in the right BAM reports? so, if you are using Oracle XE DB its may be not possible to show the active data.that the reason Oracle recommended use / works with Oracle 10 g Oracle 11 g versions EE and EE.

    Best regards
    Siva San.

  • A HP Officejet H470wl will work with the MacBook Air

    A HP Officejet H470wl will work with the MacBook Air? The driver is still supported? I'll buy an Air.

    Hello..

    New Mac come with v10.11.x El Capitan pre installed.

    I checked for compatible drivers (software) for pinter them HP > http://support.hp.com/us-en/product/HP-Officejet-H470-Mobile-Printer-series/3434 453/model/3434454/document/c04510394 /

    Fact on the Mac, you would use Software Update to install the drivers according to the HP website.

    Printer and scanner software available for download for your Mac

  • SQLite Manager does not work with the v11. Until make you it easier to go back to older versions or newer versions stop, breaking most of the modules I won't use Firefox

    SQLite Manager does not work with the v11. Until that make it easier to return to older versions or newer versions stop, breaking most of the modules I use FirefoxHow to come back at 10 Firefox?

    Update Firefox 23.0 which published yesterday afternoon.

  • I'm a software tester for an internal application to my company. version 10.0.2 is not cmopatible with a few controls within our software. I need the download v9.0.1 whatever works with the controls. Where can I get?

    I'm a software tester for an internal application to my company. version 10.0.2 is not cmopatible with a few controls within our software. I need the download v9.0.1 whatever works with the controls. Where can I get?

    Well, if you need older versions of firefox you can find them on this site:
    - http://www.oldapps.com/firefox.php

    Best regards, G-Cloud.

  • To work with the text to the assignment by the cursor of the large fragment of page it is necessary to change all the time down, 'against the judgment", but the page automatically does not start to rise upward, as happens in other browsers. I ask you for

    After the transition to Windows 7, there was a problem with Firefox. To work with the text to the award by the cursor of the large fragment of page it is necessary to change all the time down, 'against the judgment", but the page automatically does not ascend to the top as it was earlier, and like that occurs in other browsers. It is necessary to press the other key "down" which is him very troublesome. Resettlement on an earlier version (8.0) earlier irreproachably working, gave nothing. I ask you to help

    You must activate the module bar (Firefox > Options or view > toolbars;) CTRL + /) or find bar to make Firefox scroll the page while selecting the text (Ctrl + F).

  • Portege M200 - pen does not work with the screen

    So I bought a pen for M200 and reinstalled the operating system.
    Now I M200 with Windows XP Tablet PC edition, a utility Screen Rotation and usefulness of the stylus button. Now Pen buttons work fine with my new pen, but the screen itself does not work. I mean, the stylus does not work with the screen.

    I have a mouse, and another menu pointing devices in Device Manager and it includes the following submenus:

    HID compatible mouse (I use the random DELL mouse)
    Mouse PS/2 Cimpatible (?)
    --------

    I think there must be something else...
    Please tell me, forum, what drivers should I download to get the pen to work?

    Stand by. Are you using the original image of recovery Toshiba (operating system) or you have installed your version?

  • my photo does not work with the screen saver

    Photos has never worked on Apple TV 4 until today with the 032116 update, but my pictures does not work with the screen saver.

    I dare you to try to tell me how to make it work. Please have a solution, someone.

    Given that Apple isn't really care or help on these forums, it would be great if someone mentioned the steps.

    Thank you

    Can you elaborate on the question?

    These are user forums and this is why you will not see the participation of Apple here

  • HP laserjet p1102w: wireless printer does not work with the new wireless network

    My office moved recently and we have a new wireless network. My printer always wireless worked perfectly on the previous network, but it does not work with the new network. I get a message "the printer is offline. I don't know how to reconfigure so that it detects the new wireless network. Can anyone help? Thank you

    Hi Shlomi,
    Thanks a lot for the info. I'll give it a try today...

Maybe you are looking for

  • Satellite A200-1YO: should I charge the downloadable added value?

    I have a newly acquired 1YO A200 (date 22 January, Feb bought from the factory). I recorded for Tempo alerts and became aware of several downloads available to me, including "vap-20080109135106" PVAT (V1.1.7) for package of value added. I understand

  • Lenovo Y560: Strange keyboard problems

    Apart from the BSOD and random graphics driver accidents, I met a problem that I have never seen or heard of before. My keyboard types numbers. He's not numlock, and it isn't the key with numlock fn or the other. The entire keyboard. It will happen r

  • Remove (without the appellants) project dependency

    The Labview project is not allowing me to remove a dependency file (driver instruments) who has no callers, even if I have relinked all my files from project in the instr.lib folder. I have a dependency file something like "Agilent MXA series...". "l

  • J9M28UA #ABA: cable for white missing wireless antenna? or this laptop doesn't have it?

    I jumped out of the back of my new laptop to see why my internet wasn't working all the time. Turns out the wire black antenna has not been pushed all the way so it kept popping market. But I noticed that the white wire is not there? I got this lapto

  • Upgrade to Windows 7, is XP on secure external case?

    Updated my old Dell Windows 7 just before the expiry of Windows XP. Simply take the old hard drive XP, threw in a hard drive enclosure and put a blank disc to spare in my Tower I loaded Windows 7 on. Is there a risk to have XP on this external drive