Sample C code required to manage to GPIB controllers on the same bus

I am currently  using a PC with LabWindowsCVI 8.5 and a GPIB-USB-HS interface to a rack of test equipment. I would like to modify my test software to hand control of the GPIB bus to a Fujikura splicer which can use the optical power meter already on the GPIB bus. When the splicer has finished splicing I would like the PC to get back control for the GPIB bus and carry on testing with the other instruments. The operator will click a continue button on the screen to identify when the splicer has finished. The splicer, power meter and all other equipment are all on the same GPIB bus as the PC.
Looking at the GPIB documentation I see that I should be able to grant CIC ( controller in charge) to the Fujikura and then get back CIC for the PC which I believe will be the System controller.
I have found the sendIFC() function which appears to get the control back to the PC can anyone tell me what the equivalent command should be to give control to the Fujikura? Also are there any standard checks I can do over the GPIB to check devices are ready to be controlled before carrying on testing?

Hi dcl9000,
The fujikura can be sent simple commands over a serial cable. Using this link we want to instruct it to make a splice with a given loss . To make this splice more accurate the fujikura can talk to an opm on the same gpib bus. When the splice is finished we need to use the opm and other equipment on the gpib bus from our test software running on a pc with the gpib-usb-hs interface. So the problem is how do we tell the equipment on gpib bus that for stage 1 the fujikura is in charge and for stage 2 the pc is in charge. If you have any ideas please let us know. Chris

Similar Messages

  • I tried to sync my Macbook Pro photos in iPhoto with my iPod Touch.  I have done this numerous times, but today I got an error message saying the required file cannot be found.  At the same time all of my photos on my iPod vanished.  Can anyone help me?

    I tried to sync my Macbook Pro photos in iPhoto with my iPod Touch.  I have done this numerous times, but today I got an error message saying the required file cannot be found.  At the same time all of my photos on my iPod vanished.  Can anyone help me?

    Try deleting the photo cache from your computer and then re-try the photo sync - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314

  • Code to pickup app.server file and Email the same!!!

    Hi,
    I need to write an ABAP code to pickup a file in application server and Email the same file to the intended receipients--
    Can i get the code pls?

    Hi Simran,
    Please search the forum. There are many sample codes available for reading data in application server and mail sending.
    User statements OPEN DATASET, READ DATASET and CLOSE DATA SET to get the application server data. Check F1 on these. You will come to know many interesting things.
    Below is the sample code for mail sending.
    DATA: li_reclist  TYPE STANDARD TABLE OF somlreci1,
          li_objpack  TYPE STANDARD TABLE OF sopcklsti1,
          li_content  TYPE STANDARD TABLE OF solisti1,
          lwa_reclist TYPE somlreci1,
          lwa_objpack TYPE sopcklsti1,
          lwa_content TYPE solisti1,
          lwa_doc     TYPE sodocchgi1,
          l_lines     TYPE i.
    REFRESH: li_reclist[], li_objpack[],
             li_content[].
    CLEAR: lwa_reclist, lwa_objpack,
           lwa_content, lwa_doc.
    lwa_reclist-receiver = "Give ur mail ID here.
    lwa_reclist-rec_type = 'U'.
    APPEND lwa_reclist TO li_reclist.
    "Here Loop at ur internal table and populate the data
    lwa_content = 'Please Check with your sales team for more details'.
    APPEND lwa_content TO li_content.
    CLEAR l_lines.
    DESCRIBE TABLE li_content LINES l_lines.
    READ TABLE li_content INTO lwa_content INDEX l_lines.
    lwa_doc-doc_size = ( l_lines - 1 ) * 255 + STRLEN( lwa_content ).
    lwa_doc-obj_langu  = 'E'.
    CONCATENATE 'Sales order' vbak-vbeln 'deleted.' INTO lwa_doc-obj_descr
             SEPARATED BY space.
    CLEAR lwa_objpack-transf_bin.
    lwa_objpack-head_start = 1.
    lwa_objpack-head_num = 0.
    lwa_objpack-body_start = 1.
    lwa_objpack-body_num = l_lines.
    lwa_objpack-doc_type = 'RAW'.
    APPEND lwa_objpack TO li_objpack.
    *Sending the mail
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        DOCUMENT_DATA                    = lwa_doc
    *   PUT_IN_OUTBOX                    = ' '
       COMMIT_WORK                      = 'X'
    * IMPORTING
    *   SENT_TO_ALL                      =
    *   NEW_OBJECT_ID                    =
      TABLES
        PACKING_LIST                     = li_objpack
    *   OBJECT_HEADER                    =
    *   CONTENTS_BIN                     =
       CONTENTS_TXT                     = li_content
    *   CONTENTS_HEX                     =
    *   OBJECT_PARA                      =
    *   OBJECT_PARB                      =
        RECEIVERS                        = li_reclist
    EXCEPTIONS
       TOO_MANY_RECEIVERS               = 1
       DOCUMENT_NOT_SENT                = 2
       DOCUMENT_TYPE_NOT_EXIST          = 3
       OPERATION_NO_AUTHORIZATION       = 4
       PARAMETER_ERROR                  = 5
       X_ERROR                          = 6
       ENQUEUE_ERROR                    = 7
       OTHERS                           = 8
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks,
    Vinod.

  • HR Authorisation Management for different companies in the same client

    Hi,
    Could anyone please help in this....
    My client has two companies. They want to restrict the authorisation to both the companies so that no one can see each other companies data and at the same time access tha data.
    For Eg, there are two payroll officers, each in both the companies, If i give authorisation to run Payroll driver(PC00_M40_CALC), anyone of them can run payroll for any of the companies. (though,their Payroll area is different). There are many restrictions to be maintained like Maintance of Master data, Maintanance of OM structure as assignement of position, running Payroll, viewing the payslip etc...
    How can this all be restricted so that, the respective  companies can view and access their own data without interfering in to the other company.
    I could only find object P_PYEVRUN which helps me restrict to view the created documents of posting for other company code.
    Can anyone put light on how i should proceed further... I heard we can restrict HR master data, but what all i know is we can restrict at infotype level. My problem is, two persons should access PA30(each from different companies), but should not be able to edit other companies data.
    Thanks
    --Pranitha

    Hi ,
    If you are creating the another company undar the same client . then you can not use different no. range.
    or if you are going different client for different compnay code then you can use different number range for material master.
    SAM

  • To SONY management not Sony ericsson Management, please don't do the same mistakes.

    Please Don’t Make Same Sony-Ericsson Mistakes
    by USER-986393 » Thu Oct 27, 2011 3:40 pm
    Congratulations on your Erricsson's share acquire, I must say i have been Sony phone holder from the day SONY CDM-Z1 was created, forced my self to stick with SE... and now happy to come back to SONY again. I would like to talk about couple of things...
    Response:
    The major fall of SE is the fact that they did not listen to fans and most importantly customers. we complained so much over Xperia X1 and Xperia X10 until SE forced us to purchase other brands due to lack of response. so please, responding to complaints is critical when there are so many better phone makers out there.
    Lack of future vision:
    Look at the Galaxy S, Galaxy Sii, Iphone... you know what they have in common? light years technology for the same price as Caved in SE phones. Arc vs Sii?... SE was against technology for some reason, for instance. who ever was against dual processor and how much it would attract customers, needs to find another company to put down. Lack of LTE?, how can someone not find that as something a cell phone can use in the future? Market share in USA? why would someone not give the US attention, no one buys a full priced phone these days, that only worked when there was no contracts. these days i don't mind a contract as long as i am getting a phone a i can not afford. also i never understood this frequency difference, why did SE wait until iPhone 4s marketed the idea a "world phone" that works anywhere? why did SE insist on making an American version and an international version? example ARC LT15A and ARC LT15i is it SO HARD to make a phone that has all the frequencies LT15Ai? really? who ever was against that idea needs to go as well.
    I will assume who ever is reading the example i mentioned above is grasping the importance of it... it's as simple as this SE would have been more successful had more people bought SE phones, i am interested in the ARC LT18A, well there is only LT18I that wont work 3g on At&t. here are the problems that you will face... 1 - a happy innocent customer that did not know that, purchased a LT18I (international) and realized SE customers service in Canada or USA that it won't work in the U.S. on 3g...   2 - a frustrated customer like me who knew about the difference from previous mistakes and decided to buy an iphone instead just bc of the being neglected or carelessness from SE towards people in the U.S.  either way, wither those two two points were shocking to you as a SE manager, or a common fact that is not important enough... that manager needs to go.  with a tahnk you note for loosing market share in the U.S. deserves an excelence in that actually.
    Wrong Focus, right focus was a little too late:
    SE phones especially in 2011 was way behind any other company in smart phones, yes the ARC S was maybe a nice attempt but simply not enough... the world is advancing really fast, if you dont catch the train, then your about to bankrupt. it took forever to jump on really powerful phones and instead there so many variations. you can get a cyber-shot but not a Walkman.. you can get a walkman phone but not as smart as the p900 you can get the p900 but not as slim as the p600. SE was competing with its own self ... lets FOCUS, get your stuff together and make a Quality phone not Quantity phone. (GOOD JOB ON THE TABLET) the variations are based on needs not confusing differences. The ARC was a great phone, but SE had missed the train.
    THE UPDATES:
    The most frustrating customer service i have ever experienced, and when updates come out, they come out first in Nordic places then in middle east country by country... giving every day more fuel to angry customers wondering when they will be lucky to get an update ... why can't there be one global update for all phones and different updates to phone carriers for each country. make it easier, it does not take a company purchase to do so.
    Announcements:
    it was frustrating, just like it is right now, i still don't know when ARC S comes out. oh wait i am in the U.S. it comes out "WHENEVER" does it look like i am happy? i need a new phone, how SE expect me to purchase an ARC S when i don't know how long i am waiting for it and there is GALAXY and Iphones released in the markets hovering around me every day?
    USA, USA, CHINA, USA:
    Why was the U.S. not a focus, please someone answer!
    Creativity:
    androids are awesome operating systems, they are simply great and simply work every single time you use them. i believe, i gave SE so many ideas, non of them were integrated. to be able to distinguish your self from the rest of the pack; you need to be the alpha. simply having the most powerful phone is one factor, Xmore R is another, crazy led designs. look at the Tablet S, it's not the thinnest, it's not the cheapest, it's not the most powerful, yet it's unique in design. and for the market with the dull flat tablets, who ever designed it should design your new phones. the ARC design was AMAZING but lacked the items that are enough to give it a competitive edge in the market.
    Charging:
    Why is it only micro USB is the main charger, Why can't it be that and another EASY WAY OF CHARGING, why do we have to wait tell apple go to conductive charging? SONY come up with two ways of charging, micro usb is great cause every one has either a BB or an android somewhere. but imagine just placing your phone on something without me connecting... I AM BUYING.
    Pricing:
    SE charges an arm and a leg, when Galaxy Sii and iphone 4s are $200.00... do you not thing there is something wrong here?
    Accessories:
    I have suggested times and times, make more accessories, lets compare phones covers for the Iphone and the Any SE phones... the amusing aspect is, why did not SE see what I see?
    Cool names PLEASE:
    the ARC is a way to start after 10 years of naming products like fax machines... I need to see Jima, president, awesome... less chemical equations of fax machine names. LT18a, imagine I tell my friends have you seen the LT18a or have you seen the Sony ARC?
    FM:
    Really?  your research says in 2011 people won't buy a phone without FM?  and the customers would also do the twist dance from the joy of knowing the phone has FM.  it's 2011, perhaps you need to look in your research again.
    SonyEricsson does not see the need for a dual processor for an android that won't support it yet:
    that right there shows the difference between a company with a long vision and another with a short one.  my answer to that statement, please set down get some popcorn as you are just about to watch S ii and iphone 4S a chance to be light years ahead of you, and sell millions of more phones than you.  just because someone that works at SE has a very short vision ruining a whole company. president of Syria bashar alasad, believes that his country is under control.  the achievements of democratic countries did not impress him and the fall of Lebian, Egyptian, and Algerian presidents did not get him to even think twice about what is happening.  it amazes me how people can be so selfish and short visioned.
    Waterproof: 
    Great idea, where is the phone, i am in the U.S. while you are at it, let me suggest accessories.  a helmet accessory that would station that phone on my helmet while i am racing... right there i can buy a phone that is weather proof records 720 p and when i am done from my athletic even i can use it as a phone.  knowing SE, don't even think about that idea, and i will get an email saying we only have a shoulder accessory for now thank you for inquiring.
    Closing fan websites?
    xperiablog.net, um........ ? 
    now there are people at SE that need to be promoted,
    Updates had gotten faster and better, but they still need more work
    unlocking the boot loader is a great i dea
    designs started becoming extra beautiful
    SE website is beautiful
    facebook page is great
    xmor r, phone screen size EXCELENT
    forum support is getting better
    there many many things I can bring to the table, question is, SONY are you going to do the same Mistakes? or am i going to changes? perhaps you need to hire me, so I can get something done. how open are you to changes? how open are you to listen to your customers and fans? how open are you to realize the completion and take actions to be ahead of the curve? how open are you to realize that the Video games on cell phones are only fun the first 5 minutes but after that iphone 4s is better?
    LTE, Gorilla Glass, conductive charging, Unique design, unified phone, focus on 1 - 3 phones for the whole year, interactive customer service, New logo, Battery performance, UNIQUE DESIGN, top notch camera, waterproof, why dual when you can go Quad... go in to the market with a bang and bigger bang with it's prices. Start cranking AT&T and Tmobile, Verizon and Sprint from now in the U.S. chop chop you have work to do...
    I wish you the best of luck SONY and hope to see interesting phones coming from your end.
    Solved!
    Go to Solution.

    lov2bugu, you said things the exact way I wanted to express them! It was like watching me talking to a SONY’s CEO.
    I don’t really think they are not aware of the problems. SONY used to be the 27th largest company in the world, according to Forbes. They are now at the 456th place!!
    They are aware of their problems and I think, the move to buy the remaining stocks from Ericsson, is a move to bounce back into the market. They found the right time, where the stock is too low and the economics around the globe don’t  look promising enough. I have to recognize them, all the bad phases they went into this year … hacking attack, loss of their factory in London, global economic climate etc.
    But these are not excuses good enough not to produce quality, reliable and technologically advanced goods. I think that SONY is not to blame for the bad course SE has had. I think this is what SONY wants to revert. They want to “embody” all their technology … BRAVIA engines (TV Tech), Walkman and Cybershot tech (using Carl Zeiss lenses), VAIO (Comp tech) and finally PS3. Ericsson tried to integrate them, unsuccessfully.
    Overall, I thing SONY, did not have or did not attempt to have the control of SE, hence, the answer you got back from SONY “… anything related to SE must be posted on the website of SE”. I think they will bounce. Just give ‘em some time. I’m willing to give them time, but not too much though. Just because I’ve always loved this brand!

  • I keep getting calls from non existing area codes and phone numbers.  They are never the same number twice.  How do I stop this?

    About a week ago I started getting phone calls on my cell phone from numbers that do not exist, including the area codes.  I can not report these to the Do Not Call list because the area code is non existent.  I'm getting these calls all the time now and never from the same number twice so there's no point in blocking them.  If I answer I may or may not get a person who has an accent from India so heavy that I can't understand what they are saying.  This is getting to the point where I just want to cry I'm so frustrated.  Anyone else having this issue or does anyone know how to stop it?
    Thank you

    I'm sorry that you are having all these troubles. I have sent you a private message.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • Multiple Node Manager Instances and servers sharing the same domain home.

    Hi,
    We have a 8 man server weblogic cluster spread over 4 machines. Each machine runs 2 man servers each.
    Each of the machine is configured to run node manager.
    We use shared storage accessible to all 8 servers and all 8 man servers have the same domain_home.
    Lets call it W:/domain
    Now the problem we are facing is that node manager running on 1 machine is trying to access/control a managed server on a different machine after a machine restart.
    eg.
    ManServer1 Home : W:/domain/servers/server1 ====> runs on Machine 1
    ManServer2Home : W:/domain/servers/server2 ====> runs on Machine 2
    Problem is node manager on machine 1 is trying to restart man server 2. The path W:/domain/servers/server2 is accessible to Machine 1.
    After a restart, what I assume is happening is that the nodemanager is checking all servers folder under Domain_Home/Servers and trying to restart servers instead of restarting only those which it should start. The config file has the server and machine assignment done correctly. Is there a way to make this configuration towork. Or do we need to create different domain_home's for different man servers like
    Domain_Home for MS1: W:/domain/MS1 ( Server Home would be : W:/domain/MS1/servers/MS1)
    Domain_Home for MS2: W:/domain/MS2 ( Server Home would be : W:/domain/MS2/servers/MS2)
    Regards,
    Atheek
    Edited by: atheek1 on 03-May-2010 00:27

    Thanks - We have tried putting 2 dad entries in file, but not sure how you connect. You only specify a port number, so how does it connect that to a db???

  • Install SAP Solution Manager with DEV instance in the same server (MCOD)

    Hello, i would like to install SAP Solutions Manager together with DEV ECC 6.0 in the same host, DEV is currently installed and working fine.
    I followed note 551915 to convert MS-SQL 2005 to MCOD (change of schema from dbo to dev) and worked fine. But when i am installing the SolMan through the sapinst i don´t see the option MCOD
    The only option i am confussed is
    MS SQL Server
    Database reuse  o - New Database (DBSID = SAPSID)
                             o - Use Existing Database
                                    Database ID (DBSID)
    Witch option should i choose to perform a MCOD installation? new db or use existing db (DEV)?
    Kind Regards

    Hi Merchan, if you want to use MCOD you need to select the option: o - Use Existing Database
    Database ID (DBSID) .
    Regards,
    Darwin C.

  • How to set required for group of condition type in the same condition class

    Hello,
              we have a group of condition type with the same condition class B, the last one have been set, and all of others will be inactive.
    but we don't set any required for all the condition types in pricing control, so if user don't set any of them, the sales order or billing is still saved. that is a risk.How can i fix it? Thanks.
    Sophie

    Hello,
      incompletion log is not available in invoices.
    You have different options:
    - activate a validation in FI when the Billing document is released into accounting,  so that te release into accounting is not allowed if the invoice amount is zero;
    - define a subtotal in the pricing procedure as sum of the pricing conditions of your group, then develop a custom routine to be assigned in the formula "CalType" (field T683S-KOFRM) where an error should be raised if the amount of the subtotal is zero (use as an example formula 48);
    Best regards,
    Andrea

  • Dual gpib cards in the same network with NT4

    Is it possible to use 2 Pc as masters on the same GPIB network. For now we have to disable CIC for the PC that is inactive but this is awkward since we allways have to log in to both PC's.
    BRG Anders Olme

    If you are not the controller-in-charge, you will not be able to perform any "Controller" duties. Controller duties are primarily to send command bytes (determine the flow of information by defining talkers and listeners). Therefore, you will not be able to do the following:
    1) Perform ANY device-level call. These address the bus by sending the appropriate command bytes, then they may send or receive data bytes
    2) Perform the ibcmd board-level call. This sends command bytes.
    3) Perform ibsic or ibsre -> These are both System Controller calls.
    You can:
    1) Invoke any other board-level call. This includes ibrd and ibwrt.
    2) Invoke some 488.2-style calls. This includes SendDataBytes and RcvRspMsg, but not Send or Receive.
    You have two options to get your system working:
    1) The controller can address the non-controller to talk and the device to listen and then the non-controller can send the data bytes. Similar things exist for receiveing data
    2) You can design your system such that the controller will "pass control" (see ibpct) to the current non-controller. The non-controller then becomes the controller-in-charge and can invoke any NI-488.2 method. Keep passing control back and forth to allow them to share the bus.

  • "Manually Manage Videos" & "Sync Tones" at the same time?

    So, I wan't to sync my ring and text tones manually to my iPad from iTunes as I have some tones that I did not buy from iTunes. I also want to "manually manage videos" synced to my iPad. However, it seems that iTunes will NOT let me choose both at the same time. Am I missing something? Why can't you do both at the same time? Are tones considered video (they have a .m4r extension)?
    Thanks in advance.

    While I appreciate the link, it doesn't exactly explain why you can't automatically sync Tones while manually managing videos. When you connect an iOS device (that also has iTunes Match enabled) to iTunes 11, the "Manually Manage..." checkbox does not say music as well. It only allows you to "Manually Manage Video", since music is syncing over the cloud via iTunes Match. Thusly, this link does not take into account iTunes Match.
    For whatever reason, iTunes must see Tones as part of video, I guess.
    But thanks anyways.
    Message was edited by: pmpknetr21

  • Managing DB and AS with the same management tools ???

    Hi,
    I have Oracle 9i DB now running on Red Hat ES 3.
    I plan to install on the same machine 10g AS R2.
    My question is simple :
    Does 10g AS include all the management tools to control both DB and AS ?
    Or do i need to install 9i DB Management and Integration + AS Management tools ?
    Thank you :)
    G.Jachimiak

    Well, it seems that a 10g Database and Oracle Enterprise Manager 10g Database Control are installed with OracleAS Metadata Repository.
    So i don't need to install any 9i management tool, am i right ?
    See : http://download-uk.oracle.com/docs/cd/B14099_11/core.1012/b13995/tools.htm#i1019484
    2.1.1.3 Using Database Control to Manage an OracleAS Metadata Repository Database
    Oracle Enterprise Manager 10g Database Control is installed and configured when you install the OracleAS Metadata Repository. As a result, you can use Database Control Console to manage the OracleAS Metadata Repository database.
    The Database Control Console is similar to the Application Server Control Console, but it is designed to help you manage your Oracle database. It provides a Web-based user interface for performing database management tasks. For example, you can monitor the performance of the database, schedule backups, and manage the tablespaces of the database.
    See Also:
    Section 2.5, "Managing the OracleAS Metadata Repository Database with Database Control"
    If you use OracleAS Metadata Repository Creation Assistant to install the OracleAS Metadata Repository in an existing database, Database Control will also be available if the existing database is an Oracle Database 10g database and if the Database Control was configured when the database was created.
    Note that if you use Grid Control to manage your OracleAS Metadata Repository database, there is no need to use Database Control. All the features of Database Control are available from the database management pages within the Grid Control Console.
    See Also:
    Section 2.6, "About Oracle Enterprise Manager 10g Grid Control"

  • Is it possible to manage 3-4 iPods from the same laptop?  Each iPod owner needs their own iTunes account, correct?

    I've used an iPod for many years, and now that my kids are old enough to enjoy their own, with their own music, I want to to buy each one their own shuffle.  I just don't know if it's possible to manage all of these different music libraries from one computer.  Any advice is appreciated.  Thanks, Jim

    Entirely possible.  If you create a different Windows login for each user, then everyone will have a distinct library by default, located in:
    C:\Users\user1/Music\iTunes
    C:\Users\user2/Music\iTunes
    etc.
    In this scenario it is a good idea to disable fast user switching in iTunes, so that you can't have multiple users logged in and running iTunes at the same time.  This is probably the best solution, especially as it provides the simplest upgrade path to the time when your children have their own computers.  The only real downside here is that it is a little more difficult (and not automatic) to share music between the libraries.
    You can also have multiple iTunes libraries under a single Windows login, though this is a little more awkward to set up and use - everyone will need to hold down SHIFT while starting iTunes and select his/her library based on the location of the appropriate iTunes database file.
    Last option would be to have one Windows login, one iTunes library, and just use different playlists associated with each user's iPod.

  • 2 AP Management interface WLC 5508 at the same time

    Good afternoon,
    I have a customer that wants a few APs are managed by the interface of management and do join by that interface and another group of APs are managed and do join by another interface configured as "Enable Dynamic AP Management"
    is a WLC 5508, i created an interface by checking the option "Enable Dynamic AP Management" but does not work, by the interface of management are recorded without problems.
    Is it possible to do this? Are you supported?

    I don't know I understand your question properly or not.
    I think you want to join APs to management and AP manager interface at same time ?
    When you want to allow APs to join on two ports 1(management) & 2 at the same time, then you have use this:
    As you must be aware that only one AP manager is allowed per port. So if you leave the Management interface as an AP‐manager and just create one additional AP manager interface, you’ll allow APs to join to either port, but the Management interface will not be able to fail over since that would make two AP managers on the same interface.
    Or 
    Remove the AP management function from the Management interface and then create two new AP manager interfaces (one for each port).
    Regards
    Dont forget to rate helpful posts

  • How do I manage multiple iTunes users on the same PC?

    Hi- I'm new to iPod and iTunes. We have 3 iPod's in our house but only 1 PC. How can I set up iTunes so we can all manager our music separately? Thank you!!

    I manage three iPods too--mine (a mom of 50+ years old); a son 22 years old; and a daughter 14 years old. Obviously we must all have very different tastes in music!
    You're right we do! But we all share one library--because we like all of our music to be in one place. So all of our iPods are set to MANUALLY update. Then we create playlists that we want to add to our device. This has worked well for over two years now. I have no other advice!

Maybe you are looking for

  • Database migration to MAXDB and Performance problem during R3load import

    Hi All Experts, We want to migrate our SAP landscape from oracle to MAXDB(SAPDB). we have exported database of size 1.2 TB by using package and table level splitting method in 16 hrs. Now I am importing into MAXDB. But the import is running very slow

  • Request.setAttribute with strings that hold URLs

    Hi, In my servlet I do request.setAttribute(stringKey,stringValue) and then dispatch to a jsp. In that jsp I use the attributes with value = request.getparameter(stringKey) and value I use in <c:import> tags. This value is a string that holds complet

  • Cin and brs configuration materila

    Can anybody send CIN and BRS configuration material to my mail ID [email protected] Thanks in advance

  • Missing Back Up files

    I had to perform a hard reset to remedy an issue with my phone, as per instructions from Nokia support. I followed all instructions to back up my phone and got a message with a big green tick saying back up was successful. Now when I go to restore I

  • SAPBEXEmbedQuery

    Hi, Can anyone tell me how to keep a query from executing when I load it into my workbook via SAPBEXEmbedQuery in the BEX API toolset?  I want to set some variable values after I load the query and then have it execute.  Right now it still prompts me