How to seperate a certain set of data..?

Hi everyone. I am making a measurement. In this measurement there are let say 1000 value. I want to take 100 specific value for further analysis. For this, I want to index those data which I want and calculate them, then continue doing next measurement.
Let say, I am measuring voltage at every 100K temperature. As you can see from the picture. At 100K I am measuring voltage likte this. Here what I want is to take this data which is red to calculate something.  I am looking forward your ideas. Best and thanks in advance.

there is my vi. what I want to do is; there are two temperature values. I set both of them to the specific temperature value, and wait for the stability. As stability achieved, set one of the temperature again; here my measurement starts, measure the dT and dV simultaneously. As the temperature level achieved the same level, stop the measurement and index these dV and dT to calculate.
example;
set T1=300K, T2=300K, as they are stable
set T1=305K, T2=300K, start recording dV and dT and AverageT
as T1=305K =>>set T!1=300K; continue recording dV and dT and AverageT
as T1=300K, T2=300K, stop recording, set new temperature.
Best.
Attachments:
Read Condition_SC_sub.vi ‏70 KB
Stability_control - 5K.vi ‏28 KB
Stability_control.vi ‏30 KB

Similar Messages

  • How can I plot two sets of data points in 3d graph?

    I am trying to plot two sets of data points in 3d graph. I also need to make a set of data with one color and the other set with a different color. For example, I need to plot 10 (x,y,z) data points in 3d. Maybe 6 points need to be blue, and the other 4 red. Could you tell me how?

    What is your LabVIEW version? (things are a bit different in 8.6).
    Basically, you create multiple instances of the VI that gets placed automatically when you drop the 3D graph and then wire a different number to the plot ID at the bottom.
    You define all the plots (color, style) via the properties dialog.
    Have a look at my example posted here. One plot is "blue dots" and one is a "shaded surface". See how far you get.
    Message Edited by altenbach on 04-23-2009 01:11 PM
    LabVIEW Champion . Do more with less code and in less time .

  • How do I summarise a set of data

    Hi All,
    I am trying to group a set of data but am struggling to return what I need.
    The following is a snippet of the data:
    SEGMENT1
    SEGMENT2
    SEGMENT3
    SEGMENT4
    SEGMENT5
    PERIOD_NAME
    PERIOD_NET_DR
    PERIOD_NET_CR
    103600
    2256
    00
    1
    000
    APR-13
    4,157
    0
    103600
    2256
    00
    1
    000
    AUG-13
    4,157
    1
    103600
    2256
    00
    1
    000
    DEC-13
    4,157
    1
    103600
    2256
    00
    1
    000
    FEB-14
    4,157
    1
    103600
    2256
    00
    1
    000
    JAN-14
    4,157
    1
    103600
    2256
    00
    1
    000
    JUL-13
    4,157
    1
    103600
    2256
    00
    1
    000
    JUN-13
    4,157
    1
    103600
    2256
    00
    1
    000
    MAR-14
    4,188
    14
    103600
    2256
    00
    1
    000
    MAY-13
    4,157
    2
    103600
    2256
    00
    1
    000
    NOV-13
    4,157
    1
    103600
    2256
    00
    1
    000
    OCT-13
    4,157
    1
    103600
    2256
    00
    1
    000
    SEP-13
    4,157
    1
    I need to produce a report as follows:
    SEGMENT1
    SEGMENT2
    SEGMENT3
    SEGMENT4
    SEGMENT5
    YEAR_TO_DATE_BUDGET
    APRIL-13
    May-13
    Jun-13
    Jul-13
    Aug-13
    Sep-13
    Oct-13
    Nov-13
    Dec-13
    Jan-14
    Feb-14
    Mar-14
    103600
    2256
    00
    1
    000
    49890
    4,157
    4,174
    4156
    4156
    4156
    4156
    4156
    4156
    4156
    4156
    4156
    4174
    Year_to_date_budget = SUM(Period_Net_DR) - SUM(Period_Net_CR)
    Monthly budget = Period_net_dr) - Period_Net_CR
    I have managed to produce the report up to the year_to_date_budget column.  However I struggling with getting the monthly_budget on the same line.
    select GCC.segment1, GCC.segment2, GCC.segment3,  GCC.segment4, GCC.segment5, 
             (sum(GB.PERIOD_NET_DR) - sum(GB.PERIOD_NET_CR)) Year_to_date_Budget
    from gl_balances GB
          ,gl_code_combinations GCC
    where GB.period_name in ('APR-13','MAY-13','JUN-13','JUL-13','AUG-13','SEP-13','OCT-13','NOV-13','DEC-13','JAN-14','FEB-14','MAR-14')
    and GCC.code_combination_id = GB.code_combination_id
    and GB.actual_flag = 'B'
    and GB.currency_code = 'GBP'
    group by GCC.segment1, GCC.segment2, GCC.segment3, GCC.segment4, GCC.segment5
    Any help would be greatly appreciated.

    Hi,
    That's called a Pivot.  The forum FAQ, https://forums.oracle.com/message/9362005 , has several good links on pivots.
    Even more than most things, pivoting depends on your Oracle version.  In Oracle 8.1 (and up) you can do something like
    SUM (CASE WHEN period_name = 'APR-13' THEN (period_net_dr - period_net_cr END)  AS april_13
    for each of the pivoted column.  Starting in Oracle 11.1, you can also use the SELECT ... PIVOT feature.
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Simplify the problem as much as possible.  for example, instead of pivoting 12 months, just do 2 or 3 months.  Once you know how to do 2 or 3 months, you'll know how to do 12 or any number.   Likewise, instead of GROUPing BY 5 segment columns, just post a problem with 1 or 2.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • How to split out a set of data????

    package mitsim_converter;
    import java.io.*;                            // For input & output classes
    import java.util.*;                          // For the Date class
    public class testgod {
    public static void ReadCoFile(String Co_inputFile, String Co_dirName, String Co_outputName)
        throws IOException {
        File aFile = new File(Co_dirName, Co_outputName); // Output Directory location and name
         aFile.createNewFile();         // Now create a new file if necessary
         if(!aFile.isFile())             // Verify we have a file
           System.out.println("Creating " + aFile.getPath() + " failed.");
           return;
    BufferedReader in = new BufferedReader(new FileReader(Co_inputFile));
    BufferedWriter out = new BufferedWriter(new FileWriter(aFile.getPath(), true));
    //Variable declarations
         int a = 0;
         int b = 0;
         int c = 0;
         String text;
       while ((text = in.readLine()) != null)  //multiple line reading
          for(int i = 0; i < text.length(); i++)
              char word = text.charAt(i);
                  if ( word == '{')     //search for the ' { ' charecter
                      a++;              //counting ' { '  unit
          for(int i = 0; i < text.length(); i++)
              char word = text.charAt(i);
                  if ( word == '}')     //search for the ' } ' charecter  
                      b++;              //counting ' } '  unit
          if(a == 1)      //print out the 1st line of a set of data
              String[] sentance = text.split(" ");
              System.out.println(sentance[1]+sentance[3]); 
      if(a == b)        // 1 set of data is counted
          a = 0;        //count the next set of data
          b = 0;
          out.write(System.getProperty("line.separator")); //separate a new set of data
        public testgod() {
        public static void main(String[] args)
      throws IOException
    // Coordinate Table     
           String tra_inputFile = "C:/Documents and Settings/seng/Desktop/testfile/trajectory.txt";     
           String tra_dirName = "C:/Documents and Settings/seng/Desktop/testfile";
           String tra_outputName = "trajectory_output.txt";
           ReadCoFile(tra_inputFile, tra_dirName, tra_outputName);
    } currently i have a set of data as below:
    1 {
    6 0 2 1037.9 24.4187 -5.4961e-05 1
    2 {
    1 0 2 1013.5 24.4187 4.99431e-05 1
    4 0 1 1057.5 24.4187 -2.63508e-05 0
    3 130 264 115.7 14.2425 1.48289e-05 0
    2 136 276 464.7 11.6186 -3.46263e-06 1
    3 {
    1 0 2 989.1 24.4187 -5.4961e-05 1
    4 0 1 1033.1 24.4187 2.13329e-05 0
    5 126 256 1241.4 22.7881 0 0
    3 130 264 101.5 14.2426 5.23758e-07 0
    2 136 276 453.1 11.6186 -3.46263e-06 1
    }i wish to split them and take out the 1st column and 3rd column data, but the my coding fail to do it. may i know how do i can solve for this problem?
    PS: the expected output
    6 2
    1 2
    4 1
    3 264
    2 276
    1 2
    4 1
    5 256
    3 264
    2 276

    import java.util.regex.*;
    public class TestParse {
      public static void main(String[] argv) {
        String testInput = "1 {\n" +
          " 6 0 2 1037.9 24.4187 -5.4961e-05 1\n" +
          "}\n" +
          "2 {\n" +
          " 1 0 2 1013.5 24.4187 4.99431e-05 1\n" +
          " 4 0 1 1057.5 24.4187 -2.63508e-05 0\n" +
          " 3 130 264 115.7 14.2425 1.48289e-05 0\n" +
          " 2 136 276 464.7 11.6186 -3.46263e-06 1\n" +
          "}\n" +
          "3 {\n" +
          " 1 0 2 989.1 24.4187 -5.4961e-05 1\n" +
          " 4 0 1 1033.1 24.4187 2.13329e-05 0\n" +
          " 5 126 256 1241.4 22.7881 0 0\n" +
          " 3 130 264 101.5 14.2426 5.23758e-07 0\n" +
          " 2 136 276 453.1 11.6186 -3.46263e-06 1\n" +
          "}\n";
        Pattern outer =
          Pattern.compile("\\s*(\\d+)\\s*\\{([\\s\\d\\.\\-\\+e]+)\\}");
        Pattern inner = Pattern.compile("LEFT AS EXERCISE");
        Matcher m = outer.matcher(testInput);
        while(m.find()) {
          if (m.groupCount() != 2) {
            System.err.println("Error: found wrong number of groups: " + m.groupCount());
          } else {
            System.out.print("Time: " + m.group(1) + " " + m.group(2));
            Matcher m2 = inner.matcher(m.group(2));
            while(m2.find()) {
              if (m2.groupCount() != 7) {
                System.err.println("Error: found wrong number of groups: " + m2.groupCount());
              } else {
                int i = 0;
                String iDString = m2.group(++i);
                String segmentString = m2.group(++i);
                String laneString = m2.group(++i);
                String positionString = m2.group(++i);
                String speedString = m2.group(++i);
                String accelerationString = m2.group(++i);
                String vehicleTypeString = m2.group(++i);
                System.out.println(
                  "ID: " + iDString + "\n" +
                  "Segment: " + segmentString + "\n" +
                  "Lane: " + laneString + "\n" +
                  "Position: " + positionString + "\n" +
                  "Speed: " + speedString + "\n" +
                  "Acceleration: " + accelerationString + "\n" +
                  "VehicleType: " + vehicleTypeString);
    }

  • How to avoid exception when setting a date in an Edit control?

    I'm have made a Coded UI Test with VS 2012 for a web application of a colleague.
    In that web application is a table with some entry fields of type Edit.
    In one of these fields (called "DatumAb") i can enter a date in format "dd.mm.yyyy" (day, month and year).
    Coded UI Test identifies the control by the name "von (tt.mm.jjjj)", which is in fact just a placeholder.
    When i replay my recording i get an exception which says, that either the control is not ready or not valid.
    Next i have called the DrawHighlight method for that control.
    While the replay i can see the blue frame, so the control is accessible.
    Can anybody tell me, what's going wrong?
    Here an excerpt from the HTML-Code of the web application with the date field:
    <table class="table table-hover table-bordered table-condensed table-well table-responsive">
      <thead>
        <tr>
          <th class="ng-scope" translate="global.datum.Von">von</th>
        </tr>
      </thead>
      <tbody>
        <!-- ngRepeat: vb in vm.formData.Vorbeschaeftigungen -->
        <tr class="ng-scope" ng-repeat="vb in vm.formData.Vorbeschaeftigungen">
          <td>
            <input value="11.02.2015" rm-date-input="" ng-model="vb.DatumAb" class="form-control ng-pristine ng-untouched ng-valid ng-valid-rm-date-input ng-valid-rm-date-input-format
    ng-valid-rm-date-input-day ng-valid-rm-date-input-month ng-valid-rm-date-input-year" placeholder="von (tt.mm.jjjj)" type="text">
          </td>
    And at last the exception message.
    Sorry - only in german.
    Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotAvailableException wurde nicht von Benutzercode behandelt.
      HResult=-268111872
      Message=Das Steuerelement ist nicht verfügbar oder nicht gültig. Weitere Details:
    TechnologyName:  "MSAA"
    Name:  "von (tt.mm.jjjj)"
    ControlType:  "Edit"
      Source=Microsoft.VisualStudio.TestTools.UITesting
      BasicMessage=Das Steuerelement ist nicht verfügbar oder nicht gültig.
      StackTrace:
           bei Microsoft.VisualStudio.TestTools.UITesting.Playback.AddUITestControlDescriptionToException(SystemException exception, IPlaybackContext context)
           bei Microsoft.VisualStudio.TestTools.UITesting.Playback.MapAndThrowException(SystemException exception, IPlaybackContext context)
           bei Microsoft.VisualStudio.TestTools.UITesting.Playback.MapAndThrowException(SystemException exception, String actionName, UITestControl uiControl)
           bei Microsoft.VisualStudio.TestTools.UITesting.Playback.MapAndThrowException(SystemException exception, String actionName, Object parameterValue, UITestControl uiControl)
           bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.SetPropertyValue(String propertyName, Object propertyValue)
           bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.SetPropertyPrivate(String propertyName, Object value)
           bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.<>c__DisplayClass14.<SetProperty>b__13()
           bei Microsoft.VisualStudio.TestTools.UITesting.CodedUITestMethodInvoker.InvokeMethod[T](Func`1 function, UITestControl control, Boolean firePlaybackErrorEvent, Boolean logAsAction)
           bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.SetProperty(String propertyName, Object value)
           bei Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinEdit.set_Text(String value)
           bei TestMitVorbeschaeftigungen.UIMap.DatumVon() in c:\CodedUiTests\Tests mit Webanwendung\TestMitVorbeschaeftigungen\TestMitVorbeschaeftigungen\UIMap.Designer.cs:Zeile 92.
           bei TestMitVorbeschaeftigungen.CodedUITest1.CodedUITestMethod1() in c:\CodedUiTests\Tests mit Webanwendung\TestMitVorbeschaeftigungen\TestMitVorbeschaeftigungen\CodedUITest1.cs:Zeile 37.
      InnerException: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotAvailableException
           HResult=-268111872
           Message=Das Steuerelement ist nicht verfügbar oder nicht gültig.
           Source=Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa
           BasicMessage=Das Steuerelement ist nicht verfügbar oder nicht gültig.
           StackTrace:
                bei Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa.MsaaUtility.MapAndThrowException(SystemException e, Boolean throwNotSupported)
                bei Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa.AccWrapper.set_Value(String value)
                bei Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa.MsaaElement.set_Value(String value)
                bei Microsoft.VisualStudio.TestTools.UITesting.WinPropertyProvider.SetValueInEditableControl(UITestControl editControl, String propertyValue)
                bei Microsoft.VisualStudio.TestTools.UITesting.WinPropertyProvider.SetEditProperty(String propertyName, Object value)
                bei Microsoft.VisualStudio.TestTools.UITesting.WinPropertyProvider.SetPropertyValue(UITestControl uiControl, String propertyName, Object value)
                bei Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyProvider.SetPropertyValueWrapper(UITestControl uiControl, String propertyName, Object value)
                bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.SetPropertyValue(String propertyName, Object propertyValue)
           InnerException: System.NotImplementedException
                HResult=-2147467263
                Message=Die Methode oder der Vorgang ist nicht implementiert.
                Source=Accessibility
                StackTrace:
                     bei Accessibility.IAccessible.set_accValue(Object varChild, String pszValue)
                     bei Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa.AccWrapper.set_Value(String value)
                InnerException:

    Hi Patrick Pirzer,
    >>That either the control is not ready or not valid.
    Next i have called the DrawHighlight method for that control.
    My suggestion is that you would check whether this control is really existing when playback actions run on this control. Or add a wait event would be better.
    http://blogs.msdn.com/b/gautamg/archive/2010/02/12/how-to-make-playback-wait-for-certain-event.aspx
    Reference:
    http://stackoverflow.com/questions/11737254/codedui-test-not-waiting-for-control-to-exist
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to use BAPI_OBJCL* to set classification data for Techn. Objects - PM ?

    Good afternoon !
            I´m working in a project to integrate some legacy system with the ECC 6.0, and I need to do some activities like, create functional locations and equipments in SAP PM, I have done this creating Z RFC modules that call bapis like BAPI_FUNCLOC_CREATE and BAPI_EQUI_CREATE, but these BAPIs doesn´t fill classification data, so, in a first moment, I solved this using BDC, but I would like to solve these needs using standard BAPIs if possible.
            To solve the classification, I tried to do it using the BAPI_OBJCL* BAPIs(BAPI_OBJCL_GET_KEY_OF_OBJECT, BAPI_OBJCL_CREATE_KEY), but I didn´t find any example of using these bapis with technical objects, so I tried to test the BAPI_OBJCL_GET_KEY_OF_OBJECT in a first moment and, when I call it passing '003' as classtype(003 is the classtype for the functional locations), this bapi returns me "Class type 003 requires additional objects"(the same occurs if I try it with 002, for equipment). What means this message ? Need I to do some customization in img/spro, or cannot these bapis be used with PM technical objects ?
            Thank you for your attention,
            Wilson

    Hi all !
            I have found the solution for this problem, I found that I was trying to use the wrong functions for my case, so, to solve my needs here, I will use BAPI_OBJCL_CREATE to set the classification data for Functional Locations and Equipments, and I can use BAPI_OBJCL_GETCLASSES to list all classes assigned for a Technical Object, and BAPI_OBJCL_GETDETAIL to get all characteristics assigned to a Technical Object for a specific class.
            Thank you all for your attention !
            Wilson

  • Regexp_like(source,pattern) to find and replace certain set of data

    Hi,
    Am having oracle 9i DB,
    and created functions for regexp_replace and regex_like from the following link
    http://phil-sqltips.blogspot.com/2009/06/regexpreplace-regexplike-for-oracle-9i.html
    Am having a table
    CREATE TABLE moto
      MCC          NUMBER,
      HANDOVER     CLOB
    INSERT INTO MOTO ('40','40-064-3202-202-4221 40-64-101-1031 404-64-101-1291 40-064-3202-202-4222 ')here i need to write a select query to get the output as below
    MCC, Handover
    40,40-64-101-1031 404-64-101-1291
    That is the data with 40-064 as first six characters in the handover column needs to be removed till the first space character (40-064-3202-202-4221 ).
    pls advice how to go about this.?

    Aemunathan wrote:
    Hi,
    Am having oracle 9i DB,
    and created functions for regexp_replace and regex_like from the following link
    http://phil-sqltips.blogspot.com/2009/06/regexpreplace-regexplike-for-oracle-9i.html
    Am having a table
    CREATE TABLE moto
    MCC          NUMBER,
    HANDOVER     CLOB
    INSERT INTO MOTO ('40','40-064-3202-202-4221 40-64-101-1031 404-64-101-1291 40-064-3202-202-4222 ')here i need to write a select query to get the output as below
    MCC, Handover
    40,40-64-101-1031 404-64-101-1291
    That is the data with 40-064 as first six characters in the handover column needs to be removed till the first space character (40-064-3202-202-4221 ).
    pls advice how to go about this.?Check out this
      1  with t
      2  as  (
      3  select '40-064-3202-202-4221 40-64-101-1031 404-64-101-1291 40-064-3202-202-4222 ' col from dual)
      4* select col,substr(col,instr(col,' ',1,1)+1) OUTPUT from t
    SQL> /
    COL                                                                       OUTPUT
    40-064-3202-202-4221 40-64-101-1031 404-64-101-1291 40-064-3202-202-4222  40-64-101-1031 404-64-101-1291 40-064-3202-202-4222Is this the expected output??
    Regards,
    Achyut

  • How to stop indexing certain set of documents in Fast search for sharepoint 2010

    Hello
    Can someone help me to understand how to drop documents with the state as archived at the time of indexing, i meant how to stop indexing those documents in fast search for sharepoint 2010.
    Shweta
    Me

    Have you tried adding it to the exclude list?
    Include a file type in the content index (FAST Search
    Server 2010 for SharePoint)
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • How to use "By Experssion" setting Expiration Date "

    I'm trying to use the "By Expression" choice under the Expiration and Escalation Policy of BPEL Human Task Editor to set the expiration time stored in a global variable, as shown below:
    <globalConfiguration>
    <expirationDuration duration="bpws:getVariableData('Review_1_globalVariable', 'payload', '/task:task/task:systemAttributes/task:expirationDuration')" type="XPATH"/>
    </globalConfiguration>
    But this is not working for me.
    Additional info related to this follows:
    The 'Review_1_globalVariable' holds an expiration duration time of 'PT1H' (one hour from current time), which I provide as input from the console when I run the instance, and I copy it to this globalVariable as part of the AssignTaskAttributes phase of the Human Task.
    The big picture of what I'm trying to set up in the expiration policy is that after the expirationDuration for the "Group Vote" expires, the task gets assigned back to the initiator. I have this policy working when I use the "Fixed Duration" of say, 5 minutes at the global routing policy and 2 minutes for the assignees of the "Group Vote" (under advanced). But the problem I'm having is to use a XPATH expression to set the duration times given by the front end application.
    Can anyone help me with the use of an expression to set this policy?
    Thanks,
    Message was edited by:
    call

    Use a JFormattedTextField with a SimpleDateFormat in parameter.
    Denis

  • Copy a certain row of data into the next row in a same internal table ??

    HI, guys.
    May i know how to copy a certain row of data into the next row in a same internal table ?? Bcz I plan to update a certain colum of data in the row just now into another value..
    For example:-
    *at first...
    ebeln1   ebelp1   xblnr1
    ebeln2   ebelp2   xblnr2
    ebeln3   ebelp3   xblnr3
    *after that, become...
    ebeln1   ebelp1   xblnr1
    ebeln2   ebelp2   xblnr2
    ebeln2   ebelp2   xblnr4
    ebeln2   ebelp2   xblnr5
    ebeln3   ebelp3   xblnr3
    Thanks in advance.

    hi,
    If you have this kind of requirement then you must be having 2 internal tables ,one existing data and 2nd from which you have to insert the records into 1st table.
    so in this case,
    loop at itab1.
      v_index = sy-tabix.
      loop at itab2 into wa where pri_key = itab1-pri_key.
      v_index = v_index + 1.
      insert  wa into itab index v_index.
      endloop.
    endloop.
    Using this code ,your data records similar to your 1st tables primary key records will get inserted into table.

  • Java setting system date

    Hi,
    How should i going to set the date to be display realtime?
    As the system date change it would update my displaydate too.
    Please help

    Use a thread or java.util.Timer*

  • How Do I Change Browser Setting?

    Hello -
    Can anyone tell me how to change a certain setting in my browser window? Right now the bottom portion of my bin/clips' list is not visible. Usually, there is a scroll bar that allows me to view all of my clips. I would like all of the clips to be visible. I know this is something simple.
    Thanks for the help,
    Isaiah Smith

    Thanks, but that's not my problem. Let's say for example, I have 100 clips in 1 bin folder. The view is set to 'List'. Even when I resize my browser window to the max length of the screen, there will still be some clips on the list that are not visible because the list is longer than the length of the browser window. When this happens FCP usually gives me a scroll bar on the right side of the window which allows me to scroll down to view the remaining clips that were not visible. In my current project, even when I resized the browser window the clips did not appear. However, if I double-click the bin it gives me another browser window with a scroll bar on the right. I can view all the clips on the list by scrolling up-and-down. Why is it not working in the main browser window?
    Thanks,
    Isaiah Smith

  • How to transfer a set of data from Excel spread sheet to an Access database

    hi,
    Can any one please tell me how to transfer a set of data from Excel spread sheet to an Access database using SQL query.I'm using java API currently. I have done all sorts of ODBC connection in administrative tools.The file is in correct location. I have done certain coding but with errors.Help me to get rid of these errors,
    Coding:*
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection datacon=DriverManager.getConnection("jdbc:odbc:exdata","",""); *//For Excel driver*
    Connection datacon1=DriverManager.getConnection("jdbc:odbc:stock1","",""); *// For mdb driver*
    Statement datast=datacon.createStatement();
    Statement datast1=datacon1.createStatement();
    ResultSet excelrs=datast.executeQuery("select item_code,sdata,closing_stock from phy "); *//phy is the excel file*
    while(excelrs.next())
    String ic=excelrs.getString("item_code");
    System.out.println(ic);
    String d=excelrs.getString("sdate");
    double cs=excelrs.getDouble("closing_stock");
    int dbrs=datast1.executeUpdate("insert into second values('"+ic+"','"+d+"',"+cs+")"); *//second is the mdb*
    excelrs.close();
    }catch(Exception e)
    System.out.println(e);
    Error:*
    java.sql.SQLException: [Microsoft][ODBC Excel Driver] The Microsoft Jet database engine could not find the object 'C:\JavaGreen\phy.xls'. Make sure the object exists and that you spell its name and the path name correctly.
    thanks,
    kumar.

    JAVA_GREEN wrote:
    No i haven't mixed up.But the file from where i have to retrieve the data is in csv format.Even though i created another csv driver.and tried but i cud not find a solution to load/transfer a set of records from one file(in Excel/csv format) to another file(in mdb format).plz help me.Is there any other methods for this data transfer.A csv file is NOT an excel file.
    The fact that Excel can import a csv file doesn't make it an excel file.
    If you have a csv file then you must use a csv driver or just use other code (not jdbc) to access it. There is, normally, a ODBC (nothing to do with java) text driver that can do that.

  • How to read certain span of data from SQL-databa​se ?

    Hi All,
    I'm using LV 8.5 with Database Connectivity Toolset
    My aim is read certain time span data from MySQL-database. Let's assume that I have rocorded data from 1.1.2008 to 25.1.2008. My database table contain two columns "timestamp" and "data". How  I can select  e.g. span 20.1.2008 10:00 - 21.1.2008 14:00? I think that I have to use VI "Select Data" and write something to connector "optional clause". I can't find any example how to write clauses to this connector.
    I managed to select all data but that consumes quite much CPU time and I usually need only smaller data sets.
    BR,
    Jim

    The VI DB Tools Select Data has an input called (at the top) called "optional clause". You can wire an SQL predicate to this input that control the rows that are returned by the VI. In your case, you want to use what's called a WHERE clause to filter the rows to be the subset you need.
    For the toy database I was playing with I had to set the optional clause to: "where startdate > #3/1/2008#" to make the VI return rows which had a startdate field of later than 01-Mar-2008. I was using the JET DB engine, not sure if the same syntax will work for other SQL engines, so your mileage may vary. :-)
    Let me know if you need more information or want to take a look at my example VI.
    Cheers!
    Pramod
    Message Edited by PramodS on 04-09-2008 01:26 AM

  • HT1660 How can I maintain two separate itunes accounts on one single device without erasing either set of data?

    How can I maintain two separate itunes accounts on one single device (iPhone 4) without erasing either set of data when syncing with itunes?

    Hi,
    Depends on what you trying to setup but for purchases, you can roll down at the very end of the iTunes/AppStore pages to logout of your current account and then login into a different one.  Then your purchase will be billded to this new account.  Everything will sync as you used to but in order to use the purchased content in iTunes or other devices, you will need to authorize them (you can have up to 5 devices authorized for an account).

Maybe you are looking for

  • How can I retrieve my old apple ID when old password doesn't work anymore?

    I no longer have the mail that my lst Apple ID was on, so I made a new account and can't update my apps from before. Can someone help me get back into my old ID?

  • Printing invoice number and purchase order

    Hi All,          I am newbie to SAP scripts.By using standard script ( f110_prenum_chk  ) modifying the script layout.and also need to print some extra fields.those are ,                             --  Invoice number                             -- 

  • Can't access my files

    Just did the latest OS update and I can't access my files

  • NullPointerException when opening a script in SQL Developer 4.0.0.12

    I recently upgraded to SQL Developer v.4.0.0.12 64 bit, and am running into some issues. I am running this on 64 bit Windows 7. I have a 64 bit Oracle 11, and in addition have the 32 bit oracle client installed. I made an association between the .sql

  • Problem installing Icloud on Ipad 3

    I have successfully installed icloud on my Iphone but not Ipad. Under settings/icloud/account/mail: it lists my name, but the e-mail is under an acount I no longer have. There is no command to change this setting. I have tried turning off the mail ta