First it is possible to connect a cDAQ-9174 with a NI TPC-2206 or the NI TPC-2212?

Hello

First it is possible to connect a USB CompactDAQ (cDAQ-9174) in a port USB of the TPC-2206 or TPC-2212? ¿Did you try someone before?

Thank you.

Hello

It is possible, Windows XP Embedded provides users the ability to develop on a desktop PC and quickly deploy to an embedded target. With NEITHER-DAQmx on Windows XP Embedded, developers will have access to common programming languages such as C++ and .NET.

follow the link corresponding to your request: http://www.ni.com/white-paper/7757/en

Best regards

Tags: NI Hardware

Similar Questions

  • Is it possible to connect my Mac mini to my Mac Pro laptop using the memory on my mac mini for installing software Ableton as I don't have 3 GB available on my Mac Pro.

    Is it possible to connect my Mac mini to my Mac Pro laptop using the memory on my mac mini for installing software Ableton as I don't have 3 GB available on my Mac Pro.

    I want to download Ableton software, but it requires 3 GB of free memory that I have available on my MacPro laptop not because most of it is used for my library of music because I'm a DJ.

    I'm not sure how I can do it or not at all.

    Thank you very much.

    1. a Mac Pro is not a laptop. Its a big desktop computer.  You probably have a MacBook Pro, which is a laptop.

    2. No, you cannot share the memory (live RAM) or storage (disk space, which is not memory) like that between computers.

    However, it is very very bad practice to have so little storage space available for your computer.   If you have less than 3 GB, you should seriously consider an external drive. and unload some files on the outside. Its best not to leave your hard drive to go below 10 GB of free space because it can seriously affect your computer's performance.

  • cDAQ-9174 with modules 9225 and 9239 for issue of power measurements...

    Hello to one and all.

    I do turn a cDAQ-9174 with modules 9225 and 9239 to measure the voltage (120, 208-240, 277 VAC) and current (via the clamp amp i400, Fluke - 10mA/exit A) respectively.

    I have the set scale scale Differential No. (1:1 I guess) for 100: 1 for current and voltage.  With the acquisition mode set to "N samples", 10 samples to read, at the rate of 500 m.  This feeds into 'EPM_Power.vi' (polymorphic VI of the palette of EMP... can be downloaded here, http://sine.ni.com/nips/cds/view/p/lang/en/nid/209826)

    I try to check my numbers with an Analyzer of power quality of 435 Fluke and supporting that upward is a Fluke 179 True RMS DMM with clamp amp i200 (for current playback)

    Now, I'm running is my numbers I take data look like they're following a curve of fishing... the averages are on the right, but when my blood pressure is expected to be relatively stable, it's over the map... same story with my current readings.  I tried several different filters without success.  I would like to have relatively stable values for voltage and current so my other values are correct.  Is there a signal conditioner or filter that will help with this?

    As always, a point in the right direction would be greatly appreciated!

    Thank you!

    Chad

    Hi, Will,

    Your request for a screenshot actuall lead me to the solution.  Not enough samples!  I took little data too slowly and only seeing part of the wave of fishing AC each iteration.  .. that became glaring when I tried to this graph.  So I increased my sampling of 100 to 5 Hz and things seem to have settled things down a bit.  Thank you for the good question!

    SH?

    C

  • How to speed up loop DAQ triggered using NOR cDAQ-9174 with NOR-9215 and NOR-9402

    Hello

    I use LV2010 and NOR-DAQmx 9.2.2. I have a NOR cDAQ-9174 with a NEITHER-9215 4 channel 100 k simultaneous ADC and NOR-9402 4 channel DIO module trigger and reset.

    We run WinXP sp3 on a Dell M4400 core 2 duo @2. 26 Ghz.

    I used the code example NI DAQmx for acquisition of tension with trigger HW. My goal is to try all 4 channels on the 9215 simultaneously when a trigger is received on channel 0 of the 9402, after data is read, I use channel 1 on the 9402 to reset the trigger of the target material.  I have a version of this work, however the maximum event rate is ~ 16/second. I have the Setup 9215 for finite samples / 10 samples per channel which is ~ 400uSec of conversion time and I realize he is above in the appeal of vi, but ~ 50mSeconds worth?

    The target detector can put out up to 1 k / event triggers / seconds.  Only, I received a rate of 8 per second and I added the NOR-DAQmx control vi driver and chose "commit" this did double the rate.

    My question is what is the maximum rate of loop for these devices (trigger/conversion/reading device / reset) and start over? I noticed that just let free the 9215, carried out using the 'Acq & chart internal strain Clk' raised only the rate of events up to 20 Hz.

    Thank you

    normbo663

    Hi normbo663,

    You can get this works far better assuming you have an available counter (there are 4 on the backplane of the 9174).

    DAQ Compact supports the tasks of meter output "redeclenchables" that can be used to generate a finite pulse train.  You can set a task of finished meter redeclenchables output to be used as sample for your task of analog clock.  The task of the meter output will be re-Army (less than 12, 5-25 ns) as soon as it's finished out the last pulse.  The task of analog input would be configured to run continuously, but it would only sample based on the output of the meter triggered.  For an example, see here.

    You can reference the internal counters on the cDAQ without signals through a routing module using: cDAQ1/_ctr0 (right click on the chain counter control, then select i/o name of filtering and check channels internal to add these options to the drop down).

    Thus, with the tips above, you should be able to immediately re - arming your analog acquisition on the 9215 using one background basket counters.  It seems that the second half of the application is to use a second channel on the 9402 to reset the trigger of your DUT.  You can deterministically generate this signal so by configuring a 2nd redeclenchables meter out task (single pulse, but this time).  All you need to do is the initial delay on the appropriate value for your analog acquisition.  Trigger this counter on the same PFI line that trigger you your analog task from.

    Using counters to generate the signals you need in a deterministic way, the loop becomes is no longer a problem (as long as your input buffer does not overflow).  You may need to re-read several triggers at the same time for the loop to keep (for example to read 1000 samples each, which would correspond to 100 triggers 10 samples).

    Best regards

  • Simultaneous release of digital waveform at different frequencies - cDAQ-9174 with two 9477 maps error-50103

    Hello

    I'm working on a project that requires two outputs digital signals at different frequencies. Frequency of the phase 1 is about 1 kHz and is modulated on and off to a pace that will change during the execution of the program. Wave 2 passes from 1 kHz to about 6 kHz while needing to be pretty accurate to the tenth of a Hertz.

    Initially, I tried to manage the simultaneous output of signals at different frequencies using a single task on a single 9477 daqmx in a cdaq-9174 chassis. As far as I know, the best way to get a specific frequency in a waveform output is to set the sampling frequency up to 2 times the frequency of the wave that is generated and generate a waveform that is given to each clock cycle. This works very well when it comes to a gesture, but I was unable to get the frequency of the modulated wave (wave 1) remains constant when the frequency of wave 2 modified or vice versa.

    I have a few other modules lying around (another 9477, 9403 and 9476) and I thought I would try another task running on a separate module. I find myself receive error-50103 message if I add these modules to my cdaq chassis and run one of the waveforms of a task set to run on the add-on. Is there a way to bypass this error? I guess it would cause by running two digital output on the cdaq-9174 tasks at the same time, but it seems to me that this wouldn't be a problem with an additional module.

    How can I have two outputs digital signals, running at the same time, maintaining their independent frequency frequency of the clock of the other sampling rate changes. In addition, because the wave 1 is enabled and disabled at a defined frequency, I use it to set the number of samples to write when you write a range of waveforms in the module (when generating these two waveforms on the same module).

    I'm sorry if the explanation was difficult to understand. I've attached an example of error 50103 lifting. This isn't really a part of my project as a whole, but it is the easiest way to reproduce the error.

    Thank you

    Hi awol.

    I have a follow up for you. You encounter the error because the cDAQ chassis has only a timing engine of. You will not be able to perform simultaneous tasks of the call by the hardware. Please see the following knowledge base: http://digital.ni.com/public.nsf/allkb/5E0B829E50ADE1BC86257AC50062B2D2

    Mike

  • Increase the frequency of sampling on the cdaq 9174 with neither 9212

    Hi all!

    I am trying to increase my sampling rate on my nor 9212, that I use with a cdaq 9174 and LV 2015. Apparently, the sampling frequency depends on the time of conversion and can be changed between the high speed, the Best 60 Hz rejection, best 50 Hz rejection, and high resolution. (see http://www.ni.com/pdf/manuals/374358a_02.pdf, page 6). My maximum sampling frequency is 1.8 Hz, which indicates the use of the mode of synchronization of high resolution

    I found this documentation explaining how to change with a crio:

    http://zone.NI.com/reference/en-XX/help/373197D-01/criodevicehelp/cRIO-9212_rt/

    However, I can't change it when the module is not in my project with my cdaq. My question is: How can I change the conversion without a crio time?

    Thank you very much!

    X0N0

    Hi X0N0,

    There is a DAQmx property for this:

    You are welcome!

  • Is it possible to connect a Sony VCR with HDMI to a TBD release

    It's all in the title. Y at - it a HDMI cable or adapter-> Thunderbolt? My VCR is the HD Sony GV - HD700E.

    No sorry.  There are no adapters.

  • my iphone 4 s refuses to connect to my laptop with windows 10, what could be the cause?

    my iphone 4 s refuses to connect to my laptop which uses Windows 10. all ports operate and other phones are usually connected by using the same phones. recently, I downloaded the latest version of iTunes to my laptop which is specifically for 64-bit. my phone software is up-to-date (iOS 9.3.2) and I tried to connect another iphone 4S for the same computer laptop and it does not connect. my iphone connects to other machines, however. This could be the cause? could this be a virus on the laptop?

    I didn't question myself but I've seen reports of others who contributed to the following: http://www.technipages.com/itunes-fix-iphone-or-ipod-not-detected-in-windows

  • problem installing driver cDAQ 9174

    Hello

    I am a new user of LabVIEW and just got our first shipement material today of 2 x cDaq 9174 with analog i/o.

    I tried to install the driver for several hours without success. At the beginning of the installation, I get an error message that says:

    "This installer needs to access 'My images' However this place XXX is not available." Make sure that this directory exists and is available, and rerun Setup.

    First of all, the folder my pictures pointed to a NAS drive where all of our photos of the company are located (which was the N drive) - so I show it to the location of the normal C drive but it is still giving me an error message and try to find the folder in drive instead of C N (and Yes I tried to reboot).

    Secondly, the location was available, as I opened through Explorer without any problem.

    Thirdly, why a driver would fail to install simply because it could not access the folder my pictures?

    Any help would be appreciated.

    Hi Doug_1970,

    It may be a registry key which is always pointing to the NAS drive. Try to use the following Microsoft Fix it tool, reboot, then install DAQmx.

    http://support.Microsoft.com/kb/886549

  • Tecra M5: Is it possible to connect two monitors?

    Hello

    Is it possible to connect two monitors the Tecra M5? Is it possible through the port replicator, perhaps by a split of dvi output or a dvi, one on the vga monitor. I want to divide between the two monitors.

    At soon now
    Iain.

    Hello

    No, it's not possible to connect two external monitors.
    If you want to split the screen, you can use the extended desktop option.
    In display properties, you will find the option to extend my desktop on this monitor. You must select the second monitor and activate this option.

  • Difference between the cDAQ-9174 and cDAQ-9178

    I have several cRIO-9081.  Each cRIO-9081 running NOR-DAQmx 15.5.  On four of the cRIO-9018 we show you cDAQ - 9178 with 8 modules.  Everything just worked.  On the fifth cRIO-9018, we tried to connect a cDAQ-9174.  The aircraft appeared in the Windows Device Manager and MAX, but MAX has indicated that the aircraft was missing (error-88705) and that Windows can't find a driver for the instrument.

    We then plugged a cDAQ-9178 in the fifth cRIO and everything just worked.

    What is the difference between a cDAQ-9174 and cDAQ-9178 other than the number of the module support?

    Paul

    Hi Paul,.

    It seems it could be a driver problem! What DAQmx version you have installed on two computers? Reinstall the latest version may be worth it because it looks like there may be corruption. You can find the latest version here: http://www.ni.com/download/ni-daqmx-15.5/5901/en/

    You can manually associate the device driver, here: http://digital.ni.com/public.nsf/allkb/5B80CAAA64413B4C86256C5E0000C1A7

    There are modules connected to the cDAQ chassis?

    Also, sometimes, this can happen if you do not restart your computer after the installation of the NOR-DAQmx driver. Restart your computer after the driver installation will allow you to reserve the device successfully. Here are a few others not to try:

    • Check the charger to device OR to see if it is running

    • Reset the service OR charger

    • Reset the MAX Configuration database

    • The system power cycle

  • synchronization and clock cDAQ-9174

    I have a cDAQ-9174 with chassis

    HAVE - 9205 OR 9205

    HAVE - NOR 9219

    DIO - OR 9401.

    "NOR-DAQmx allows the on-board clock routing synchronize acquisition or generation of data transactions. A single sync signal or a trigger can be shared between multiple operations on the same device to ensure that the data are synchronized. These signals is shared by the simple signals routing functions that allow connections integrated hardware DAQ. " (from http://zone.ni.com/devzone/cda/tut/p/id/6829)

    When I check the itineraries device in MAX tab' for chassis and c modules individually, I found many clocks with the Green blocks (direct Route). "Once a physical connection is determined, the NOR-DAQmx driver lets the user quickly and easily use this connection to synchronize operations".

    Now my question is how do you choose among these clocks available. What is the frequency of these clocks? The highest frequency the better? What is the difference between /Ctr0SampleClock, /Ctr0InternalOutput, /Ctr0Source, /Ctr0A?

    For example, why well/Dev1/I/SampleClock or Ctr0InternalOutput or of others, especially as a source for the .vi DAQmx Timing (sample clock)?

    Thanks a lot for your help

    Bing

    Concerning

    Hello NCLbingji,

    I think you mix instructions from the manuals of different material. The link you posted refers to the synchronization of several separate devices, while your cDAQ with its modules really is like having one device almost. You will find more relevant information in your manual of cDAQ chassis. For multiple devices, you indeed have a "physical connection", but with the cDAQ is not necessary. You set up these connections in the software in any way, and this should get the routing sorting at the driver level.

    Try to identify which channel will be your a 'primary', the one driving all others and synchronization, the value then asked SampleClock of this string as the rest (DAQmx Trigger.vi) trigger ('secondary') channels, then start all 'secondary' jobs and finally start your "primary" task This will trigger all tasks at the same time. Take a look at the attached picture, which is another application that I worked on, but I think this will help.

    I hope this helps.

    Kind regards

    Michael S.
    Technical sales engineer
    NEITHER UK & Ireland

  • cDAQ-9174 cannot use the counters of 3 or 4

    Hello

    I try to display the entry of a potentiometer and 3 encoders of Quad.  I have a CDAQ-9174 with a 9215 OR (for the POT) in the slot 1, 9411 or in slot 2 and a NI 9401 in the Groove 3 (soon to another NOR 9411 when it happens).

    If I run the example 'Measure angular Position.vi' on each individual encoder (by selecting either modules on counter 0), I can see all three encoders work properly (exit count increments and decrements as expected)

    If I run the Test panels able and automation, I see all three encoders switch their respective 2 channels each.

    But when I change 'measurement Position.vi"to have all three separate entries (I copied the task of creating and all its entries twice, then expanded the while loop to have three different DaqMX Read vi, then 2 clearer spots on the right side (output) at all in a loop), I see only 2 encoders increment and decrement.

    I do not use Index Z entries, I changed the type of decoding to X 2 for all three.  I tried to change that, but I especially get the same result (2 encoders working, is not 1).

    I changed the encoders are the use of counters to 0, 1, and 2.  Only the assigned to counter 2 encoder does not work.

    I tried to use meter 3 - same problem.

    Is there a way to confirm that the cDAQ-9174 counters all work?  I tried all three in the test panels and they seem to be good?

    A cDAQ-9174 can manage 2 Quad encoders using 2 signals of each (A and B signals - A for metering, B for management)?

    I have something configured incorrectly?  If you use two Modules of entry at the same time, is it some additional configuration that must be done?

    Really appreciate some help here.

    Thank you

    Sam

    Yes, we use the 9.0.2 version drivers and no there is no error message.

    Turns out we had wired it incorrectly for Counter 2 use.  Being on the second module, I thought we had wire the same way the first module has been wired - not realizing that counters need a provision of the specific pins.

    Thank you for looking into this.

  • cDaq-9174 shows empty slots

    I recently bought this cDAQ-9174 with 3 modules installed: 9211-9234-9263.

    I have the latest version of Labview 8.6.1 (first quarter 2009) and NOR-DAQmx 9.0.1 drivers provided with the hardware installed in my system.

    When I opened MAX it shows the empty slots.

    How can I solve this problem?

    Hello Sergey,

    I think that the issue has to do with the chassis itself.  Because this is a very annoying problem and is also very rare, I would get your replaced chassis and defective one sent to R & D so that we can understand what is wrong with it.  Can I have your permission to have our Web support team to recover your account email address so that I can contact you directly to get this problem resolved?

    Kind regards

  • synchronize 2 cDAQ-9215 modules on the cDAQ-9174

    Hello

    We collect 8 channels of the AI of the comments about 32KS/s, but they must be synchronized with precision. We intend to use 2 CDAQ-9215 modules mounted on a CDAQ-9174 chassis.  This system will do the job? And what kind of calendar and clock configuration should I use to improve the precision of the synchronization.

    Thank you.

    Hello

    I'm sorry I didn't know not the 9215 was a simultaneous module.  Instead of the S series card, you should be good to go with a 9174 and 2 9215 modules. If you use the same DAQmx task to run on all 8 channels acquisition they share all the same timing engine and snack at the same time.

Maybe you are looking for

  • Satellite P200 - 1FC: no sound after system update

    Yesterday my laptop did an update of the system for Windows and when I restarted the computer, my speakers did not work, my ATI graphics card was not found and that the reader has stopped working. I don't know what happened, but I don't think that th

  • which printers do HP74 & 75 cartridges work with

    Both printers Photosmart D5360 have died and I have too many cartridges to throw. Would like to know which printers are available that use these cartridges.

  • Photosmart 7520e - increment the names of scanned files

    When scanning in documents is it possible to have file names automatically increment.  My Photosmart old (C5200 I think) used to do. Any help gratefully received.

  • RAM indicates 48% consumption at startup and playing games.

    RAM from list 48 + % use at the start and throughout the games, etc. Moved from feedbackOriginal title: find search indexing index reindex re-indexing research research research service troubleshooting troubleshootingNo specific OS   Original title R

  • I lack pilot calistoga + 1ch7m chipset

    I had some problems with my computer and a friend of my said thed girls look to my laptop for me. Ive had nothing but hassle with it since then, I can download is no longer SD card on my laptop. and when trying to install world disc games for my gran