-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated caseDicts to work with ospx 'refactor' branch.
- Loading branch information
Claas
committed
May 25, 2022
1 parent
dae2156
commit fb3ddbb
Showing
3 changed files
with
189 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
cd farn-demo | ||
ae | ||
cd farn | ||
farn farnDict --sample | ||
farn sampled.farnDict --generate | ||
farn sampled.farnDict --execute copy | ||
farn sampled.farnDict --execute parse | ||
farn sampled.farnDict --execute build | ||
farn sampled.farnDict --execute run -q | ||
farn sampled.farnDict --execute post | ||
./resetDemo.bat | ||
|
||
cd ospCaseBuilder | ||
ospCaseBuilder --inspect caseDict --verbose --log inspect.log --log-level INFO | ||
ospCaseBuilder caseDict --graph | ||
ospCaseBuilder caseDict | ||
cosim run OspSystemStructure.xml -b 0 -d 10 --real-time --log-level debug | ||
watchCosim watchDict -pd | ||
./resetDemo.bat | ||
|
||
cd importSystemStructure | ||
cd template | ||
importSystemStructure ..\house\OspSystemStructure.xml | ||
cd .. | ||
./resetDemo.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.