Logical OR for three bytes

I have to calculate the logical OR for 3 bytes .if i send this value i will get Ack request from a device. the device will send request only if i send correct logical OR value, but i am getting error.
The following are the three bytes : 0x82,0x10 and 0x00
what is the correct logical OR for the above three bytes

actually to read data from device i should send request. The sending request is logical OR of three bytes TA1 , TA2 and TA3.
TA1 and TA2 is the starting address which is equal to 0x1000 and TA3 is 0x82. there fore the logical OR of these these bytes
TA1- 0x00
TA2- 0x10
TA3- 0x82
is 0x92. On sending this 0x92 i receive a request from the device which is the first part of the whole data(among 96 parts ). To receive the next data i have to increment the address(i.e 0x1001) which is TA1 and TA2 and TA3 remains the same all the time(TA3= 0x82) therefore
TA1- 0x01
TA2- 0x10
TA3- 0x82
and do logical OR for these and send to the device to receive the second part of the data. To get the third data i have to increment again the address(TA1 and TA2) TA3 the same and do logical OR and it continuous 96 times to get the whole data
can any one say how to write code to increment TA1,TA2 96 times and do logical for TA1,TA2,TA3(is same for all) .

Similar Messages

  • Infospoke - How to single Logical Filename for all infospokes

    Hello all,
    I want to only have one logical path and logical filename for all of my infospokes.
    For example if I have infospokes ZAAA, ZBBB, ZCCC, I want to have only one common setting in the destination properties of TC:RSBO but three different distinguishable files on my OS.
    I think with the standard settings, I have to make one logical file for every infospoke I have.
    I am aware that I can put <DATE> or <TIME> etc in the logical file settings but that will not distinguish which infospoke the file came from.
    I want my file to look more like <INFOSPOKE>_<DATE><TIME>.csv
    I've already seen the document "How to Extract Data with OPEN HUB to a Logical Filename"  and this is not it because I have BW3.5 and 3.5 already does what this article says.
    Any help would be greatly appreciated.
    Just in case, I am on BW3.5 SP17 on Windows/SQL.

    Jasprit,
    Thanks for your input.
    The functionality of the FM you said is similar to the InfoSpoke functionality...
    Is it the same thing?
    I wonder if I use this it means it is not part of the InfoSpoke license...
    I will have our programer look at it and see what he thinks but in the mean time any other information is greatly appreciated.  Especially if I can stick with using the standard InfoSpoke functionality...
    Isn't this kind of functionality something that everyone wants?
    I wonder why SAP didn't make it like this?

  • 2 Logical Components for 1 Business Process Step

    Hello All,
    I'm looking for a way to assign in SolMan --> transaction Solar01 - Tab Structure - Business Process Step, 2 logical components for 1 business step. When creating the business step I have to assign 1 specific logical component to this step. Once I have done this I can only select  the chosen logical component ffor SAP Transactions, configuration object etc.. As my business step is running on 2 different systems I need to find a way to link transactions etc. in the step to the different systems. Is there any way to change this for the Level 3 elements, like it is for level 2 (business processes) where I can choose in the different tabs between all the logical components?
    Thanks in advance
    Ramó

    I've seen people use some absolute craziness to get more than three levels. The most extreme being using multiple projects at the highest level (i.e. a project for PTP Accounts Payable). Don't go there.
    I personally like to have 1 transaction per process step. Don't use the transaction tab as another process level, use it to better describe the process step (like all the other tabs are uses). It results in a better understanding of the system as you go forward. To do that I make teams break up things they think are one step (this can take some arm twisting, so hit the gym and maybe take a few judo classes).
    This allows you to use SolMan in more powerful ways. For instance, if you attach development objects to a step with 5 transactions, you cannot tell which transaction is modified by the development object. However, one transaction per node provides you this link. There are other examples, but basically the "where used" button becomes very useful when you have 1 transaction per node.
    Maybe you could provide a specific example of your process and we can think of a better way to collapse it.
    Such as:
    - PTP Non-Merchandise Purchasing
    -- Expense Purchasing
    --- Create Purchase Requisition
    --- Create Purchase Order (Assign Vendor & Price)
    --- Send to Vendor
    --- Post Goods Receipt
    --- Perform LIV
    --- Process Payment
    Some companies have 6 level processes already defined in models and putting it into SolMan can be a pain for sure. Your naming convention is usually the best route.
    regards,
    Jason
    The system role and template work around doesn't apply to your situation.

  • Logical Database for a Resource

    Hello,
    I'm looking to write a query in Quickview (SQVI) and I need the logical database for a Resource.  Can anyone help?
    Thanks,
    B

    There are two ways for this -
    1. To create the functional area with a logical database
    Tools => ABAP/4 Workbench => Utilities => ABAP/4 query => Functional Areas.
    Give the functional area name and click on Create button
    In the next screen give a brief description of the functional area
    Specify the name of the logical database, for e.g. Database FI, Application S. This will be the definition for the flight database
    Click on the button Functional Group present on the application toolbar, in order to create the functional group for the required fields from the logical database tables
    In the functional group box mention the number of the functional group and the description for the functional group
    The tables from the logical database are shown in Tables Of Logical Database/Joins while the fields are displayed in the Fields Box
    Double click on the table name in order to change the list
    Every field that has to be selected in the query should be assigned a functional group number against it
    Sometimes the list of fields in the Fields box will not be completely visible. To have a wider display of the list place the cursor in the fields box area and click on Settings => Full Screen from the SAP menu bar
    To see the fields from different tables select the table and double click on it.
    Once the required fields are selected, save the functional Area by clicking on the SAVE icon on the toolbar, and then Generate the Functional Area by clicking the Generate icon on the toolbar
    To add user defined fields to the abap query use the menu bar option GOTO => Additional Field
    Give the field name and the table name from the logical database to which the field needs to be included. Click the ENTER button.
    On the next screen give the Sequence, description, title and the technical attributes for the field (field type, length). Here you can also specify the formula for the field. Click on the SAVE button to register the data to the database.
    Remember that the sequence of the field matters – if the second field uses the first field in its code then the second field should have a higher sequence than the first. Tables can also be included – to do this use the menu option Goto => Additional Tables
    You can include your own selection criteria and parameters to control the data to be selected from the database. For these additions to get activated, code needs to be written for taking care of the additional fields.
    To display something before the execution of the actual query, go to the start of selection event via the menu path Goto => Code => Start-of-selection.
    To display something just before or after the output of the query, go to the end of selection event via the menu path Goto => Code => End-of-selection.
    To display something at the beginning of the page, go to the top of page event via the menu path Goto => Code => Top-of-page.
    After finishing everything save and generate the functional area and click on the BACK icon to come out.
    2. To create a functional area without a logical database
    One of the following can be selected
    Based on a single table
    Using an ABAP/4 program
    Using Table Joins
    Using Sequential Dataset
    The steps to be followed for creating the functional area are as follows
    Tools => ABAP/4 Workbench => Utilities => ABAP/4 query => Functional Areas.
    Give the functional area name and click on Create button
    In the next screen give a brief description of the functional area
    In the Without a logical database area give the base table on which to form the ABAP query
    To form the query with two or three tables, we need to create a join. For this check the Table Join Check Box and click on the Table Join button.
    NOTE: The tables to be used in the join should have at least one field in common i.e. it should have the same name, domain or data element.
    Mention the tables that you want to include in the join condition in the Joined Tables area and press ENTER.
    A checkbox will appear against the table names on the left side, and three radio buttons will appear against the tables on the right side specifying the join type.
    Base table name remains grayed out. Select the two tables to be involved in the join by clicking the check boxes against them. Use menu path Edit => Join => Define condition to create the join. A mapping between the tables will be displayed on the right hand side. Click on the button provided (with + and down arrow symbol) to specify the join.
    Click YES on the Proposal Requested message that gets displayed.
    If the join tables have a foreign key relationship then the common fields in the tables will be marked with 00 to indicate that the join has been created. User can create the join by specifying 00, 01 etc. against the fields that qualify for the join.
    Complete the join condition by adding more tables if necessary.
    Remaining concepts for creating the functional area without a logical database are same as the concepts for creating the functional area with a logical database.
    After finishing everything save and generate the functional area and click on the BACK icon to come out.
    Thanx!

  • Advice for logical workflow for color correcting and color grading

    I am an experienced user of  PPRO CS5.  I am a novice with color correcting and color grading.  I am also just barely competant in AE CS5.  It has been suggested that I use AE for color correcting my footage.  Can you advise me as to the most logical workflow for doing this in coordination with PPRO CS5?  Are there some tutorials that you recommend?  I subscribe to Lynda.com and I think that they have some great tutorials, I am unsure as to where to begin looking and what to search for.
    Thanks so much,
    Lisa

    lisaellensegal wrote:
    I am an experienced user of  PPRO CS5.  I am a novice with color correcting and color grading.  I am also just barely competant in AE CS5.  It has been suggested that I use AE for color correcting my footage.
    You can do it that way, sure. But you don't have to. You can accomplish quite a lot without leaving PPro. This has two major advantages. First, if you aren't using AE for anything else, it gets you out of using AE at all, so gets you out of climbing another set  of learning curves.
    Second, even if you are using AE for other things (I use AE to make motion lower thirds, for example), doing the work in PPro can improve exporting speeds. This is because AE gets restricted to a single processor core in some workflows as discussed in this thread and others (search around if you're interested). This can make exporting take 3x as long or longer, depending on how much footage has to be processed by AE.
    So, how to do color correction without leaving PPro? Use either a luma corrector or luma curve effect to set black and white points, and contrast (use a waveform monitor to help). Then use a three way color corrector effect to get rid of any residual color casts (use the vectorscope to help, and the RGB parade, etc.).
    If you find you have specific colors that need to be fixed, you can apply another three way color correction effect and use it to make that secondary color correction (for example I find the blue dyes used in many labels tend to fluoresce under fluorescent lighting, and has to be desaturated with a secondary color correction or it "blooms" on an HDTV -- IOW, it has to be made "broadcast safe").
    If you want tutorials for using these tools, the ones on Creative Cow by Andrew Devis are quite good, and free. The ones on color correction with PPro cs6 start at tutorial number 47. There's a bunch of them. All good.
    Finally, get a copy of Van Hurkman's Color Correction Handbook. May be the best technical book I've ever read, and it'll certainly point you in the right direction for doing color correction work regardless of which tools you use to do it.

  • Uccx script, que for three minutes and route offsite ?

    Good afternoon,
    i am trying, to get a call in que for three minutes to route somewhere, ultimately offsite...script editor seems way to input driven for a wait x and go to here step..is there a simple example, and i have googled to death the web, of a real script that has a current wait duration =x then go to off site number around out here?
    it would be much appreciated.
    thank you

    It's unlikely that you will get exactly a three minute cut-off. The way most do this is to check the Current Wait Duration (in seconds) using the Get Reporting Statistics step every time you loop through your queued loop. Following the Get Reporting step you would use an If statement to evaluate if the variable is >= 180. In the True branch you would use a Dequeue and then a Call Redirect step. In the false branch you would continue your nomal queued logic.
    Select Resource
    -Selected
    -Queued
    --Label: QUEUED LOOP
    --Get Reporting Statistic (Current Wait Duration)
    --If contactWaitDuration >= 180
    ---True
    ----Dequeue
    ----Call Redirect
    ---False
    ----Nothing
    --[normal queued prompt/MoH/etc]
    --Goto: QUEUED LOOP

  • Unable to fullfill request for 11935600 bytes of memory

    Dear All,
    Our Scenarion IDOC to JDBC
    R/3->XI->JDBC
    We Schedule Bckground Job in R/3 That Job will Send 300000 (Three Lacks) IDOCS to the XI System XI will Process it and Send it to JDBC
    299993 got posted in SQL Server Through JDBC Comm Channel
    But  7 IDOCs got missed in Between R/3 and XI
    When checked in SM58
    It is giving following Error :
    <b> unable to fullfill request for 11935600 bytes of memory</b>
    Please Help Us
    Regards
    Anjan

    Hi,
    >>>>We Schedule Bckground Job in R/3 That Job will Send 300000 (Three Lacks) IDOCS to the XI System
    so how come this is possible?
    Regards,
    michal

  • If you change the apple id on one device, is the id locked to that device for three months?

    I bought two ipod touches for my children last week (all kids under 10 if it makes a difference). Child #3 already has one. When I bought them, I was told that I can download movies on each for an upcoming long distance trip. If child 1 wants to watch something downloaded on child 2's ipod, they can sign in under child 2's account and watch it on their own ipod BUT it won't be saved to that device.
    However, I went in today to get them set up. I asked about this, and music and other things. I was told that if you sign in on one device under a different apple id, that device is locked to that apple id for three months. Its apparently an effort to stop pirating.  I was told its the same for music. If I buy a song on my account that my 5 year old wants, I have to buy it twice because if my son signs onto his ipod under my apple id, the ipod is then under my account for the next 3 months, along with all my games, music etc. and his apps are no longer accessible to him. 
    Is this acccurate? Honestly, I"m afraid to try. I don't want my kids to be stuck with my apple id, which has no apps or antyhing attached to it other than some music.
    BTW I had to set up their own itunes account despite that they're too young to have one because we're maxed at 5 devices (2 iphones, ipad and our own ipods). We couldn't add any others so I created a itunes account for my two youngest to share and a separate account for my 10 year old so that he could have his own facetime.
    Can anyone help? Can I sign onto my kids ipod with my id without having them locked out of their apps? Can the two of them share a movie?

    Not exactly but it is locked for the purpose of redownning past purchases. See:
    iTunes Store: Associating a device or computer to your Apple ID

  • ALE logical systems for business service or process

    Hi,
    I am trying to send an IDOC into my R/3 system. It is the same IDOC type that I have sucessfully sent out to parties. All the config is in place for communicating with the system, because I have sent others IDOCs in the past. However, they always were sent from another R/3 business system. They processed sucessfully.
    I am now trying to sending IDOC's from a BPM,as well as, from a business service. They are under the "With Party" section of the directory. These obviously do not have logical systems, so when I try to send the IDOC I get
    "Unable to convert the sender service Purchase_Orders to an ALE logical system", where purchase_Orders being the name of the business serice.
    How can I handle this problem?
    Should I hard code values somewhere?
    Which ones?
    I have read the other posts for the error above, but my situation seems to be different.
    Help!
    Chris

    Hi,
    To solve your problem, here my solution:
    1/ In your Business Process of your ID (configurator), go to menu "Service > Adapter-specific identifier" and in the part "IDoc Adapter", write your Logical System.
    2/ Create this Logical System on your target system (R/3).
    WARNING: XI allows you to used a Logical System for only one service (Business Process). Thus, if you are several interfaces, you must used different Logical Systems.
    Mickael.

  • Logical level for logical fact table sources

    it is clear that for fact aggregates, we should use the Content tab of the Logical Table Source dialog to assign the correct logical level to each dimension.
    question is : is it mandatory to assign even for non-aggregates fact tables the logical level for each dimension (which normally should be set to the most detailed level of each dimension) ? is it any known issue if "logical levels"in content tab are not set ?
    the reason I'm asking this is a strange bug I have (I'm not going to discuss it here) and then only workaround seems to be NOT setting the logical levels (on content tab) for logical fact table sources.
    thank you !

    If levels are not set: By default levels are considered as lowest level
    It should not matter if you set or not
    Generally we set for facts explicitly when we are using Aggregate tables.
    Your current issue might be a case by case; I would suggest to check implicit fact, any table mapped to the source to force a join etc
    Mark if helps
    Let me know how it helps
    Edited by: Srini VEERAVALLI on Feb 5, 2013 8:33 AM
    Any updates on this?+_
    Edited by: Srini VEERAVALLI on Feb 14, 2013 9:09 AM

  • HELP NEEDED!! I bought a brand new mac air 11 inch a month ago, and for three days now I can't switch it on.when I do, i can hear the machine is on, but nothing else happens. (yes it is charged). please help

    HELP NEEDED!! I bought a brand new mac air 11 inch a month ago, and for three days now I can't switch it on.when I do, i can hear the machine is on, but nothing else happens. (yes it is charged). please help.
    I bought it in South Africa and I am currently in Israel.

    thank you for the response.its not working, tried that. i can switch the machine on and off, can hear the machine when i hold it to my ear. but nothing works, not the screen, not the sound, nothing.

  • Logic Remote for iPad always gets disconnected from paired iMac..?

    Hello,
    I recently downloaded GarageBand 10.0.0 and Logic Remote for the iPad, the thing is, it only stays connected when:
    (1) GarageBand does not have any open projects or
    (2) When the project is about to be closed, as the user is being prompted to: "Don't Save", "Cancel" or "Save"
    I know Logic Remote connects to the Mac I am using since it tells me to open a project first, then right after I open a project,
    logic remote always tells me
    "The connection to <computer name> was lost. Please select the Mac you wish to connect to"
    The app then tries to reconnect and reconnect, but nothing happens.
    By accident, as I tried to close the project in the Mac, whose snapshot is attached in this posting:
    the app then is able to remotely control garageband...
    When I cancel the project closing, the problem persists...
    This actually renders the app useless...
    Have you guys encountered this situation.?

    I am experiencing the identical problem as janjerick.
    To reproduce the problem:
    1) On iMac OS 10.9, Launch Garageband 10.0  - choose Empty Project.  Created a "software instrument" track.
    2) On iPad, Launch Logic Remote 1.02  and select the hosting iMac computer.
    3) Connection seemed to come up on the iPad, then prompty goes away.  "The connect to <host> was lost".
    4) The connection doesn't come back... UNTIL I try to dismiss the project on iMac Garageband. The instant I get the "Do you want to save the document" dialog -- Boom!  The Logic Remote connection is established.  And then the Logic Remote seems to be able to control Garageband (while the 'Do you want to save the document' dialog is in the foreground on Garageband.).   But as soon as I try to go back into a project on Garageband, the connection is lost.
    Here's the kicker: I also have Logic Pro X on the same iMac and the "Logic Pro" remote app is working PERFECTLY with that.  But as soon as I flip back to Garageband, no go.
    Anyone else?

  • When Trying to download or update apps I got "your apple id has been disabled" and I had reset my password for three times

    when Trying to download or update apps I got "your apple id has been disabled" and I had reset my password for three times

    If you are receiving a message that your iTunes account has been disabled and resetting your password does not resolve the issue, then you will need to contact iTunes Store Customer Support via http://www.apple.com/support/itunes/contact/

  • I need to find an Unibody 2.66GHz core i7 logic board  for my MacBook Pro 15"

    I need to find an Unibody 2.66GHz core i7 logic board  for my MacBook Pro 15". Where can I find it?

    have you searched the internet? perhaps ifixit.com might have one.

  • I'm going next week to the usa(I'm from Brazil) and i need the logic board for Apple MacBook Pro 15" A1286 where can i get it?, I'm going next week to the usa(I'm from Brazil) and i need the logic board for Apple MacBook Pro 15" A1286 where can i get it?

    I need to buy a logic board for 
    Apple MacBook Pro 15" A1286, but i couldn´t find online to buy it where can i get one and if it´s possible if i can have it delivered to my hotel

    There are a lot of MacBook Pros with the model # A1286 - which year is your model (e.g., "15-inch Late 2011")?
    The only place that I know that you might could score a specific logic board is www.ifixit.com. They may be able to ship to your hotel.
    Clinton

Maybe you are looking for

  • Default Views are not listed in Community Prefs of  WorkList Item portlet

    I have created some custom views and presentation. I have imported them and deployed them. But when I go to edit the community prefs to set the default view, I do not see the custom views I had imported. I am using ALIP 1.5 AnyIdeas why I am not able

  • Poor video quality when exporting

    I am new to Premiere and don't know all the functions yet. (at all) I have wto questions. I have successfully imported and edited my video, but it seems, that the final result (the preview at the right) is cutting off the edges of my video. I have tr

  • Server Process taking all CPU time intermittently on Solaris

    Hi, What does my program do :- We have been facing this problem from many days, We have a server process which is continuously listening at a port on Solaris 5.8. Whenever a request is sent to this server a new thread & a socket is created for that c

  • App World Billing Error

    Everytime I try too download a 99p app get too billing purchasing and  i select purchase but then it comes up with a message saying "null (error : billing identity unknow) rang my provider 3 times and they say that need too post on here for an answer

  • Select-option _no input possible???

    Hi.. all How can i get my selct option as no input possible mode in selection screen.... so here user can not change the default value which i set... for that how can i restrict...... how can i get my select-option with defulat entries and with NO IN