{"id":145,"date":"2020-03-02T09:16:14","date_gmt":"2020-03-02T09:16:14","guid":{"rendered":"https:\/\/arms10.org\/publication\/?p=145"},"modified":"2020-03-03T06:13:01","modified_gmt":"2020-03-03T06:13:01","slug":"design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine","status":"publish","type":"post","link":"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/","title":{"rendered":"Design and Realize the Electromotor Choice Expert System of Sewing Machine"},"content":{"rendered":"\n<h2><a href=\"https:\/\/www.vssewingmachine.in\/\">Design and Realize the Electromotor Choice Expert System of Sewing Machine<\/a><\/h2>\n\n\n\n<p>The unified modeling language (UML), which is<br> introduced in this paper, is an important technology about the<br> developing method of object-oriented software. UML can<br> make each component of the large complicated system<br> visualize, then indicate and construct the system model, and<br> build up various documents. This paper, which takes the<br> electromotor choice expert system of sewing machine as an<br> instance, describes how to design and realize the fact base and<br> rule base in this expert system and how to carry out and<br> spread this expert system with the Java program.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.vssewingmachine.in\/\"><img loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-146\" srcset=\"https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1-1024x1024.jpg 1024w, https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1-300x300.jpg 300w, https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1-150x150.jpg 150w, https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1-768x768.jpg 768w, https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1-90x90.jpg 90w, https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>With the rapid development of expert systems, the<br> world has been developed a large number of expert<br> systems in the areas such as chemical analysis, medical<br> diagnosis, address investigation, weather forecast, fault<br> treatment, speech recognition, image processing, process<br> control, agriculture, economic and military areas. Some<br> of the systems claim that their system\u2019s performance has<br> been achieved even more than the level of human<br> experts, their application has started to generate huge<br> economic benefits. At present, the expert system has<br> been infiltrated into all areas, and been subjected to<br> universal attention from various industries, and has<br> become popular around the world in one of the<br> competition topics. The topics come from the design of<br> the expert system for selection of sewing machine motor<br> which is part of the major projects in Zhejiang Province<br> [021101146] \u201cThe development platform based on<br> supporting the innovative of intelligent sewing<br> machines\u201d. <a href=\"https:\/\/www.vssewingmachine.in\/\">vs enterprises<\/a><br> The main varieties of motor products are<br> asynchronous motor, synchronous motor, synchronous<br> generator, DC motors and all kinds of special motors.<br> AC motor has about 167 series and 802 varieties; DC<br> motor 53 series and 347 varieties; fractional motor has<br> 79 series and 405 varieties; control micro electric<br> machine has 56 series and 328 varieties [1]. The working<br> load of the engineer to find a suitable motor from so<br> many motors is very large ,and the development of the<br> electromotor choice expert system of sewing machine<br> industrial can make the design easier ,reduce the total<br> cost, make performance-price ratio reaching the optimal<br> and finally make the knowledge of the selection of motor<br> in enterprise accumulate incessantly[2] .<br> II. EXPERT SYSTEM DESIGN<br> A. Demand and functional analysis<br> The system function is the selection of small and<br> medium electric motors. When the users input the certain<br> known motor parameters, one or more motor models<br> selected in the system will be showed. This kind of<br> problem that has data-driven feature is suitable for the<br> rule based language with forward inference. The typical<br> case is reading in one group of motor parameter the each<br> program cycle and deducting until obtaining all the<br> possible conclusions according to input data. As shown<br> in Figure 1 is the flowchart of the expert system.<br> Fig. 1 Flow chart of Motor Selection<br> The unification of data is a very important step in this<br> system. That means at the stage of setting up the<br> knowledgebase, some motor parameters have been<br> systematically standardized and can be recognized by the<br> system. Taking the speed control for example, each user<br> may have their specific requirements of speed. To be<br> exhaustive, some fuzzy selection functions will be lost<br> and the user&#8217;s choice will be limited. Therefore this paper<br> will categorize the speed range to high, low and none<br> ((speed range high), (speed range low), (speed range<\/p>\n\n\n\n<p>zero)).This not only facilitates the establishment of the<br>\nsystem, but also makes the selection of speed easier.<br>\nWhen the users choose the speed, they don\u2019t need to<br>\nconsider the actual data and all they need to know is the<br>\nscope of the speed range. After the data standardization<br>\nis finished, the rule is needed to control the data. The<br>\nrule verifies the match degree of the input data and the<br>\nknowledgebase by pattern matching [3] [4].<br>\nDuring the actual operation of the expert system for<br>\nmotor selection, some kinds of functions must be<br>\nshowed, such as outputting the following motor<br>\nparameters according to the input data: the motor model,<br>\nthe protection and structure form, the rated power and<br>\ncooling ventilation, the rated speed. Of course, these<br>\ncontents can be outputted individually or in combination.<br>\nAnd finally the users determine the required motor<br>\naccording to these dates<\/p>\n\n\n\n<p><a href=\"https:\/\/www.vssewingmachine.in\/\">https:\/\/www.vssewingmachine.in\/<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/g.page\/vssewing?share\">https:\/\/g.page\/vssewing?share<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Design and Realize the Electromotor Choice Expert System of Sewing Machine The unified modeling language (UML), which is introduced in this paper, is an important technology about the developing method of object-oriented software. UML can make each component of the&#8230; <a class=\"direadmore\" href=\"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/\"> Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[89],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Design and Realize the Electromotor Choice Expert System of Sewing Machine - International Conference Publications<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Design and Realize the Electromotor Choice Expert System of Sewing Machine - International Conference Publications\" \/>\n<meta property=\"og:description\" content=\"Design and Realize the Electromotor Choice Expert System of Sewing Machine The unified modeling language (UML), which is introduced in this paper, is an important technology about the developing method of object-oriented software. UML can make each component of the... Continue Reading&#8230;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/\" \/>\n<meta property=\"og:site_name\" content=\"International Conference Publications\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-02T09:16:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-03T06:13:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1-1024x1024.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/arms10.org\/publication\/#website\",\"url\":\"https:\/\/arms10.org\/publication\/\",\"name\":\"International Conference Publications\",\"description\":\"Web Design and Hosting\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/arms10.org\/publication\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/arms10.org\/publication\/wp-content\/uploads\/2020\/03\/Gold-trim-8768-1200x1200-1.jpg\",\"width\":1200,\"height\":1200},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/#webpage\",\"url\":\"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/\",\"name\":\"Design and Realize the Electromotor Choice Expert System of Sewing Machine - International Conference Publications\",\"isPartOf\":{\"@id\":\"https:\/\/arms10.org\/publication\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/#primaryimage\"},\"datePublished\":\"2020-03-02T09:16:14+00:00\",\"dateModified\":\"2020-03-03T06:13:01+00:00\",\"author\":{\"@id\":\"https:\/\/arms10.org\/publication\/#\/schema\/person\/09cefbaab3c57b044c39ce0c7bfcc315\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/arms10.org\/publication\/design-and-realize-the-electromotor-choice-expert-system-of-sewing-machine\/\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/arms10.org\/publication\/#\/schema\/person\/09cefbaab3c57b044c39ce0c7bfcc315\",\"name\":\"Writer\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/arms10.org\/publication\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4d842b0618de314aaca09da5e8507652?s=96&d=mm&r=g\",\"caption\":\"Writer\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/posts\/145"}],"collection":[{"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/comments?post=145"}],"version-history":[{"count":2,"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/posts\/145\/revisions"}],"predecessor-version":[{"id":153,"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/posts\/145\/revisions\/153"}],"wp:attachment":[{"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/media?parent=145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/categories?post=145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arms10.org\/publication\/wp-json\/wp\/v2\/tags?post=145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}