Using transforms and filters without device drivers

Hello,
I came across NIMS as a possible solution for some transforms and filtering, possibly even generating test signal data, for a seismic application. I'm in the process of evaluating NIMS for best possible fit for what we need/want to accomplish.
Basically, we've got some seismic data, and we want to process that data through a series of transforms and filters to denoise and pick the data for seismic analysis. No sense reinventing the wheel if we can adopt and then adapt a third-party library like NIMS into our app.
We do not necessarily need any device drivers, although I noticed installing NIMS requires them. Hopefully we can opt in or out depending on what's actually required. Can someone help clarify the nature of the driver dependency?
Anyhow, like I said I am evaluating it for best possible fit in our application, but in the meantime if someone can shed some light on the above concerns, questions, etc, would begreat.
Thank you...
Best regards.
Solved!
Go to Solution.

Glad to hear it!
-Mike
Applications Engineer
National Instuments

Similar Messages

  • Drivers - Can you do both "Apply Driver Package" and "Auto Apply Device Drivers - PNP" in the same Task Seqeunce ?

    Hi All,
    It has been mentioned to be that it is possible to have both "Apply Driver Package" and "Auto Apply Device Drivers - PNP' " specified in the same task sequence, with some kind of logic specified that if the Apply Driver Package step does
    not run due to the hardware wmi query not being valid then the 'Apply Device Drivers -PNP' will run instead. Vice-versa - if the "Apply Driver Package" wmi query is correct and driver package applied then the 'Auto Apply Device Drivers -PNP'
    will not run and be skipped.
    Is this possible ?
    I can't seem to find any documentation or reference indication this can be done. :-(
    Many thanks everyone..

    To add some info here, note that the end result of both tasks is the same. Neither actually *installs* drivers in any way. Both simply copy the drivers to the target system and inject them into the image being deployed where they are then available to Windows
    Setup (which runs during the Setup Windows and ConfigMgr task) to install based upon the Windows Setup standard PNP detection.
    Thus, using both task types, depending upon what is in the driver packages and what is detected by the OSD PNP detection (which differs slightly from the OS PNP which is far more complex and has been described as a "black art"), potentially injects
    more drivers into the image potentially making more drivers available to Windows Setup. This could of course increase your deployment time.
    I've thought about this approach before and it is technically valid, but I've never had to resort to it. I've always just made sure that the drivers packages are complete. If you're trying to address the scenario of hardware without a explicit driver package,
    I could see it working but I could also see it causing problems because drivers are weird. In general, I would recommend always testing new hardware and anything not accounted for is considered unsupported.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • I have an iphone 5s and my kids have ipods. How do i set up the ipods to use facetime and messaging without it going through my iphone?

    i have an iphone 5s and my kids have ipod touches. How do i set up the ipods to use facetime and messaging without it going through my iphone or rather using my apple id? Is this possible? Does each device need its own apple ID and/or icloud email?

    Try unchecking your phone number and email address (if present) under You can be reached by FaceTime (iMessage) at in Settings>Messages>Send & Receive and Settings>FaceTime on their devices.  Also uncheck their email address (if present) on your phone.
    Otherwise have them use separate Apple IDs for these services (tap the ID, sign out, sign back in with a different ID).  You can do this and still share the same ID for other services such as iTunes.

  • Using Workspaces and Chat without OCS E-mail

    What are the limitations if I to use all the other OCS components except E-Mail ?
    For example, can I still use Workspaces and Chat without OCS E-mail ?

    Hello,
    To see if it's your provider, What's my ip...
    http://www.whatismyipaddress.com/
    Start with these three, check SpamCop or SpamHaus to see if your IP is there...
    http://spamcop.net/bl.shtml
    http://www.spamhaus.org/lookup.lasso
    http://www.spamhaus.org/zen/
    Sometimes an ISP will bloc a whole other ISP too, if it's the source of too much SPAM.
    Might also see this post by Gallomimia...
    http://discussions.apple.com/message.jspa?messageID=9465359#9465359
    If none of those are it, then report back please.

  • Javafx use jmf and capture audio device

    Hello, I noticed a problem with the use JavaFX and Java Media Framework (JMF), in a project javafx call Java classes using JMF, but are not recognized PC audio devices, in fact when I executed 's the code CaptureDeviceManager.getDeviceList (null), displays the error: "could not commit protocolPRefixList", without recognizing any audio device. Instead I call if my application using JMF, outside of a JavaFX project, the devices are found and everything works properly, perhaps this problem depends on the security settings of JavaFX, or inability to use JavaFX is that jmf interfaces with audio and video devices?
    thanks for the help

    I'd use jmf and javafx but it was not for capture devices.
    If you use jmf there are native libraries.
    The thing i found was about the java.library.path wich is overriden when you start javafx that jmf can't load approriate libs.
    Try to compare the System.getProperties for java and javafx then you should find where is the problem.

  • Adobe Reader 11 MUI failing to install using transform and patch 11.0.10 via cmd/SCCM in one package

    Hello,
    I have all the files, MST and the patch located in one folder. I am trying to use the following MSI command lines locally on my computer before I can attempt to deploy this via SCCM 2012. I am having issues either with the package not compatible or using /p and getting the MSIEXEC help window prompt. I've tried a few command lines:
    msiexec /i AcroRead.msi PATCH="AdbeRdrUpd11010_MUI.msp" TRANSFORMS="AcroRead.mst"
    msiexec /i AcroRead.msi /p AdbeRdrUpd11010_MUI.msp TRANSFORMS="AcroRead.mst"
    msiexec /i AcroRead.msi TRANSFORMS="AcroRead.mst" /p AdbeRdrUpd11010_MUI.msp
    Adding /qn on the end makes the install work silently when not attempting to include the patch, but fails to install it silently when only using the transform file that I have selected in the wizard to silently install.
    We have 5 different versions from 8.0 through 10.0 in our environment of 3000 machines. Sadly this was not managed before...I can easily update our current 11.0 versions that range from 11 to 11.0.09 by only applying the patch to them but need to get the full install working for the 2500 machines I need to target.
    I tried using the /a command which seems to work, but creates program files and common files folders inside my adobe folder on the desktop when executing it from the cmd. Am i suppose to package that folder all in one and then use the /i command to install adobe? I've been researching for a week but finally hit a wall where I dont think I am getting anywhere.
    Thank you in advance,
    Kevin

    I have almost answered my own question as I just came across this link
    https://it-god.co.uk/deploy-adobe-reader-xi-11-0-10-with-sccm-2012/
    This is for the plain reader version, but we use MUI now (due to other languages required in our environmet). I get to the part where it asks to apply the patch to the AIP folder but it fails.
    msiexec /p AdbeRdrUpd11010.msp /a C:\Reader\11.0.10\AcroRead.msi
    I changed this to account for the MUI naming,
    msiexec /p AdbeRdrUpd11010_MUI.msp /a C:\Reader\11.0.10\AcroRead.msi
    But I get the windows prompt that says this package can not be opened, please verify. I ensured that both the patch and base install were MUI versions, and i downloaded fresh copies of each. I also unblocked the patch so that it can run. No luck so far.
    EDIT: Using another guide i found the command line (modified the path to my location) and this worked,
    msiexec /a C:\adobe\Reader\11.0.10\AcroRead.msi /qb /p AdbeRdrUpd11010_MUI.msp TARGETDIR=C:\adobe\Reader\11.0.10\

  • XML transform and upload without overwriting additional variables

    I have a set of working scripts where a user calls into one application to enter their contact number. People needing to reach that first user call the second application which reads the string value entered by the first user and dials out to them. This works via a simple xml transform and upload for the first script, and an xml get in the second.
    I've been requested to do this for 40 additional people.
    I made one template with a different %variable% for each user. Via a PIN, the correct variable is transformed and a singular doc is uploaded. The problem is that this uploaded doc erases the last person's transformation and reverts it back to %variable%.
    Essentially I'm trying to avoid creating 40 different transformed xml uploads. Anybody have a clever idea? If it involves XSL please give a specific exmample; I'm not versed in that.

    Hi
    Firstly, Sam raises a very good point. This sort of thing would be much better dealt with by using a proper DB so you can independenly edit records for each user.
    However if we assume this is a low-throughput system with infrequent changes and you are happy to take the chance of two concurrent changes occurring and one being lost...
    What I do with XML mostly is read it, parse it with the built-in steps. When it  comes to writing them, you can just read the whole doc, convert it to a string, and then use DO steps with Java code to edit the XML directly once read from the repo.
    Basicallly as you need to maintain the existing data, you need to either:
    1) read each bit of data into an array and then write that back into your template along with the new data
    2) read each bit of data into an array and then write them all back by building up the XML manually with java
    3) read the whole current XML from the repo, then do a quick find/replace in it using a regex and write it back
    Aaron

  • Want To create Zip file  using java,And Unzip without Java Program

    I want to create a zip text file using java, I know Using ZipOutputStream , we can create a zip file, , But i want to open that zip file without java program. suppose i use ZipOutputStream , then zip file is created But for unZip also difftrent program require. We cant open that zip file without writing diff java program.
    Actually i have one text file of big size want to create zip file using java , and unzip simply without java program.Its Possible??
    Here is one answer But I want to open that file normal way(
    For Exp. using winzip we can create a zip file and also open simply)
    http://forum.java.sun.com/thread.jspa?threadID=5182691&tstart=0

    Thanks for your Reply,
    I m creating a zip file using this program, Zip file Created successfully But when im trying to open .zip file i m getting error like "Canot open a zip file, it does not appear to be valid Archive"
    import java.io.*;
    import java.util.zip.*;
    public class ZipFileCreation
         public static void main (String argv[])
         try {
         FileOutputStream fos = new FileOutputStream ( "c:/a.zip" );
         ZipOutputStream zip = new ZipOutputStream ( fos );
         zip.setLevel( 9 );
         zip.setMethod( ZipOutputStream.DEFLATED );
    //     get the element file we are going to add, using slashes in name.
         String elementName = "c:/kalpesh/GetSigRoleInfo092702828.txt";
         File elementFile = new File ( elementName );
    //     create the entry
         ZipEntry entry = new ZipEntry( elementName );
         entry.setTime( elementFile.lastModified() );
    //     read contents of file we are going to put in the zip
         int fileLength = (int)elementFile.length();
         System.out.println("fileLength = " +fileLength);
         FileInputStream fis = new FileInputStream ( elementFile );
         byte[] wholeFile = new byte [fileLength];
         int bytesRead = fis.read( wholeFile , 0 /* offset */ , fileLength );
    //     checking bytesRead not shown.
         fis.close();
    //     no need to setCRC, or setSize as they are computed automatically.
         zip.putNextEntry( entry );
    //     write the contents into the zip element
         zip.write( wholeFile , 0, fileLength );
         zip.closeEntry(); System.out.println("Completed");
    //     close the entire zip
         catch(Exception e) {
    e.printStackTrace();
    }

  • Golden Gate Data Transformation and Filters

    Hello All,
    I have a scenario wher I need to transform the data on the go. In short, I have 2 customers, using the same software and they are each customer_id =1 in their respective application.
    However, customer_id=1 has the other customer as customer_id=55 in his application and vice versa customer_id=1 has the other customer as customer_id=12.
    I know I can already setup filters for the particular data I want to replicate. However, I don't know if I can transform it before the data is replicated.
    Here is the scenario:
    Replication from Customer A(customer_id=1) to Customer B(customer_id=55)
    ==========================================================
    -->  FILTER inserts, updates, deletes where customer_id=55
    ---> TRANSFORM customer_id=55 to customer_id=1
        --> APPLY EXTRACTS to Customer B
    Replication from Customer B(customer_id=1) to Customer A(customer_id=12)
    ==========================================================
    -->  FILTER inserts, updates, deletes where customer_id=12
    ---> TRANSFORM customer_id=12 to customer_id=1
        --> APPLY EXTRACTS to Customer A
    Thanks in advance for any advise or recommendations you might have on the subject.
    Sincerely
    Jan S.

    I've done some research and look like we are talking about Oracle Data Integrator ..... I hope not. don't want to another layer of complexity.
    I hope there is someone out there that has alternative solution.
    Thanks in advance for any assistance in this matter.
    jan S.

  • IMac crashing using yosemite and tom tom device

    When i disconnect my Tom Tom Go 5000 device by either switching it off or pulling the USB plug out the iMac crashes. The Tom Tom device connects using the MyDrive web application so the Tom Tom connects via the Net through the USB hub so there is no way to eject the device other than switching off. This all used to work ok but since updating to Yosemite it now crashes the Mac each time i disconnect.  Does anyone else have this problem.

    Hi, I got the fix for the problem through discussion on the Tom Tom support site. The fix that worked for me (and others) is you need to repair permissions on your Mac os hard drive. If your not sure how to do this;
    launch disk utility from the utilities folder in applications on Mac.
    click on the HD icon and select Repair Disk Permissions. This will probably find a few things that need repairing but that apparently is standard.
    Once you've done the repair you will need to reboot Mac then you should be able to plug and unplug Tom Tom without Mac crashing.

  • Datalogging using CRIO and usb can DEVICE

    I need to simulataniously log data from CAN (RPM) and Voltage & Current from a Compact RIO FPGA Module.
    What would be the latency in these two loggings. I want to plot a one data with respect to the other. Is it synchronised. What maximum latency should i expect??

    The company we decided to go with is Kvaser.
    They have a USB device with some nice features that the customer thought might be useful. The we picked has a SD/MMC memory card slot, so it can act as a stand alone CAN logger or a regular CAN device.
    http://www.kvaser.com/prod/hardware/memorator.htm
    They also provide LabVIEW and DIAdem drivers, so at least we won't have to start from scratch.
    I'll post an update after we get one and see how it works.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • How to use BKPF and BSEG without using  inner join

    Hi,
    can anybody plz tell me the logic about how to complete the report without inner joining bkpf and bseg.Is this report can be really be made by using only bseg,bkpf ?
    *selection-criteria .
    BKPF-USNAM
    BKPF-CPUDT
    BKPF-BUDAT
    BKPF-GJAHR
    BKPF-BUKRS
    BKPF-BELNR
    BSEG-SAKNR
    BSEG-LIFNR
    BSEG-KUNNR
    BSEG-ZUONR
    BSEG-SGTXT
    Output fields required.
    BKPF-BUKRS
    BKPF-BELNR
    BKPF-GJAHR
    BKPF-MONAT
    BKPF-BLART
    BKPF-CPUDT
    BKPF-BLDAT
    BKPF-BUDAT
    BKPF-USNAM
    BKPF-XBLNR
    BKPF-STBLG
    BKPF-BKTXT
    BKPF-WAERS
    BKPF-KURSF
    BSEG-BUZEI
    BSEG-BSCHL
    BSEG-KOART
    BSEG-UMSKZ
    BSEG-SHKZG
    BSEG-MWSKZ
    BSEG-PSWBT
    BSEG-PSWSL
    BSEG-DMBTR
    BSEG-SAKNR
    BSEG-HKONT
    BSEG-KOSTL
    BSEG-KUNNR
    BSEG-VBELN
    BSEG-LIFNR
    BSEG-ANLN1
    BSEG-ANLN2
    BSEG-AUFNR
    BSEG-MATNR
    BSEG-MENGE
    BSEG-MEINS
    BSEG-ZUONR
    BSEG-SGTXT
    Thanks,
    Rahman
    Moderator Message: Please search before posting your question. Thread locked.
    Edited by: Suhas Saha on Jan 31, 2012 3:07 PM

    Quick question - what's preventing your from using built-in functions?
    I suggest mapping your Time Dim to a standard Time Dim and work with it - you'll save a lot more time. You'd even need this table if you wanted to work around Todate/AGO.
    It is possible to model this functionality w/o functions, but it'll be time consuming task, similar to using Time Series Wizard in Siebel Analytics. You'll need to build aliases and views along with some complex joins (such as TIME.KEY=TIME.KEY-365), introduce a bunch of variables to control. Also, you might not get much flexibility in terms of years. For each year, you'd need an alias table. (TIME_DIM_PY).

  • Does anyone have any idea of why itunes uses 50% and Apple mobile device uses anther 50% computer usage ?

    When I plug in my iphone my CPU goes to 100%. 50% itunes and 50% Apple mobile device. when trying to shut down, MD crash report uses 50% CPU

    Since upgrading to iTunes 10.5....which doesn't work correctly yet....Apple Mobile Devices Services is typically running at 50% or greater
    Did you gettting any answers????

  • Use TreeModel and MenuModel without Faces-Config

    I need to create a menu based off of data from a database. This data is in an hierarchical format, so it needs to be loaded into the TreeModel. I'm able to load the TreeModel from the persisted data; however, I now need to take that data and format it into the MenuModel so that I can use the menu ADF components (i.e. I don't want to use the ADF tree component). All the examples that I've seen that use the MenuModel involve setting up the menu items in the faces-config (e.g. #{menuItem_GlobalLogout}), which I cannot use.
    Is there a good example out there that shows how to load a MenuModel from a TreeModel without using the faces-config to setup the menu items?

    Hi,
    you should be able to adapt the sample to create your own menu model objects (nothing else is what the faces-config.xml version does. It just uses managed beans to have JSF instantiating the menu structure). So in your case you could use a table query to build and populate the query using Java objects similar to the provided sample.
    There is no sample available that I am aware of that shows how to do it differently though I once used the ADF tree binding to build the menu items
    Frank

  • Using FPGA and Labview without RIO board.

    Dear Sir
    I am a student. I want to connect my own FPGA and make a program on labview and then transfer to FPGA.I do not want to buy RIO.Is it possible to work
    like that without purchasing RIO.
    Thanks a Regards

    Hooovahh wrote:
    Yes NI supports programming FPGAs using LabVIEW without RIO boards I've been doing it for years and it works great.  Here are a few non-RIO products I've used LabVIEW FPGA with.
    PCI-E Version
    PXI Version
    USB Version
    The PCIe and PXI cards you mentioned are specifically RIO.
    But you managed to program a USB-6225 with LV FPGA?  I'm not even sure there is an FPGA on there to program.  It is an M series DAQ board.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • Nokia C7 Display Defect

    Hi,  I have a Nokia C7-00 that was purchased SIM free and unbranded in Germany, with which I'm experiencing distinct colour banding / gradient problems. It is also common on Nokia N8 displays. I'll try to describe my problem: The first tell tale sign

  • Problem with samba access to my NAS

    Hello, I have a Stardom NAS SL3620-2S-LB2 - http://www.kustompcs.co.uk/acatalog/info_3893.html I used to access to my NAS from MAC with SAMBA protocol when I had Snow Leopard. Connect to server --> smb://192.168.1.10 (after that I put the user and pa

  • Connection is being lost to the exchange?

    What is the "Exchange"?

  • Combining Items From Several DVDs Onto One DVD ?

    I know this is not an FCE query but neither is it an iDVD one ! I have several DVDs with a few short FCE-created films on each of them. I now want to put some of those films onto one DVD. It could be done by copying the films back into FCE and then b

  • Can't free up space after deleting iBooks

    I recently deleted the ibooks app AND the books attached to it. However, the files are still taking up space on my phone. They have not been transfered to "Other", they are still under "Books".  Though there is not a space label of "books" Its just s