SMU - connection to the modules in the chassis

Hi all

Sorry for the rather simple question.

I'm trying to implement a new PXI system.

The implementation is the following: A PXIe1078 chassis with controller embedded SMU-8115, 4065, 2526, 4844 and 6220 cards PXI chassis.  With the help of MAX, I am able to identify all the different pieces of equipment and everything seems to work ok.

I worked on the cRIO for several years and up using a similar approach strives to implement the project and to connect to and adjust the lighting of the user.

However, I don't seem to be able to work on the way to pick up the cards on the chassis?

Specifically for the 4844 PXI card, I used the utility OR OSI and been able to put in place the sensors and take readings so I'm happy, there is communication.  I just don't seem to be able to find how to use it through LabView.

Can someone point me in the direction of the online samples?  I searched but nothing helped and osi didn't example to load on my system, when I installed the software (v2.0) osi.

Thank you

DOM

Hi Dom,

To ensure that your cards display correctly you must install the driver appropriate for each card.

For the DMM:

http://www.NI.com/download/NI-DMM-3.1/4125/en/

For the switch, you will need the driver switch OR or NI DAQmx:

http://www.NI.com/download/NI-DAQmx-9.9/4707/en/

http://www.NI.com/download/NI-Switch-4.8.0/4333/en/

You will also need the NI DAQmx driver for the 6220 OR.

Once you have installed the drivers, the cards must all appear in NI Measurement and Automation Explorer (MAX NOR). You can then program the cards using their respective drivers in the measures of e/s palette.

Best regards

Chris

Tags: NI Hardware

Similar Questions

  • I can't connect to the Modules page to get new ones

    When I go to tools, modules, I get the 'what are Add-ons?' and he told me that when I connect to the internet the Committee will feature several options.
    I'm online why can't connect to page addons?
    Dan

    A number of issues with server problems have been in recent days. Try to return to this page in Mozilla. The issues have been intermittent and could return at any time until a final resolution is found. This page of the forum has also been affected by the problem (s).

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • Position of the PXI Module in the chassis

    Dear Forum,

    I just got a new PXI-1033 chassis as well as a single PXI-6259 HAVE/AO/DIO and two PXI-2501 switch modules module.

    No matter where I physically place these three modules in the chassis?

    Sincerely,

    Zach

    Zach-

    So, I see you have a PXI-1033 chassis and two modules PXI (PXI-6259 and PXI-2501).  In this case, their placement is not serious.  Just a tip: If you consider the symbols in each slot, they indicate what type of device they can accept.

    A symbol of circle, the location is a generic peripheral location.  A generic device location will work very well for both of your devices.

    A symbol of diamond, that location is a location of triggering star.

    A symbol of diamond with a circle inside means that the slot is a generic peripheral location with star triggering capabilities.  This slot machine also works for each device.

    I found these definitions of machines slot in user guide NI PXI-1033 and specifications.  Check it out if you want more information than what I have provided.

    See you soon!

  • Whenever I try to connect to the internet, preparing to install "Sonic activation module" appears and tells me to insert a disc.

    Hi every time I try to connect to the internet... .a to install the 'Sonic activation module'... .comes upward, then he told me to ' insert the diskette and click ok "... What is and how can I get rid of him? I don't have this drive. I'm on windows xp. Thanks for your help, Pat

    original title: sound activation module

    Seems to me there was a company of game named sonic. We recently hired a game. If Yes (or someone who uses the computer did) you must go to the installation and finish it or uninstall the game.

    If this does not work, you could get the free CCleaner and run it but you need a little knowledge to use it. You can watch the start section and see if a program loads the name sonic inside or somewhere in his speech. Delet it is probably correct, but it is best to uninstall the program, get the free RevoUninstaller might help if the windows uninstaller is corupt (CCleaner uses only that). It's a little harder to use, but he'll come down.

  • Connection of the ADF application module

    I use JDeveloper 11.1.1.6

    I would like some advice of good practices on how to manage properly the connection module of the application.

    Here is a code example. I want to know if she properly managed in terms of DB, statement and result set connection? No optimization?

    CallableStatement stmt = null;

    Connection Conn = null;

    ResultSet rset = null;

    String sql = "start Process_query(?,?); end; « ;

    MyAppModuleImpl m = dc_bc.getDataControl () .getApplicationModule () (MyAppModuleImpl);

    try {}

    stmt = am.getDBTransaction () .createCallableStatement (_getAttributesStatement, 0);

    Connection Conn = st.getConnection ();

    ArrayDescriptor = attributeDescriptor

    ArrayDescriptor.createDescriptor ("PARAMS_TAB", conn);

    String [] [] attributes = / / initialize the table attributes;

    AttributesArr = ARRAY

    New ARRAY (attributeDescriptor, conn, attributes);  oracle.sql.ARRAY

    stmt.setArray (1, attributesArr);

    stmt.registerOutParameter (2, java.sql.Types.VARCHAR);

    ResultSet rset = stmt.executeQuery (sql);

    do something here

    } catch (Exception e) {}

    _logger. Sever (e);

    throw e;

    } {Finally

    try {}

    If (conn! = null)

    Conn.Close ();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    try {}

    If (stmt! = null)

    stmt. Close();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    try {}

    If (rset! = null)

    RSet.Close ();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    }

    UPDATE:

    According to Timo, I reorganized the code as follows:

    In MyAppModuleImpl I have a processQuery() method

    public String processQuery (String [] [] attributes) {}

    CallableStatement stmt = null;

    Connection Conn = null;

    ResultSet rset = null;

    String sql = "start Process_query(?,?); end; « ;

    try {}

    stmt = getDBTransaction () .createCallableStatement (_getAttributesStatement, 0);

    Connection Conn = st.getConnection ();

    ArrayDescriptor = attributeDescriptor

    ArrayDescriptor.createDescriptor ("PARAMS_TAB", conn);

    AttributesArr = ARRAY

    New ARRAY (attributeDescriptor, conn, attributes);  oracle.sql.ARRAY

    stmt.setArray (1, attributesArr);

    stmt.registerOutParameter (2, java.sql.Types.VARCHAR);

    ResultSet rset = stmt.executeQuery (sql);

    do something here

    } catch (Exception e) {}

    _logger. Sever (e);

    throw e;

    } {Finally

    try {}

    If (conn! = null)

    Conn.Close ();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    try {}

    If (stmt! = null)

    stmt. Close();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    try {}

    If (rset! = null)

    RSet.Close ();

    } catch (SQLException sqle) {}

    _logger. Warning (sqle);

    }

    }

    }

    Then in my grain of support, I'm going to call this method

    MyAppModuleImpl am = (MyAppModuleImpl) dc_bc.getDataControl () .getApplicationModule ();

    try {}

    [ String []] attributes = / / initialize the table attributes;

    AM. processQuery (attributes);

    } catch (Exception e) {}

    manage the code here

    }

    My question is in MyAppModuleImpl,

    I got the connection, statement and result set. But I doubt that I really need to close the connection (in bold)?

    Well, the JNDI Data Source is recommended because you can reconfigure it without redeploying app and connection pool can be shared between different applications on the same server app...

    In fact, in my app, we use JNDI, is it out of the frame?

    Framework will publish connection acquired by AM to the connection pool, and application server (WLS) will manage connections in the connection pool.

    Dario

  • I try to connect to the creative cloud on my MacBook Desktop App and sees only a spinning wheel where the application must be open. On a related note, I'm signing CC because I thought that my Lightroom Develop module is disabled. Clues?

    I try to connect to the creative cloud on my MacBook Desktop App and sees only a spinning wheel where the application must be open. On a related note, I'm signing CC because I thought that my Lightroom Develop module is disabled. Clues?

    Mac https://forums.adobe.com/message/5470608 spinning wheel

  • frmcmp cannot compile the modules containing SQL code that connected to the database

    Hello

    I checked several hundred messages of the forum on the net without finding a solution.

    I have a Linux server with 11.1 WebLogics (11 GR 1 material) and FormsRuntime installed.

    I am logged in as root.

    I put all the environment variables based on the values in default.env.

    In addition, I updated TERM and ORACLE_TERM vt220. And TNS_ADMIN to the location of the sqlnet.ora and tnsnames.ora.

    I compiled a simple .pll containing only the following code:

    IS test PROCEDURE

    an INTEGER: = 0;

    BEGIN

    a: = 1;

    END;

    command:

    frmcmp_batch module = TESTLIBPLAIN.pll userid=myuser/mypassword@mydb module_type = LIBRARY output_file = TESTLIBPLAIN.plx compile_all = Yes = Yes = No. batch connection

    result: successful compilation. generated .plx.

    now, I'm trying to compile an another .pll containing just the following code:

    IS test PROCEDURE

    an INTEGER: = 0;

    BEGIN

    Select 1 in the doubles.

    END;

    command:

    frmcmp_batch module = TESTLIBSQL.pll userid=myuser/mypassword@mydb module_type = LIBRARY output_file = TESTLIBSQL.plx compile_all = Yes = Yes = No. batch connection

    result: error:

    "

    11 forms (form of the compiler) Version 11.1.1.3.0 (Production)

    Copyright (c) 1982, 2010, Oracle and/or its affiliates.  All rights reserved.

    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

    With partitioning, OLAP and Data Mining options

    PL/SQL Version 11.1.0.7.0 (Production)

    Oracle V11.1.1.3.0 - Production procedure generator

    Oracle virtual graphics system Version 11.1.1.3.0 (Production)

    Oracle Multimedia Version 11.1.1.3.0 (Production)

    Oracle tools integration Version 11.1.1.2.0 (Production)

    Common tools Oracle area Version 11.1.1.3.0

    Oracle CORE Production 11.1.0.7.0

    Compile the library TESTLIB.

    Invalidate the body TEST procedure...

    Compilation of body TEST procedure...

    ERROR on line 5, column 1 0

    Ignored SQL statement

    Library TESTLIB closing...

    Errors on TEST:

    PL/SQL ERROR on line 5, column 1 0

    Ignored SQL statement

    Could not generate the library.

    FRM-30312: unable to compile the library.

    "

    the two libraries differ by having used SQl commands or not.

    I tried to compile some more complex .pll and .fmb containg the SQL code. I get similar error messages. The messages that I receive for each module are the same, I would get when compiling the module with FormBuilder 9i (Windows) without being connected to the database.

    So my first thought was, this frmcmp_batch is unable to connect to the database.

    BUT:

    From frmcmp_batch with an invalid user, password, or database name not existing (resp. not in tnsnames.ora), results in appropriate error messages (not found TNS, refusal to sign etc.).

    With myuser/mypassword@mydb I don' t get this kind of messages.

    sqlplus myuser/mypassword@mydb works.

    myuser can access all objects in the database mydb.

    mydb tnsping works.

    When I check v$ session on mydb while (!) frmcmp_batch is running, I see that it is in fact a db session, created from myuser: DB-User = myuser, terminal = myappsever, osuser = root, remote process = frmcmp_batch.  And State of the current session of the db is ACTIVE.

    As a result, frmcmp_batch fails with error messages that I expect that when there is no connection to the base, if it is connected!

    Any ideas what could be wrong with my setup?

    Help appreciated.

    Jean

    I found the solution. Seems, fmrcmp 11g can connect to, but compiles not on the 9i database. With the help of a Database 11 g resolves the problem :-)

  • How to connect the chassis cDAQ for strain gage

    Hi, when I read the guide of the extensometer of wiring on a chassis cDAQ (http://www.ni.com/white-paper/7130/en) I found confusing fig 10 .

    What are the things between the chassis and the extensometer?

    The three wires go only one channel of the cDAQ chassis? (in Fig 10, on channel 0?)

    Why there are four terminals (CH + EX + QTR EX-) on the strain gauge, but there are only two wires coming out of my extensometer? What should I do?

    PS. I have a USB-4431 cDAQ and a Vishay extensometer (http://www.vishaypg.com/docs/11297/250lw.pdf)

    Thank you very much!

    Elly

    ZSH2010,

    The 9219 will work.   You will need to use a measure of Bridge 2 son resistance measure quarter vs.  For more information about how to use the 9219 for 2wire resistance measurements, take a look at the 11 and 15 of the document specifications page

    http://www.NI.com/PDF/manuals/372407a.PDF

    It will be slightly less accurate than the quarter for the 9237 bridge accessory, but still needs to do the job.

    Kind regards

  • SMU-4304 causing the ripple on the input signal?

    I have an SMU-1082 chassis that contains a high-6341 and a PXI-4304 module.  To check my code, I have connected the analog input (channel 0) of the 4304 to the digital output (PFI 12) of the 6341.  My program VI shows a ripple of Vpp 0.2 on the analog input that I'm not using a scope.

    The wiring is SMU-6341 [12 PFI, DGND]-> SCB - 68 a,--> TB-4304 [AI0 +, -]-> SMU-4304

    I have attached photos of the verses reach the graphical VI.  The scope is the AI0 + AI0-terminals and the TB-4304.

    Y at - it a supplement on the ground that I should use, or is - this normal for the-4304 to add the ripple?

    Thank you

    Ron

    Short answer, is that there is nothing wrong with what you see.

    You have connected a digital output signal low impedance to a digitizer analog high input impedance. Since a digital signal is essentially a square of variable in time wave and square wave have edges of transition that contain information of very high frequency, you will almost always see a form of "ripple" (see animation synthesis of fourier of a signal square from this Wikipedia page ). Thus, a digital output signal is more concerned with the synchronization and the upgrade to be a square wave perfect.

    In addition, you can see additional "ripple" because of differences between the SMU-4304 and the noculars that you have demonstrated. the noculars can be a combination of a bandwidth of upper entrance (which can come from various sources like low sampling frequency on the 4304 which would result in a higher frequency of information recorded by the noculars for smoother transitions to research) and, possibly, a lower input impedance (causing less, if any, the reflection of signal which would cause the ringing of the signal).

  • UCS B200M3, quirk of connectivity to the Switch 3750 G

    Morning all,

    Hoping someone can help, I have a strange situation that occurs with my new installation of UCS.

    The configuration is:

    UCS chassis connected to a pair of interconnections of tissue 6248UP, using 2208XP/o Modules.

    I connect this to a stack of distribution 3750, I configured 2 etherchannels on the pile of 3750 and in the UCS Manager, these are configured to pass all the VLANS relevant, I have three blades (B200M3), installed in the chassis with VMWare ESXI 5 installed.

    Once they have all been implemented, they can communicate both feel to and from the network without problem, both vmware networks and local network.

    2 a night or more (without modification) blades (slots 2 and 3) stop communicating on the network. I can get them working again by making a few changes to network settings and everything will be ok until the next day.

    I am at a loss as to what may be causing this.

    Any help would be great.

    Thank you

    Chris

    That should solve your problem.  UCS will not pass unknown unicast, so if a MAC of UCS blade/VM address aging of your 3750, the outside world will be not able to reach it.  Under production operation normal/servers are normally talkative enough to avoid depleting and aging timers you only will see probably this at this time during the installation when there is little or no send/receive VMs.  Another option is to increase the timers of aging on the 3750.

    Let me know that he's going tomorrow.

    Kind regards

    Robert

  • Safari Version 6.1.6 (7537.78.2) fails to open certain websites. "Safari cannot establish a connection to the server.

    Safari Version 6.1.6 (7537.78.2) fails to open certain websites. "Safari cannot establish a connection to the server.

    Safari - no support for third-party modules can cause Safari to suddenly quit, or have performance problems

    Safari does not load a page or webpage elements are missing

    Safari / other browsers - Web site does not

  • Pavilion dv6700: white screen permanently after connecting to the projector (stuck in "projector only" mode)

    Hello community,

    Here is what happened:

    I have connected my laptop to a TV via HDMI and set the display option to show the "projector only" in the Panel.

    The fn functions do not work and have never been, probably because I, at some point, off the never installed or quick launch buttons driver after the transition from Vista to Win7.

    With the TV still plugged, I closed the laptop.

    Now, when my device is restarted, the screen remains black.

    Connect to the same or other TV sets via HDMI won't show 'no signal' on the TV.

    Connection to an external display or projector via VGA will show either no signal.

    So I presume this must be the source parameter, which would need to be changed back, but I have no idea how to do that blindly. Anyone got any ideas how I could solve this problem?

    I thank very you much in advance!

    Fixed drawing of one of the two RAM Modules. Just like that.

    Hope this can help others to solve the problem.

    What has not helped:

    • Permutation of these two RAM modules and then start.
    • Reset the BIOS by pressing the keys Windows + B while pressing the power button.
    • From the BIOS menu by (several times) by pressing f8 or f10
    • Pressing on the power while pressing fn + f4 button
    • Let start normally and then by pressing Windows key + P
    • Choose different start-up options blindly with the arrow keys and enter

  • Satellite U500: Volume + button glue IT when it is connected to the power adapter

    I have a problem with the touch buttons on my U500. I have already returned the first laptop that I bought for the Exchange.

    The question is this:
    When the power cord is connected (without worrying if connected to the wall) the "Volume +" button will stick THERE.
    The volume will continue to rise, it cannot be muted or turned down as the + keeps repeating.
    Without the power cable inserted the works of buttons as expected (normally).

    I made the new installation of recovery discs - do not set (under Vista)
    Then another new installation Win7 upgrade and this new PC is having the same problem.
    At first, I thought a hardware fault (the new PC worked fine for awhile).
    But now the second PC has the same symptoms I suspect a software/driver problem.

    I've seen suggestions for similar questions to:
    Re-install "Toshiba common Modules" but I can't find it on the support site for U500 in Australia.

    Any help would be greatly appreciated. Thanks to you all.

    What version of BIOS is installed?

    Try to update the BIOS.

  • Libretto U100 - Bluetooth to connect with the new Samsung mobile

    Just bought 2 new machines: GSM Libretto U100, Samsung E720 Bluetooth equipped both. Uploaded everything first the last battery BT (3.2) using the wizard, my phone has been detected correctly and the first time that he asked a key access code, which i left blank. The second time I tried to connect, he asked no more code. The following screens will appear:
    1. the search for BT - Samsung E720 device detected!
    2. now connect to your BT device
    3. the local device connects to the remote service, please wait...
    And now, you can wait for hours because the program has stopped responding.
    My mobile has been configured for detectable and BT has been activated.
    I read the manual of the phone, but these are the only parameters of BT. The other way around, when I leave my phone to a BT device research, he found nothing.

    Thank you very much for making my two toys to talk to eachother!
    Ben.

    Hi Ben

    It's not easy to tell what the problem is but as far as I know, you must set the password for pairing.
    I recommend you to remove the mobile phone the Bluetooth Manager and re - install the mobile phone settings.
    Try to set the password for pairing. In addition, see the following steps:

    1. check if the laptop antenna switch is on.
    2. press the + - key combination to activate the Bluetooth antenna.
    If your laptop is integrated WLAN and Bluetooth.
    3 start the Bluetooth of the TOSHIBA-> folder settings program Bluetooth to turn on the Bluetooth module. Bluetooth works if you see a blue antenna with a bright blue border of the bar on your screen. Also a blue antenna icon with the name Bluetooth information interchange will appear on the desktop.
    4. check that your Bluetooth hardware is properly installed.

    Good bye

  • Satellite A210-16F - part number for the chassis need HARD drive

    Hello

    does anyone know what what is the * part number of hard drive for toshiba satellite A210-F16 chassis *.

    The model number is * PSAELE-01S009G3 *.
    I had a frame of HARD drive with a V00927210 part number that does not match this pattern.
    If anyone knows of a reference number or if it can display an image, at least, I would be very gratefull!

    Thank you!

    Hello

    I put t know what HARD drive chassis you re meaning precisely because the HARD drive in my A210 notebook can not find in any media
    It s just connected to the connectors in the HARD drive Bay.

    Anyway, if you need a few laptop parts (not looking at this as part it is) then I recommend you contact the ASP (certified partner) in your country in order to get a part for the Satellite A210 laptop model.

    See you soon

Maybe you are looking for

  • Removal of WIFI on board

    On the HP 110-243wb WIFI card can be removed and I can put my card PCI express (which is thinner than the card included) implemented a Firewire card also will use the other slot PCI express

  • SDHC I have Extreme 32 gb 45 MB/s - Doesnt Work Anymore

    Hi, I need your help. I have an I SDHC Extreme 32 gb - 45 MB/s for 6 months and was working fine until now. When I put in my camera, was not identified as a compatible device. I always use this card in the same device, but for some reason, no longer

  • __Problem signature__Problem event name: _ServiceHang__

    Signature of the problem Additional information about the problem Bucket ID: 160179788 Problem event name: ServiceHang Service name: WdiSystemHost Image name: wdi.dll Image Version: 6.0.6001.18000 Type of service: 20 Startup type: 2 The system versio

  • go simple LAN ping

    I have two vista desktop computers that are on a wireless network.  They HAVE worked very well in the past, but now I can't ping from #2 à #1 but I have access to internet on #2 and all my settings are correct.  I CAN ping from #1 to #2.  I have all

  • Control parental time Overide

    Is it a temporary way circumvent parental control time? My son was late working on homework and I was surprised, that I could not just allows continuous use. I had to log in as administrator and change the setting of time for this day, so that he cou