How to verify the the vairable is decreasing

hi,
I have to validate some sensor values coming from the models..
the sceanrio is "The model value of aaa must be decreasing within 60 sec of the speed going to zero.
My question i show to verfy wheather aaa is decreasing.....Pls let me know
thanks,
chethan

Save your value at the start to another variable.  Then you can compare the new value to the other variable.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • How to verify the status of lock object???

    Hello,
    How to verify the status of lock object???
    I need to know the status of the lock object and put the user in list.
    Exists a FM for this?
    Thanks!

    You can check the list of lock objects for the ztable by this way....
    Go to SE11, click the radibutton for lock object, then do F4 on the field. Click the "All Selections" icon, in the "Basis Table" field, put the table that you want the lock object for. click green check.
    Regards.

  • How to verify the AP detail (ip, MAC, etc) on WLC in CLI mode

    How to verify the AP detail (ip, MAC, etc) on WLC in CLI mode

    You can do a show run-config or else do a show ap ? and that will list commands you can run. You might have to enter different commands to get the info you want.
    Or use the wlc config analyzer which takes your show run-config and puts it in a nice format.
    I don't know what info you are looking for, but their isn't one command that just gives you all the ap details. Try the config analyzer it might be the easiest for you.
    https://supportforums.cisco.com/docs/DOC-1373
    Sent from Cisco Technical Support iPhone App

  • How to verify the digital signatures?

    Buyer has to send a certified interactive form to vendor, vendor has to digitally sign the form back. We need to verify the signature of the vendor only then start processing the form. How do I achiev this security. 
    1) How do I generate buyer certificate and attach to the form.
    2) I have created a signature field in the form, after the vendor signs it how do we check whether its the correct signature?
    Kindly specify the steps.
    Helpful answers will be rewarded.
    Regards,
    Vishal

    Hi Vishal,
    Check this Thread.
    Implement Digital Signature in Interactive form
    Regards,
    Mithu

  • How to verify the caching

    My Queries are not caching even i enabled chaching in NQScinfig.ini file. How to verify and resolve the problem. Please suggest the answer.

    Are the physical tables underlying your queries actually flagged as "cacheable" in your RPD?
    Did you restart your BI Server enabling caching in the NQSConfig?
    With the server running: what do the Oracle BI Management MBeans say about the caching parameter?

  • How to verify the user information pass by the form with a stored procedure?

    Hi,
    I would like to know how to verify user information pass by the form with a stored procedure.
    I want make a portal which accepts to new user registration, but I want verify the new user's informations (like the name don't contain a number etc).
    Thanks for your help
    regards
    jla

    Hi Samson,
    You can use the UI API to do this. You can catch the form_ADD event and then validate the input from the users. You can even block the event from completing (and stop the document from being added) if your code finds some incorrect data using the bubbleEvent functionality.
    I don't have one specific example to show you, but if you look at some of the SDK samples (for example C:\Program Files\SAP\SAP Business One SDK\Samples\COM UI\VB.NET\02.CatchingEvents) to see how to work with events, you can then create your own validation to ensure the users data is valid.
    Regards,
    Niall

  • How to verify the current connections on a firewall?

    I am a new computer support specialist in a small company. We would like to focus on network security. How can I verify the current connections on a PIX firewall? We would like catch malicious behavior while it's occurring. How do I inspect all the connections going through our firewall - both in and out. My focus is on anomalies and investigate them; this could include outbound FTP or inbound Telnet/SSH sessions. We have a Cisco perimeter router, which functions as the company firewall. A PIX firewall sits behind the router and its sole function is to build and terminate IPSEC tunnels. I would appreciate any advise.
    Thanks.
    Said

    Hi Said
    "sh crypto isa sa" will show all the IPSEC phase 1 connections to your pix.
    "sh crypto ipsec sa" will show all the IPSEC phase 2 connections to your pix.
    "sh conn" will show all the connections that have been allowed through your pix.
    HTH
    Jon

  • How to Verify the Variable Input in Customer EXIT

    Hi,
          I have a requirement to find out "Estimated Hours Total Calculation" with User input date range. I know little bit knowledge about Customer Exits please some one give me how to write code in CMOD. I have requirement how to get the Extimated Hours Total Calculation is follows ....
            Actual hours are the Hour Meter Reading used by the truck, it's calculated based on the "from and to" date parameters.       
    Collect the initial hours and adjusted hours from EM.       
    Get the PMN and Service Order data close to or within the Date Range.     
    1) If the Fleet Management Date (Start-up Date on EM) started before the input date Date Range (From-Date), calculate the average usage (in hours) based on the initial hours and the first PMN (or SO) falls within the Date Range to estimate the hour usage at start of Date Range. 
    2) If the Fleet Management Date started after the From-Date, use the Hour Meter (EM) as the Estimated Hours Begin. 
    3)If the last PMN (or SO) fell short of the Date Range (To-Date), obtain the Estimated Hours End by applying the average usage to fill the time-gap.       
    4)If the last PMN (or SO) fell after the Date Range (To-Date), get the Estimated Hours End by getting the next to last PMN performed inside the window parameter,           
         calculate the average usage between the two PMN's (or SO's) then apply the weighted average to fill the time-gap.       
    Adjusted Hours, if not zero or null, needs to be added to the Ending Hours to achieve the real number. 
    For Example
    User Input Date Range:  Jan. 1, 2006 - Dec. 31, 2006          
    Initial Hour (Equipment Master):  10          
    Adjusted Hours (Equipment Master): 0          
    Fleet Management Date (Equipment Master):  Dec. 1, 2005          
    1st PM Notification (Feb. 1, 2006):  410          
    Last PM Notification (Feb. 1, 2007):  2810          
    Second to last PMN (Dec. 1, 2006):  2410          
         Equipment was put into service (12/1/05) before the Date Range, needs to find the Estimated Hours Begin.     
         The first PM was performed (2/1/06) exactly two months from in-service date (12/1/05).
         Average monthly usuage from first PMN = (410 - 10) / 2 = 200
         Estimated Hours Begin = 200 + 10 = 210 (estimated Hour Meter Reading on Jan. 1, 2006)
         Average monthly usuage from the last 2 PMN = (2810 - 2410) / 2 months = 200
         Estimated Hours End = 2410 + 200 + 0 (adjusted hours) = 2610 (estimated Hour Meter Reading on Dec. 31, 2006)
         Estimated Hours Total = 2610 - 210 = 2400
               Please give me your valuable answers. Please let me know if you need any further information.
    Thanks
    Dave Sam.

    hi,
    well, your requirement seems clear but complex and needs more clarification:
    - what kind of infoprovider do you use
    - what is posted in your provider, I mean which characteristics and and key figures (name and descriptions)
    - what is the user input
    depending on that, the implementation may vary
    Please clarifiy
    Olivier.

  • Moving Average Price Verification - How to verify the MAP calculation

    Hello,
    The material that we purchase are managed with the price control S. Therefore every Good entry and Good Issue is valuated at the standard price regarding the Balance sheet valuation.
    At the End of the Month during the Month End closing, the MRN0 transcation is applied to identify the MAP unit price of a Material and this value is copied in the Tax Price 1 of the accounting view 2 (MBEW-BWPRS).
    Afterwards, the transaction MRN9 is carried out to calculate the MAP adjustment to amend the Balance Sheet valuation in order to get the MAP valuation of the Material.
    I know that way of the calulation of the MAP unit price based on the Good receipt and the Invoice receipt variance.
    I have 2 issues regarding this process:
    --> The MAP adjustment is recorded by valuation class whereas it would be helfull to have the recording of the MAP adjustment by Material
                     ==> Do you know an other way to solve this issue
    --> It's impossible to verify the MAP unit price calculation during the month
                     ==> Do you know a SAP table (not the MBEWH, which is not usefull) which track for each stock movement (Good issue or good entry) the Total MAP value and Total quanity before the movement plus the MAP value and the quantity of the movement
    Thank you in advance
    Regards
    Edited by: PMUNIER on May 25, 2011 2:16 PM

    Hi<
    Check in t.code: CKMPCSEARCH
    OR
    Check in  table S031 in SE11 t.code
    Regards,
    Biju K

  • How to verify the  Source systems connectivity with BWQ System.

    Hi All,
    I have diff source systems. And my requirement is to check the source systems connectivity with BWQ (BW Quality sys). please any body tell me the steps how to check the source system connectivity ?
    Thanks & Regards,
    Manju

    Hi Manjula,
    If you encounter problems when establishing a connection to your target server, check the following:
    A message box appears while performing one of the following actions:
          Setting connection by choosing Apply to local session.
          Testing connection settings by choosing Test settings.
          Creating SAP TSQL objects
    If errors occurred, they are displayed in the respective message box.
       Check developer trace files in ST11.
      Test connection:
         For RFC related errors, check the RFC connection via SM59
         For database multi-connect errors, check if you can connect to the target SQL Server with the SQL Server Query Analyzer. Also check if the DBCON entries are correct.
    Regards,
    RK

  • I can't remember how to find the tab to decrease burning speed to 2x for a CD. Where is this blasted thing?

    Where can I find the tab to decrease the burning speed to 2x. I can't use 8x or higher.
    Thanks

    in iTunes, select your playlist, file>burn playlist to disc wll bring you to this screen (in iTunes 10.5.2)  click on the drop down box next to preferred speed.

  • How to verify the chipset used in iPad mini 2

    I Am not sure of the chip in my iPad mini 2? How do I verify?

    Go to the link below and scroll down.
    http://www.apple.com/ipad/compare/

  • How to verify the DB_VERIFY results

    I just run DB_VERIFY ficility for learning purpose.
    The results shows a lot of pages marked software corrupt. But
    the database seems running fine. How can I verify those pages are really bad or just fake result from DB_VERIFY.
    I heard that sometimes DBV is not reliable. Is that true?

    No its not!! Its buggy...produce weired result! Use "analyze statement with validate structure cascade" or event "10231 at level 10" instead.
    Thanks,
    G

  • How to Verify the contents of the field is STRING

    Hello All,
    In START_ROUTINE of Tranfer routine:
    I would like to verify that a field in DATA_PACKAGE-CUSTNM is string. Because, due to bad data I am finding numeric values, in this field.
    I would like to remove that record from DATA_PACKAGE, if there is no STRING in this field.
    How do I do it? Is there a function / code?
    I promise to award points.
    Thanks,
    Pramod.

    hi,
    Try the following logic in object level (CUSTNM) routine instead of start routine.
    IF COMM_STRUCTURE-CUSTNM  CA '1234567890'.
      ABORT = 1.
    ELSE.
    ABORT = 0.
    ENDIF.
    hope it helps..
    regards,
    raju

  • How to verify the Time Machine restore?

    Completed the TM restore, verified disk and permissions (fixed some permissions) but the machine will not boot - apple logo and spinning wheel sit there forever.
    I a able to boot in Single User Mode - and boot from CD and in both cases see all the files restored
    How can I see the boot log to see where Leopard 10.5.7 is getting stuck?
    Is there a way to validate the files needed for booting the OS?
    (the restore was a result of getting a corrupted file system that I was not able to fix)
    Thanks for any advice

    Answer to the boot log - is the system.log in /var/log or boot up in verbose mode with Cmd-v pressed.
    having said that I am getting this error
    com.apple.launchd (com.apple.ATSServer) posix_spawnp("/System/Library/Frameworks/ApplicationServices.framework/Framewor ks/ATS.framework/Support/ATSServer",...) No such file or directory
    com.apple.launchd (com.apple.WindowServer) posix_spawnp("/System/Library/Frameworks/ApplicationServices.framework/Framewor ks/CoreGraphics.framework/Resources/WindowServer",...) No such file or directory
    so some resource files not properly restored - will look to see why they didn't restore - any ideas in the meantie welcom

Maybe you are looking for

  • FI:While posting MIRO getting Error of Balancing field Segment not filled

    Hello SAP Gurus, While  posting MIRO getting Error of Balancing field Segment in line item 001 not filled Message No.GLT2201. Please suggest me solution for it i read lots of related threats but could not solve this error.

  • Material type HAWA deletion flag

    HI experts ,                        my requirement is when the creation of material master i want to update EAN and EAN Category Fields for material type HAWA  before this i will check is there any deletion flag for Material Type HAWA.where can i che

  • PowerMac G5 and OS 10.4.8 - Sleep problems

    Hello, After I upgraded to version 10.4.8 from 10.4.7, my G5 dualcore won't wake up from sleep. If I try to wake the machine, it's drives spin up but the screen stays black, and the keyboard is dead. After a little while, the fans are going crazy. I

  • User Defined Fields on System Form

    Dear All,                I want to know that how much User Defined Fields can be added on a system form. My problem is that I am developing an add-on for the Item Master Data. And I have used a lot of User Defined Fields on Item Master Data Forms whi

  • Mail:  Apple Inc as Sender

    I just updated my MacBook Pro to Yosemite.  In Mail, any messages received from other Mac users now show up in my Inbox as being from Apple Inc.  Once I open the message, it shows the actual sender's name/email.  Any suggestions on which settings to