@@ -52,7 +52,7 @@ XMIモデル定義とMathWorksツールモデルの対応については、SysML
5252
5353## Getting Started (English)
5454
55- + If you want try import from XMI:
55+ + Case1: If you want try import from XMI:
5656
57570 . Install SysML Connector : https://jp.mathworks.com/products/sysml.html
58581 . Start MATLAB
@@ -65,13 +65,23 @@ XMIモデル定義とMathWorksツールモデルの対応については、SysML
65656 . Click ”Import”
6666
6767
68- + If you want to run a model that is already linked to Simulink and can be simulated:
68+ + Case2: If you want to run a model that is already linked to Simulink and can be simulated:
69691 . Open SysMLArchModel/SysMLArchModel.prj
70702 . Open ElectricThrottleControl.slx
71713 . Run Simulation.
7272
73+ + Case 3: You want to run a simulation from a test case defined in Simulink Test:
74+
75+ 1 . open SysMLArchModel/SysMLArchModel.prj
76+ Open TestFile/TestManagerFile.mldatx in the project 3.
77+ 3 . select a test case from the test browser
78+ TestmanagerFile->Response Performance Test->Step Response Test
79+ 4 . Right-click on the test case “Step Response Test” and select “Run
80+ 5 . The screen changes to “Results and Artifacts” and the simulation based on the test case is executed.
81+
82+
7383## Getting Started (Japanese)
74- + XMIからのインポートを試したい場合:
84+ + Case1: XMIからのインポートを試したい場合:
7585
76861 . SysMLコネクタをインストール:
77872 . MATLABを起動
@@ -81,11 +91,22 @@ XMIモデル定義とMathWorksツールモデルの対応については、SysML
81916 . 出力ディレクトリを選択
82927 . 「インポート」をクリック
8393
84- + すでにSimulinkと連携してシミュレーション可能になったモデルを実行してみたい場合:
94+ + Case2: すでにSimulinkと連携してシミュレーション可能になったモデルを実行してみたい場合:
95+
85961 . SysMLArchModel/SysMLArchModel.prjを開く
86972 . ElectricThrottleControl.slxを開く
87983 . シミュレーションを実行する。
8899
100+ + Case3: Simulink Testで定義したテストケースからシミュレーションを実行したい場合:
101+
102+ 1 . SysMLArchModel/SysMLArchModel.prjを開く
103+ 2 . プロジェクト内のTestFile/TestManagerFile.mldatxを開く
104+ 3 . テストブラウザーからテストケースを選択する
105+ TestmanagerFile->応答性能テストー>ステップ応答テスト
106+ 4.テストケース「ステップ応答テスト」を右クリックし、「実行」を選択
107+ 5.画面が「結果とアーティファクト」に切り替わり、テストケースに基づくシミュレーションが実行される
108+
109+
89110## License
90111<!-- - Make sure you have a License.txt within your Repo --->
91112
0 commit comments