Configure DAQ cards in RT PXI system

Greetings all,
I'm just trying to learn how to use Real Time and I'm having trouble setting up the DAQ cards in the PXI chassis.
I am able to successfully connect to the PXI RT system and run simple VI's that have no DAQ or VISA access.
What I can't any info on is how to setup and access the DAQ and serial ports on the RT system. A quote from teh help file says,
"To configure remote DAQ devices, select your DAQ device from the Devices and Interfaces category under My System. Select Tools»NI-DAQ Configuration»Remote DAQ Configuration from the MAX menu to launch the Remote DAQ Configuration dialog."
I've tried this and it wants to see the RDA server running on the PXI, which of course isn't there sin
ce it's running RT.
What am I doing wrong here?
I'm running a PXI-8156B with a PXI-6071E and PXI-6713. This also has NT4 installed. Both PXI and host machine have LVRT 6.0.3, NI-DAQ 6.9.1
The host is running Win200.
Thanks
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.

I'm using:
LabVIEW 6.1
NI-DAQ 6.9.2f4
MAX 2.2.0.3010
This may be obvious to others, but it certainly was not to me...
I wanted to configure devices on my remote PXI RT system, and I experienced the exact situation described above.
All the instructions and help I could find seemed to suggest that I should select the following menu item:
Tools >> NI-DAQ Configuration >> Remote DAQ Configuration...
But when I went there and entered the name or IP address of the Remote System, MAX couldn't find it. The PXI system was listed in the "Remote Systems" folder, and I could set up its networking parameters and software downloads from the "Remote Systems" folder.
It turns out the
key is to:
right-click on "Devices and Interfaces" in the "My System" folder
select "Create New..." to bring up a dialog<\li>
selec "RDA/Ethernet Device" then click "Finish" to bring up yet another dialog
specify the remote systems address, then click "Next"
The List of Remote Devices Appears!!! (Hallelujah!)
select a device, "Next", specify a local device number, "Finish"
Now the Remote Device is listed in the "Devices and Interfaces" folder of "My System" (strange that it's not listed under the Remote System - but who cares at this point).
repeat for each device
Now you can go back and select that original menu item (Tools >> NI-DAQ Configuration >> Remote DAQ Configuration...), specify the address, and (Behold!) there are those pesky remote devices.
(NOTE to NI... If this process is described anywhere in documents or help files relating to configuring devices on a remo
te RT PXI system I couldn't find it. Perhaps my trouble is that I've never used a PXI system or remote devices prior to trying to us LabVIEW Real-Time, but I'm probably not the only person in this situation.)

Similar Messages

  • How to Generate Synchronized pulses across two separate cards on a PXI system

    Hey,
    I'm trying to generate three pulses from my PXI System for triggering purposes. I have two cards (PXI 6259 and PXI 6115) , each with two counter/timers on them. The 6259 has 32 bit timers, and the 6115 has 24 bit timers.
    Up until now, I only needed two pulses. One was 180us long at 20 Hz, and the other is 5us at 20 Hz, starting 150us after the beginning of the first pulse. I was able to achieve this by generating both pulses on my 6115 card by triggering the shorter pulse off of the rising digital edge of the longer pulse and giving the DAQmx Counter/Timer task an initial delay of 150us.
    The third pulse needs to be identical to the short pulse, only it needs to occur 20us early (130us after the start of the wide pulse). I tried to generate it using the same technique as I used when generating the short pulse, only generating the pulse and reading in the rising digital edge trigger on my 6259 card instead of the 6115. 
    The result was that my pulse trains were asynchronous and the pulse generated on the 6259 card was constantly shifting to the left.
    This puzzled me, so I wrote up a little dummy program to test generating triggered pulses. The results were that when I generated two pulses on the same card, they were always synchronized; however when I generated pulses on separate cards, one of the pulses always shifted.
    I was hoping somebody could suggest a reason that the pulses across cards are asynchronous even though I'm reading in a digital trigger and hopefully a way to rectify the situation and synchronize all of my pulses.  

    The problem, in a nutshell, is that the timebases on the two boards have manufacturing tolerances that will cause them to differ from one another.   The accuracy error is a small fraction of a percent, but the effect on the phasing of your pulses will be cumulative.  That's why you saw the one set of pulses "shifting to the left."
    The solution is to make sure each board derives its pulse timing from a single common timebase.  Fortunately, this is pretty easy to specify with DAQmx, just a little tricky to find.  In the chain of VI's you call to configure the counter pulses, insert a DAQmx Channel property node.   From memory, I *think* you should be looking under something similar to "Counter Output->General->Timebase->Timebase.Src"
    Right click and create a constant or control to define the timebase source.  You should get a dropdown list that includes a wide variety of choices.  Among them are each of the boards' 20 MHz clocks.  By default each task will use a timebase from its own board but this technique lets you route one board's timebase over the PXI backplane with that single property node setting.  DAQmx does most of the dirty work behind the scenes.
    -Kevin P

  • Accessing a SWTICH and DMM cards in a PXI System remotely

    Hi everybody,
    I use a PXI system with a NISwitch PXI-2503 and NiDMM PXI-4070. The embedded controller PXI-8176 is running WinXP.
    From a client machine I want to access remotely this cards. Via VISA Server it is possible to interact with the Switches using NI's driver NiSwitch. On the ther hand, I did not succeed so far to access remotely the DMM using the driver software NiDMM. I receive always the following error:
    "Error -1074135030 occurred at niDMM Initialize.vi
    Possible reason(s):
    Error: (Hex 0xBFFA000A) Failure loading driver module."
    My Software Versions are:
    Labview 7.1, VISA 3.1, NI-DAQ 2.10, NiSwitch 2.20, NI-DMM 2.2.1
    I have read that there are some incompatibilities between VISA and RDA conc
    erning the TCP-IP port, but this problem should be solved in the versions I currently use.
    Anybody out there who knows a workaround?
    Thanx for any help in advance
    Hannes Schmidt, Swiss Federal Institute of Technology, Lausanne

    Hannes,
    Unfortunately I don't think anybody here knows of a workaround because the application is not one that anybody has recently tested using NI-DMM. The easiest work around to me would be to use LabVIEWs remote front panels to do the acquisition. The only reason why using this might cause a problem is if you need to save data to file on a remote PC. So the only consideration to work with is to save the file on the host PC and then grab the file saved using FTP or something along those lines. That may be a much easier work around than trying to figure out what is going on with the low level DMM driver call. Hope this helps. Good luck with your application.
    Best Regards,
    Jeremy Ross
    NI - Applications Engineer

  • NI DAQ card not find PXI-4070/PXI-6602

    In the course of daily use, I found the acquisition card is often missing, does this problem how to solve?

    The Version of your NI-DAQmx Driver?
    --> 9.1.5
    Whichever Operation System are you using?
    --> It wasn't working on Windows XP. I now installed Windows 7 (32 bit) and it is still not working.
    Do you try to set the PXI-6122 in another slot of your Chassis? What happend then?
    --> The problem is not related to the PXI-6122 card, but rather to PXI cards (and maybe HP computers) in general, as I found out in the meantime:
    http://forums.ni.com/t5/Multifunction-DAQ/DAQ-cards-not-selectable-although-listed-in-MAX/td-p/12426...
    When I put the card into another slot (there were only two free slots), the PC didn't boot anymore.

  • How can i configure DAQ card other then NI using MAX

    Hi,
    I am using Advantech DAQ pci1711, can i configure this card using NI MAX. I am getting problem with its port specification while writing VI's because could get channel port addresses.

    MAX can only configure cards that use the Traditional NI DAQ and DAQmx.  Advantech uses their own drivers.  Does Advantech have a utility for setting up their PCI cards?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • DAQ card works with NIDAQ test panel but not with VB app/Component works

    I am seeing this problem with 2 different DAQ cards. The card works fine with the NIDAQ test panel, but acts like the return lead is lifted with my VB app. The plotted signal appears to be little more than noise. Channel scan is internally triggered; that apparently works fine. The VB app is running in this configuration successfully in other areas, and I fixed this problem once by swapping cards. Currently, I lack a spare, as my "spare" is showing the same symptoms. Any helpful hints?
    Card type: AT-AI-16XE-10
    Configuration: Double-ended input, +/-10V range
    Running: VB6, NIDAQ 6.1, ComponentWorks Std. 2.0.1, Windows NT 4.0 SP5

    I upgraded to NI-DAQ 6.8.1 (with patch), but no joy. The upgrade went smoothly, the card was recognized and I was able to set the resources without a problem. The test panel works fine looking at the actual signal on the target system: slowly varying DC between 0-5 V or so. My app works fine also, except that it behaves as though the A/D is not connected to anything: noise between .05-.1 V or so. I swapped DAQ cards between the test system and my development system. The problem appears to be in the test system, not on the card. Another test system, identical except for (now) the version of NI-DAQ, works fine. I'm stumped!
    BTW, why are there 3 DMA channels listed in the configuration for this DAQ? Do all 3 need to be assigned? I've run some systems
    for years with only the first 2 assigned.

  • Accessing DAQ-Card 1200 in LabVIEW?

    I configured Daq-Card 1200 in MAX, set the input and output values and so on. How can I now access the card in LabVIEW. Should there be maid any additional configuring under LabVIEW since first time I set up in and out values in MAX there was a place I could set different values to different channels but this time the configuration window lacked many things it used to have.

    When you configure the device in MAX, MAX assigns Device Number to the DAQ Cards starting with 1.
    In labview you can open up DAQ example and run it by specifying correct device number and channel number from which you want to acquire data. You do not need special configuration in labview.
    Hope this helps
    A Rafiq
    National Instruments
    http://www.ni.com/ask

  • Ni pxi 6221 daq card internal dc offset is appearing in every signal

    sir ,
    thank u for the quick response from ni , please reply for my first
    question , i.e there is internal dc offest value of around 0.35 volts
    appearing with every signal when i try to measure it with a pxi 6221
    multi fuction daq card and ni elvis oscilloscope or  oscilloscope
    to observe it . even though the the dc offset is zero from the
    source  side (arbitray waveform genertor).
    Deepak Kumar
    M.Tech , Power and Energy Systems
    NITK SURATHKAL
    MANGALORE
    INDIA

    Hello,
    What is your arbitrary waveform generator's product number?  Have you tried calibrating the arb?
    Regards,
    Sean C.

  • PXI system configuration using GPIB interface

    Being new to PXI systems, I'm trying to determine if there is a need to have a PXI-GPIB controller if I am configuring a PC(PCIe) controlled MXI Express kit???

    Sorry if I wasn't clear before but you probably will not want to connect both a PCI-GPIB card and your PXI-GPIB card to your instrument.  You will probably only want to use one or the other.  I was just saying that you could have 2 different cards in your system to connect to different instruments if you wanted.  MAX recognizes that there are 2 different GPIB cards and you choose which card to use before you communicate with an instrument.  So if you are just wanting to communicate with a single instrument there is no need to have 2 GPIB cards unless you just want your GPIB card to be in your PXI chassis.
    Brian Platt

  • Is there anybody who has interface NI DAQ card with Pressure System Scanners

    I am trying to acquire data from Pressure System's sensor ESP 16 BP with NI DAQ card PCI-6221.
    Is there anybody who has perform this job.
    Thanks,
    Surender Kumar
    Regards,
    Balaji DP

    Hello Surender. 
    Thank you for contacting National Instruments. 
    Although I have never used that particular pressure sensor, the setup for measuring a pressure sensor is usually the same.  Since the sensor probably outputs a voltage that is correlated with the amount of pressure that the sensor is detecting, we can configure a voltage task inside of Measurement and Automation Explorer and then port that into LabVIEW.  A great video tutorial of a DAQmx task being created and then transferred into LabVIEW is available at:
     Creating a Task in NI-DAQmx and Using it in LabVIEW
    http://zone.ni.com/devzone/cda/tut/p/id/5374#toc2
    Also, there is a great site that contains general information on pressure sensors at:
    Measuring Pressure with Pressure Sensors
    http://zone.ni.com/devzone/cda/tut/p/id/3639
    Let me know if this information answers your questions.  If you have a more specific question, please let us know and we would be happy to help you. 
    Happy Holidays!
    Brian F
    Applications Engineer
    National Instruments

  • How to configure to NI Multifunction 6251 DAQ card to DIAdem DAC Version?

    Hello,
                I am Thiyagi. I am trying to configure to Multi function 6251 Daq card to DIAdem DAC software.
               Please send me the step by Step configuration Procedure.
    Thanks
    Thiyagi.S
    Thanks
    Thiyagarajan.S
    WABCO Vehicle Control System
    Solved!
    Go to Solution.

    Hello Thiyagu,
    The following steps describe how to configure a measurement with NI hardware in DIAdem:
    Configure your hardware in MAX. It is necessary to define “Global Virtual Channels” in MAX for each signal you would like to measure with DIAdem.
    Open DIAdem DAC and choose “NI DAQ driver” (icon DAQ) in the toolbar “Driver inputs”.
    Open the “NI DAQ” block and select the signals to measure  
    Complete you DAC scheme with other function blocks of DIAdem DAC and start the measurement.
    Greetings
    Walter

  • How to structure the DMA buffer for PXie 6341 DAQ card for analog output with different frequencies on each channel

    I'm using the MHDDK for analog out/in with the PXIe 6341 DAQ card.
    The examples, e.g. aoex5, show a single Timer  (outTimerHelper::loadUI method), but the example shows DMA data loaded with the same vector size.
    There is a comment in the outTimerHelper:rogramUpdateCount call which implies that different buffer sizes per channel can be used.
       (the comment is: Switching between different buffer sizes will not be used)
    Does anyone know what the format of the DMA buffer should be for data for multiple channels with different frequencies ?
    For example, say we want a0 with a 1Khz Sine wave and a1 with a 1.5Khz sine wave.  What does the DMA buffer look like ?
    With the same frequency for each channel, the data is interleaved, e.g.  (ao0#0, ao1#0; ao0#1, ao1#1, ...), but when the frequencies for each channel is different, what does the buffer look like ?

    Hello Kenstern,
    The data is always interleaved because each card only has a single timing engine for each subsystem.
    For AO you must specify the number of samples that AO will output. You also specify the number of channels. Because there is only one timing engine for AO, each AO will channel will get updated at the same time tick of the update clock. The data will be arranged interleaved exactly as the example shows because each AO channel needs data to output at each tick of the update clock. The data itself can change based on the frequency you want to output.
    kenstern wrote:
    For example, say we want a0 with a 1Khz Sine wave and a1 with a 1.5Khz sine wave.  What does the DMA buffer look like ?
    With the same frequency for each channel, the data is interleaved, e.g.  (ao0#0, ao1#0; ao0#1, ao1#1, ...), but when the frequencies for each channel is different, what does the buffer look like ?
    In your example, you need to come up with an update rate that works for both waveforms (1 KHz and 1.5 KHz sine waves). To get a good representation of a sine wave, you need to update more than 10x as fast as your fastest frequency...I would recommend 100x if possible.
    Update Frequency: 150 KHz
    Channels: 2
    Then you create buffers that include full cycles of each waveform you want to output based on the update frequency. These buffers must also be the same size.
    Buffer 1: Contains data for the 1 KHz sine wave, 300 points, 2 sine wave cycles
    Buffer 2: Contains data for the 1.5 KHz sine wave, 300 points, 3 sine wave cycles
    You then interleave them as before. When the data is run through the ADC, they are outputting different sine waves even though the AO channels are updating at the same rate.

  • I am looking to control a 4-way hydraulic solenoid valve. Do I need a PID control toolset, or can i control the system through my 16E4 daq card and scxi chasis

    I am looking to control a 4-way hydraulic solenoid valve. Do I need a PID control toolset, or can i control the system through my 16E4 daq card and scxi chasis

    I think you're asking 2 different questions.
    The PID control toolset is for using PID loops for control; it's just software.
    The DAQ card and scxi chassis are hardware. If you have the appropriate signal conditioning cards in your chassis to control/monitor your solenoid valve, then you can run a PID loop.
    I believe the simple answer is: the PID control toolset is the best way to do control, but there are simple PID VI's (even on this website) that you can download and use for simple control.
    Mark

  • How to use PXI 6071E daq card to complete multichannels scan with high sampling speed

    I used pxi 6071E daq card to acquire 115v 400hz AC signals.when I use mutichannel scan function,I find that the voltage of waveforms have much more error.The voltage error is about 0~15v.please you can tell me why this happened?how to solve it.
    Attachments:
    多通道监测4.vi ‏199 KB

    Sunny;
    As you are scanning multiple channels and the signal range is high, you can try to set the interchannel delay a little higher. The interchannel delay is the time which the multiplexer will take to switch to the next channel. If that time is to short, the instrumentation amplifier can have problems to settle, and then an error at the reading will happen.
    You can change the Interchannel delay at the AI Config.vi.
    Hope this helps.
    Filipe

  • How to generate a pulse waveform 90 deg phas shifted with respect to a pulse generated using a counter in PXI 6070E daq card ?

    Hi
    I ma using 6070E daq. I am generating a infinite pulse train using one of the counters. I want to generate another pulse train which should 90 degress phase shifted with respect to the previsously generated pulse. How to implement this using the counters in the DAQ card.

    Hi Gopal,
    1) yes the frequency generator is programmable. You have 2 timbebases (10MHz and 100kHz) and you can divide down by any integer between 1-16. Those are the only frequencies you can use.
    2) The way counters work is that you can apply a gate signal to the counter which will cutoff the output. Therefore, you can have a second counter generating a pulse train of an equivalent frequency to the frequency generator (fout) but you don't want it to start immediately. You want it to start only after a short delay (equivalent to a 90d phase). Therefore, you need to "gate" or prevent the output on this counter for that small delay period of time. The way you can do this is by using a second counter to create a delayed pulse. You would
    connect the output of that counter to the gate of your pulse train function. That way, during the delay period of the pulse, you won't be outputing your pulse train yet. When the pulse (high-time) of your pulse reaches the gate, then your pulse train will start generating its pulse train (which is consequently delayed by the amount of delay used in the single delayed pulse counter). Since you don't want your pulse to go back low, you will have to turn off or clear your pulse counter while it is high. That way the signal on the gate will remain high forever.
    Your better solution is to use a PCI-660x card to perform this action. You will have more counters which will give you a greater range of frequencies to choose from and you will have more accurate timing of the signals.
    Anyway, hope that clears things up. Have a good day.
    Ron

Maybe you are looking for

  • Problem in adding vales to service contract line item

    I want  the OBJECT ID  field to be filled in  OBJECT LIST tab at item level when ever  a service product is entered in service contract ( new line item) automatically ... I tired wiht CRM_ORDERADM_I_MERGE (CRM_ORDERADM_I_BADI) and CRM_ORDERADM_I_MERG

  • Creating a separate email address for my husband on our iMac.

    I have an icloud account/email address but now I want to create a new separate email address for my husband to use.  I am still using Leopard on my iMac, I did not upgrade to Lion. I am not sure how to go about doing this and I haven't found anything

  • Portal theme pageheader - WD Abap

    Hi, after upgrading our Portal from NW7.0 SP18 to NW7.01 SP6, our Custom Portal Theme shows a difference in the WD Abap Pageheader Control in some integrated WD Abap applications. The WD Abap Pageheader colour resp. underlying gif changed. Does anybo

  • When trying to access pictures from web site upload (Blogger),access denied

    It's my first week using a Mac, so I'm a beginner. For some reason I can't access the pictures that I have loaded in iPhoto from websites (for uploading). Pictures that are not inside iPhoto load fine. I tried looking at my permissions settings, etc,

  • Message ME095 No short text is mantained, update material master

    Hi, While creatin a Preq in ME51N I'm Getting an error message if I log on in Spanish saying there is no short text for that material in Language ES;  mantain material master and the error message is ME095 but I'm sure that I already mantaines correc