0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

iRICのソルバーをコマンドラインから実行する方法

Posted at

iRICのソルバーは通常はiRICのGUIの中で「Similation」「Run」を選ぶか、プレイボタンを押すことにより実行されます。
ただし、何等かの理由でコマンドラインから直接実行したい場合もあると思います。例えば、バッチ処理で複数のケースを連続して実行したい場合や、デバック時に詳しいエラーメッセージを見たい場合などがこれに相当します。
この場合、まずコマンドプロンプトで、
set PATH=[iRICインストールフォルダのフルパス名]\guis\prepost;%PATH%"
を実行しその後で、
<フルパス>/ソルバー.exe <フルパス>/Case1.cgn
を実行するとコマンドプロンプト上でiRICのソルバーを実行できます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?