Use of different sensors with scc-sg24

Hi,
in my application I've to use two type of sensors with following characteristics:
-a pressure sensor : 10V Ex V , input nominal 950 Ohm output nominal 300 Ohm
(what does it mean? I know that should be a 350ohm full bridge...)
-a load cel: 10V Ex V, 700Ohm full bridge
It is the SG24 able to read this kind of sensors?
Can I use a single SG24 module to read the two sensor using the two
channels at same time?
Thank you,
Pets
Solved!
Go to Solution.

Hi Pets,
by looking at the scc-sg 24 specifications at this link http://www.ni.com/pdf/manuals/371073b.pdf you
you can see that your module has a 10 V excitation which is the same amount required by your sensor.
The module will work with either the 350 Ohm resistance and 700 Ohm, but since it's been designed for a 350 Ohm bridge, this will be more sensitive.
I hope this informations will help you.
Regards 
Andrea N.
Systems Engineer ATE & RF - Mediterranean Region
National Instruments Italy

Similar Messages

  • Can I use two different devices with different apple ID for backing up data on one machine without losing any data that was backed up with one device earlier?

    Can I use two different devices with different apple ID for backing up data on one machine without losing any data that was backed up with one device earlier?

    The link is to a discussion started on 12/18 in the FiOS Internet forum.  Here's the link I get now, however it is different than the link I pulled a few hours ago.  If this system changes the link again, it may not work.
    http://forums.verizon.com/t5/FiOS-Internet/Frustration-and-just-confused-with-internet-help-please/t...
    You can also look for the topic, "frustration and just confused" in the FiOS Internet forum.
    Here's a link that is in the thread that gives more detail.
    https://secure.dslreports.com/faq/15984
    Good Luck!
    P.S.  "Copper Contributor" is my "rank."  gs0b is my user name.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Bridge Offset Nulling Doesn't Seem to Work With SCC-SG24

    Does anyone know if the DAQmx "Perform Bridge Offset Nulling Calibration" vi works with the SCC-SG24 modules?  We have used our NI-9237 module in the past to acquire dual-channel load cell (thrust & torque) measurements, and calling that vi does a fine job of zeroing out the values before applying the load.  However, it doesn't seem to work when we try to take the same measurements using an SCC-SG24 module.
    We are able to zero the values manually, by using the nulling resistors and potentiometers in the SCC-SG24.  But, whether the nulling resistors are installed or not, we are not able to zero the values using the "Perform Bridge Offset Nulling Calibration" vi.  Running that vi does induce a significant offset in the values, but it is not the correct offset needed to bring the values to zero.  For example, with no load applied, a torque reading before running the vi may be +1090 in-lbs, and be "zeroed" to -465 in-lbs after running the vi.  Running the vi multiple times (to check repeatability) always brings us back to approximately -465 in-lbs.
    An additional issue (not sure if it's related or not) is that if we try to run this vi to offset just one of the channels in the task (such as just thrust, but not torque) it will still induce a small offset in the other channel, which doesn't seem right.
    I guess I'm not clear on whether the subject vi is performing an operation on the hardware, the software, or both, so I'm not sure whether the SCC-SG24 modules may not be compatible with this vi?
    Thanks for any help you can provide.

    Hello Dhruser1,
    I think that the DAQmx Perform Bridge Offset Nulling Calibration should work for the SCC-SG24 module.  Take a look at this article:  Removing Large Initial Offset for Load Cell or Strain Measurements with SCXI-1520 or PXI-4220 in particular it mentions that using this VI in addition to the auto zero can introduce an offset.  If you're doing both these is likely the cause.
    Also, when you specify specific channels using the channels input are you also setting the "skip unsupported channels to false?  If not this may be why it affects other channels.
    I hope this helps, and if not please feel free to post back with an update after trying these things.
    Cheers,
    Brooks

  • Can I use two different database with DBSystemLoginModule?

    Finally I can login with Database user id by DBSystemLoginModule on Embedded oc4j server.
    But I confused between [b]jazn-data.xml and system-jazn-data.xml.
    Which xml do I have to edit for jdbcUrl and jdbcDriver?
    Now I would like to use two different database(such as only sid is different).
    In this case I want to show specific database name as realm name.
    What should I do?
    When I use DBSystemLoginModule, I edit JdbcUrl in system-jazn-data.xml.
    So can I pass the parameter for sid programmatically?
    And also I tried to run my application with other database with DBSystemLoginModule on Embedded oc4j server.
    I changed few things(jdbcUrl at system-jazn-data.xml,jazn-data.xml in embedded-oc4j-server/config and database connection for BusinessComponents at Project Properties of Model/ViewController.
    But I got some error.
    Did I miss something?
    ----< my error messgae >------
    500 Internal Server Error
    JBO-30003: The application pool (customer.model.datamodel.CMAppModuleLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)     Message was edited by:
    Message was edited by:
    sdcsdc

    I think I understand now, you are modifing the custom login modules configuration within the system-jazn-data.xml file. This is a bit dangerous! Didn't you register the login module in your orion-application.xml? For example, this is the way I do it:
    <web-module id="customProv-web" path="customProv-web.war" />
    <persistence path="persistence" />
    <!--data-sources path="./data-sources.xml"/-->
    <security-role-mapping name="sr_developer">
    <group name="developers" />
    </security-role-mapping>
    <security-role-mapping name="sr_manager">
    <group name="managers" />
    </security-role-mapping>
    <jazn provider="XML">
    <property name="custom.loginmodule.provider" value="true"/>
    <property name="role.mapping.dynamic" value="true"/>
    <property name="role.compare.ignorecase" value="true"/>
    </jazn>
    <!-- Configuring a Login Module in an Application EAR file. -->
    <jazn-loginconfig>
    <application>
    <name>customProv</name>
    <login-modules>
    <login-module>
    <class>oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule</class>
    <control-flag>required</control-flag>
    <options>
    <option>
    <name>data_source_name</name>
    <value>jdbc/OracleDS2</value>
    </option>
    <option>
    <name>roles_fk_column</name>
    <value>userName</value>
    </option>
    <option>
    <name>table</name>
    <value>userinfo</value>
    </option>
    <option>
    <name>groupMembershipTableName</name>
    <value>groupinfo</value>
    </option>
    <option>
    <name>groupMembershipGroupFieldName</name>
    <value>role</value>
    </option>
    <option>
    <name>usernameField</name>
    <value>userName</value>
    </option>
    <option>
    <name>user_pk_column</name>
    <value>username</value>
    </option>
    <option>
    <name>passwordField</name>
    <value>passWord</value>
    </option>
    </options>
    </login-module>
    </login-modules>
    </application>
    </jazn-loginconfig>
    <log>
    <file path="application.log" />
    </log>
    <namespace-access>
    <read-access>
    <namespace-resource root="">
    <security-role-mapping name="<jndi-user-role>">
    <group name="administrators" />
    </security-role-mapping>
    </namespace-resource>
    </read-access>
    <write-access>
    <namespace-resource root="">
    <security-role-mapping name="<jndi-user-role>">
    <group name="administrators" />
    </security-role-mapping>
    </namespace-resource>
    </write-access>
    </namespace-access>
    </orion-application>

  • My ipod stops or pauses while I am walking...I am using the nike sensor with my Ipod.  Will it pause when I stop walking for a period of time?

    I have purchased the nike sensor to use with my Ipod touch.  I tried it on the golf course and it kept pausing after time.. I tried the different ways to work out eg basic, timed, calories...but it kept pausing after a short distance.   Is this because you stop and start with golf?  Is there a setting I can adjust?

    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    #Open Firefox ''Options'' window (''Preferences'' on Mac or Linux) as follows:
    #* In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]] and select ''Options'' for Windows or ''Preferences'' on Mac or Linux.
    #* In Firefox 28.0 and previous versions, click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    #In the Firefox Options (or Preferences) window, click the ''Advanced'' tab, then select ''General''.
    #In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    #Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • It is possible to use two different accounts with a single Windows PC?

    My wife and I use two personal iPhone 5, with two different appleID. At home we only have a windows 7 PC connected via iCloud with my iPhone 5 and my iPad (with the same appleID). I wish I could also connected the iPhone 5 to my wife, but i can't do it! It is possible? If it is, how should I do? I installed the program iCloud accepts only one appleID...
    Thank you in advance who can help me!

    Setup 2 user accounts on your PC, one for your wife and one for you. Enter the relevant Apple ID into each user user account.

  • Using a different webcam with Intel iMac with built-in isight cam.

    Hi...I hope someone can shed some light on this.
    I have an intel core duo iMac 20 with built-in isight.
    I use Yahoo Messenger (the new version) and have no problems getting my isight to work with it.
    For most circumstances, the built-in isight is fine... but sometimes having a camera with a zoom feature and the ability to pan further up or down would be most beneficial.
    I also own a usb Logitech (pro-4000) webcam (the last series for which they have Mac support) and have installed the latest Mac drivers for it. I can get the Logitec to run its built-in applications, but when I try to select a webcam to use for Yahoo (in the yahoo preferences webcam section), the only selection available to me is the built-in isight.
    Is there any way to get the option to choose between the Logitech and the isight?
    Thanks for any help you can give me...
    Intel Core Duo iMac 20"   Mac OS X (10.4.7)   2GHz/2GB 256VRAM

    http://webcam-osx.sourceforge.net/
    macam driver and macam component installation resolves this issue

  • How to use FInger Printer Sensor with HP Probook 440 G2

    I have HP ProBook 440 G2 I am unable to set finger print sensor as the login to my device.  

    You need to install the HP client security Manager in order to configure and use the Fingerprint reader. Link: Your PC's download page does not list the software but the below link may work.Make sure to backup your data before proceedinghttp://h20564.www2.hp.com/hpsc/swd/public/detail?swItemId=ob_141857_1#tab5Make sure to backup your data before proceeding

  • Using 2 different machines with Some same files?

    I recently bought a new MacBookPro because I needed a more powerful machine to handle my audio mixes in Logic 9.
    My previous MacBookPro (from 2006) is still a good machine...I'd like to keep using it for Photos, I-tunes, etc., but there are some functions that I'd like to share between machines.
    Is there a way to synch the 2 machines? I'm using external hard drives for my i-Tunes files & I want to do the same with i-photo & i-movie files, can these by synched between both machines?
    What is the best way to work with both machines, doing some applications on one and others on the other machine, but sharing the i-Tunes library?
    If there are any links on the Apple website that address these issues, I'd appreciate anyone sharing them with me.
    Thanks, Brian

    This is a bit out of my area, but I think you want to share the data, not sync it.
    Here's an Apple article about sharing an iPhoto library: http://support.apple.com/kb/HT1198
    I'm not sure just how to go about it for other purposes, but once you have sharing set up, it may be fairly straightforward.

  • How to use 2 different layouts with media query

    I want to do my site for multiple devices. BUT some sections of the full page I do not want to use in the smartphone version. Responsive design changes the appearence of layout with CSS, but the elements are the same. Any idea?
    Thanks in advance

    Mobile browsers will see the mobile image.
    Desktop browsers will see the desktop image.
    See example below. 
    http://alt-web.com/FluidGrid/Fluid-4.html
    Nancy O.

  • Using 2 different ipods with Itunes?

    Bought a nano for my wife, she don't want my psyco music. Can I have a seperate library in itunes. Itunes help doesn't address this on my computer.
    Thanks.
    Nick
      Windows XP  

    How to use multiple iPods with one computer
    http://docs.info.apple.com/article.html?artnum=300432
    Patrick

  • Use Replacement Nike sensor with old receiver?

    I need a new Nike sensor since the battery ran out. I have read on the internet that the receiver (that you plug into your iPod) has flash firmware on it.
    If this is actually true, then I am thinking I should get a new complete kit rather than just a new sensor. Is it just a hardware device, or does it also have non-upgradeable software on it -- or is the software entirely on-board the iPod, and therefore upgraded with the iPod firmware? My previous kit is now a few years old by the way.

    Yes.  Users have reported slightly better accuracy with the actual external sensor compared to the internal one, but results have varied.
    B-rock

  • Can I use 2 different iPhones (and iTunes libraries) with one ATV2?  How?

    My wife and I just bought an ATV2. We both have and use iPhone 3Gs's. I installed the remote app on both phones, but I am only able to control the ATV2 with the first phone I synced with ATV2. It doesn't seem that ATV2 cares what library it links to since the user has to turn on "Home Sharing" in their individual iTunes account. ATV2 appears to be set up so that you can choose what library you want to use (Under the settings). So can I use two different iPhones with one ATV2?

    You can home-share multiple libraries but only use one account at a time. So both phones would need to be signed in under the same apple ID.

  • Can I use the same nike+ sensor with two differet Ipods and register the trainings in onmly one account?

    Hello, I would like to know if I can use the same nike  Ipod sensor with two different ipods. I want to use the same sensor sometims with an Ipod touch and sometimes with an Ipod Nano, I want my trainings with both Ipods to be registered to the same account. I want them to be registered to only one account, not as it had been used by two different people.

    Of course. You should use the same AppleID on all your devices. Why would you create a new one?
    Matt

  • HT204053 i RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    I RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    Welcome to the Apple community.
    iTunes and iCloud and different accounts, you will need to delete both accounts from your device before adding the new details in their place.
    For iCloud go to settings > iCloud, scroll down and hit the delete button. You can then sign back in using your correct details. For iTunes go to settings >store, tap your account ID and then sign out, you can then sign back in using your correct Apple ID.

Maybe you are looking for

  • GL Account Name Truncated in XML

    Hi All, We Create A new Customized Report for General Ledger. If Output Text All thing fine But when we change output to XML we Notice that Account Name Truncated Any One Face these Problem?

  • Alert Rule Emails not being received

    Emails are not received from [email protected] to email hosted by network solutions even if the domain name is added to to the white list. Network solutions support tells us that emails are being blocked/sent from originating server itself.

  • How can I disable email notify in UCM workflow?

    Using <$wfSet("wfJumpEntryNotifyOff", "1")$> in entry events of workflow steps I can disable email notify. But I need to disable this email in contribution step too. Is it possible?

  • Assigned to user Notification for individual user/analyst

    Hello All, I am all new to SCSM. I have been given a SCSM deployment project by my management. I have successfully deployed the Management Server, Data Warehouse Server and the SQL Server. I am now into the configuration and the customization part of

  • Picture screensaver does not keep my preference (Yosemite)

    Since I upgraded to Yosemite, my screensaver no longer remembers that I set it to display pictures from a specific folders rather than the default National Geographic picture database. More specifically suspending my iMac will not revert the screensa