問題タブ [energyplus]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
volttron - Volttron 環境で Energy Plus エージェントを実行中にエラーが発生しました
実行しようとしていますEnergy plus agent
が、エージェントの実行中に次のエラーが発生します。
ERROR: /bin/sh: 1: energyplus: Exec format error
https://github.com/VOLTTRON/volttron/tree/main/examples/EnergyPlusAgentの readme ファイルに従いました
- 私が従った手順 ---
- インストール済みの Eplus エージェント
wget https://github.com/NREL/EnergyPlus/releases/download/v8.5.0/EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh chmod +x EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh sudo ./EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh
「bcvtb」および「eplus」フォルダーを VOLTTRON のルートにコピーしました
構成 (yml) ファイルの正しいアドレスを反映するように構成を更新しました。
VOLTTRON を開始しました ./start-volttron
EnergyPlus シミュレーション サンプル エージェント ソース env/bin/activate python scripts/install-agent.py -s examples/EnergyPlusAgent/ -c examples/EnergyPlusAgent/ep_building1.yml -i platform.actuator --tag eplus --start --force を開始
その後、エラーが発生しました
ログ