5B32 module question

This is more of an equipment question, but I figure that thisis as good a
place as any to ask.
I've got about six 5B32 modules, and I need three. The problem is that
four of the resistors that go with them are bad. I had as bad board,
which I think might have screwed up the resistors. The resistors that
Ihave that are good are reading about 20 Ohms of resistance, and the bad
ones are 6 Ohms, 80 Ohms, 1.5 megaOhms, and 2.2 megaOhms.
I have tried to buy some resistors from National Instruments and Analog
Devices, but they don't know what they are (the part number doesn't come
up at all). I hate to keep buying entire 5B32 modules when I only need
the resistor. So, can I just go buy a 20 Ohm resistor at Radio Shack, and
plug it i
n, or is this thing that comes with it something special?
Thanks in advance,
Harry
"Little Joe for the Big Heisman, '99"

Absolutely - go down to Radio Shack and purchase some - The max current
sould be 20 ma (since the 5B32 is a 4 - 20 ma current input module) so P =
I^2 R , P = (.02)^2 * 20 = .008 Watts therefore a 1/4 or 1/2 watt resistor
should be more than adequate.
A 1/2 watt resistor has leads that would probably plug into the 5B01
backplane nicely.
Good Luck
Harry King wrote in message <7q65an$[email protected]>...
>This is more of an equipment question, but I figure that thisis as good a
>place as any to ask.
>
>I've got about six 5B32 modules, and I need three. The problem is that
So, can I just go buy a 20 Ohm resistor at Radio Shack, and
>plug it in, or is this thing that comes with it something special?
>
>Thanks in advance,
>Harry
>
>--
>"Little Joe for the Big Heis
man, '99"

Similar Messages

  • Order the FAQ module questions

    I am trying to order the FAQ module questions in Business Catalyst.
    It puts them in alphabetical order by default so I numbered them. But once it gets to 10 it obviously goes out of order.
    And the client does not want to put a letter in front. ie A, B, C
    Any ideas on how to acheive this?
    Thanks in advance.

    Try leaving numerical gaps in your weighting scheme so you have future flexibility.
    For example, I like to use the weightings of 1000, 900, 800, 700 and so on.
    Then I have a LOT of wiggle room to add new information and sort my information the way I like.
    Tricia

  • Training and Event module questions.

    Hi .
    I have some questions regarding Training and Event Management module.
    1. IS there a way to configure a custom attendee type for this module ?
    2. If no is there a way to rename a existing attendee type. I have a requirement to create a group of attendees type of External Person. I know i can use Company attendee type for grouping external person. But i need to change this Company to Group for displaying purposes. I know i can change the Company via T7778O table but won't it lead to bad consequences ?
    3. Is there a way to hide tabstrips on PVOO screen ? i have a requirement to keep only Company tabstrip others are not relevant for my scenario.
    That's all for now.
    Thanks in advance.
    Edited by: kernel.panic on Dec 22, 2010 8:47 AM

    Hi,
    thanks this one is ok, the one which I can not find is the info message for when the maximum capacity of the attendee list is reached:
    'Optimum capacity reached, only essential or wait list bookings possible' This one I want to change into a warning message.
    br,
    Ovidiu
    And I have a new question as well
    In the Attendee List layout is it possible to add columns which are not in the column set from customizing e.g. Personnel subarea,
    Employee subgroup, Employee group etc?
    Thanks
    br,
    Ovidiu
    Edited by: Ovidiu Moldovan on Apr 20, 2010 3:51 PM

  • Module Question.

    Hi all,
    My scenario is File->XI->R3
    Can I validate file information in a Sender Adapter Custom Module and if the validation fails then cancel the input so Integration Engine never gets the corresponding message? My question is how to cancel the procesing of the message in the adapter module?
    Thanks in advance,
    Diego.

    Chandu,
    my problem is that I want to validate data of an input file, so if the file doesn't contain certain fields, then it doesn't go to the XI Engine. (It's discarded before that.)
    So i thought to build a module for the sender adapter that do this validation, but I don't know how to discard the message at modules chain.
    I hope you could understand my english.
    Regards,
    Diego.

  • Quick Module Question

    I have a link bar component that is linked to a ViewStack
    component, which has four stacks. I want to use modules in the last
    three stacks and my question is: Will the modules load when the
    user clicks on that particular stack, or will all of them be loaded
    even if the currentView property is set to 0?

    I think that that has to do with the "creation policy" and
    can be set either way.

  • STREAM module question

    Hi all,
    I am newbe in STREAM module development and this question might be a concept error. If so, please could you give me some clues?
    I would like to use the "libc" funcion "getpwuid()" in a kernel STREAM module.
    I have Solaris 7 64-bit kernel.
    �Can I do it? I have read that for 64-bit kernels, only dynamic libraries are available. Therefore in order ot use libc functions I would have to link dynamically the module relocatable object with the libc library in sparcv9. I have tried to link the kernel STREAM module with libc.so.1 (in /usr/lib/sparcv9) with no success so far. Everytime I trie to load the module it complains with the message: unknown symbol "getpwuid".
    If it is not possible, why? . Is it not possible to use libc functions such us: memcpy() etc..from the kernel context?
    Looking forward to hearing from you.
    Best Regards

    You cannot use user space libraries from within a kernel module. What exactly are you trying to
    do? What do you need password information for
    down in the kernel?
    Maybe ddi_get_cred() will help?
    Some functions like memcopy have kernel space equivalents (bcopy)....
    dan

  • Array Module Question

    Hi,
    I am currently working on designing phase for an Array Module. We are planning to track the Array information and store it's content to database. Currently I am finalizing the data model and I have following question.
    --We need to track the Geneology of the Sample through out the whole system (Especially the results of Transfers). Is it better to have all that relationship in one flat table with columns for location (like PlateWell, GelLane…..) and columns for Content (Column like . LocationType  LocationId   ContentType ContentId) or is it better to store all the content of location as a ArrayType? Or is there any other option available in the Market?
    In the first case database rows for that table will increate very very fast plus to find out the geneology of the location in Array , I have to use Connect By Prior which will take good amount of time(Is there any other option available?). I don’t have much idea about second option but I think retrieval individual content is going to be a problem.
    Any help is really appreciated.
    Thanks in Advance
    Raj

    Made a complete example:
    String searchKey = "Juice";
    TreeMap tm = new TreeMap();
    tm.put("soda", "coke");
    tm.put("Juice", "orange");
    tm.put("SODA", "7-up");
    Set set = tm.entrySet();
    Iterator iterator = set.iterator();
    while( iterator.hasNext() ) {
    Map.Entry entry = (Map.Entry)iterator.next();
    if(entry.getKey().equals(searchKey)){
    System.out.println("searchKey '"+searchKey+"' value is: "+entry.getValue());
    What do you think? Anything obvious that can be improved?

  • NM-16AM module question in my cisco 3660

    hi,
    I have 3 of these modules.
    with 1 module, when I configure a line and I connect to the line I get only a black screen.
    when I do the exact same thing with another module, (configure a line on the 2nd module) it works fine.
    my question is, how can I know if a module is broken or not functional. can this happen?
    any advice on how to find out if a module is broken or if I single modem in the module is dead.
    thank you.
    also when I use debug modem and I call a modem that works fine I get this
    11w6d: Modem 5/14 Mcom: in modem state 'Dialing/Answering'
    11w6d: Modem 5/14 Mcom: in modem state 'Incoming ring'
    11w6d: Modem 5/14 Mcom: in modem state 'Waiting for Carrier'
    but when I don't get this I know in advance that it's not going to work and that I'll get just a black screen.
    any advice please?
    thank you.

    To identify a functional module , we need to look at the front panel LED of 3660 router. If READY 0, 1, 2, 3 is blinking green it indicates,it indicates the functional module is installed in the slot.If this LED is OFF, it indicates the slot is empty or the module is not functional. For more info on 3660 MAR router, refer the following Link.
    http://www.cisco.com/en/US/products/hw/routers/ps274/prod_module_configuration_guide09186a00800d9e97.html

  • Robotic module Question

    Hi all
    i have some question about the robotic module.
    i already have a DH table for my robto arm.
    Now i am trying to input this DH parameters into Labview.
    I saw the example of inverse kinematis for puma 560.
    Also,I find that the "create PUMA 560 Modified.Vi" can let user to input their only DH parameters.
    But
    What is the Twist in Labview? angle about previous Z, from old X to new X.
    What is the Length in Labview? is it represent thelength of the common normal (r).
    What is the Offset in Labview?offset along previousZ to the common normal.
    What is the Joint Corrdinate Offseti? in Labview?offset along previousZ to the common normal.
    When i modify the DH paramters into "set kinematic parameter.vi",there show a error about -310040.
    Anyone can indicate which part i get worg?
    Thank you so much
    Tim
    Attachments:
    Inverse Kinematics for Puma 560 org Test.vi ‏34 KB
    Test_PUM_560_tim.vi ‏32 KB
    myrobotarm.jpg ‏98 KB

    Hi Tim,
    Thanks for your question. Are you attempting to modify the "create PUMA 560 Modified.vi" that you mentioned using your DH parameters, or are you modifying the "Test_PUM_560_tim.vi" example VI that you attached? The "Inverse Kinematics for PUMA 560 org Test.vi calls the "Test_PUM_560_tim.vi" so if you are using this example as a model, you would have to input your parameters (Length, Twist, Offset which you mentioned) into that VI.
    The particular error you are getting (-310040) corresponds to the following error message: "LabVIEW cannot converge to a solution in the number of steps you specified. Make sure that the serial arm can achieve the transform you desire." This could be due to the fact that the current constraints are over defined. 
    Here is a link to the Robotic Help Manual:
    http://zone.ni.com/reference/en-XX/help/372983D-01​/
    If you would like to give me some more information about your application, I would be happy to help further. Which version of LabVIEW are you using, and which version of the Robotics Module are you working with?
    Good luck!
    R. Brill
    Applications Engineer
    National Instruments

  • Very basic modules questions (ath_pci, etc)

    Hello! (I'm sorry, I posted this one in another forum first, thinking I was posting it in this one :oops: )
    I have a very simple question:
    Where can I find modules (e.g., ah_pci for my Atheros mini PCI wireless card), and where and how do I install them?
    For example, when I do:
    modprobe ath_pci, I get a message saying something like:
    can't find ath_pci module;
    although I've seen a directory with this name on my system (IIRC, under /sys/drivers???).
    Other example:
    I have a 855GM Intelchipset. How do I find the module for it and how do I install it?
    Thanks a lot.

    Thanks for the reply, and for deleting the other thread.
    I looked for /lin/modules, and I don't have a /lin directory... Is it normal?
    Or maybe you meant /bin/modules...? Anyway, I looked for this too and there is no /modules directory under /bin.
    I found some modules under /sys/module. There is one named ide_cd that I put in the MODULES array of rc.conf (just for a test, I don't know why it is for...), but I get a message at bootup:
    [/code]FATAL: module ide_cd not found[code]
    Is this normal too? Or it has to be compiled with the kernel to work. And BTW, if I compile the kernel (I don't think I'm at this point in Linux yet!), do I loose my installation or if everything stays in place in my system?
    Thanks a lot![/code]

  • Strange problem in AFW custom module (question for gurus)

    Hi there SDN'ers,
    I have I very strange problem with an additional Adapter Module I developed.
    My scenario is: IDOC -> JDBC (Oracle)
    Well, to make a long story short, say that before the JDBC Receiver cc can write my data to the db, I have to do (inside the channel) kinda java mapping in order to produce an XML document that is acceptable for it. So in my module I manipulate the payload via DOM. No problem here.
    The strange story is: at first attempt, the Adapter fails (see error below), while after 5 minutes, when automatically trying again, it succeeds.
    Just because I put some stuff in the message audit log, what I can tell you is this weird thing:
    1. at first, no XML document exists in the payload, but in place of it there's this string:
    org.apache.crimson.tree.XmlDocument@745501c6
    which seems to be a toString() of something I don't (or don't know to) use directly
    2. at the second attempt, even in the audit log I can actually see the weel-formed XML document ready for the JDBC adapter, and in fact data are written to the db.
    ?? WHAT COULD THIS BE CAUSED BY ??
    Say also that the the other way around (JDBC->IDOC) with another very similar module works perfectly.
    Thanks.
    Alex
    <b>Delivery of the message to the application using connection AFW failed, due to: ERROR occured parsing request:com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 6f, 72, 67(:main:, row:1, col:3)(:main:, row=1, col=3) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 6f, 72, 67(:main:, row:1, col:3).</b>
    P.S. -> 6f, 72, 67  is "org", that is the first three letter of the weird payload I get at first attempt.

    Ok guys, I got that workin'.
    I don't know why - and don't think I'll have the time to investigate further - but it seems the implementation of DOM Document used by XI is different the first time AFW executes my module, so here my workaround.
    if (docOut instanceof org.apache.crimson.tree.XmlDocument) {
       org.apache.crimson.tree.XmlDocument tmpDocOut = (org.apache.crimson.tree.XmlDocument)docOut;
       tmpDocOut.write(out);               
    } else {
       out.write(docOut.toString().getBytes());
    Regards,
    Alex

  • Adapter Module Question

    Hi,
    I would like to know if we can access the value of the "Source Directory" that we define in the sender communication channel within an adapter module on the same side
    Helpful answers will be rewarded.
    Thanks
    krishna

    Hi,
    use this code for the directory,
    public ModuleData process(ModuleContext mc, ModuleData md) throws
    ModuleException
    Hashtable mp = (Hashtable)
    md.getSupplementalData("module.parameters");
    String fileDirectory = null;
    if (mp != null)
    fileDirectory = (String) mp.get("Directory");
    This will work for the directory,
    You need to give the technical name of the Adapter Specific Identifiers.
    The list of technical names are at the ned of this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm
    Regards
    Bhavesh

  • Slideshow module question

    The ABC button lights up when I mouse over it but does not activate the text box. Windows 7 LR4.3 Any thoughts? Thanks

    Click on the ABC button in the toolbar while in Slideshow module. This should open a white text entry box right of it, in the toolbar.
    By default it is labeled as "custom text", but can be switched to display metadata, e.g. "caption" or "title" - far more useful for a slideshow, because you can re-use the metadata you have entered in Library module, specific for each image.
    Then a new textbox is placed on the slideshow window and can be adjusted for size and location.
    Cornelia
    (also Win7-64, LR4.3)

  • Simple Module Question - thing doesn't redraw?

    Pretty simple implementation that I cannot get to work?  I define the module in state2 shown below. I have a button in state3 that goes back to state1. On this button I change the url through click="myMod='modules/testMod.swf?'+Math.random(); currentState='';" From state1 (Base State), a button to go to state2. Then on state2, I have a button that switches states to state2. click="currentState='showMod';"  The module UI displays the first time, but once I leave that state it's gone and never comes back? I thought that all I had to do was change the url and bingo the ModuleLoader re-fires, if someone can lend me some advice I would be appreciative. I have verified that the url does change through the random function.
                        <mx:ModuleLoader x="0" y="50" id="mod"
                            width="790"
                            url="{myMod}"
                              ready="applyModuleSettings()"
                              >
                        </mx:ModuleLoader>

    As you switch states, the moduleLoader may get removed and if it gets
    re-added it may not re-load and dispatch a ready event.

  • Quality Module Question: Grouping Defect Codes by Work Center

    Is it possible to group Defect Codes by Work Center?

    Welcome to the forum.
    Please post this question in the below forum
    [Forum: ERP Operations - Quality Management (QM)|SAP ERP Operations - Quality Management (SAP QM);
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • GraphicAntialiasing="true" gives REP-0606 error

    Hi Friends, When i am using graphicAntialiasing="true" to make lines in my graphs smooth it gives me Rep-0606 error. I am using reports 9.2.0.4.0. Is enviorment variable REPORTS_GRAPH_IMAGE_DPI available with this version of reports. Thanks in advanc

  • Converting sequence of anlaog pulses into digital pulses

    Hello, I am working to detect the peaks in a particular interval of time say 'x'. I acquired the analog signals( the pulses) as shown in the image here AcquiredPulse from analog board using DAQ.Before detecting the peaks of the pulses of different am

  • What happened to the "Organized Bookmarks" menu item in FF5?

    I want to export my FF5 bookmarks for backup and syncing purposes, and so I looked up "Exporting bookmarks to an HTML File" in Help and I read this: "On the menu bar, click on the Bookmarks menu and choose Organize Bookmarks....". In my copy of FF5

  • Error: archive mozilla-firefox.pkg.tar.gz is corrupted.solve

    I wanted to see which of Opera and FireFox was bigger but started the download. Instinctly I do ^C-c just to soon notice the above (subject name) error when trying to install firefox. I've tried to force it without success. I can't find the package n

  • WHERE'D MY XTRA TOOLS GO?

    I'm using Leopard, FH 11.0.2, dual monitors - I can't seem to be able to get my Xtra Tools palette to show up. If I got Windows > Toolbars... Xtra Tools is checked... but that palette isn't showing up anywhere. If I uncheck it and then try and check