TNT4882 as controller in charge?

Hello All,
Can anyone tell me if the TNT4882 chip can be configured to act as the
controller in charge on the gpib bus?
The software manual for the chip indicates that is has capability code
C0, which apparently means no controller capability. This seems
straightforward, but I understand that the TNT chip is basically a
supercharged NAT4882, which seems to have CIC capability.
Any information would be appreciated.
Thanks,
-- Tony Tero

Hi,
Thanks for the reply.
We don't usually need CIC capability in our products, but we have a
requirement for a custom one-of product where several of our boxes
need to talk to each other directly without a host PC. Since our
existing product has a GPIB interface using the TNT4882, we were
considering the possibility of having one becoming CIC and controlling
the others.
Our backup plan is to use RS485.
Thanks Again,
-- Tony Tero
On Fri, 4 Oct 2002 13:01:24 -0500 (CDT), DiegoF wrote:
>Hi,
>
>The TNT4882 does not have controller capabilities. This chip is only
>for talker/listener applications. The TNT uses much of the NAT4882
>circuitry, but also includes the bus transceiver and Turbo circuitry.
>
>You can get all the information o
n the available chips at :
>http://www.ni.com/support/gpib/reg_prog.htm
>
>What type of device are you developing?. Do you need controller
>capability?
>
>DiegoF
>National Instruments.

Similar Messages

  • Command requires GPIB Controller to be Controller in Charge

    I downloaded the labview driver HP428XA, the 'getting started.vi' works fine, but all other example application vi's keep giving me the following warning:
    'Warning 1 occurred at VISA Read in HP428XA Fetch.vi->HP428XA Frequency Step Measurement .vi. Possible reasons:
    LabVIEW: An input parameter is invalid.
    or
    NI-488: Command requires GPIB Controller to be Controller in Charge.'
    I am a novice when it comes to labview, can anyone offer a solution?
    thanks!

    Hi,
    The two error descriptions refer to the fact that the error code (1) has a different meaning depending on what software component gave the error: labVIEW or GPIB (NI-488.2).
    Since you are able to use the Getting started VI, that means that the GPIB bus, driver and the VISA library are working porperly. Additionally, you would not get a Controller in Charge error if do not explicitly configure the board to be non system controller. labVIEW automatically configures the board to be controller.
    So the error must refer to an incorrect parameter to some LabVIEW function. Open the HP428XA Frequency Step Measurement.vi and use the highlight execution tool to see where the error is generated.
    I couldn't find the instrument driver at www.ni.com/idne
    t, so I didn't take a look at the driver.
    DiegoF
    National Instruments.

  • Command requires GPIB Controller to be Controller in Charge on dequeue element

    I have some funky stuff going on in the attached VI. What the VI does is simply to log data to a text file. It is built up as a state machine. This VI's Create state is called from a mainVI (with the help of named queues). I get more than one error and it seems completely random.The error usually occurs if I stop the mainVI, then starts it again. So the second (or following) times the DP VI is called, I get random errors such as the two below:
    Error 1 occurred at Dequeue Element in DP.vi->PSS.vi
    Possible reason(s):
    LabVIEW:  An input parameter is invalid.
    NI-488:  Command requires GPIB Controller to be Controller in Charge.
     Error 1 occurred at Close File in DP.vi->PSS.vi
    Possible reason(s):
    LabVIEW:  An input parameter is invalid.
    NI-488:  Command requires GPIB Controller to be Controller in Charge.
    Why is this? I don't even have a GPIB controller?
    Solved!
    Go to Solution.
    Attachments:
    DP.vi ‏61 KB

    Siniz wrote:
    blawson, I think you found the error!
    So shift registers only gets uninitialized again if I close the actual VI, and not when I start executing it again? So in reality, they actually behave like real shift registers? I found two solutions to this problem.
    1) To initialize the error shift register with an empty error constant.
    2) To remove the wire from the shift register to the Write to Text File. This works since I always call the Create state first.
    Which one would you recommend?
    Also, what is the reason to keep the typedef strict? I have seen non-strict in other code.
    Generally you should always explicitly initialize your shift registers unless you want to retain the values from one execution to the next. This is required for Action Engines but in most other cases you should use initialized shift registers to avoid side effects like you encountered in this application.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Receive error-1 at TCP/IP read - GPIB controller must be controller in charge

    I have a stripped down version of Talk Module from the LV TCP/IP examples. All it does is execute one TCP/IP read of 512 bytes and reset the output error to no error if a timeout or close connection error occurs. I placed it in the main loop of my program so it executes one time each loop but I receive an Error 1 "GPIB controller must be controller in charge" when it runs. I then stop the program and get that same error from a different source before it exits. I know it works because I can set it up in a separate VI and it works fine. The program is controlling a GPIB power supply and a VXI chassis. Any ideas what could be causing the error? Thanks.
    Jason

    All the inputs are wired correctly and the connection is opened first. I am using hyperterminal on another computer to check out the connection. Sometimes after running the close connection VI, hyperterminal says the connection is still open. When the VI stops running, the connection is always lost and when the VI runs again, it seems to have no problem opening the connection on the same port. Thanks for the advice, I will check into it.
    Jason

  • GPIB controller in charge

    I have a PC attached to a number of test equipment via GPIB.  This test rack is testing a UUT that has a GPIB interface we're trying to test.  Main PC code is in labview, and UUT software is in CVI.  I would like to (using LV) set the main PC to standby, then set the UUT as controller in charge.  I would like the UUT to send the main PC a "*IDN?", and have the main PC respond with some known name string.  Then, I need to set the UUT back to Standby mode (I guess after some predetermined time?).  Just wondering what LabVIEW widgets I would need to use.  Since I'm not talking to any specific GPIB instrument, I don't have a specific GPIB address, so how (in LV) do I refer to the GPIB interface at this level?

    In the real system, the UUT is the controller, so we're trying to simulate that by making it the CIC.  Then, the UUT is supposed to issue the IDN? to the SystemController (SC), and listen for an expected string.  I ran a few experiments (without the UUT-unavailable), and a few things are more clear.  However, I'm still not sure about a couple of things.  (1) when the SC (in LabVIEW) uses PassControl, I'm not sure what to set the bus and address inputs to.  When  at the same computer, and the SC is talking to a sig gen, I tell it bus=0, and addr=19 (sig gen;s gpib addr).  With two controllers, however, would the SC PassControl with bus=1?  Not sure what address would be since UUT is a controller, and not a device on the its bus. (2) to get control back at the SC, would I (from the SC) send a SendIFC with bus=1?  I plan on having a timeout, in case the UUT never replies.

  • PS3 Controller Help: Controller not charging/or syncing

    Hi I have recently moved, i have the same console (cech-2002a) and 2 Sony controllers i went to set up my console, but the controllers wont charge/sync i plug in the cord and press the ps button on the controller and nothing happens the controller lights just blink then turn off after 20 seconds, so then i brought another cord from kmart and still nothing both the controllers wont charge when i plug them in they just blink then turn off i have tried both the usb ports on the console but still nothing i have also tried the reset button on the back of the controller, i have also tried leaving it plugged in but the controllers wont even charge  someone please help ! 

    Can you spell "warranty?"

  • NI 488: command requires GPIB controller to be controller in charge

    Hi I'm trying to simulate a charge controller for an electrical vehical prototype. I'm using cRIO for communication between the charging station and LabVIEW. Sometimes while running the program, the above error is displayed and I have to restart the communication module, charger and motor for controlling the vehicle prototype. The error points to the enqueue element function and this happens rarely, but randomly. 
    it says "an input parameter is invalid". what do i do to fix this?

    First of all, if you aren't using GPIB, then ignore the GPIB part of the error message.  Look at the part before that.  Error code 1 returns this:
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    When coming from a Dequeue Element, that tell me that either a) you closed your queue but didn't stop your consumer loop or b) you somehow lost your reference in your consumer loop.
    we need code in order to properly diagnose this.  I recommend zipping up your project and posting that zip file.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • CECHZC2E controller not charging

    Hi, My PS3 sixaxis controller doesn't seem to want to charge. It's NOT a battery issue - this happened before, and I replaced the battery, and it then worked fine. It's now been some time since I've last used it. When I took it out it was completely dead, so I tried to charge it and it wouldn't charge, I checked the battery, and it was dead.  So I bought a brand new battery again, and after I replaced it, the controller works, but won't charge.  When I plug it in, the charging animation (on the tv) briefly appears, then disappears and gets replaced with a dash symbol.  I also tried charging it from a common wall USB charger, and that doesn't work either, the LED on the front doesn't light. Is there anything I can do, or is this thing now only useful as a door-stop? 

    Hi, it works connected or not, but the battery is depleting, and I can't charge it, so it's going to go totally dead and then I'm stuck.

  • PS4 Controller Not Charging and Not Recognized By Fix Or Replace Section

    Hi, I bought 2 magma red DS4s (pre-owned) and one of them works perfectly and the other doesn't. I have tried reseting the controller and connecting it a USB to try sync it up with my PS4 but nothing seems to work. When I plug the controller into the USB it flashes orange for a moment and then turns off. When I try to turn it on it simply flashes for a few moments and turns off again. Anyone know what's wrong here? Are there any places (in the UK) that I can take the controller to be repaired because when I tried to use the trouble shooting, repair or fix it section it says that I am entering an invalid serial number (it is definitely correct).

    Have you tried resetting controller? There's a little button on the back by the L2 button

  • Ibook G4 late 2004 model charging intermittently-flashes amber then green

    Hi there, i have an ibook G4 14 inch late 2004 with mac os x 10.4.11. my previous 45w power cord needed to be jiggled in order to power the laptop (it was pretty damaged). yesterday, it stopped working completely, so i went to the apple store and bought a new 65w power cord. of course, it worked perfectly in the store. when i went home, it seemed to work perfectly until the battery reached about 37%, then it started doing this weird thing. while plugged in, the light on the power cord started flashing, changing from green to amber. it will be green for about 8 seconds, then amber for about 6 seconds.
    it does this whether the computer is being used or shut down. while i was using the computer, the battery drained pretty quickly, so i shut it down and left it plugged in overnight. overnight, it seemed to have charged a little bit. the battery says it is 55% charged and, when i open my energy saver on system preferences, it will appear as if it is charging while the power cord light flashes amber, then stops charging when the power cord light flashes green. as i said, it will be amber for about 6 seconds, then green for about 8 seconds.
    i tried resetting the PMU, but it did not work (perhaps i did it incorrectly?). i then tried to reset the pmu and the pram via these instructions:
    turned computer off.
    Make sure the Caps Lock key is not down.
    Restart the computer. Immediately after hearing the startup sound, simultaneously press and hold Command-Option-P-R. (If you do not hold down the key combination within 5 to 10 seconds after the computer restarts, you must repeat steps 1-3.)
    Hold down the keys until you hear the startup sound again. Then release the keys.
    If the computer shuts itself off, press the reset button on the back of the computer to turn it back on.
    that didn't work. then i tried to just reset the PMU again (via the support instructions) by turning the computer off, then simultaneously pressing and then releasing Shift-Control-Option-Power on the keyboard. Did not press the fn (Function) key while using this combination of keystrokes.
    Waited 5 seconds, then pressed the power button.
    that didn't help either.
    i have been trying to figure this out but have not been able to thus far. of course, aside from being able to read, i have no computer savvy whatsoever. ANY help would be so appreciated. sorry i typed so much, but since i do not know much about computers, i was unsure what information was most pertinent.
    thanks again, SOOOO much, for any help. i would be glad to answer any medical questions as a thank you.
    here is the info from the power portion of the system prefs (with the power cord plugged in):
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 20
    Dynamic Power Step: No
    Reduce Processor Speed: No
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: Yes
    Wake On Modem Ring: Yes
    Display Sleep Uses Dim: Yes
    Battery Power:
    System Sleep Timer (Minutes): 15
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 5
    Dynamic Power Step: Yes
    Reduce Processor Speed: No
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On Modem Ring: No
    Display Sleep Uses Dim: Yes
    Reduce Brightness: Yes
    Battery Information:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 2959
    Remaining Capacity (mAh): 1740
    Amperage (mA): 0
    Voltage (mV): 14916
    Cycle Count: 360
    AC Charger Information:
    AC Charger (Watts): 0
    Connected: No
    Charging: No
    Hardware Configuration:
    Clamshell Closed: No
    UPS Installed: No

    There may be other issues in the computer's hardware, such as the
    battery; as it should have about 4,000 (mAh) in full capacity when it
    is charged and the one you have appears to be at best, 50% of that.
    Also, there is a chance the DC-in Board may be defective or have a
    poor internal connection where the AC Adapter plugs into the iBook.
    There are some pages at iFixit.com about how to remedy this defect;
    and parts are available to repair this, still. (But suspect the battery, 1st.)
    I'm looking at the charging information on your log report and wonder if
    the battery is the reason why there is a Zero, in that section; or if there
    is some DC-in Board reason. Without a known-good battery, it's hard to
    tell what else may be going on. Unless you take it to a Genius bar...(?)
    • iBook G4 - iFixit guides:
    http://www.ifixit.com/Browse/iBook_G4
    This appears to be closer to the specific guide page, to include your iBook:
    http://www.ifixit.com/Device/iBookG4_14%22_933_MHz-1.33GHz
    Troubleshooting power related issues in a portable computer can be a
    bit tedious as the computers age, and potential sources of the problem
    may be at play in there, at the same time.
    There also is a matter of calibrating a battery on a routine basis, to be sure
    it works correctly and the microchip controller for charging it is working OK.
    • Apple Portables: Calibrating your computer's battery for best performance:
    http://support.apple.com/kb/HT1490?viewlocale=en_US
    The battery is the most likely culprit in the matter of the charge light indicator
    changing color from Amber to Green and back again, like that. This is a matter
    of troubleshooting, so if you know someone with a healthy iBook G4 battery
    (as noted in Profiler's battery or energy information, hi-power/low-use cycles)
    you may be able to check the activity without additional purchases.
    Be sure to get a replacement battery from a reputable company, as some of
    the third-party cheap imports have less battery capacity when new than an
    old partially used Apple battery would have. (And flaky warranty, too.)
    The battery is the most likely item, at this point. A replacement is suggested.
    Good luck & happy computing!

  • How do you make the GBIB controller a talker or listener?

    I want to make my computer emulate an instrument with LabView over GPIB. How do I do it?
    I want it to appear as an instrument to another computer.

    Hello,
    The easiest way to do this is to use NI-Device:
    http://sine.ni.com/nips/cds/view/p/lang/de/nid/13047
    This will allow your GPIB interface to behave like an instrument (which you define). You can pass controller in charge status from your controller to another interface or instrument which has controller capability, and then set up a polling or event waiting in order to simulate an instrument. For example you could read and ignore timeout errors, and then respond based on what you read. However, if you want to build the functionality of an instrument, NI-Device will give you more flexibility.
    For an example VI which uses LabVIEW as a non-controller (GPIB Instrument):
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3D87556A4E034080020E74861&p_node=DZ52353
    For information on passing controller in charge status, see:
    http://digital.ni.com/public.nsf/websearch/873BE8238AD6B0BA86256B1B004DC203?OpenDocument
    Thank you,
    JLS
    Best,
    JLS
    Sixclear

  • How do I configure my PCI-GPIB cards so that one is a controller and the other is a device being controlled by the first card

    I have 2 PC's, both fitted with PCI-GPIB cards. One will be the system controller and the other will be a device on the GPIB bus. How do I configure both cards using LabWindows/CVI v7.0 to achieve this ? What commands are used to send and receive the data ?

    Hi Pete,
    For the controller board you don't really need to do anything. By default the GPIB interface is configured as controller.
    The non-controller can be configured in MAX. Right-click on the interface, uncheck the ono-controller box and change the primary address. It is usually a good idea to set these parameters programatically. Use ibpad to set the primary address and ibrsc to release system control.
    For the controller you can use a device descriptor (using ibdev) or a board descriptor (ibfind).
    You can only open a reference to the non-controller board using ibfind (ibfind("gpib0"), for example). This will open a board reference. You cannot use a device reference because that implies that the board is capable of addressing the bus. On
    ly the system controller can.
    Here are some links I found on the web on this subject:
    Passing GPIB Control -- System Controller vs. Controller In Charge
    Tutorial: Programmatic File Transfers over the GPIB
    Example: Using a C Program as a GPIB Non-Controller with LabVIEW as the GPIB Controller
    Example: Serial Polling Between Two Computers (Controller and Non-controller)
    Hope this helps.
    DiegoF
    National Instruments.

  • Non-controller applications

    I am writing a non-controller device handler. It should look like a GPIB device. The examples of this type of code I've seen in the Developer Exchange use the ibrd command. When I use this command I get an ECIC (not controller in charge) error. I don't want to be a controller, I just want to read GPIB data that was sent to me. Is ibrd not the appropriate command? Or might I be doing something else wrong?
    Thanks,
    Bob

    I went to www.ni.com and searched "+non-controller +gpib" and got several pages about this. The one titled "Computer to Computer Communication via the GPIB" is a good place to start.

  • Does NI GPIB usb controller have functionality of controlling all common lab devices,

    which NI hardware is better , and does GPIB support real time programming, plase could you help me i am totally new to LABVIEW.
    And cant we use GPIB for parallel controlling at he same time, because it states in the users manuel about Controller in Charge (CIC).
    Please if you can show me a way i go ahead and understand i will be so pleased with best regards !..

    The controller in charge only refers to the control source -- usually, a PC.  So you have one PC controlling a bunch of instruments.
    Some instruments can act as controllers (and some have to, but those are usually older or special purpose instruments).  So you can give up and take control -- but that's a more advanced topic than most people ever need.
    -Matt Bradley
    ************ kudos always appreciated, but only when deserved **************************

  • Build dll error in application builder 8.6.1

    Hello,
    I get always an error in the LV 8.6 application builder, when I build a dll. There is only one function in it, that has a string and an error input, and nothing else. I attach a screenshot of the VI prototype, and hier is the error description:
    Error 1 occurred at Building DLL.
    A component needed for Application Builder does not support the required functionality. This might have been caused by installing an older version of LabVIEW after this version was installed. Reinstall the current LabVIEW version to correct this issue.
    Possible reason(s):
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488:  Command requires GPIB Controller to be Controller-In-Charge.
    After that I reinstalled LV8.6, I tried to reinstall only the 8.6 app builder, but no success.

    Hello,
    thank you for the reply.
    I have solved the problem. I uninstalled the last installed LV version, this was 8.0. Then ran appbuilder again in 8.6, then I have got an instruction to run applibs\lvdllbuilder\lvdb.exe. Since then works.
    regards
    Mitulatbati

Maybe you are looking for

  • VPN between ASA5505 Easy VPN Server and 881G Router as Easy VPN Client

    Hello, I have problem in VPN between ASA5505 Easy VPN Server and 881G Router as Easy VPN Client. ASA 5505 have 7.2.3 software and 881G router have 15.1 software. 881G is configured as hardware client in network exstention mode, and it is placed behin

  • Multivalue error when using the previous() function

    I am getting a multivalue error when using the previous() function on a dimension object in the report.  I thought that the previous function was supposed to look at the current report and then look at the previous record's contents.  How could this

  • How to unlock GSM on iPad 3

    How do I unlock my iPad , I will use my local sim network on it

  • IMac Firewire voltage

    I have a 2006 20" iMac 2GB Intel Duo Core and I've been having some trouble with bus-powering from my firewire (as detailed in this thread http://discussions.apple.com/thread.jspa?messageID=9874414&#9874414 ). I measured the voltage with a multimeter

  • Authorization  needed at GRN level

    Hi friends, In my company we are using Release strategy for purchase order. Now authorization is  needed at GRN level before invoice is paid. Is that possible. kindly give us solution. Regards, Krishna