How to find out the Time necessary to produce something?

Hello all, please help me in this issue.
*{color:#0000ff}I need to find out the amount of time a machine will spend doing some quantity of a product.{color}*
{color:#008080}*I have a Machine-A which is able to produce _1000 _unities per hour (1 hour = 1000 unities).*{color}
{color:#333399}*Then I need to produce _3650 _unities.*{color}
{color:#800000}*Now I have to know what time the Machine-A will need to produce that amount of 3650 unities (in hours and minutes).*{color}
double unitiesPerHour = 1000;
double unitiesToProduce = 3650;Any help appreciated.
Thanks

{color:#000000}I{color} {color:#020202}w{color}{color:#040404}i{color}{color:#050505}s{color}{color:#070707}h{color} {color:#090909}I{color} {color:#0c0c0c}c{color}{color:#0e0e0e}o{color}{color:#0f0f0f}u{color}{color:#101010}l{color}{color:#121212}d{color} {color:#151515}c{color}{color:#161616}r{color}{color:#171717}e{color}{color:#191919}a{color}{color:#1a1a1a}t{color}{color:#1c1c1c}e{color} {color:#1e1e1e}a{color} {color:#212121}c{color}{color:#232323}o{color}{color:#242424}l{color}{color:#252525}o{color}{color:#272727}u{color}{color:#282828}r{color}{color:#2a2a2a}f{color}{color:#2b2b2b}u{color}{color:#2c2c2c}l{color} {color:#2f2f2f}p{color}{color:#313131}o{color}{color:#323232}s{color}{color:#333333}t{color}{color:#353535},{color} {color:#383838}l{color}{color:#393939}i{color}{color:#3a3a3a}k{color}{color:#3c3c3c}e{color} {color:#3f3f3f}a{color}{color:#404040}l{color}{color:#414141}l{color} {color:#444444}t{color}{color:#464646}h{color}{color:#474747}e{color} {color:#4a4a4a}c{color}{color:#4b4b4b}o{color}{color:#4d4d4d}o{color}{color:#4e4e4e}l{color} {color:#515151}k{color}{color:#525252}i{color}{color:#545454}d{color}{color:#555555}s{color} {color:#585858}d{color}{color:#595959}o{color} {color:#5c5c5c}t{color}{color:#5d5d5d}h{color}{color:#5f5f5f}e{color}{color:#606060}s{color}{color:#626262}e{color} {color:#646464}d{color}{color:#666666}a{color}{color:#676767}y{color}{color:#696969}s{color}{color:#6a6a6a}.{color} {color:#6d6d6d}b{color}{color:#6e6e6e}u{color}{color:#707070}t{color} {color:#727272}a{color}{color:#747474}s{color} {color:#777777}i{color}{color:#787878}t{color} {color:#7b7b7b}i{color}{color:#7c7c7c}s{color} {color:#7f7f7f}I{color} {color:#828282}j{color}{color:#838383}u{color}{color:#858585}s{color}{color:#868686}t{color} {color:#898989}h{color}{color:#8a8a8a}a{color}{color:#8c8c8c}v{color}{color:#8d8d8d}e{color} {color:#909090}o{color}{color:#919191}n{color}{color:#939393}e{color} {color:#959595}t{color}{color:#979797}y{color}{color:#989898}p{color}{color:#9a9a9a}e{color}{color:#9b9b9b}w{color}{color:#9c9c9c}r{color}{color:#9e9e9e}i{color}{color:#9f9f9f}t{color}{color:#a1a1a1}e{color}{color:#a2a2a2}r{color} {color:#a5a5a5}r{color}{color:#a6a6a6}i{color}{color:#a8a8a8}b{color}{color:#a9a9a9}b{color}{color:#aaaaaa}o{color}{color:#acacac}n{color} {color:#afafaf}l{color}{color:#b0b0b0}e{color}{color:#b1b1b1}f{color}{color:#b3b3b3}t{color} {color:#b6b6b6}a{color}{color:#b7b7b7}n{color}{color:#b8b8b8}d{color} {color:#bbbbbb}i{color}{color:#bdbdbd}t{color} {color:#bfbfbf}i{color}{color:#c1c1c1}s{color} {color:#c4c4c4}q{color}{color:#c5c5c5}u{color}{color:#c6c6c6}i{color}{color:#c8c8c8}t{color}{color:#c9c9c9}e{color} {color:#cccccc}w{color}{color:#cdcdcd}o{color}{color:#cfcfcf}r{color}{color:#d0d0d0}n{color} {color:#d3d3d3}o{color}{color:#d4d4d4}u{color}{color:#d6d6d6}t{color}{color:#d7d7d7}.{color}{color:#d9d9d9}.{color}{color:#dadada}.{color}{color:#dbdbdb}.{color}{color:#dddddd}.{color}{color:#dedede}.{color}{color:#e0e0e0}.{color}{color:#e1e1e1}.{color}{color:#e2e2e2}.{color}{color:#e4e4e4}.{color}{color:#e5e5e5}.{color}{color:#e7e7e7}.{color}{color:#e8e8e8}.{color}{color:#e9e9e9}.{color}{color:#ebebeb}.{color}{color:#ececec}.{color}{color:#eeeeee}.{color}{color:#efefef}.{color}{color:#f0f0f0}.{color}{color:#f2f2f2}.{color}{color:#f3f3f3}.{color}{color:#f5f5f5}.{color}{color:#f6f6f6}.{color}{color:#f7f7f7}.{color}{color:#f9f9f9}.{color}{color:#fafafa}.{color}{color:#fcfcfc}.{color}

Similar Messages

  • How to find out the time when the ASE started?

    Normally, ASE not reboot for production. Only for maintenance or performance tuning, maybe need to reboot ASE.
    Question is how to find out the time when ASE was started?
    one way maybe is check errorlog. Any more simple way no need to login to server OS?

    Hi Kent,
    In ASE 12.5 and up, you can do 'select @@boottime'  For older releases, a general method is 'select crdate from sysdatabases where dbid=2'
    1> select @@boottime, crdate from sysdatabases where dbid=2
    2> go
                                     crdate
                 Jul 15 2014  9:19AM             Jul 15 2014  9:19AM
    (1 row affected)
    Cheers
    Dan

  • How to find out the rows inserted between a time period.

    Hi,
    Please help me to solve this.
    Table - emp.
    Colmns - empno(Primary Key),ename, mgr
    How to find out the rows inserted between a time period.
    For eg:- Between 02-Oct-2006 1 PM and 03-Oct-2006 2 PM.
    regards,
    Mathew.

    Hi,
    Maybe work:
    For each row, ORA_ROWSCN returns the conservative upper bound system change number (SCN) of the most recent change to the row. This pseudocolumn is useful for determining approximately when a row was last updated. It is not absolutely precise, because Oracle tracks SCNs by transaction committed for the block in which the row resides
    e.g.:
    SGMS@ORACLE10> create table test(cod number);
    Table created.
    SGMS@ORACLE10> insert into test values (1);
    1 row created.
    SGMS@ORACLE10> insert into test values (2);
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> insert into test values (3);
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> select SCN_TO_TIMESTAMP(ora_rowscn),ora_rowscn,cod from test;
    SCN_TO_TIMESTAMP(ORA_ROWSCN)       ORA_ROWSCN        COD
    06/11/06 08:56:56,000000000         727707205          1
    06/11/06 08:56:56,000000000         727707205          2
    06/11/06 08:57:05,000000000         727707210          3Cheers

  • How to find out the last time login for a locked login account?

    In ASE 15.4,there are many login account show as locked and unlocked. How to find out the last login time for those locked login account?

    Thank you.  The version of my ASE is 12.5.4.
    This is what I got from select * from syslogins: 
    suid status accdate totcpu totio spacelimit timelimit resultlimit dbname name password language pwdate audflags fullname srvname logincount procid
    1
    30 2 10/25/2012 11:41:10.430 AM 0 0 0 0 0 . . ... us_english 02/24/2.0.08 12:55:38.640 PM 0 [NULL] [NULL] [NULL] [NULL]
    this is what I got from exec sp_displaylogin 'mylogin':
    1 Suid: 46                               
    2 Loginame: mylogin   
    3 Fullname: FN LN
    4 Default Database: mydb
    5 Default Language: us_english   
    6 Auto Login Script:    
    7 Configured Authorization:   
    8 Locked: YES                              
    9 Date of Last Password Change: Apr 17 2010  2:36PM    
    10 Password expiration interval: 0            
    11 Password expired: NO                               
    12 Minimum password length: 6            
    13 Maximum failed logins: 0            
    14 Current failed login attempts:    
    15 Authenticate with: AUTH_DEFAULT                     
    which one is for last login time?

  • How to find out the last date & time on which a program has been run

    Hi Experts,
    Can anybody tell how to find out the last date on which a purticular program has been run.
    Valuable answers will be rewarded.
    Thanks & Regards,
    Satish.

    Hi!
    Try STAD transaction. Unfortunately it contains a huge amount of data, so it is available only for a few days backwards... Maybe some weeks, but you can't make yearly reports from its data... So it's not useful to see, which program is in use or not...
    I planned once to download it weekly, but it was not so important...
    Regards
    Tamá

  • How to find out the Target Component name and Target view name

    Hi All Expert,
                      I want to know ,how to find out the target component and target view in WEB UI,when i click on a field which shows as a hyper link in WEB UI .At GUI level ,i know the how it will work.Any way to find out the component name and view name which is show the details of that field at GUI level .IF you go to transaction CRMD_ORDER then open the service contract id .then goto the item level value .there is 1 service data tab is available at item level.there is two button is available.first one is available time and second one is response time .if i click on any button then one popup is open which is shows the details of that button.I dont know how to find out the component name and view name from GUI level.
    Thanks in Advance....
    Vishwas Sahu

    Hi Vishwa,
                 The control would be something like this for navigation in Get_p_xxx method u mention as link and u mention a event name which gets triggered on the click of this hyperlink. So your GET_P_XXX method would have the following code:
    CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_event_link.
        WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
          rv_value = 'EXAMPLE'.
    Now you have to create a method as EH_ONEXAMPLE at your IMPL class and within which you would give an outbound plug method. Within the outbound plug the target data would be filled in the collection and window outbound plug would be triggered.
    This is a huge topic and  i have just mentioned you basic things.
    Regards,
    Bharathy.

  • How to find out the RasterItem(embedded) links name?

    How to find out the RasterItem(embedded) links name which appeared in Links menu(Window->Links) via scripting for illustrator cs3. Please advise me the possibilities.
    Thanks for looking into this.

    Thanks for your support. From your code i got the filename(embedded) with pathname(if the embedded image in that location). If the embedded image not in that location at that time it throws error message. Is it possible to find out the name of the embedded image, if the corresponding image not in that location. Kindly advise me the possiblitities.
    Thanks for looking into this.

  • How to find out the save as setting information in illustrator cs3?

    How to find out the save as setting information in illustrator cs3 through programmatically. I saved the file using the setting like Overprint, EmbedAllFonts, IncludeDocumentThumbnails throgh scripting. But i don't know how to find out the save as setting information(Overprint, EmbedAllFonts, IncludeDocumentThumbnails) whether the checkbox true or not through scripting. Kindly advice me.

    Thanks for your response. Some time the operator will set the wrong "save as setting" in the eps file . So i need to check wheather the operator set the correct save as setting or not. If the operator set the wrong save as setting,  i need to inform while running the script. So please advice me how to find out the save as setting information of the active document file, and then inform to the operator if any improper "save as setting" occured.

  • How to find out the max mem can be allocatedTT for 32 bit Win ?

    How to find out the maximum Permanent Data Size and Temporary Data Size that can be allocated for the Oracle Times Ten for 32 bit Windows OS.

    Hi Chris,
    Am I write in saying that this also depends on shared memory setting as well?
    If that is the case, on a platform like window 2003 32-bit, one cannot have more than 4GB of shared memory. Windows Server 2003 includes support for a startup switch (entered in the boot.ini file) that allows the allocation of memory and memory address space. Regardless of the amount of physical memory that is installed on the system, the operating system uses a virtual address space of 4 GB. Out of that amount, by default, 2 GB is allocated to user-mode processes (for example, Oracle or TimesTen) and 2 GB is allocated to kernel-mode processes (for example the operating system and others). In a nutshell on systems that have more than 1 GB of RAM, this startup switch can be used to allocate more memory to applications (3 GB) and less memory to the operating system (1 GB). However, adding adding the /3GB switch to the boot.ini file will not increase the amount of physical RAM memory, the 3GB switch just tells the computer to allocate the existing memory space differently.
    For a 32-bit TimesTen the limit on memory cannot be more than 2GB (PermSize+TempSize). For example on Linux 32-bit I have 1024MB and 512MB for these two parameters.
    Thanks,
    Mich

  • How to make use of SE37- Function Module & how to find out the table?

    Hi ,
    1.Could anyone help me what's this SE37-Function module is all about,How to make use of this?
    For Eg,If i want to delete a BOM permanently from the system then I have to use the Function module CM_DB_DEL_FROM_ROOT_BOM.
    But after giving the particular name what should i do?
    Please help me.
    2.How to find out the respective table for a particular field sya for T code-COGI, T code MFBF,where its values are getting populated.,Please help in this issue.
    Thanks in adavnce for spending some time
    Raj.S

    Hi Raj
    Function Modules
    Function modules are procedures that are defined in special ABAP programs only, so-called function groups, but can be called from all ABAP programs. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench using the Function Builder.
    Function modules allow you to encapsulate and reuse global functions in the SAP System. They are managed in a central function library. The SAP System contains several predefined functions modules that can be called from any ABAP program. Function modules also play an important role during updating  and in interaction between different SAP systems, or between SAP systems and remote systems through remote communications.
    Unlike subroutines, you do not define function modules in the source code of your program. Instead, you use the Function Builder. The actual ABAP interface definition remains hidden from the programmer. You can define the input parameters of a function module as optional. You can also assign default values to them. Function modules also support exception handling. This allows you to catch certain errors while the function module is running. You can test function modules without having to include them in a program using the Function Builder.
    The Function Builder  also has a release process for function modules. This ensures that incompatible changes cannot be made to any function modules that have already been released. This applies particularly to the interface. Programs that use a released function module will not cease to work if the function module is changed.
    Check this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm
    You can execute function module in SE37ie you can perform the activiites defined in the function module by executing it.
    By deleting BOM you mention the FM name in se37 and execute. In some function module it will ask input parameters as developed in the program , you have to give the input parameters and execute.

  • How to find out the Hire date of an employee?

    Hi All
    What is effective date, Latest start date and other date fields which are are used when we create a new employee?
    What is the difference between hire date and joining date?
    How to find out the Hire date and joining date of an employee?
    Regards
    Rahman

    The effective dates are related to date tracking. The effective start date shows when this version of the record became effective.
    The Hire Date, or Latest Satrt Date shows the date on which the employee was last hired. If he was hired before from 01/01/01 to 31/12/01, then left but was hired again from 01/01/07, the Latest Hired Date would be 01/01/07 and the First Hired Date would be 01/01/01.
    When using Oracle HR, datetracking allows you to either correct data (because it was wrong or incomplete), or update it (because a time effective change took place e.g. got married).
    The[b] effective dates show when a record was updated. So, if an update was made on 07/02/07, and the update datetrack option was used, the current record would have its effective end date set to 06/02/07 (the day before the update) and a new version would be created with the updates and an effective start date of 07/02/07.
    Hope this helps.

  • How to find out the max/min value of one field corresponding to a second field in HANA through graphical way.

    Hi,
    I am trying to find out the latest delivery date(EINDT)  for each purchasing document (EBELN) through graphical way.
    The view contains other fields apart from the above mentioned two fields.
    When only the two fields (EBELN, EINDT) are there, then in semantics, I can select 'Max' as aggregation to get the maximum value for each document.
    If I do like this, then I need to join more than 3 views and also so many joins in calculation view. Taking so much time for data preview.
    Hence , please help me in getting the solution while the view contains other fields also.
    Thanks in advance.
    Thanks,
    Jyothirmayi

    Hi Sreehari/Vinoth,
    Thank you for your replies.
    if only two fields are then I can get the max/min values of one field corresponding to other field.
    But more than two fields are there with different values, then let me know how to find out the max/min value of a particular filed corresponding to the 2nd field with other fields also should be in the output.
    I hope you understood my issue.Please revert in case of questions.
    Thanks & Regards,
    Jyothirmayi

  • How to find out the primary and failover DNS name

    Hi;
    This sounds very stupid, but could some one please tell me how to find out the name/dns name of the primary and failover server without using the CDS console.
    any help is appreciated

    Is this what you want?
    $ /usr/lib/ldap/ldap_cachemgr -g
    cachemgr configuration:
    server debug level 0
    server log file "/var/ldap/cachemgr.log"
    number of calls to ldapcachemgr 12729
    cachemgr cache data statistics:
    Configuration refresh information:
    Previous refresh time: 2005/08/07 23:54:59
    Next refresh time: 2005/08/08 00:55:00
    Server information:
    Previous refresh time: 2005/08/14 15:15:00
    Next refresh time: 2005/08/15 03:15:00
    server: ldap1.example.com, status: UP
    server: ldap2.example.com, status: UP
    server: ldap3.example.com, status: UP
    Cache data information:
    Maximum cache entries: 256
    Number of cache entries: 0
    Gary

  • How to find out the standard info stucture for a customized IS in LIS

    Hi All
    I have to run the statistical set up for the customized info structure S763 for the application plant maintenance in LIS. But i dont know whether it was copied from a standard SAP info structure or it was enhanced from a standard info structure.
    I have even checked out all the standard IS for plant maintenance but it is not matching. The closest match is S063 but a few characteristics and a key figure is missing.
    Could anybody guide me how to find out the standard info structure?
    Any help would be of great help.
    Regards
    Saddy

    Hi Ganesh
    No..it didnt solve my problem. MC23 only displays the info structures.  I have a customized info structure S763 which was created long time back. Im not sure whether it was copied from a standard info structure or enhanced from a standard info structure.
    I have to give the source info structure name to run statistical set up. The closest one which matches with the S763 is S063 but it is missing few characteristics and key figure.
    does it means that the IS S063 was enhanced?? Am i right?? If it was enhanced how will i run the statistical setup for the same...
    I hope i have explained clearly.
    Do provide ur valuable input.
    Regards
    Saddy

  • How to find out the best settings for BDT

    Hi there.
    I am trying to predict a movie rating. I downloaded datasets from IMDb, prepared them. A tried all of the regression algorithms, but the best result is giving Boosted Decision Tree. Now I am dealing with the best settings in this algorithm.
    With default, running time was 69 seconds and the mean absolute error was 0.4844, which is quite much I think. So I tried to improve it by changing parameters of the BDT module. I tried to set Leaves per tree to 150 and than experimentaly find
    remaining parameters. I've come to Samples per leaf=12, Learning rate=0.04 and
    Number of trees=700. Running time was 78 seconds and mean absolute error was 0.4596.
    Input of the algorithm is joined matrix with 14 columns (11 features) and 67672 rows splitted into 70:30 (training:testing).
    Is there any way how to find out the best setting of Boosted Decision Tree?

    Yordan's suggestion is correct, though the documentation is a bit outdated.
    You can use the single parameter + sweeper mode or define your own custom ranges in the BDT module with the Parameter Range setting
    Regards,
    aK

Maybe you are looking for

  • Macbook pro trying to speed up connection to pc network files

    I have a macbook pro and I am connected to a pc network at work. I am trying to view files on a drive called the L drive at work, and it takes forever to view the same files that are viewable instantly on a PC. Do i need to change a configuration?

  • How much is tax? And how much is cancellation?

    I want to get the Photoshop deal where I pay $9.99 a month, how much tax would be added monthly? Also, if I ended my contract, let's say in 8 months, how much would it cost to cancel?

  • How do you delete Business Catalyst Websites

    How do you permantly delete old business catalyst websites. I've been trying to permantly delete all these old business catalyst sites that keep showing up in the side bar that says "Websites" and u can "View" or "Manage" them. But every time i try t

  • NoSuchMethodException when deploying an EJB

    I was using JBoss 2.2.4 with Tomcat 3.2.3 and was able to deploy the original CD example. But I couldn't deploy the example after I changed the persistence-type to "Bean" in ejb-jar.xml. I had a method "ejbFindByPrimaryKey()" in the CDBean.java and a

  • Avoid "mailto:"-part when copying an e-mail address from a message?

    I do a lot of copying e-mail addresses from within an e-mail message, during my day. It's annoying that "mailto:" is automatically added to the e-mail address when placed in the clipboard, as if you just paste it into a new e-mail, as "mailto:[email