Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Sending pump schedules from MATLAB to EPANET
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I optimise pump operation using pump schedules 0,1 for pump being off/on, respectively, for 1 hour time steps. Currently, I use:
setdata('SET_PATTERN', [0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1], 13];
where 13 is ID of the pump pattern. But it does not seem to be reflected in EPANET. Could you please tell me what the correct code is?
Thank you very much,
Best Regards,
Helena
1 件のコメント
Mario CASTRO GAMA
2013 年 11 月 1 日
編集済み: Mario CASTRO GAMA
2013 年 11 月 1 日
Hello
Do you have at least 13 patterns? Because 13 must refer to the index not to the ID of the pattern. (Also the SPEED of the pump must be set)
Best regards.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!