Get the raw data to map its (SDK)

I did a search on sound cards and many forums have been useful.  I have just a few quick questions.

I have a card his (CardDeluxe http://www.digitalaudio.com/) connected to the computer through a PCI.  My goal is to get the raw data from the card and plug and it blow in analytics in CVI.  I don't know how to "talk" to my sound card.

Of course, my main question is above, but to the refine some concerns...

I guess I need the SDK libraries for that.  For this, I just need to install the MSN help libraries?

Is this possible in the Basic Version, or if the full Package of CVI is necessary?

I have not done things well at low altitude, but it looks like getting a wav file is necessary.  I can't use anything outside of the applications I want to eventually create a program automatically record and play at a time (sync) précis.

Thanks in advance.

This site is what I was looking for.  The zip file contains an exe as file c source code.

http://paulhoule.com/phsrec/index.php

Edit:

There is also some info here - http://forums.ni.com/t5/LabWindows-CVI/wav/m-p/235344

Tags: NI Software

Similar Questions

  • XQuery and relational queries with the RAW data

    So, I have a table like this setting:
    CREATE TABLE book_frag
    (
      book_id RAW(16),
      xpath_id INT,
      last_modified_ts TIMESTAMP,
      created_date TIMESTAMP,
      book_data XmlType,
      PRIMARY KEY(book_id, xpath_id),
      FOREIGN KEY (book_id) REFERENCES book(book_id),
      FOREIGN KEY (xpath_id) REFERENCES book_xpath(xpath_id)
    );
    
    CREATE TABLE book_xpath
    (
      xpath_id INT,
      book_element_name VARCHAR2(32),
      PRIMARY KEY(xpath_id)
    );
    I am trying a query which will regroup the different XMLTypes book_frag into one. If I use this query, it works, but it is slow and sometimes times out:
    SELECT 
        e.book_id,
        
        e.title_txt,
        e.subj_txt,
        
        e.target_mkt,
        e.target_lcl_mkt,
        
        e.catg,
        e.lang_code,
        e.out_of_stock_reas,
        
        e.sucsr_title,
        e.sucsr_sub_txt,
        
        e.orig_copy_ref,
        e.orig_subj_txt,
        
        XMLQuery(
        'declare namespace invtdata="http://www.mrbook.com/InventoryData";
        
         copy $invtData := $orig/invtdata:inventory
         
         modify
         (
           for $bkRow in fn:collection("oradb:/BOOKSCHEMA/BOOK_FRAG")
           let $bk := $mpfRow/ROW/BOOK_DATA/node()
           where xs:string($bkRow/ROW/ID)=$bookId
           return insert node $bk into $invtData
         ) return $invtData'
         PASSING XmlType('<inventory xmlns="http://www.mrbook.com/InventoryData" />') AS "orig",
         CAST(e.book_id AS VARCHAR2(64)) AS "bookId" RETURNING CONTENT
         ) AS invt_data
    FROM
      entity e
    WHERE e.title_txt = 'Finite Variable Analysis' OR e.subj_txt = 'Finite Mathematics';
    However, if I try this, it works at all.
    SELECT 
        e.book_id,
        
        e.title_txt,
        e.subj_txt,
        
        e.target_mkt,
        e.target_lcl_mkt,
        
        e.catg,
        e.lang_code,
        e.out_of_stock_reas,
        
        e.sucsr_title,
        e.sucsr_sub_txt,
        
        e.orig_copy_ref,
        e.orig_subj_txt,
        
        XMLQuery(
        'declare namespace invtdata="http://www.mrbook.com/InventoryData";
        
         copy $invtData := $orig/invtdata:inventory
         
         modify
         (
           for $bkRow in fn:collection("oradb:/BOOKSCHEMA/BOOK_FRAG")
           let $bk := $mpfRow/ROW/BOOK_DATA/node()
           where $bkRow/ROW/ID=$bookId
           return insert node $bk into $invtData
         ) return $invtData'
         PASSING XmlType('<inventory xmlns="http://www.mrbook.com/InventoryData" />') AS "orig",
         e.id AS "bookId" RETURNING CONTENT
         ) AS invt_data
    FROM
      entity e
    WHERE e.title_txt = 'Finite Variable Analysis' OR e.subj_txt = 'Finite Mathematics';
    The error I get with this query is:
    ORA-00932: inconsistent datatypes: expected - got BINARY
    00932. 00000 -  "inconsistent datatypes: expected %s got %s"
    *Cause:    
    *Action:
    Error at Line: 52 Column: 5
    Is it possible to leave the XQuery to use the RAW data type (16) without casting?

    KnightOfBlueArmor wrote:
    Is it possible to leave the XQuery to use the RAW data type (16) without casting?

    You are overloading the things, no need to XQuery Update in this case.
    As far as I understand it, all you need is XMLAgg:

    SELECT e.book_id
         , e.title_txt
         , e.subj_txt
         , XMLElement("inventory"
           , XMLAttributes('http://www.mrbook.com/InventoryData' as "xmlns")
           , XMLAgg( b.book_data )
           ) as inv_data
    FROM entity e
         LEFT OUTER JOIN book_frag b
                      ON b.book_id = e.book_id
    WHERE e.title_txt = 'Finite Variable Analysis'
       OR e.subj_txt = 'Finite Mathematics'
    GROUP BY e.book_id
           , e.title_txt
           , e.subj_txt
    ;
    

    (the OUTER JOIN may or may not be necessary, depending on the relationship between the two tables)

    Published by: odie_63 on March 27, 2013 23:16

  • Get the latest data of Variable shared before disconnecting from the network

    Hello.

    I use Shared - published network variables for my communication between two PC's. Each LV software will pass the data to another.

    Sometimes the wireless connection to become really bad and the network connection stops.

    I want to get the latest data. Currently my VI will show the value '0' on the variable shared data once the connection is cut.

    I tried using shift, but she registers the same results.

    Can someone show me how I can stay past data when the network connection is disconnected.

    Thank you very much.

    Kind regards

    Hello Fan, Ravens

    It works! Thank you very much.

    Kind regards

  • problem to get the current date in qml

    Hello world

    I'm trying to get the current date in c ++ and qml and I used the class QDate, but it still has some problems:

    Code:

    =====================================================

    QDate * nowdate = new QDate;
    QDeclarativePropertyMap * nowdateMap = new QDeclarativePropertyMap;
    nowdateMap-> insert ("date", QVariant (nowdate-> currentDate()));
    QML-> setContextProperty ("nowdateMap", nowdateMap);

    ===========================================================

    After setting the nowdateMap, I'm able to get the date in the application, but the format is really weird, I did not use QDatetime, but the restult of shows like ' 2013-1 - 3 T 00: 00:00 ", how can I get rid of the final"T00:00:00 "? or is there a better way to get the current date?

    Thank you

    QDate nowdate is QDate::currentDate();.

    QString nowdatestring = nowdate.toString (); / / to get the date string format, you can define the shape of toString(), you can //search it
    QDeclarativePropertyMap * nowdateMap = new QDeclarativePropertyMap;
    nowdateMap-> insert ("date", QVariant (QString (nowdatestring)));
    QML-> setContextProperty ("nowdateMap", nowdateMap);

    then in the file qml, using nowdateMap.date will do.

  • How to get the last date of 3 days for the current month?

    Hello. Guy

    How to get the last date of 3 days for the current month?

    MY OUTPUT WOULD LOOK LIKE THIS

    JANUARY 29, 2016

    JANUARY 30, 2016

    JANUARY 31, 2016


    GUYS HELP ME / / /...

    SQL > select last_day (sysdate) - level + 1 double connect by level<= 3="" order="" by="">

    LAST_DAY)

    ---------

    29 JANUARY 16

    30 JANUARY 16

    31 JANUARY 16

  • How to add two lines when the second row is not visible, but also gets the first data line too?

    Mr President

    Jdev worm is 12.2.1

    How to add two lines when the second row is not visible, but also gets the first data line too?

    I want to add two lines like below picture, but want the second to remain invisible.

    tworows.png

    I asked this question but my way of asking was wrong, that's why for me once again.

    Concerning

    Try to follow these steps:

    1. in the database table to add the new column "JOIN_COLUMN" and add the new sequence "JOIN_SEQ".

    2. Add this new column in the entity object. (You can add this in entity object by right clicking on the entity object and then select "Synchronize with database" then the new column and press on sync)

    3. in your bookmark create button to create only one line NOT 2 rows.

    4 - Open the object entity--> java--> java class--> on the entity object class generate and Tick tick on the accessors and methods of data manipulation

    5 - Open the generated class to EntityImpl and go to the doDML method and write this code

      protected void doDML(int operation, TransactionEvent e)
      {
        if(operation == DML_INSERT)
        {
          SequenceImpl seq = new SequenceImpl("JOIN_SEQ", getDBTransaction());
          oracle.jbo.domain.Number seqValue = seq.getSequenceNumber();
          setJoinColumn(seqValue);
          insertSecondRowInDatabase(getAttribute1(), getAttribute2(), getAttribute3(), getJoinColumn());
        }
    
        if(operation == DML_UPDATE)
        {
          updateSecondRowInDatabase(getAttribute1(), getAttribute2(), getAttribute3(), getJoinColumn());
        }
    
        super.doDML(operation, e);
      }
    
      private void insertSecondRowInDatabase(Object value1, Object value2, Object value3, Object joinColumn)
      {
        PreparedStatement stat = null;
        try
        {
          String sql = "Insert into table_name (COLUMN_1,COLUMN_2,COLUMN_3,JOIN_COLUMN, HIDDEN_COLUMN) values ('" + value1 + "','" + value2 + "','" + value3 + "','" + joinColumn + "', 1)";
          stat = getDBTransaction().createPreparedStatement(sql, 1);
          stat.executeUpdate();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        finally
        {
          try
          {
            stat.close();
          }
          catch (Exception e)
          {
            e.printStackTrace();
          }
        }
      }
    
      private void updateSecondRowInDatabase(Object value1, Object value2, Object value3, Object joinColumn)
      {
        PreparedStatement stat = null;
        try
        {
          String sql = "update table_name set column_1='" + value1 + "', column_2='" + value2 + "', column_3='" + value3 + "' where JOIN_COLUMN='" + joinColumn + "'";
          stat = getDBTransaction().createPreparedStatement(sql, 1);
          stat.executeUpdate();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        finally
        {
          try
          {
            stat.close();
          }
          catch (Exception e)
          {
            e.printStackTrace();
          }
        }
      }
    
  • I tried to download a pdf and convert them into excel, but the data in excellent is always to the image format.  How can I get the pdf data into the columns and rows?

    I tried to download a pdf and convert them into excel, but the data in excellent is always to the image format.  How can I get the pdf data into the columns and rows so that I can do the calculations?

    If you start the https://forums.adobe.com/welcome Forums Index

    You will be able to select a forum for the specific Adobe products you use

    Click on the symbol "arrow down" on the right (where it is said to see all our products and Services) to open the drop-down list and scroll

  • How to get the current date to display in the Spanish format.

    The coding is in format Adobe Acrobat, DC. The coding I have for the English today's date is:

    var d = new Date();

    sDate = util.printd var ("dd mmmm yyyy", d);

    this.getField("Text1").value = sDate;

    How can I get the current date displayed in this Spanish format: 07 December 2015

    Thank you

    It's a little complicated... But this code should do the trick:

    util.printd("dd", d) + " de " + util.printd("date(es){MMMM}", d, true) + " de " + util.printd("yyyy", d);
    

    Edit: Fixed the code... Did not notice the 'of' second before.

  • Just downloaded latest updates Camera Raw update for use with my new Sony RX100 M3 but still impossible to get the RAW files to open it. Any suggestions?

    Just downloaded latest updates Camera Raw update for use with my new Sony RX100 M3 but still impossible to get the RAW files to open it. Any suggestions?

    Nevermind, I finally got it to work, thanks!

  • How to get the old data 6 months from the current date?

    Hi friends,

    I have a table which includes historical data, which are having more than 1 years old data. The historical table gets updated once a week. My requirement is that I should get the latest data from the week of each month for 6 months according to the current data. I use oracle 10g.

    Can you please someone help in this.

    Thanks in advance

    SELECT last_day (ADD_MONTHS (TRUNC (SYSDATE, 'mm'),-LEVEL))-7 start_dt.
    LAST_DAY (ADD_MONTHS (TRUNC (SYSDATE, 'mm'),-LEVEL)) end_dt
    OF THE DOUBLE
    CONNECT BY LEVEL<=>

    change as a result, I have provided you the start and end dates for your logic...

  • Error "could not get the audio data in the file.

    Hello

    I get a lot of mistakes "Could not get the audio data in the file" when you open a project. Sometimes they will plant Premiere Pro CC 7.01 (Mac). But if no first works as usual, with the audio.

    I tried to convert the audio files (from the hearing) from 32 to 16 bit. It worked while opening a project once, but not the next time.

    Where can it be?

    Edit: I also get this error when importing audio: "error: Premiere Pro version 7.0 is not compatible with the first version of plugin Pro 5.7.4. Maybe it's related.

    I have it! This is the plugin Smartsound hurt. Got rid of him and no more errors.

  • get the current date for condition satisfied

    Hello world

    I want to get the current date for the following query.

    SELECT B.NAME, C.FST_NAME, C WHERE S_CONTACT, S_ORG_EXT B, C.LAST_NAME OF S_PARTY_PER A (B.ROW_ID = A.PARTY_ID AND C.ROW_ID = A.PERSON_ID AND A.PERSON_ID IN (select D.NEW_VAL from the S_AUDIT_ITEM where D.OPERATION_CD = 'Associate' and OPERATION_DT = 'I want the current date from 07/10/2008 12:00:00 AM to 07/10/2008 23:55:55 '))

    Help, please...

    Hello

    Like this?

    SELECT B.NAME, C.FST_NAME, C.LAST_NAME
      FROM S_PARTY_PER A, S_ORG_EXT B, S_CONTACT C
     WHERE (B.ROW_ID = A.PARTY_ID AND C.ROW_ID = A.PERSON_ID AND
           A.PERSON_ID IN
           (select D.NEW_VAL
               from S_AUDIT_ITEM D
              where D.OPERATION_CD = 'Associate'
                and trunc(OPERATION_DT) = trunc(sysdate)
    --                'i want current date start from 10/7/2008 12:00:00 AM to 10/7/2008 11:55:55 PM'))
    
  • How can I get the filtered data from the first form

    How can I get the filtered data from the first form in a second form to make an update of the multi.
    Thank you very much

    William,

    I would use for this collections. A link is good if you need to pass a single value.

    1. create a collection
    2 fill the collection with your result set
    3. go in the page target and uses a method of a query in your link to this page
    4. your target page receives a request and allows you to edit documents.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Get the properties of the NAS data store in vSphere SDK Webclient

    In vSphere client web plugin I want to go get the remotehost and remotepath data store

    I created a DataByModelRequest in the mediator class and to a model of the Ombudsman

    [Event(name="{com.vmware.data.query.events.DataByModelRequest.REQUEST_ID}",
      type="com.vmware.data.query.events.DataByModelRequest")]

      private function requestData():void {
      var requestInfo:DataRequestInfo = new DataRequestInfo(DataUpdateSpec.newImplicitInstance());


      var dsdatarequest:DataByModelRequest = DataByModelRequest.newInstance(
      _contextObject, DatastoreDataItem, requestInfo);
      dispatchEvent(vmdatarequest);
      }

    [ResponseHandler(name=
      "{com.vmware.data.query.events.DataByModelRequest.RESPONSE_ID}")]
      public function onDataRetrieved(request:DataByModelRequest,
      result:DatastoreDataItem, error:Error):void {

      if (error != null) {
      Alert.show("ERROR");
      _logger.debug("onDataRetrieved error: " + error.message);
      return;
      }
      else
      Alert.show(ObjectUtil.toString(_contextObject));
      Alert.show("RETRIVED");


      // Assigning the result to variables to update the view.
      _view.dsprop = result;
      Alert.show(ObjectUtil.toString(result));

      }

    DatastoreDataItem is my model class

    [Bindable]
    [Model(type="Datastore")]

    public class DatastoreDataItem extends DataObject {



      [Model(relation="info.nas", property="type")]
      public var type:String;

      [Model(relation="info.nas", property="remoteHost")]
      public var remotehost:String;

      [Model(relation="info.nas", property="remotePath")]
      public var remotepath:String;

      [Model(property="url")]
      public var url:String;
      }

    get the value null for all fields but name works very well and I also tried [Model(type="NasDatastoreInfo")]

    Relational syntax you are using does not work because data info store is not a managed entity, it's just a property field.  The solution is to cast to the type of Datastore.Info, i.e. NasDatastoreInfo in your case.  Here's the syntax to use in your model:

    [Model(property="info[@type='NasDatastoreInfo'].nas.remoteHost")]
    // The server for NFS datastore
    public var nfsServer:String; 
    
    [Model(property="info[@type='NasDatastoreInfo'].nas.remotePath")]
    // The folder for NFS datastore
    public var nfsFolder:String;
    
  • Is there a way to get the list of hosts and its groups of belonging to the vCenter folder level in 5.5 web vsphere client plugin development?

    Hello

    I need to get the list of all hosts and its groups of belonging to the vcenter folder level.

    1. I created a view giving the extension point: vsphere.core.folder.monitorViews.

    2. After this step, I wrote the constraint as in my class of mediator,

    var ListConstraint:Constraint =

    QuerySpecUtil.createConstraintForRelationship ( _contextObject, 'childEntity');

    I was expecting a list of all child entities such as hosts, dc, cluster... But I have only the immediate child object which is only the Datacenter as my result.

    Is it possible to get all hosts and vCenter folder level Clusters because I need the entire list to vCenter (highest level).

    Other info:

    Object file has only two properties:

    1 childEntity - list of entities

    2 childType in-kind folder ('Virtual Machine', 'Data center'...)

    Is it possible to write a constraint specifying which list of childEntities I need using childType in.

    Example: Make Me childEntities that has a 'Host' and 'Cluster' childType but childType in doesn't have these two types.

    In addition, at this level, I could see the 'Associated objects' tab which has all the information I need, such as Clusters and Cluster tab hosts and host tab respectively.

    So, I think its possible to get this list to vCenter folder level.

    I have attached a screenshot representing the need. Kindly ignore the Conventions of naming in there since I edited the example comes with the sdk program.


    Query:

    1. How can I get the host and Cluster (table of relationship) list to vCenter folder level or even at the level of the vise.global.view?

    2. once I get this list, is it possible for me to manipulate that list and send the new list to IU?

    3. is there another way to do the same thing without the help of model classes and mediator?


    Pointers to this will be very useful.

    It is not possible to obtain all hosts a folder specific vCenter from a single query Data Manager.  You need to get the list of centers of data first and then get a list of data center hosts.

    It is best to make these repeated requests to the java level and return only the list that you want to the user interface.

    You can get all the objects in the host of the system with a simple query using a constraint with targetType = 'HostSystem', but you will need to eliminate those from other vCenter servers.  See how this chassis example queries all hosts the Java later in the getHosts() method: samples/chassis-app/chassisRackVSphere-service/src/main/java/com/vmware/samples/chassisRackVSphere/ChassisRackVSphereDataAdapter.java

    Another option is to use the vSphere Web Services SDK to browse vCenter. See the vSphere management forum for help on these APIs.  See this plugin of the sample using this SDK

    samples/vsphereviews/vsphere-wssdk-provider/src/main/java/com/vmware/samples/wssdkprovider/VmDataProviderImpl.java

Maybe you are looking for

  • Why only part of the "basler GIGe scout" cameras are NEITHER taken care of?

    Is the pag web cameras OR update support?

  • Configurable style?

    I use LabVIEW 9.0f3. Is there a file that you can create and distribute LV applications that will allow that you set to configure the style of the application properties - for example background and foreground colors of panels and containers, of styl

  • correct settings for two networks?

    I have a desk that has a building at each end of the city.  I have a wireless bridge that connects the buildings.  Each building is on its own ip configuration and has its own internet connection.  I have a server for A construction program.  I want

  • With the help of old Signature with BB10 keys

    Hello I used to develop applications for the former BB OS (for example OS 7). Can I use old signing keys to sign BB10 apps? If the answer is Yes, where can I find my .csj files? If the answer is no, and I need to request new keys, I still be able to

  • Open the file created on Mac crashes on Windows

    Same version of first CC and it is a very small project.Closer to you, I do open was important as a new project, but when I tried to open the timeline, the accident occurs. I copied the files on usb, HDD external and then copied on my local disk. I d