Search Results
56किसी भी खाली खोज के साथ परिणाम मिले
अन्य पेज (18)
- Affordable Hotels Worldwide | Book Rooms Online | msentert.com
Find affordable hotel rooms worldwide to match your budget. Compare options and book now for a comfortable stay with msentert.com Hotels. Welcome to msentert.com' s Hotels division नीचेएक नज़र डालें और नए और रोमांचक होटल कमरों को ब्राउज़ करें। होटल के कमरे और रेस्तरां बुक करने के लिए नीचे दिए गए मानचित्र पर जाएँ, सर्च बार, शो लिस्ट और रेस्तरां टैब पर जाएँ । अपने बजट के अनुसार दुनिया में कहीं भी आवास प्राप्त करें अपने बजट के अनुसार दुनिया में कहीं भी आवास प्राप्त करें agoda Booking.com Kayak Getyourguide Vrbo Expedia Hotels.com Tripadvisor Book now Powered by Stay22 10% Discount Book free Spot payment Free cancellation
- EIS |msentert.com
This page is about EIS software design , page contains DFDs and other technical literature Welcome to msentert.com's Information technology division Engine information system Author Mahamad Suleman Nadaf Copyrighted material, not to modify and reproduce the material Introduction Structured systems design and structured systems analysis of Engine information system software. This article contains structure chart, data flow diagrams of EIS. Processed information about engine measurement and performance these include physical measurement that is geometrical dimension of engine such as cylinder diameter, length of piston stroke, cylinder volume and engine ratings such as efficiency, horsepower, compression ratio, heat balance sheet. Structure chart of EIS for a function-oriented design the design can be represented graphically by structure charts. The structure of a program is made up of the modules of that program to gather interconnections between modules. Every computer program has a structure it’s structure can be determined by the structure chart of a program is a graphic representation of it’s structure. In a structure chart module is represented by module name written in the box. The functional module of a system (Either the problem domain or the solution domain) can be represented by a Data flow diagram (DFD). Data flow-based modeling is often referred to as the structured analysis technique that uses function-based decomposition while modeling to problem. It focuses on the function performed in the problem domain and the data consumed and produced by these functions. It is a top-down refinement approach which was originally called structured analysis specification and was proposed for producing the specification. System designing includes module designing which are described in structure chart and data flow diagrams. Designing input this is data entry section this is concerned to logic of the program what data has to be entered in the input fields example engine number, no of cylinders, cylinder bore diameter etc. these are input fields. Designing output this section gives the computed results reports are part of the designing output section. The outputs are calculated results set of gathered sorted information reports graphs etc. EIS gives reports of engine measurement and performance such as geometrical dimensions, horsepower, efficiency, compression ratio and heat balance sheet. This technical paper is pertaining to the Engine information system software. Illustrates how programming logic is used to develop software and mathematical formulas used for computing engine performance. Structured system design and structured system analysis of EIS gives the description about structured systems design and structured systems analysis of the software modules used in the software program. Software is a set of computer programs. Computer programs give instructions to computers to perform specific tasks. EIS consists of a set of different programs that are going to compute engine performance and give the desired output. Software is going to design and develop based on actual system and requirements of desired output result. The outputs are calculated results set of gathered sorted information reports graphs etc. EIS gives reports of engine measurement and performance such as geometrical dimensions, horsepower, efficiency, compression ratio and heat balance sheet. The process of identifying, modeling and documenting how data moves around the information system is called data flow. Data flow modeling examines process activities that transform data from one to another data store (holding areas for data) external entities (what sends data into a system or receives data from a system) and data flows routes by which data can flow. Power unit of an Automobile is that component or part which produces power to drive the automobile. It is generally in the form of an internal combustion engine running on petrol or diesel. The nature and the type of the tests to be conducted depend upon various factors some of which are the degree of development of the particular design and accuracy required the funds available for the nature of the manufacturing company and its design strategy. The purpose of running an engine is to obtain mechanical power. The difference between indicated horsepower and brake horsepower output of an engine is the friction horsepower. Almost in variably the difference between good engine and bad engine is due to difference between their frictional losses. Compression ratio in an internal combustion engine degree to which the fuel mixture is compressed before igniting. 2. Structure chart 2.1. Modelling Structure chart SC in software engineering is a chart which shows the breakdown of system to its lowest manageable levels. They are used in structured programming to arrange programming modules into tree. Each module is represented by a box which contains module name. The tree structure visualizes the relationships between modules. The structure chart is top down modular. Design tool constructed of squares representing the different modules in the system and lines that connect them. In structure analysis structure charts are used to specify the high-level design or architecture of a computer program. Computer program is usually a collection of instructions that can be executed by a computer to perform a specific task. Programmers use a structure chart to build a program in a manner similar to how an architect uses a blueprint to build a house. Represent hierarchical structure of modules. It breaks down the entire system into lowest functional modules to describe functions and sub-functions of each module of a system to a greater detail. Structure Chart partitions the system into black boxes (functionality of the system is known to the users but inner details are unknown). Inputs are given to the black boxes and appropriate outputs are generated. Modules at top level are called modules at low level. Components are read from top to bottom and left to right. When a module calls another, it views the called module as black box, passing required parameters and receiving results. Structure diagrams are all diagrams that model a static component of a system where data changes but not the structures of the elements and their relationships with each other. Data objects are either produced or consumed by the system. During the evaluation and solution synthesis the analyst creates modules of the systems in an effort to understand data and control flow functional processing and operational behavior. These models serve as foundation for software design as the basis of creations of software specifications area of effort is specification. Software requirement specification is document and is producing the functional behavior architectural interface and performance related requirement of the user. 2.2. Engine database file. Where data is going to be stored after processing the engine’s information. Engine details are identified by unique identification like vehicle or engine make, model or engine number. In this technical paper engine details are identified by engine number. 2.3. Engine An engine is a module which contains 3 modules see figure 1. 1. Add 2. Update 3. Delete Figure 1 Structure chart of Engine information system. 2.3.1. Add module This program module adds the records to database after processing engine’s information. “Add” is having many fields engine number cylinder bore diameter, length of the stroke etc. Data has to be entered in these fields after entering the required data into fields “Add” program computes engine performance send the output to database. Processed records are stored in database file. 2.3.2. Update module This program module does same as “Add” if you want to make any changes to existing record you can change here based on the engine number primary field or key field. Whenever you want you can fetch the record and can make the changes once the engine number is added that cannot be changed. Based on this field related data can be changed in the update module. 2.3.3. Delete module This module is used to delete records. Based on engine number fetch the record and delete the entire record including engine number. 2.3.4. Reports This module produces reports of processed information of engine performance. 1. Single Engine 2. Geometrical dimensions 3. Horsepower 4. Efficiency 5. Compression ratio 6. Heat balance sheet 2.3.5. Single Engine The report for each engine is going to be displayed on one page. 2.3.6. Geometrical dimensions A report of geometrical dimensions based on engine number is going to be displayed for multiple engines. Engine displacement Swept volume Cylinder volume Clearance volume Cross section of the piston Copyrighted material, not to modify and reproduce the material 2.3.7. Horsepower A report of the horsepower of the engine based on engine numbers is going to be displayed for multiple engines. Tax horsepower Indicated horsepower Brake horsepower Friction horsepower 2.3.8. Efficiency This module gives a report of efficiency based on engine numbers for multiple engines. Mechanical efficiency Brake thermal efficiency Indicated thermal efficiency Compression ratio 2.3.9. Compression ratio This module gives the report of compression ratio. See table 7. 2.3.10. Heat balance Sheet This module gives information about total heat utilized. The heat produced inside the engine cylinder is not fully utilized to do the external work. Some of the heat is carried away by the engine cooling system, exhaust gases and radiation. These heat losses reduce the thermal efficiency of the engine. Frictional losses are also there which consume about 10% of the total heat produced. About 20% of the heat produced is utilized for turning the wheels. During a specified period (usually a minute), the total heat produced inside the cylinder must be equal to the sum of the various heat losses that are utilized for useful work. All these items, when recorded in a tabular form, constitute what we call a heat balance sheet. See table 1. 3. Data flow diagram Data flow diagram illustrates how data is processed by a system in terms of inputs and outputs. As it’s name indicates, it focuses on the flow of information where data comes, where data goes, where it stores. They are graphical representation of data flow through a system or sub system used to model information system are used to graphically represent the flow of data in an information system describes the process that is involved in a system to transfer data from the input to the file storage and reports generation 3.1 Software requirement analysis It is the process of collecting, understanding, modeling and documenting the software requirements which are essential to develop high quality software. Mostly the software engineer is responsible for the task of software requirement analysis but in case of complex system this task is performed by the specialist commonly referred to as system analyst. It is the job of system analyst to extract exact requirements from the particular area of automotive engineering and specify them in a manner in which these requirements can be translated into design. 3.2. DFD of Engine information system Refer figure 2 from engine database file engine details which are pertaining to particular engine go to process boxes. Process boxes process the information processed information is going to store in engine database file and to report boxes to produce the reports. Whenever required add new record fetch the record from database file can make update or delete the record of particular engine. 3.2.1. Compute geometrical dimensions Details of particular engine flows to process box “Compute engine geometrical dimensions” geometrical dimensions are got computed. Processed information is going to store in engine database file and to produce the report to “Produce reports” box. See table 3 and 4. 3.2.2. Compute horsepower Details of particular engine flows to process box "Compute horsepower" engine horsepower is get computed as processed information is going to store in engine database file and to produce the report to “Produce reports” box. See table 5. 3.2.3. Compute efficiency Details of particular engine flows to process box "Compute engine efficiency “efficiency is get computed as processed information is going to store in engine database file and to produce the report to “Produce reports” box. See table 6. Figure 2 Data flow diagram of Engine information system Copyrighted material, not to modify and reproduce the material 3.2.4. Compute compression ratio Details of particular engine flows to process box "Compute compression ratio” compression ratio is computed as processed information is going to store in engine database file and to produce the report to "Produce reports" box See table 7. 3.2.5. Generate heat balance sheet Details of particular engine flows to process box "Generate heat balance sheet" heat balance sheet is get generated as processed information is going to store in engine database file and to produce the report to "Produce reports” box. See table 1. 3.3. Geometrical dimensions Figure 3 Data flow diagram of geometrical Dimensions Detail data flow diagram of process box of "Compute geometrical dimensions" of figure 2. From engine database file engine details of particular engine go to process boxes. Process boxes process the information as processed information is going to store in engine database file and to produce the report to "Produce reports” box. Shown in figure 3 and See table 3 & 4. 3.3.1. Engine Displacement Details of particular engine go to “Calculate engine displacement " process box. Engine displacement is get calculated as processed information is going to store in engine database file and to produce the report to "Produce reports" box. Engine displacement has been defined as the total volume displaced by all the pistons as they move from their top dead center position. It determines the size of an engine in cubic centimeters (cc). This volume depends on the cylinder diame ter (bore), piston stroke and the number of cylinder see equation 1. π = 3.14 D = Diameter of the cylinder, cm (1) L = Length of the stroke, cm N = Number of cylinders 3.3.2. Swept Volume Details of particular engine go to “Calculate swept volume” process box. Swept volume is get calculated as processed information is going to store in engine database file and to produce the report to “Produce reports” box. Swept volume is calculated as see equation 2 . π= 3.14 (2) D = Diameter of the cylinder L= Length of stroke 3.3. 3 Cylinder Volume Details of particular engine go to ”Calculate cylinder volume” process box. Cylinder volume is get calculated as processed information is going to store in engine database file and to produce the report to “Produce reports “box. See equation 3. Cylinder volume=sweptvolume + clearenceevolume (3) 3.3.4. Clearence Volume Details of particular engine go to “Calculate clearance volume” process box. Clearance volume is get calculated as processed information is going to store in engine database file and to produce the report to “Produce reports” box. In the cylinder volume above the piston at top dead center is the clearance volume. Clearance volume is calculated as See equation 4. π= 3.14 (4) D= Diameter of the cylinder H= Height from TDC to Cylinder head 3.3.5 Cross-section of the piston Details of particular engine go to” Calculate cross section of the piston” process box. Cross section of the piston is get calculated as processed information is going to store in engine database file and to produce the report to “Produce reports” box. See equation 5 . π= 3.14 (5) D=bore Copyrighted material, not to modify and reproduce the material 3.4. Horse Power Detail dataflow diagram of process box of “Compute horse power” of figure 2. From engine database file engine details of particular engine go to process boxes. Process boxes process the information as processed information is going to store in engine database file and to produce the report to "Produce reports" box. See figure 4. 3.4.1.Tax Horse power Details of particular engine go to “Calculate tax horse power” process box. Tax horse power get calculated as processed information is going to store in engine data base file and to produce the report to “Produce reports” box. The RAC (Royal Automobile Club of England) horse power rating of engines is used to compare engines on the basis of the number and diameter of cylinders. This horse power rating is usually for tax purposes, and hence called taxable horse power. RAC horse power is given by. See equation 6. D = diameter (or bore) of the cylinder (6) N = number of cylinders 3.4.2.Indicated Horse power Details of particular engine goto “Calculate indicated horse power" process box. Indicated horse power is get calculatedas processed information is going tostore in engine database file and to producethe report to “Produce reports" box. The power actually developed inside the engine cylinder by the combustion of fuel is called indicated horse power. Indicated horse power will be calculated for N number of cylinders If you enter number of cylinder 1 then it is getting calculated for 1 cylinder if you enter number of cylinders 4 then it will be calculated for 4 cylinders.See equation 7. P = Mean effective pressure in kg/cm² (7) L = Length of stroke A = Area of piston in cm² N = Number of RPM of crankshaft Nc = Number of cylinders 3.4.3. Brake Horse Power Details of particular engine go to “Calculate brake horse power” process box brake horse power is get calculated as processed information is going to store in engine data base file and to produce the report to “Produce reports “box. The power which the engine actually delivers to do the outside work is called brake horse power. It is the output power of an engine. It is usually 70 to 85% of its indicated horse power. It can be measured by some measuring instruments like prony brake or dynamometer and is given by the following relation. See equation 8. π= 3.14 D= Diameter of the brake drum N = Number of RPM of crank shaft (8) F= Force registered on scale S=Spring balance reading Figure 4 Dataflow diagram of engine horse power 3.4.4 Friction horse power Details of particular engine go to “Calculate Friction horse power” process box. Friction horse power is get calculated as processed information is going to store in engine data base file and to produce the report to “Produce reports” box. Friction horse power output power (or BHP) of an engine is always less than the input power (or IHP), because some power is lost in overcoming the friction between the moving parts. The power lost in friction in engine mechanism is called friction horse power. It is equal to the difference between the IHP and BHP. See equation 9. FHP = IHP -- BHP (9) 3.5 Efficiency Detail dataflow diagram of process box of “Compute efficiency” of figure2. From engine database file engine details of particular engine goes to process boxes. Process boxes process the information as processed information is going to store in engine database file and to produce the report to "Produce reports" box. See figure 5. 3.5.1. Mechanical efficiency Details of particular engine go to “Calculate mechanical efficiency” process box. Mechanical efficiency is get calculated as processed information is going to store in engine data base file and to produce the report to “Produce reports” box Mechanical efficiency is the ratio of brake horse power to indicated horse power. See equation 10. (10) 3.5.2. Brake thermal efficiency Details of particular engine go to “Calculate brake thermal efficiency" process box. Brake thermal efficiency is get calculated as processed information is going to store in engine database file and to produce the report to "Produce reports" box. It is the ratio of BHP or IHP to that heat energy of the fuel supplied during the same interval of time. Efficiency based on BHP is called Brake thermal efficiency. See equation 11. W =Weight of cooling water supplied in kg/min (11) Q = Lower calorific value in the fuel in kcal/kg J = Mechanical equivalent of heat = 427 Copyrighted material, not to modify and reproduce the material Figure 5 Data flow diagram of engine efficiency 3.5.3. Indicated thermal efficiency Details of particular engine go to "Calculate indicated thermal efficiency” process box. Indicated thermal efficiency is get calculated as processed information is going to store in engine data base file and to produce the report to "Produce reports" box. It is the ratio of BHP or IHP to that heat energy of the fuel supplied during the same interval of time. Efficiency based on IHP is called Indicated thermal efficiency. See equation 12. (12) W =Weight of cooling water supplied in kg/min Q = Lower calorific value in the fuel in kcal/kg J = Mechanical equivalent of heat = 427 3.6 Compression ratio Detail data flow diagram of process box of "Compute compression ratio" of figure2. From engine data base file engine details of particular engine go to process boxes. Process boxes process the information as processed information is going to store in engine database file and to produce the reports to “Produce reports box”. Figure 6 Data flow diagram of Compression ratio Details of particular engine go to "Calculate compression ratio” process box compression ratio isget calculated as processed information is going to store in engine database file and to produce the report to "Produce reports" box. See figure 6. It is the ratio of the charge in the cylinder above the piston at bottom dead centre and the volume of the charge when the piston is at top dead center. Since the volume above the piston at bottom dead center is the displacement of the cylinder plus the clearance volume and the volume above the piston at top dead center is the clearance volume, the compression ratio can be stated as see equation 13. (13) 3.7 Heat balance sheet Detail dataflow diagram of process box of “Generate heat balance sheet” of figure 2. From engine database file engine details of particular engine go to process boxes. Process boxes process the information as processed information is going to store in engine database file and to produce the report to “Produce reports” box. Copyrighted material, not to modify and reproduce the material Details of particular engine go to" Generate heat balance sheet" process box. Heat balance sheet is get generated as processed information is going to store in engine data base file and to produce the report to "Produce heat balance sheet " box. See figure 7. 3.7.1 Heat supplied Heat supplied by the combustion of fuel The weight of the fuel supplied in kg/min Calorific value of the fuel in kcal/kg Figure 7 Data Flow diagram of heat balance sheet 3.7.2 Heat to IHP Heat converted to IHP 3.7.3 Heat to cooling water Heat carried away by cooling water. See equation 14. Ww = weight of cooling water supplied in kg/min t1 = temperature of cooling water at outlet in °C t2 =temperature of water at inlet in°C 3.7.4 Heat to exhaust gas Heat carried away by exhaust gases can be determined by the exhaust gas calorimeter. See equation 15. Heat taken away by the water from the exhaust gases = (15) Q = lower calorific value in the fuel in kcal/kg Ww = weight of water flowing in kg /min Tw2 = Temperature of water at outlet in °C Tw1 = Temperature of water at inlet in °C Table 1 Heat balance sheet Reports 4 4.1 Single engine report Report of each engine pertaining to engine number report will be displayed in one page report includes geometrical dimensions, horse power, efficiency and heat balance sheet. 4.2 Report of engine geometrical dimensions for multiple engines Based on engine number report is going to be displayed for multiple engines in row and column format. Report includes engine number, cylinder bore diameter, stroke length and engine displacement. 4.2.1Report of engine geometrical dimensions for multiple engines. Copyrighted material, not to modify and reproduce the material Based on engine number report is going to be displayed for multiple engines in row and column format. Report includes engine number, swept volume, clearance volume, cylinder volume and cross section of the piston. 4.2.2. Report of engine horse power for multiple engines Based on engine number report is going to be displayed for multiple engines in row and column format. Report includes engine number, number of strokes, RPM, tax horsepower,Indicated horse power, brake horse power and friction horse power. Table 5 Report of engine horsepower for multiple engines 4.2.4 Report of engine compression ratio for multiple engines Table 7 Report of compression ratio for multiple engines Based on engine number report is going to be displayed for multiple engines in row and column format. Report includes engine number, swept volume clearance volume, cylinder volume and compression ratio. Copyrighted material, not to modify and reproduce the material 4.2.3 Report of engine efficiency for multiple engines Table 6 Report of engine efficiency for multiple engines Based on engine number report is going to be displayed for multiple engines in row and column format. Report includes engine number, number of strokes, RPM, mechanical efficiency, breaks thermal efficiency and indicated thermal efficiency. Back
- Terms and Conditions | msentert.comhttps://alfatehengworks.wixsite.com/mahamadsulemanentert/hi/terms
This page is about Terms and conditions, for end users. Or for site visitors. Terms and Conditions Last updated: April 08, 2023 Please read these terms and conditions carefully before using Our Service. Interpretation and Definitions Interpretation The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural. Definitions For the purposes of these Terms and Conditions: Affiliate means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority. Country refers to: Karnataka, India Company (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to msentert.com. Device means any device that can access the Service such as a computer, a cellphone or a digital tablet. Service refers to the Website. Terms and Conditions (also referred as "Terms") mean these Terms and Conditions that form the entire agreement between You and the Company regarding the use of the Service. Third-party Social Media Service means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the Service. Website refers to msentert.com, accessible from http://msentert.com You means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable. Acknowledgment These are the Terms and Conditions governing the use of this Service and the agreement that operates between You and the Company. These Terms and Conditions set out the rights and obligations of all users regarding the use of the Service. Your access to and use of the Service is conditioned on Your acceptance of and compliance with these Terms and Conditions. These Terms and Conditions apply to all visitors, users and others who access or use the Service. By accessing or using the Service You agree to be bound by these Terms and Conditions. If You disagree with any part of these Terms and Conditions then You may not access the Service. You represent that you are over the age of 18. The Company does not permit those under 18 to use the Service. Your access to and use of the Service is also conditioned on Your acceptance of and compliance with the Privacy Policy of the Company. Our Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your personal information when You use the Application or the Website and tells You about Your privacy rights and how the law protects You. Please read Our Privacy Policy carefully before using Our Service. Links to Other Websites Our Service may contain links to third-party web sites or services that are not owned or controlled by the Company. The Company has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that the Company shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any such content, goods or services available on or through any such web sites or services. We strongly advise You to read the terms and conditions and privacy policies of any third-party web sites or services that You visit. Termination We may terminate or suspend Your access immediately, without prior notice or liability, for any reason whatsoever, including without limitation if You breach these Terms and Conditions. Upon termination, Your right to use the Service will cease immediately. Limitation of Liability Notwithstanding any damages that You might incur, the entire liability of the Company and any of its suppliers under any provision of this Terms and Your exclusive remedy for all of the foregoing shall be limited to the amount actually paid by You through the Service or 100 USD if You haven't purchased anything through the Service. To the maximum extent permitted by applicable law, in no event shall the Company or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, loss of data or other information, for business interruption, for personal injury, loss of privacy arising out of or in any way related to the use of or inability to use the Service, third-party software and/or third-party hardware used with the Service, or otherwise in connection with any provision of this Terms), even if the Company or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose. Some states do not allow the exclusion of implied warranties or limitation of liability for incidental or consequential damages, which means that some of the above limitations may not apply. In these states, each party's liability will be limited to the greatest extent permitted by law. "AS IS" and "AS AVAILABLE" Disclaimer The Service is provided to You "AS IS" and "AS AVAILABLE" and with all faults and defects without warranty of any kind. To the maximum extent permitted under applicable law, the Company, on its own behalf and on behalf of its Affiliates and its and their respective licensors and service providers, expressly disclaims all warranties, whether express, implied, statutory or otherwise, with respect to the Service, including all implied warranties of merchantability, fitness for a particular purpose, title and non-infringement, and warranties that may arise out of course of dealing, course of performance, usage or trade practice. Without limitation to the foregoing, the Company provides no warranty or undertaking, and makes no representation of any kind that the Service will meet Your requirements, achieve any intended results, be compatible or work with any other software, applications, systems or services, operate without interruption, meet any performance or reliability standards or be error free or that any errors or defects can or will be corrected. Without limiting the foregoing, neither the Company nor any of the company's provider makes any representation or warranty of any kind, express or implied: (i) as to the operation or availability of the Service, or the information, content, and materials or products included thereon; (ii) that the Service will be uninterrupted or error-free; (iii) as to the accuracy, reliability, or currency of any information or content provided through the Service; or (iv) that the Service, its servers, the content, or e-mails sent from or on behalf of the Company are free of viruses, scripts, trojan horses, worms, malware, timebombs or other harmful components. Some jurisdictions do not allow the exclusion of certain types of warranties or limitations on applicable statutory rights of a consumer, so some or all of the above exclusions and limitations may not apply to You. But in such a case the exclusions and limitations set forth in this section shall be applied to the greatest extent enforceable under applicable law. Governing Law The laws of the Country, excluding its conflicts of law rules, shall govern this Terms and Your use of the Service. Your use of the Application may also be subject to other local, state, national, or international laws. Disputes Resolution If You have any concern or dispute about the Service, You agree to first try to resolve the dispute informally by contacting the Company. For European Union (EU) Users If You are a European Union consumer, you will benefit from any mandatory provisions of the law of the country in which you are resident in. United States Legal Compliance You represent and warrant that (i) You are not located in a country that is subject to the United States government embargo, or that has been designated by the United States government as a "terrorist supporting" country, and (ii) You are not listed on any United States government list of prohibited or restricted parties. Severability and Waiver Severability If any provision of these Terms is held to be unenforceable or invalid, such provision will be changed and interpreted to accomplish the objectives of such provision to the greatest extent possible under applicable law and the remaining provisions will continue in full force and effect. Waiver Except as provided herein, the failure to exercise a right or to require performance of an obligation under these Terms shall not effect a party's ability to exercise such right or require such performance at any time thereafter nor shall the waiver of a breach constitute a waiver of any subsequent breach. Translation Interpretation These Terms and Conditions may have been translated if We have made them available to You on our Service. You agree that the original English text shall prevail in the case of a dispute. Changes to These Terms and Conditions We reserve the right, at Our sole discretion, to modify or replace these Terms at any time. If a revision is material We will make reasonable efforts to provide at least 30 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at Our sole discretion. By continuing to access or use Our Service after those revisions become effective, You agree to be bound by the revised terms. If You do not agree to the new terms, in whole or in part, please stop using the website and the Service. Contact Us If you have any questions about these Terms and Conditions, You can contact us: • By visiting this page on our website: http://msentert.com/contact Let's Go




