PXI device compatiabl​ity with matlab

Hi,
My application requires RF signal Measurement & analysis.(For audio systems in Cars)
We have planned to procure NI PXI hardware.Our client has provided XPC target matlab models for our application
My question is that:  Is NI PXI hardware compatiable with Matlab?(I have tried using Matlab with NI PCI hardware & it has worked,but not sure abt PXI)
I feel using labview and accessing XPC matlab  models is slighly round aboutway than using it straightforward with matlab.
Any suggestions ?Kindly help
Thanks
-Murali

Hello Murali,
I saw that this post hadn't been answered in a very long time.
I know this post is probably not any more valid or up to date.
If it is still is in need for an answer, can you then provide me with the PXI hardware you're currently looking at.
Are these the same type of cards as the PCI-hardware you're working with?
Kind Regards,
Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
CLD, CTA
If someone helped you, let them know. Mark as solved and/or give a kudo.

Similar Messages

  • BNC 2120 compatibil​ity with Matlab 2011a & SIT

    Hello,
    I am trying to read data from the BNC 2120 device into Simulink. I also need to use SIT to communicate the data output from the model with LabVIEW.
    I am currently using Matlab 2011a and LabVIEW 2012.
    The problem I face is that the hardware is not recognized when I use the data acquisition toolbox.
    Please let me know what can be done to fix this problem.
    Thanks
    Bharat

    Hi Bharat,
    The BNC 2120 is a connector block so it may not show up in the Data Acquisition Toolbox. What will show up is the DAQmx device you have connected to the block. You can find a list of supported DAQmx devices here, https://www.mathworks.com/products/daq/supported/n​i-daqmx.html .
    I hope this helps.
    MATLAB® and Simulink® are registered trademarks of The MathWorks, Inc.
    Miles G.
    National Instruments
    Applications Engineer

  • How to Fix " SIT compatabil​ity Issues With Matlab 7.1 (ex slbuild)"

    Hello ,
    Simulation Interface Toolkit 2.0 works fine with Matlab6.5(Real Time Workshop).
    In Matlab7.0.4. and 7.1.0 Some of the RTW functions(slbuild) has been changed. This creats error (Error using (slbuild, rtw_c))when try to use SIT 2.0 with Matlab 7.1.
    Is there any service pack for SIT 2.0 Or Is there any other way to fix this bug.
    Thanks in advance
    Regards
    Syed

    Hi syedGayaz,
    you will find the necessary information here.
    Hope it helps
    Regards
    Indiana

  • Advantages and Disadvantages of Dual booting Windows on PXI Device

     
    Hello,
    In solving my previous problem of running a DLL in RTOS I've stumbled upon another solution. But i wanted to know the pros and cons of this before i make the leap.
    I want to install windows on the PXI device so that the NHR DLL files are run inherently on the windows kernel and i have access over my DAQ devices without placing them in the remote target.
    What are the advantages and disadvantages of installing a windows only on the DAQ device and running all my operation from it. Do i loose my real time features? I dont know, I'm really new to LabView and may sound really dumb. Please excuse my lack of knowledge.
    With Regards,
    Khalid.

     
    Hello Bob,
    Thank you for your insightful answer. I also thought this might happen, loosing all the RT features.
    I have another question for you. If i use a RT variant of windows like "Windows Embedded 8", will this make any difference? Can i regain my RT features by it or i have to go with the LabView RTOS.
    I'm pushing towards a windows system because i have to run this DLL file from NHR which is not supported by the LabView RTOS.
    Moreover, I could just install just windows onto the PXI controller. I'm not being able to make it dual boot. Can you guide me towards proper guideline to do so? I looked at the knowledge base file about dual booting, but the instructions dont exactly match with my available options in BIOS setup.
    Any suggestions from anyone is much appreciated.
    With Regards,
    Khalid.
     

  • Problems with accessing my analog input from NIDAQ with MATLAB

    matlan fail with the analoginput command : AI = analoginput('nidaq',1);
    ??? Error using ==> analoginput/analoginput
    Error using ==> analoginput/analoginput
    Failure to open requested data acquisition device. Classe non enregistrée
    what i have to do ?

    It is hard to determine exaclty what is causing that error with the information provided. Have you verified that your NI DAQ device is working properly on your machine, either through another program or through Measurement & Automation Explorer (MAX)? What version of NI-DAQ do you have installed on your machine? The following websites contain informatoin and links so that you can determine what version of NI-DAQ will work with Matlab and other issues that might be occurring:
    http://digital.ni.com/public.nsf/websearch/1F8D330AA1DDC7448625699F000168D3?OpenDocument
    http://digital.ni.com/public.nsf/websearch/158EAFCCFA09DFC286256B05000A423A?OpenDocument
    You are probably using the MATLAB DAQ toolkit to perform these operations. The best bet is probably for you
    to contact Mathworks to see if they have some example m files you can use or if they have documentation on exactly what is causing that error.

  • PXI chassis hot-plugging with remote controller

    Hello,
    I am using the PXIe-PCIe8371 remote controller with PXIe-8370 to control instruments in the PXIe-1075 chassis in Vista. In order to see my instruments in MAX the chassis must be turned on when I reboot Windows. If I turn off the chassis while Windows is running, I have to reboot to be able to use the instruments again.
    Is it possible to make MAX see the chassis if it wasn't running when Windows booted up or was turned off while Windows was running?
    Thanks!
    Solved!
    Go to Solution.

    Hi,
    You can disable and enable the PCI to PCI bridge in Device Manager, but this is not recommended nor supported. I'd also suggest that you don't turn off the chassis while Windows is running, which is essentially the same as removing a PCI card from your PC while the PC is on. This can lead to issues with your system such as MAX Database Corruption, which isn't very fun to resolve. The recommended way to boot your system is always chassis first, then PC, and to shut down it's PC first, then chassis. 
    Justin E
    National Instruments R&D

  • PCI-MIO 16X board also auto-configures (MAX) as PXI device.

    There is a SCXI 1000 chassis in my system but no PXI h/w. I can not delete the PXI from the configuration. This situation appears to conflict with serial ports (VISA correctly ID's 32 ports). After some running time the serial ports disapear from the VISA resources and appear as unrecognized devices (large yellow question mark next to them) in MAX. What is going on, and how can I fix it. Also, how do I remove the PXI device from the config? Thanks.

    Asousa:
    The serial ports have a question mark if VISA is unable to open them. Since only 1 process can access a given serial port at a given time, the OS is returning an in-use error, which NI-VISA returns as VI_ERROR_RSRC_BUSY (0xBFFF0072). You can verify whether this is the specific error by using NI Spy. I do not know what is causing this error, but it is likely because another process (perhaps your LabVIEW application) opened the serial port but did not close it.
    Dan Mondrik
    Senior Software Engineer, NI-VISA
    National Instruments

  • NI PXIe devices cannot be detected

    Hello, I am 1-year-user of NI instrument. I am using NI PXIe-1062Q. I have some problems with several NI PXI devices installed on this NI PXIe1062Q. My devices are:
    1. NI PXIe-8115
    2. NI PXI-4071
    3. NI PXIe-6556
    4. -
    5. NI PXI-5922
    6. NI PXI-4132
    7. NI PXI-6541
    8. NI PXI-6602
    As attached in the pictures, only the NI PXIe-6556 are detected and the green LED is on. But the other devices are not detected and their green LEDs are off. 
    I have used these NI PXI-4071 and NI PXI-5922 before for measurement and they worked well. Several days ago I replaced NI PXIe-6556 with NI switch NI PXIe 2527, and the new device are detected.
    But after I want to use other devices again, I found that other devices cannot be detected.
    Could anybody help me to solve this problem?
    Thank you before
    Attachments:
    NI error 2.JPG ‏116 KB
    20150413_120628.jpg ‏2743 KB

    Hello bilox,
    This is certainly strange and unexpected, so let's see what other information we can dig up about your system to identify the root cause of this issue, as there could be many different possibilities to sort through.
    The first thing NI support will typically ask from you is a MAX report that details the system software and the hardware as reported by MAX. You can find out how to generate the report here: Using MAX Technical Report to Document Measurement & Automation Explorer (MAX) Configuration Informa...
    Besides this, I'll go through a checklist of items to help narrow down the reason for this issue.
    Check your device manager to see if the instruments not detected by MAX are identified by your OS. If so, it could indicate MAX is not appropriately displaying your instruments. You can also check here if the system is identifying the devices and their appropriate device drivers correctly.
    Speaking to device drivers, are they up to date for the OS you are using? The version of MAX? Are you coming off an image or a clean machine that used to have device drivers on it? Did you uninstall any SW lately? The device drivers are required to identify SW in your machine.
    If you remove all the HW in your chassis and add each instrument one at a time, are they detected? This takes some time, so if it were me, I'd remove the 6556 to see if any other instrument is detected. If so, then take those results and mix/match to try and identify if a particular instrument is causing the behavior.
    If you have a spare chassis, try changing it out to see if the issue follows the chassis, the controller, or the instrument.
    Hopefully, this provides enough information to continue troubleshooting and finding the answer to the issue. If you need more online resources, you may always visit ni.com and ni.com/support for more help online. If you continue having issues, you may want to email/call one of our Application Engineers to assist you with further troubleshooting steps for your system.
    Thank you for the follow up information.
    Kyle A.
    National Instruments
    High Speed Digital I/O Product Support Engineer - R&D

  • VISA programming for PXI devices

    Im using PXI 1031 with celeron 850 mhz embedded controller. Pxi serial interface is connected on one of the slots, and have 2 RS422 serial devices connected.
    I wanted to know how to use VISA to communicate and control devices. I am also confused as to running VISA on the PXI controller.
    I would also like to know:
    1) If the PXI chassis with the serial interface is connected to a PC via the ethernet, how would the I communicate with the Serial devices. would it be detected as a PXI device or as a serial device?
    2) If I load VISA on the pxi controller, how would VISA detect the serial devices. would it detect as a Serial device or as a PXI device?
    Hope im clear enough.
    Please reply at the earliest.

    Hello,
    The remote connection you use to talk to your PXI chassis should not affect your VISA programming. More specifically, a PXI serial interface should show up as a COM port, and you can use VISA to communicate with it via its resource name (usually an alias such as COM2). How you use VISA will depend on your choice for development platform. For example, in LabVIEW you could use VISA Configure Serial Port.vi along with VISA Write, VISA Read, and VISA Close functions. You may also use a property node for more advanced features. In any event, if you repost with your choice of development environment, I can likely point you to an example you can use to get more comfortable.
    Regards,
    JLS
    Best,
    JLS
    Sixclear

  • I have 4 devices, itunes account with a yahoo email. I want to mainstream all on itunes and icloud for my "me" account !!!

    I have 4 devices, itunes account with a yahoo email. I want to mainstream all on itunes and icloud for my "me" account !!! How do I go about doing this ???
    iphone 4, ipad 2 , ipod touch itunes account is an yahoo address.
    I have and use a ME.COM account.
    I would like to mainstream ALL and have benefits of iCloud !!!!!!!
    How do I go about doing this???

    You can't merge accounts.  Just continue to use your Yahoo ID for iTunes, and your iCloud ID for everything else.

  • HT204074 How do I see what devices are associated with my iTunes account?

    http://support.apple.com/kb/HT4627 contains this advice:
    Your Apple ID can have up to 10 devices and computers (combined) associated with it. Each computer must also be authorized using the same Apple ID. Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days. You can view which devices or computers are currently associated, remove unused devices or computers, and see how long before they can be associated with a different Apple ID from the Account Information page in iTunes on your computer:
    Open iTunes.
    Sign in to your Apple ID by choosing Store > Sign In from the iTunes menu.
    Choose Store > View My Account from the iTunes menu.
    From the Account Information screen, click Manage Devices.
    Sadly, "Manage Devices" isn't actually there, so I can find no way of seeing which devices and PCs are associated with my Apple ID and how to delete or add to them.

    Manage devices relates to the devices or computers you have set up to automatically download content from your iTunes account aka "iTunes in the Cloud". You can have up to 10 such devices. This is a separate list from the list of 5 computers that can be authorized to play your protected content. There is no similar feature to list this second group, but when you get to 5 computers you can choose to deauthorize all and start again. You cannot use that feature again for a year.
    tt2

  • I took a video with my iphone5 and I don't see it on my iPad. Can videos go from one device to another with iCloud?

    I took a video with my iphone5 and I don't see it on my iPad. Can videos go from one device to another with iCloud?

    No.  Photo stream only streams photos, not videos.  To transfer videos between your devices you can either import them to iTunes and sync them, or (more conveniently) use an app like PhotoSync or Bump.

  • HT204053 I recently changed my apple id to a new email.  I cannot get my devices back online with my new apple id in the icloud

    I recently changed my apple id to a new email at the same time getting a new Iphone 5.  I cannot get all my devices back online with icloud since.  It is still showing my old email even though I changed it and logged in under the new one.  My icloud information is grayed out for the apple id.

    You need to sign out completely in System Preferences (or Settings)>iCloud and then sign back in again with the new ID. Your iCloud data will disappear when you sign out but will reappear when you sign back in (may take a bit of time).

  • "Photos in the Camera Roll of "(your) iPhone" cannot be imported because the device is locked with a passcode.  You must unlock the device to import them."  My iPhone 5 running the latest iOS 7.1 and I'm using iPhoto '11 v 9.4.3

    "Photos in the Camera Roll of "(your) iPhone" cannot be imported because the device is locked with a passcode.  You must unlock the device to import them."  That's the new error message when I plug in my iPhone 5 running the latest iOS 7.1 into the MacBook Pro running iPhoto '11 v.9.4.3.  My Mac OSX is still 10.8.5.
    So, I unlock the iPhone by entering the "passcode" before I plug it into the MBP and still iPhoto does nothing.  At least it doesn't issue the error message above.
    I've checked both iPhoto preferences and those for Photos and Camera in the Settings on the iPhone.  There doesn't seem to be anything to change this lack of connectivity.
    What next please?

    An hour-long phone discussion with Apple Support yesterday solved this question and sorted a couple of others.
    As for this one, do not ignore any messages which pop up when you plug in your iPhone and ask "Trust this computer?".  The correct reply is "Yes", not "Cancel".
    OK, you cancelled like I did, thinking "What on earth is this for?".  Mistake.  You can force the issue by having iTunes open when you next plug in your iPhone.  Tell the iPhone that it can trust its old friend, your computer and voila!  Your photos can download into iPhoto again.
    Thank you, Jay with Apple Sydney, Australia!

  • Photos in the camera roll of "iPhone cannot be imported because the device is locked with a passcode.  Tried just about everything - suggestions?

    Photos in the camera roll of "iPhone cannot be imported because the device is locked with a passcode.  Tried just about everything - suggestions?

    Because your computer sees your phone, as it would see any digital camera, as long as you have photos in your camera role. Since you state you don't sync with this computer & have a passcode on your phone, that's why you get that message. The only way to prevent that message is either start syncing with this computer; remove the photos from your camera roll prior to connecting; or first turn off your passcode before you connect. Either that, or you live with it.
    You shouldn't be storing photos in your camera roll anyway. iPhone camera roll is not designed for photo storage. You should be regularly importing them.

Maybe you are looking for

  • Very Important Raid Question

    PLEASE CAN SOME ONE TELL HOW TO GET MY RAID DRIVES BACK ON THE TRACK. MY MSI MAX2 845 RAID BORD IS BROKE, AND I WANT TO READ MY DRIVES AS SOON AS POSSIBLE. WITH WHAT? I CANNOT FIND/BUY ANOTHER BORD. HELP HELP HELP

  • N97 wlan problem

    When my n97 was v20 & 21 i worked with all wlan but when update it to 22 cant do nothing. n97 connecting to network but No received jut have sent I'm not her...Never was...Never will be..

  • IOS4  apps don't open

    I have a 8g iOS4 iphone version 3.1.3(7E18) and all the apps on it won't open they open for a split second then shut down, what can I do to get them to work? Thanks

  • Using MPEG2-Videos?

    I have a lot of MPEG2-Videos on my Harddrive, but iMovie don't let me import them. I can import other files, but it's not possible to select an mpeg2 file. According to die Prefernces an the manuals, iMovie should do it. What is wrong? (I have the MP

  • RSA3 in backgound mode

    Hi all Is there a technique to stream RSA3 in the background ?  I have requirement where I need to run an advoc request report using r/3 side only - rsa3. thanks.