How to operate SCXI-1328 and SCXI-1180 ?

Hi..everybody,
I want to measure temperature via (SCXI1121+1328) and at the same time that I want to acquire analog signal from the BNC-2110 via feedthrough (SCXI1180).
But I confuse about how to set device/canel ? because all of them come from the same DAQ6052e card (Dev1) and each module has the same number of kanel (1121 has 0-4 and BNC2110 has 0-7).
How can I define them ?
Thank you very much for any help in advance !

Hi,
here is a link concerning your case:
http://digital.ni.com/public.nsf/websearch/DAF7DADB6FA2481486256A6C00507E0A?OpenDocument
And here is a link about configuring the 1180 in MAX:
http://digital.ni.com/public.nsf/websearch/8672680DB6ADD97286256AAE0054C26C?OpenDocument
The exact describtion how to define the Channels should be refered in your Manuals.
I hope this helps...
Regards
Peter Weber
NI Germany

Similar Messages

  • How do I physically connect the SCXI 1180 when using a 1520 and 1346 adapter?

    Here's my current configuration:
    SCXI 1000 chassis
    x2 SCXI 1520 Bridge Modules (Slot 1, and Slot 2)
    1180 Feedthrough panel.
    I recently purchased a 1346 adapter so I can use the feedthrough to access AI channels on the DAQ card.
    My question is, how do I physically connect the ribbon cable of the 1180? Does it plug into the BACK of the last module in the chassis (ie. bridge module2 in slot 2) or does it plug into the other 49pin connector on the 1346 adapter?
    If you read the installation manual for the 1180 http://www.ni.com/pdf/manuals/371062a.pdf (Page 2-3)
    And the installation manual for the 1346 http://www.ni.com/pdf/manuals/320722b.pdf (page 2)
    it seems the instruction contradict eachother. The 1180 manual says connect it to the back of the module
    the note under Fig.2 on page 2 of the 1346 says you cannot have anything plugged into the module next to the one that has the 1346 plugged into it; in my case that's module 2...
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise

    I have the 1346 plugged into the first module in slot 1.
    But let me try and clairfy what you're saying...
    "Then the cable from the 1346 kind of loops back into the chassis and through the 1180". So this is my answer? But I'm actually taking  the cable from the 1180 and plugging it into the other 49-pin connector on the 1346. Sorry, symantics...
    "...it must be on the first card when using a 1520". By "it" are you referring to the 1346 (which is how it's currently configured) or the 1180 cable?
    and lastly; why does the 1180 need to go into slot 2? I can currently fill both slots (1&2) with the 1520's and with the 1346 plugged into module1/slot1, I can pass the ribbon cable around back of module2 and into the 1346.
    Is there some other reason beside potential space limitations that you'd use the feedthrough in slot2?
    Thanks for your info and patience!
    Message Edited by OKors on 03-31-2010 12:50 PM
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise

  • I'm using SCXI 1180- how to address additional channels

    I'm using SCXI 1180 connected to an SCXI-1000 for which i'm using the obx!scy!mdz!channels. i have the defaut setting on differential as these channels are to be differential. Now i've attached a breakout connector from the SCXI 1180 to a SCXI 1302 module increase the number of channels. How do i address these channels?- Since they're not multiplexed can i just call the 1,2,3... Also these channels should be Reference Single Ended. When i changed the analog configurations VI to make them reference single ended i got an error message. How do i set up the system for these extra channels?
    THANKS MUCH!!!!!!
    rebecca

    Rebecca,
    The SCXI-1180 is just a feed-through panel for a DAQ board. Therefore, it doesn't really use the SCXI format for channel strings. It allows you a direct connection to the DAQ board.
    You would use it exactly as you would if you were wiring directly to the DAQ board; this means you would just use the string "0" for channel 0, "1" for channel 1, etc.
    You're probably getting the error when you try to set the channels to singe ended because you're referencing them as SCXI channels.
    Let me know if you need more help.
    Mark

  • How to insert degree, minute and seconds in a cell

    How to insert degrees, minutes and seconds in a cell. Need operate trigonometry functions

    Hi harrigorri,
    Does this work for you?
    Degrees
    Minutes
    Seconds
    Decimal degrees
    128
    26
    45
    128.445833333333
    Formula in E2
    =B2+C2÷60+D2÷3600
    Font size enlarged to show the division symbol ÷
    Regards,
    Ian.
    Edit: 3600, not 360

  • Is there a "how to operate" video out there for TD with the MBA?

    I need to SEE how to operate this thing ... are there any opps videos out there to help me plz?

    There's at least this one:
    http://www.amazon.com/DisplayPort-Composite-Video-S-Video-Converter/dp/B004VV8R8 6
    and the review says that it works with current Macs, but I can't verify.
    Regards.

  • How to operate .zip files on an s40 Phone ?

    How to operate .zip files on an s40 Phone ?
    I Just need a program that operates .zip files knowing that my phone is 6085
    and thank you

    S40 phones cannot handle zip files. Only S60 phones can do this.

  • Will HANA database table to insert a CLOB field , how to operate ?

    Will HANA database table to insert a CLOB field , how to operate ?
    Prior to this , I also see the related documentation : http://scn.sap.com/thread/3242930,
    So I used the link : http://docs.oracle.com/javase/tutorial/jdbc/basics/blob.html elaborated way to perform the operation to insert CLOB
    But practice tells me does not work, will be reported abnormal:"com.sap.db.jdbc.exceptions.jdbc40.SQLFeatureNotSupportedException: Method createClob() of ConnectionSapDB is not supported.".
    I want to know is , HANA how to insert CLOB field ? In this first say thank you !

    This is a problem with the driver. It is a known bug/issue.
    You have to use the dbms_lob.write procedure and append data to the clob inside a loop.
    i.e. do something like (pseudo-code)
    while(file.not_end)
    char[] buffer= file.read(start_pos,bytes_read);
    dmbs_lob.write(buffer);
    start_pos = start_pos+ bytes_read;
    null

  • How to operate bluetooth in HP 630

    I just purchased new HP 630 notebook. Not much familiar with its function. 
    In device manager there is some error showing with bluetooth. Can't find solution how to fix it and also dont know how to operate bluetooth here.
    Anybody please help me.

    Hi,
    What is the Operating system of your computer ? Did you upgrade/downgrade the machine ? Is it a d008au (two zeros) or doo8au (wo letter o) ?
    Regards.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to operate siri with iphone4

    How to operate siri with iphone4

    http://iphone.pandaapp.com/news/11012011/024815626.shtml
    Check this link out and youll have siri up and running... good luck!

  • How to operate Toontrack with Logic Pro?

    Macbook Pro:  Mac OS X 10.7.2:  Logic Pro 9.1.6.: Toontrack Solo 1.3.2 /Superior Drummer 2.3.0 / Custom & Vintage Presets:
    Situation question: I have set a library VST path, can record MIDI notes in Logic Pro, see it but not able to hear it in playback due to no audio file captured even though I directed an audio recording file pathway.  When contacting Toontrack the best advice they could give was to make certain I was launching in AU at which I have launched in both MIDI and then tried again Audio recording with input and recording enabled yet am operating MIDI so this leaves me uncertain about the whole thing. I'm on a serious deadline to record tracks from my Roland V-drum kit.  Recap:  I can hear and see Toontrack nicely with the Roland kit, can see MIDI recording within Logic Pro but no playback or audio files found in the library I have set, if this makes any sense. Please be generous in your reply since I haven't taken a course in how to operate LP.  Thank you...

    Your Trying to create an audio track from Midi
    1) You can use the Bounce in Place feature,  (Right Click on region--Bounce/Merge---Bounce In Place
    2) Bounce in the Master fader --Mute all except Superior, set in amd out times, Bit depth...etc
    Make sure you drag to an Audio Track after BIP
    See picts works fine for me
    1-bounce in place
    2-Master fadeer bounce
    Best

  • How do I use Qt and OpenGL with Visual Studio

    Hi! I mainly want to program in C++ and I want to use Qt and OpenGL with Visual Studio.
    I am currently revising C++ and later on i am going to start reading Qt and OpenGL. I have a background of
    Embedded firmware design(C and Assembly).
    The Visual Studio Version I have is 2013 ultimate. How do I use Qt and OpenGL with Visual Studio?
    Thanks
    Alexandros

    Hi ClassicalGuitar,
    The forum supports VS setup and installation. And your issue is not about the forum. I will move the thread to off-topic forum. Thanks for your understanding.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • I have one apple ID and multiple family members share this with their devices.  How do we keep pics and messages separate?

    I have one apple ID and multiple family members share this with their individual devices.  How do we keep pics and messages separate for each device?

    For messages
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime
    For other issue:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

  • I have purchased a movie and it has downloaded.   Next, I get a screen the says Terms and Conditions. It says to click Agree but I. Can not find Agree anywhere in the document.  how do I move forward and access the movie?

    I have purchased a movie and downloaded it. Next I get a screen that says Terms and Conditions and tells me to read and click on Agree. I cannot find the Agree anywhere in the document.  How do I move on and view the movie?

    Go to Settings>General>Usage. How much space does it show you have?
    If you connect your phone to your computer, what does iTunes say is on your phone? Do you see a large amount of "Other"? If so, you may have a corrupted database. You'll need to sync your phone then restore it as NEW (not from back up) then re-sync your data).

  • How to capture show layer and hide layer event in photoshop through a plugin???

    How to capture show layer and hide layer event in photoshop through a plugin???for mac

    Use the Listener plug-in found in the SDK to see how you can monitor the show/hide layer event. You can also use the Getter plug-in to show what information you can find out about the current state of Photoshop.

  • How can I use OmniPortlet and Web Clipping Portlet?

    How can I use OmniPortlet and Web Clipping Portlet?

    You find information on OmniPortlet and Web Clipping in the Portal Developer's Guide.
    o Building Portlets with OmniPortlet
    o Building Content-Based Portlets with Web Clipping
    Peter

Maybe you are looking for

  • Making a kernel PKGBUILD

    Hello, I tried to make my own kernel package with the abs system. I studied the wiki documentation (http://wiki.archlinux.org/index.php/Cus … n_with_ABS) After making all configurations in the PKGBUILD, I copied the "kernel126.install", kernel-config

  • Verity Error - Not letting user search with words NOT,AND,OR, etc. Why??

    I've meticulously created collections of the music on my ecommerce music site.  I am manually stripping off offending characters in the submitted search criteria with this code: Trim(REReplaceNoCase(URLDecode(URL.searchcriteria),"[()<>##""'@]"," ","a

  • Can't re-enable accounts with workgroup manager

    Morning, We have had cause to disable approximately 100 student accounts earlier this week, and we are now finding that we can not re-enable them. This is a major problem as it's coming to the end of term and they all need to be able to login! The se

  • Lastfmhelper? What is it and why is it always "not responding"?

    When ever I pull up Activity Monitor lastfmhelper is always red and not responding. Anyone have any idea what it is and why it's misbehaving? I noticed this because my 10.5.2 iMac Core 2 Due will all of the sudden become unresponsive. When I brought

  • Quantum Client keeps changing to 480p Video!

    So I have 3 Quantum clients in my home.  On two of them the video keeps changing to 480p and only fitting the 4:3 letterbox size.  I go to settings and it says 1080i or 1080p or 720p but it does not matter.  The output stays at 480p.  So to fix it I