{"id":10608,"updated":"2025-01-23T02:44:20.064925+00:00","links":{},"created":"2025-01-18T22:45:28.294963+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00010608","sets":["581:625:632"]},"path":["632"],"owner":"1","recid":"10608","title":["オブジェクト指向組み込み制御システムのモデルベース開発法"],"pubdate":{"attribute_name":"公開日","attribute_value":"2005-06-15"},"_buckets":{"deposit":"759d3443-a45b-4908-8762-a335231e4f8f"},"_deposit":{"id":"10608","pid":{"type":"depid","value":"10608","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"オブジェクト指向組み込み制御システムのモデルベース開発法","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"オブジェクト指向組み込み制御システムのモデルベース開発法"},{"subitem_title":"A Model-based Development Method for Object-oriented Embedded Control Systems","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"論文","subitem_subject_scheme":"Other"}]},"item_type_id":"2","publish_date":"2005-06-15","item_2_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"株式会社日立製作所日立研究所"},{"subitem_text_value":"株式会社日立製作所日立研究所"},{"subitem_text_value":"株式会社日立製作所オートモティブシステムグループ,現在,武蔵工業大学"}]},"item_2_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Hitachi Research Laboratory, Hitachi, Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Hitachi Research Laboratory, Hitachi, Ltd.","subitem_text_language":"en"},{"subitem_text_value":"Automotive Systems, Hitachi, Ltd.,Presently with Musashi Institute of Technology","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/10608/files/IPSJ-JNL4606009.pdf"},"date":[{"dateType":"Available","dateValue":"2007-06-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-JNL4606009.pdf","filesize":[{"value":"489.6 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"8"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"2446cabd-a2c9-41eb-b3bb-d3c26ec3d6bd","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2005 by the Information Processing Society of Japan"}]},"item_2_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"吉村, 健太郎"},{"creatorName":"宮崎, 泰三"},{"creatorName":"横山, 孝典"}],"nameIdentifiers":[{}]}]},"item_2_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Kentaro, Yoshimura","creatorNameLang":"en"},{"creatorName":"Taizo, Miyazaki","creatorNameLang":"en"},{"creatorName":"Takanori, Yokoyama","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_2_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN00116647","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_2_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7764","subitem_source_identifier_type":"ISSN"}]},"item_2_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"本論文では,オブジェクト指向とコード自動生成という2つの技術を統合化した,組み込み制御システムのモデルベース開発方法について述べる.組み込み制御システムの大規模化にともない,再利用性に優れたオブジェクト指向技術が本格的に注目されてきた.また近年,制御モデルからプログラムを自動生成するオートコードの技術が実用段階に近づいている.しかし,これら2つの技術の統合化には課題が多い.そこで我々は,オブジェクト指向組み込み制御システム向けの,コード自動生成を援用したモデルベース開発法を提案する.本開発法の特徴は,制御モデルから自動生成したソフト部品をラッパでオブジェクト化するとともに,そのラッパを自動生成可能としたことである.本提案方式により,モデルベース開発における実装用コード自動生成率を従来方式の69%から96%に向上させることができた.また,本開発法の自動車用エンジン制御システムへの適用事例を紹介する.","subitem_description_type":"Other"}]},"item_2_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"We present a model-based development method for embedded control systems. The development method integrates object-oriented software development and automatic program generation. The amount of embedded software is increasing dramatically, and there is an increasing demand for improving development efficiency. Object-oriented software development, which excels in the reuse of software components, has been gaining a great deal of attention. Recently, the quality and efficiency of the automatic program generation from a controller model is becoming production level. However, an integrating these methods has some difficulties. The objective of our research is to establish a model based development method for object-oriented embedded control systems adopting automatically generated software. The feature of this method is that a wrapper wraps an automatically generated function which is handled as an object, and the wrapper is automatically generated too. We develop a software that generate the wrapper from the automatically generated function. Therefore, the rate of automatically generated function is improved from 69% to 96%. We also explain a proposed development method with an application example to an engine control system for automobiles.","subitem_description_type":"Other"}]},"item_2_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"1446","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌"}],"bibliographicPageStart":"1436","bibliographicIssueDates":{"bibliographicIssueDate":"2005-06-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"6","bibliographicVolumeNumber":"46"}]},"relation_version_is_last":true,"item_2_alternative_title_2":{"attribute_name":"その他タイトル","attribute_value_mlt":[{"subitem_alternative_title":"分析・設計技法"}]},"weko_creator_id":"1"}}