Impossible to get CB-68LP play nicely with PCI-6229

Hi, I am using a PCI-6229 for 4 analog outputs (call them AO0 - AO3) and 4 inputs analog (call them AI0 - AI3), where I have 2 blocks of connection are the BNC-2110 and CB-68LP.

For now, they are wired like this:

1 BNC-2110 inserted in slot 0 (HAVE 0-15) of the PCI-6229

2 CB-68LP plugged into the connector 1 (HAVE 16-31) of the PCI-6229

The BNC-2110 things part works perfectly. I use it with success for all 4 of the analog inputs and 2 analog outputs. The connection was intuitively simple, by choosing the PCI-6229 s AO0 and AO1 channel assignments in the DAQ Assistant of LabVIEW and simply by plugging in my wiring in terminals AO0 and AO1 BNC to BNC-2110 connector block.

However, I can't understand how to wire the CB-68LP for analog output for AO2 and AO3 channels.

My basic, stripped stable approach to used the NOR Measurement & Automation Explorer:

-J' opened the dialog box indicating "Test panels: NI PCI-6229: 'Dev 1'.

-I click the "Analog output" section and choose from the drop-down list "Channel Name"

-J' I "Dev1/ao0" channels and "Dev1/ao1" working with terminals AO0 and AO1 BNC - 2110, respectively

- but can't figure out how to wire the CB-68LP to work with the 'Dev1/ao2' and ' Dev1/ao3' channels

I think at least part of my problem is that I can't find a pinout for the CB-68LP naming scheme.

Never mind, figured out that list of pins of the PCI-6229 22 and 55 on connector 1 match 22-55 CB-68LP screw terminals, allowing an AO2 (i.e. physical channel "Dev1/ao2"). Similar to AO3 idea. In retrospect, quite simple really problem solved.

Tags: NI Hardware

Similar Questions

  • With PCI-6229 NMI Parity error

    Currently, I'm trying to get a PCI-6229 to work with one of our lab computers. We'll use LabVIEW 8.5.1 with DAQmx 6.7.1 to program the card. Using our measurement VI owner, the computer will crash at some point (not really in reproducible way) with a blue screen saying "NMI: Parity Check / Memory parity error. All the tests of auto and examples of NOR (delivered with LabVIEW) perform well however.

    Most likely, this problem is not a RAM issue (MemTest I tried, different memory chips, different memory banks). Also, the PCI computer bus works very well otherwise (for any other acquisition cards for example). Annoying enough, the card seems to do a great job in an old and slow computer. Which is maybe something to look at? Or are there other ideas?
    Our workplace is a Fujitsu-Siemens of Celsius M460 with BIOS version 6.00 rel. 1.09 running Windows XP (32-bit version). The software to use with the card is LabVIEW 8.5.1 with DAQmx 6.7.1.

    Dear Lutz,

    I could reproduce the blue screen, and
    changed your program in order to avoid the race condition. What is
    actually happens is you want 2 tasks over time the
    AOSampleClock as a source before the task of AO started.

    When
    programming as in the example I sent you (see attachment VI), you
    shouldn't deal with this blue screen problem more. However, I recognize
    that such a thing should not happen even when it's 'bad' programming... I'm going to
    inform the development so that it will be corrected with the next DAQmx
    version of the driver.

    Merry Christmas,

    P. Lawrence

    National Instruments

  • problems syncing multifunction with PCI-6229

    Hi, I use PCI-6229 and LabVIEW 8.0 for synchronized of the thermocouples and voltage measurements. The diagram is attached here. Here are my questions:

    (1) with the analog inputs of TC is ranked very first and followed with inputs analog voltage, as shown in the diagram, it works fine. But once the tension AIs are placed first and followed with AIs for thermocouples, thermocouple reading makes no sense, for example telling 25 deg C, the program shows strong fluctuating temperature 10-80 deg C.

    (2) the delay time using DAQmx Trigger, here I put the Start.Delay = 2, Start.DelayUnits = ticks. And sampling rate = 1000 Hz for sample clock VI. Then, is equal to 2 X (1/1000 second) delay time = 2ms? If no deadline is set, which is the time between the trigger signal and actural reading? Will it be the time device resolution 50 ns?

    All entries would be very appreciated.

    Hi Matt11,

    (1) the order that you specify strings in your task will affect the order of scanning.  In other words, when you add the channels voltage before channels of temperature, the material can enjoy the tension or s channels followed by the string (s) temperature.  Since the 6229 is multiplexed, it comes to each channel sequentially switching in a single ADC.  In your case, it seems that the tension on the ADC to measure voltage not had time to resolve completely prior to taking the measure of temperature.  We refer to this sometimes as ghosts in extreme cases where the value measured on channel b mimics the tension on the channel.

    I think that you have found that you can get this by adding the TC task first.  You could probably also get the same result by allowing more break-in between channels on your scan list.  You can set the time between the channels with a Timing DAQmx property node (you can set the property is the clock frequency convert, which is the opposite of a waiting time).  For slow sampling rates, sets DAQmx convert a default clock rate up to a minimum of 1/14 US (on the x 622).  If your overall sample rate is less than 1/14 us (about 71 kHz) then you should have room to lower the clock rate to convert more of this if you wish to allow more time to settle between the channels.

    I'm a little surprised that you see errors because of it (generally, the problem comes from a signal source of high imepdance measure or when sampling at higher rates), but then again, the temperature measurement would be very sensitive to small voltage fluctuations since you deal with thermocouple voltages at room temperature.  Given the order of scanning affects your measure the problem is almost certainly introduced leaving not enough time for the ADC to settle after reading your string tension.

    (2) ticks means actually timebase tick rather than the graduations to sample.  The minimum is always 2, but this match 2 graduations of 20 MHz (100 ns) time base from which the sample clock (unless you choose otherwise or specify a sampling rate less than 20 MHz / 2 ^ 32), instead of 2 graduations of the 1 kHz sample clock (2 ms).  In fact the trigger is probably performed asynchronously at the base of your time, if you are anywhere between the graduations of 1-2 the basis of delay time (50-100 ns) according to the relative phase of the trigger to the time base.  If no time limit is set, the default value according to me is still 2 ticks which is the minimum that allows hardware (you can check on your own by reading the property node if you wish).

    These points should be compatible between different driver versions, with the exception that DAQmx chose by default convert rate differently in earlier versions of 7.4.  Select the conversion rate is a compromise between the settling of deadlines and the channels are sampled how "simultaneously" on the MULTIPLEXED Board.  The final result in point 7.4 of DAQmx was a compromise apparently arbitrary add 10 US for the minimum conversion period and use this as the maximum by default between the channels.  The user can of course always set the clock to convert to all what best fits their application (in your case, you might want to allow a settlement more between each channel).

    Best regards

  • Impossible to get a style work table with dat Spry in DW CS6

    Hi - I hope someone can help me to get a table style to work as a Spry data set. I first put in place a beautiful table with extendable drop down:

    http://designerandpublisher.com/tables/index.html

    I then followed this Adobe tutorial:

    http://www.Adobe.com/devnet/Dreamweaver/articles/spry_creating_html_data_set.html

    For the final result, you can see that all of the style has been removed:

    http://designerandpublisher.com/tables/Spry-test.html

    Although when you click the column header, sorting seems to work great, but I obviously cannot submit this to the customer because it does not resemble the style table.

    Can someone tell me what I am doing wrong?  I thought by styling the table first and then put in Spry, I thought it would work.  I also get this data style set working for the customer because I used Spry for other things like accordions and it is easy to use.

    Thank you.

    Just thinking a little further, with stretch panels Table seems to work pretty well. Why would you want to complicate things by introducing a dataset?

  • Impossible to get an agent to register with WHO

    Hello

    I'm under Grid Control 10g and I'm having problems with an agent is not able to communicate with the WHO. So I deleted the Grid control agent, target server uninstalled and reinstalled again. Now, the agent is running, but the Grid control is not picking up the agent. The search in the logs on the server target, it appears that the agent can be blocked, but because that the target is not appear in the Grid control I cannot Resync it. Does anyone know how I can get this agent speak again the Grid control?

    Thank you
    Adam

    Available disk space on the file upload system: 45.64%
    Last attempt heartbeat to WHO: 2011-02-14 11:23:29
    Last pulse in SGD: unknown
    ---------------------------------------------------------------
    Agent is running and ready
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, Oracle Corporation, 2009. All rights reserved.
    ---------------------------------------------------------------
    EMD upload error: popped uploadXMLFiles: SGD version not yet checked...

    To resolve this error, try the following:

    http://hrivera99.blogspot.com/2008/07/OMS-version-not-checked-yet.html
    http://yingkuan.blogspot.com/2007/06/quick-step-to-fix-OMS-agent-problem.html

    Also try the synchronization agent homepage button in the Console of the grid.

    Concerning
    Rajesh

  • Impossible to get anything Ive photoshopped with 14 elements Adobe to shoot and print at Wal-Mart kiosk

    Impossible to get anything I photo shopped with Adobe Elements at a Wal-Mart / Walgreens. Never had a problem with the photos, saving and printing with Corel Photshop

    File > save under of the editor and use the drop-down list to change the file type.

  • I have two portable hard drives with music and video files and cannot get them to play

    I have two portable hard drives with music and movies files can get them to play my laptop girlfriend see them, but does not play

    If you copy the files on the portable hard drive will they play?

  • Impossible to select and move the letters while playing 'Word with friends' through facebook

    Original title: play games

    During playback "words with friends" through face book... I can't select and move the letters on the touch screen without the screen, scrolling up and down.
    I need the touch screen to allow the movement of the letters c A C H, etc. on the game board without scrolling of the image of the screen!
    Several of my Face book games does not load completely without hanging... both Adobe Flash player and Windows are also perfectly up-to-date.
    Kind regards

    Hi Stephanie,

    Looks like you are unable to play words with friends on Facebook and also problems with other facebook games.
     
     
    Since you are faced with a design problem with the play on words with friends on facebook, I suggest you to contact the administrator of the game to get more information about the compatibility of the game in Windows RT. You can also ask if they provide latest app for the particular game.

    support.Zynga.com/Home/Words-with-friends
     
     
    I would also ask you to contact Facebook to get information about other games:
     
     
     
    Hope this information helps.
  • With the help of LR4 with Windows 8 - impossible to get the images to desempilement.

    Using LR4 with Windows 8 - impossible to get the images to desempilement.

    Right click on the picture, select stacking, select Unstack

  • Two-node Rac (11204) Cluster node 1 has failed to stop with error: impossible to get in touch with the loan of cluster service. duty to force stop

    Newly build Production environment (don't use it yet)

    OS: Linux redhat 64-bit 2.6.18

    Cluster version: 11.2.0.4

    This environment clusterware installed last December, we are trying to install oracle RDBMS, so try to first stop the crs.  However on node 1, the v$ asm_diskgroup shows nothing under total_mb /free_mb on diskgroup OCR.  and stop the crs shows: impossible to get in touch with the loan of cluster service.

    Alerts cluster log shows below:

    2014-03-25 03:50:01.429:

    [crsd (8608)] CRS-1013: the location of the OCR in ASM disk group is inaccessible. Details in u00/app/11.2.0.4/grid/log/oprd100/crsd/crsd.log.

    2014-03-25 03:50:01.433:

    [crsd (8608)] CRS - 0804:Cluster Ready Service interrupted due to the Oracle Cluster registry error [PROC-26: error when accessing the physical storage]

    ]. Details at (: CRSD00111 :) in u01/app/11.2.0.4/grid/log/orpd100/crsd/crsd.log.)

    2014-03-25 03:50:02.123:

    [ohasd (12490)] CRS - 2765:Resource 'ora.crsd' failed on the server "orpd100".

    2014-03-25 03:50:03.407:

    [crsd (8623)] CRS-1013: the location of the OCR in ASM disk group is inaccessible. Details in u01/app/11.2.0.4/grid/log/orpd100/crsd/crsd.log.

    2014-03-25 03:50:03.411:

    [crsd (8623)] CRS - 0804:Cluster Ready Service interrupted due to the Oracle Cluster registry error [PROC-26: error when accessing the physical storage]

    The NEWSPAPER of the ASM alerts:

    Wed Mar 25 03:21:49 2014

    WARNING: Waited 15 seconds IO to write to the disk of PST 1 in Group 1.

    WARNING: Waited 15 seconds to write IO to disk of PST 2 in Group 1.

    WARNING: Waited 15 seconds IO to write to the disk of PST 1 in Group 1.

    WARNING: Waited 15 seconds to write IO to disk of PST 2 in Group 1.

    Wed Mar 25 03:21:49 2014

    NOTE: process _b000_ + asm1 initiating (21071) 1.1807368888 disk offline (OCR_0681_2EF4) with mask 0x7e in Group 1

    NOTE: process _b000_ + asm1 initiating (21071) 2.1807368889 disk offline (OCR_0681_2EF5) with mask 0x7e in Group 1

    NOTE: check PST: grp = 1

    GMON seeking ways of disc for Group 1 to 5 pid 27, DiSo 21071

    ERROR: read no quorum within Group: required 2 found 1 records

    NOTE: audit PST grp 1 fact.

    NOTE: start the PST update: grp = 1, dsk = 1/0x6bba42b8, mask is 0x6a, op = clear

    NOTE: start the PST update: grp = 1, = 2/0x6bba42b9 dsk, mask is 0x6a, op = clear

    GMON update modes of disk for the Group 1 to 6 for 27, DiSo 21071 pid

    ERROR: read no quorum within Group: required 2 found 1 records

    Wed Mar 25 03:21:49 2014

    NOTE: disassembly of the cache (not clean) Group 1/0x35AAB27B (OCR_DATA)

    WARNING: For disk offline OCR_0681_2EF4 0x7f mode failed.

    2 node rac cluster is normal.  We were able to stop the crs without force.

    What should I look at to understand what is happening here?

    Thanks to adavnace.

    WARNING: For disk offline OCR_0681_2EF5 0x7f mode failed.

    NOTE: e-mail CKPT suspend pins Unix process pid: 21073, image:

    No default value is 1 M

  • 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!

  • [SOLVED] Impossible to get directions to Internet with IE L3 Switch

    Hey all!  My head hurts trying to understand this.

    I have a L3 central office switch (Allen Bradley 5400 running IOS)

    I have several VLANS, which is management (vlan 10) where I can plug in my laptop to access VIRTUAL networks and their devices by using the IP Address of the interface VLAN10 (192.168.10.1) as the gateway.  It all works.  The problem is when I try to access internet from my laptop on the Management VLAN.  I can't pass a ping, I confirmed that the IP of the router I put on ESXC2101 is valid (192.168.1.1)

    Note: I can access internet from ESXC2101 (I can ping 8.8.8.8, etc..)

    I enclose my config.  I'm completely confused as to why it does not work.

    Thanks in advance.  I'm sure it's something stupid, and I was just playing around with this for too long.

    Dan

    ESXC2101 #show version
    Cisco IOS software, software S5400 (S5400-UNIVERSAL-M), Version 15.2 (2) EA1, RELEASE SOFTWARE (fc1)
    Technical support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2015 by Cisco Systems, Inc.
    Updated Wednesday, January 13, 15 02:24 by prod_rel_team

    ROM: Bootstrap program is boot loader IE4000
    BOOTLDR: IE4000 Boot Loader (IE4000-HBOOT-M) Version 15.2 (2r) EA, RELEASE SOFTWARE (fc1)

    ESXC2101 operating time is 48 minutes
    System to regain the power ROM
    System restarted at 14:59:23 PDT Wednesday, March 30, 2016
    System image file is "sdflash:/s5400-universal-mz.152-2.EA1/s5400-universal-mz.152-2.EA1.bin".
    Reload last reason: unknown reason

    processor of 1783-HMS8TG4CGR (APM86XXX) Cisco (revision A0) with K 1048576 bytes of memory.
    Card processor ID FDO1934T0JZ
    Last reset of tension
    7 virtual Ethernet interfaces
    12 gigabit Ethernet interfaces
    Password recovery mechanism is activated.

    512K bytes of memory simulated by flash not volatile configuration.
    Basic Ethernet MAC address: F4:54:33:5 C: 59:80
    Number of the motherboard: 73-15761-04
    Motherboard serial number: FDO19271A99
    Revision number of the model: A0
    Motherboard revision number: A0
    Model number: 1783-HMS8TG4CGR
    System serial number: FDO1934T0JZ
    Top Assembly part number: 800-44111-01
    Top of page revision number of the Assembly: A0
    Version ID: V01
    Material Board revision number: 0x05
    Backplane FPGA version: 0.20
    CIP serial number: 0x60157E2B
    Brand name: Rockwell

    SW Version SW Image model switch ports
    ------ ----- ----- ---------- ----------
    * 1 12 1783-HMS8TG4CGR 15.2 (2) EA1 S5400-UNIVERSAL-M

    Configuration register is 0xF

    Hello

    The gateway does know how to return to the 192.168.10.0/24 network? for example you can ping 192.168.10.1 from gateway. You may have to the static routes on the bridge for networks on the switch.

    Thank you

    John

  • Once I downloaded the new version of Adobe Flash Player 11.3.300.262, I can not play games with my friends on Yahoo Messenger.

    It could be a coincidence, but when I upgraded to the latest version of Adobe Flash Player 11.3.300.262 I can not play games with my friends on Yahoo Messenger. I know that when I've updated for a reason that I had to try 3 times before it took. It shows that it is updated. I wonder if I have to uninstall and reinstall. Also, I never use Internet Explorer 8 but when I went there to check I found a plug check link there and it showed over there that Adobe Flash Player necessary update but it was an older version and not a Foxfire had updated me too. Now I'm really confused if it causes a problem. I've never had to control Internet Explorer for plug-ins before. Have always just updated to Foxfire since that's what I use. Adobe Flash Player seems to play videos OK not really sure if this is the issue or not. My Java plug-ins have been very well and have been updated some time there, so I know it's not that. Any help is appreciated. Thank you!

    Hey again,
    After hours of reading and checking to make sure I had good things enabled, I did, I gave up and uninstalled the latest version of Adobe Flash Player, they gave me and re-installed and later I had my friend get on Messenger and we tried games and it worked this time.
    For some strange reason when I updated it took me 3 tries before it took. So even if he told me that it has been installed, apparently it wasn't really. Just goes to show you that you can not trust what you see.
    What has really scratching my head was I went to Internet Explorer 8, which I never use more and discovered you can now get Mozilla plug in slip out there and when I did showed that same Adobe Flash Player is outdated but it was to a different version. Not knowing if it would help, I installed a new too and he said it was his understanding that it does not. So I guess you can have 1 version installed on the computer 1 despite 2 browsers different different versions. It becomes too complicated for me. Laughing out loud!
    I work with computers all the time at work but not the technical stuff. If it's something simple, I can guess through it to help someone but it's my first personal computer for me and is a former first, so I got experience using different types. We use the desk at work as well. Personally, I like computers laptops for various reasons. And the mention of people many browsers go way over my head.
    Please answer this question though and you answer back.
    DFelice

  • Hello everyone, I just bought a Thunderbolt Apple display to use with my 2012 15 "27" Macbook Pro, Win10/Bootcamp. Is anyone know the procedure to get the display to work with Bootcamp Windows 10?  I have connected screen but no picture. TY

    Hi all

    I just bought a Thunderbolt Apple display to use with my 2012 15 "27" Macbook Pro Win10/Boot Camp running. Is anyone know the procedure to get the display to work with Bootcamp/Windows 10? Is there a setting in the training Camp that must be turned on to make it work? I have connected screen but could not get a desktop display.  Any help would be really appreciated! TY

    The monitor should have a TB and adapter power connector. The monitor works on both OSX. ? If so, shut down of windows, connect monitor and start Windows. Your TB 2012 monitor is not plug-and-play with Windows.

    Please see ports Thunderbolt and views: frequently asked questions (FAQ) - Apple Support .

    1. the "hot pluggable" Thunderbolt devices using Windows with Boot Camp?

    Thunderbolt hot plugging is supported under Windows 8 or 8.1 on all Macs from 2014 and later.

    For all other Mac computers, Windows 7, 8 and 8.1 scans and active them Thunderbolt devices connected to ports Thunderbolt during the Windows startup process. If your device has been plugged in not at startup, Windows detects not without a reboot.

  • Can't get video to play in realplayer 12 format mp4

    Can't get video to play in realplayer 12 format mp4

    Hello

    You need work with the help of RealPlayer.

    RealPlayer support
    http://www.real.com/support

    Types of files that can convert the RealPlayer
    http://real.custhelp.com/app/answers/detail/A_ID/8706/kW/MP4/p/9%2C15

    RealPlayer - research of knowledge-> mp4
    http://real.custhelp.com/app/answers/list/p/9/kW/MP4/p/9%2c15

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

Maybe you are looking for