Minimum/Maximum Question

Hello everyone, I have a problem that I haven't been able to come up with a solution to. I'm running Lookout 5.1 interfaced to a GE Fanuc 90/30 PLC. I have a thermocouple input that I want to monitor. I want to setup an alarm that will be tripped if the temperature changed +- 2 degrees over a 24 hour period (running constantly 24/7). I thought of using the minimum/maximum objects but noticed it only tells you the min or max for the past 35 data points. Anyone have any suggestions at to how I can create this alarm? Thanks!!

I'm afraid you misunderstand the meaning of 35.
This object continuously calculates the max value for all the data from the last time you reset it.  Everytime you reset it, the current max value will be stored to "maximum.1". It can store the last 35 max values.  
You can test it by yourself. Connect a "waveform.random" to it and a pushbutton to "reset".
So, I mean you can accomplish what you want by min/max objects.  Regarding the 24h period, you just need to reset it everyday.
Ryan Shi
National Instruments

Similar Messages

  • Minimum & maximum stock for Material

    Hi Team,
    Here my client required to keep his stock in the form of Minimum & maximum stock for Material.
    Let me explain with an example.
    Material =Pen
    In Stock it should be always 5 & maximum 10, when it falls below 4 it should generate PR & should not cross maximum limit 10.
    if in stock 3 pens r there it should generate PR for 7 , If 4 then PR for 6
    Please help me for it ASAP.
    Regards
    Mahantesh

    Hi Mahantesh,
    For this you need to maintain below settings in material master for your material.
    In MRP1 view,
    Define MRP Type: V1
    Define Reorder Point: 5
    Define MRP Controller:
    Lot Size: HB (Replenish to max. stock)
    Define Maximum stock level: 10
    After this material master settings in MRP 1 view, test the results by running MRP for the material.
    Keep the stock at different levels like 3, 4 and 6 for the material before MRP run.
    You will get the results as per your business requirements.
    Regards,
    Naresh

  • CRM Condtition value Minimum/Maximum Limits

    Dear expert,
    After i maintained Minimum/Maximum Limits in IMG config for a manual condition type, then i create i sales order in webui and try to input a value for the conditon type. However, everytime i input a value, the system can not store the value and change to blank again.
    if i remove the ' Minimum/Maximum Limits' config, i can input values for manual conditions.
    I checked help doc found it says 'Entries in this field are only used in the IC WebClient'. Does that mean i can not use this func. in webui??
    BR
    Hedy

    Hi Hedy,
    Please use the menu path
    SPRO
    Basic functions
    Pricing
    Define settings for pricing
    Create minimum and maximum limits. 
    Best regards
    Christophe

  • Sales Order with minimum maximum quantity

    Hello SAP Masters,
    How to maintain a sales order with minimum - maximum quantity? Is there any programme which i can use to map this scenario?
    Thanks in advance
    amit

    hi,
    we can only maintain minimum order qty. We dont have anything in std. to maintain a max order qty. We need to change the screen in material master. Also update the std. MVKE of material master (Sales view) with a zee field just as we have min. ord qty.
    It takes a good bit of customization and also we need very high authorizations from the business owners to do this enhancement.
    Else a simple way out is .. create  a contract with a dummy customer which can be changed at the sales order level, for that material and make all the sales orde with ref. to that.
    Hope this helps. Pl. reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • Delete the default minimum maximum properties

    hi
    want to delete the minimum &  maximum properties   in diadem channel  -properties  programmatically thr' labview
    but I thing that TDMS writes it by default ?

    Hey,
    the minimum and maximum properties are part of the TDMS data model and you are not able to delete this properties.
    Stephan

  • Minimum maximum list

    Hi ,
    how do i see cumulative item wise list for the minimum/maximum levels maintain in the master.
    regards
    Kim

    I want to view the list for min / max levels fopr the material.
    material type ERSA  for all the material in the ESRA what are the min / max levesl set can i see in a single list.??
    regards
    KIM

  • Minimum/Maximum Attendees

    Is there a way to show the minimum/maximum attendees on the catalog page where the classes are listed so that the end user can determine which are full?
    thanks in advance!
    Rob

    This is currently not possible. You are welcome to raise this as an Enhancement Request through Oracle Support.
    Regards Anders

  • TDMS 2.0: Minimum/Maximum fields?

    I'm using the TDMS .Net dll version 13.0.40.242 to save my aquired data.
    I dont create any new fields besides using the standard ones. But I can not access both Maximum and Minimum field that gets created by standard, and their not listed as proberties of the channel, subsequently both fields are empty.
    My task is created with a range of -10 to +10 volt but this isn't used in the min/max fields either.
    So, how can I use those fields? (or remove them to use my own)

    Hi Treckl,
    The reason you do not see the Minimum and Maximum properties is because you have not set them. When a new TDMS file is created using the Measurement Studio TDMS library, those fields are not created by default. You'll notice that if you save the contents of the DIAdem DataPortal into a TDMS file and open that with the Measurement Studio TDMS library, you will have access to the Minimum and Maximum properties because DIAdem writes them to the file by default. I have attached a DIAdem-saved TDMS file for you to use to verify this.
    If you want to set the Minimum or Maximum properties, you can use the names, "minimum" and "maximum", as shown in the following snippet:
    TdmsChannelCollection channelGroupChannels = channelGroup.GetChannels(); //channelGroup is TdmsChannelGroup created for the TDMS file.
    foreach (var c in channelGroupChannels)
    TdmsProperty minProperty = new TdmsProperty("minimum", TdmsPropertyDataType.Double, -12.34);
    TdmsProperty maxProperty = new TdmsProperty("maximum", TdmsPropertyDataType.Double, 12.34);
    TdmsPropertyCollection cp = c.GetProperties();
    cp.Add(minProperty);
    cp.Add(maxProperty);
    Let me know if you have any questions.
    Thanks,
    Daniel D.
    National Instruments
    Automated Test Software R&D
    Attachments:
    DIAdemWfms.zip ‏6 KB

  • Minimum & Maximum Limit in Automatic Payment Programme

    Hello Sap Guru,
    Is there any way to configure the mininmum & maximum amount limit for payment through automatic payment run like minimum payment Rs. 50,000 per cheque and maximum payment Rs 10 lakh
    Kindly help
    Thanks & Regards
    Deepak Garg

    Hi Deepak
    This can be configured in FBZP,
    Click on "Paying Company code" tab > select your company code, there in control data you can find,
    Minimum amount for incoming payment
    Minimum amount for outgoing payment
    There you can maintain the minimum amount for outgoing payment. This is applicable for the entire company code.
    If you do not want this, then, there is an option > In FBZP, click on "Pmnt method in Company Code" there, select a payment method for check payment > You can enter the Minimum amount and Maximum amount per payment.
    Use any of the above option for your requirement.
    Rgds,
    Zub

  • Sales Order Blocking based on Minimum & Maximum Qty, Wt & Value.

    Hi Experts,
    I need to put a minimum and maximum (value, quantity and weight) set up in Sales Order based on the Customer.
    Based on the condition record I should be able to put the minimum and maximum quantity, order value and weight in condition record.
    If anybody try to enter less than the minimum and more than maximum system should automatically block the sales order.
    Is it possible ? If possible how can I create condition record for this.
    Christine

    For minimum order quantity you can maintain in the material master itself.  So whenever you enter the quantity less than the minimum order qty it throws the error and will save the order.
    Regarding the maxmum order quantity you have to write the userexit to control the max. quanity by specifying the max. qty in user exit.
    Reward points if it is helpful

  • Bug in minimum/maximum boxes ?

    Hello
    When drawing plots, in the inspector it is possible to specify minimum and maximum for X and Y axes.
    It seems that these boxes do not accept scientific expressions as 3.00E+50.
    Is it a bug or a missing features ?
    Best regards
    Alef

    The default ones, .... most use prefered as minimum I think. But without looking at the source, I woulnd't know for sure. FlowLayout has a method that calculates the minimum size of the component it's laying out using the minimum sizes of the components it needs to layout. But I think it still uses preferred to do the layout.

  • SE14 - MINIMUM / MAXIMUM EXTENTS memmory parameter

    Hello people!
    Please, would anyone explain what these two table memmory parameters (MINIMUM EXTENTENTS and MAXIMUM EXTENTS) from SE14 are all about?
    How can I define their values? Should I do that based on the expected number of records?
    Thanks in advance!
    Rodrigo.

    Hi,
    MINIMUM EXTENTnumber [K or M]--This specifies the minimum size of an extent that is created on the tablespace. The minimum extent size will be number K (kilobytes) or number M (megabytes).
    MAXEXTENTSnumber--This specifies the maximum number of extents that can be created for a schema object. This includes the first extent.
    Pls check the link below also:
    http://help.sap.com/saphelp_erp2004/helpdata/en/6f/79e1eddecd9b4dbcdfca7a93e07c3d/content.htm
    Hope this helps.
    Regards,
    Sharath

  • Minimum & maximum pasword age

    Hello,
    I am making a security policy document and require to give a short definition for Minimum and Maximum password age.
    Minimum Password Age
    Defines minimum age of password before it can be changed
    Maximum Password Age
    Defines maximum age of password before it expires
    Could someone give me guidance, is the above definition is correct?
    Thanks.

    Yes.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Extended Withholding Tax ( Minimum/maximum Base Amount )  - with accumulati

    We are facing problem in posting of vendor Invoice. Actually we have implemented Minimum base amount ( Rs. 75000/- ) at withholding tax type level and accumulation at per year  in withholding tax type A1 ( for testing purpose ) and assign the same to a vendor.  We have booked some invoices up to RS. 75000/- system working fine, no WHT is deducted. But now we have received a another Invoice Rs. 5000/- and at the time of booking of invoice system giving an error message
    I have changed the error message to warning but itu2019s again showing the same error message.
    Actually the problem is system calculate the WHT from the beginning of the year to till date and the amount of Vendor invoice is less the than the amount of WHT but itu2019s legal requirement and we have to post the financial entry as mentioned below
    Fictitious figures
    Vendor Account           Dr.           Rs,       1500.00     ( Debit instead of credit )
    Expense Account            Dr.           Rs.      5000.00     ( Actual exp. Of Invoice )
    WHT Payable Account            Cr.           Rs.      6500.00     ( Total WHT from the beginning
    Please provide the any.
    SAP reply
    Dear Customer,
    We understand your requirement. But the standard SAP system does not support a scenario where an invoice amount in lower than the tax amount.
    This is not a localization specific requirement. The accumulation logic is a generic system behaviour and all countries use it. We cannot make any change in the standard in this regard and change the current system behaviour.
    Option to handle this in the system
    The only way this can be handled in the system is once the accumulation limit has been reached, use a separate tax type tax code with out accumulations.
    Though this is not the ideal solution, this is the best possible solution for your requirement.
    Accumulation is not localized for India and the standard solution vailable for all the countries is used by Indian customers too.
    SAP is currently not looking at any enhancements to this feature.
    Other than the option mentioned above, there is no other way of handling this in the system.
    Best Regards,
    Soumya
    If any one have any otehr solution please inform us.

    This cannot be possible for two reasons.
    1.  If you are not able to recover the amount from the Vendor, you'll have to bear it yourself which is a loss to the company.
    2.  Even if such a process is provided, you cannot alter the previous invoices and your EWT amount does not correspond to the invoice you account for.  SAP works in an assumption that Tax will be calculated as a % of base price and cannot exceed it.
    The only way to mitigate this is to decide whether a Vendor would require this exemption to be declared based on past experience and past amount of transactions in the beginning itself.  If it is unlikely, better do not declare the accumulation limit for them.  This will save you from incurring loss and reducing the risk for the company.  Start deducting right from the beginning.
    If you are not sure, instead of giving accumulation, you can declare exemption upto 75000.  In this case, SAP cannot check whether the Vendor has crossed the limit or not.  You'll have to manually check and pass a Debit note to that extent when he exceeds the limit.  Again, this does not evade the risk of loss for the company.  Also, you cannot do TDS post processing for this amount (like TDS Remittance challan, TDS Certificate etc).
    So, in my opinion, try and decide if the Vendor would require accumulation right in the beginning itself.  Even if not able to decide, you can still deduct the tax and issue a TDS certificate, which the Vendor can claim refund based on his transactions with you from the Income Tax in case he does not exceed the limit.  This will limit the risk of loss for the company.
    Ravi.

  • FCP Minimum Installation Question

    FCS 2—
    I'm looking to install my copy of FCP on a MacBook Pro in order to dump P2 footage to it during a shoot I have going this week. I'm not interested in installing or using the whole suite. I simply need FCP for moving my footage off of my P2 cards (Log and Xfer) so I can keep shooting.
    Is there a way to put FCP and only FCP on a MacBook Pro? If not, what's the minimum program set I can get away with?

    During the install process you can chose to install only the application(s) you want. If you want ti install ALL of the applications in FCS, they only take up about 4gb of space. You can elect not to install the extra content (58gb) at all, or you can install them on another volume.
    -DH

Maybe you are looking for

  • Using IIF and AND in SSRS Expression

    I have a table like below I want to hide the rows where ALL 3 columns are 0. All the columns are of INT data type My expression is like so: =IIF((Fields!PastVal.Value=0) AND (Fields!DatePay=0) AND (Fields!Line.Value=0),False,True) But no data is retu

  • Upgrade Forms 4.5 to 6i or 9i?

    Hi All, I wish to know if it is possible to move to forms 9i from 4.5. We are using Oracle 8i and we think to move on 9i but not soon. Should we upgrade to forms 6i before moving on forms 9i? Many Thanks Marco

  • Photoshop CS6 Will not Open/Create Files

    I recently downloaded and installed the Photoshop CS6 Trial for Windows.  Upon starting it, I try to create a New document, and no dialog window even opens.  The open dialog will open, but selecting a file does nothing.  I don't know why it would do

  • Material Document number generation

    Hi, The transaction GI, Trsfr Posting, Other Goods Movement is clubed to a wide category of Trans./Event Type(WA).So all the three documents has  been generated under a single number range. Still further based on certain specific mvt.types(transactio

  • MacBook Pro running slow after USB flash drive

    I mount a Kingston USB flash drive to my 30 days old MacBook Pro running Lion 10.7.4 My Mac didn't recognize, so I inserted another one and it did recognize it. And I notice my mac was running slow, some task that I did the day before (illustrator cs