Skip to content

Commit cbef031

Browse files
committed
Update Read Me
1 parent 593945e commit cbef031

1 file changed

Lines changed: 25 additions & 4 deletions

File tree

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5757
0. Install SysML Connector : https://jp.mathworks.com/products/sysml.html
5858
1. Start MATLAB
@@ -65,13 +65,23 @@ XMIモデル定義とMathWorksツールモデルの対応については、SysML
6565
6. 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:
6969
1. Open SysMLArchModel/SysMLArchModel.prj
7070
2. Open ElectricThrottleControl.slx
7171
3. 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

7686
1. SysMLコネクタをインストール:
7787
2. MATLABを起動
@@ -81,11 +91,22 @@ XMIモデル定義とMathWorksツールモデルの対応については、SysML
8191
6. 出力ディレクトリを選択
8292
7. 「インポート」をクリック
8393

84-
+ すでにSimulinkと連携してシミュレーション可能になったモデルを実行してみたい場合:
94+
+ Case2: すでにSimulinkと連携してシミュレーション可能になったモデルを実行してみたい場合:
95+
8596
1. SysMLArchModel/SysMLArchModel.prjを開く
8697
2. ElectricThrottleControl.slxを開く
8798
3. シミュレーションを実行する。
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

Comments
 (0)