フィルターのクリア

How to get induction machine parameters.

4 ビュー (過去 30 日間)
Muhammad Usman Tanveer
Muhammad Usman Tanveer 2017 年 12 月 17 日
回答済み: Ben Drebing 2017 年 12 月 19 日
By using code
options.DisplayDetails = 1;
options.units = 'p.u.';
[params,spec2,errors] = power_AsynchronousMachineParams(spec,options)
When i put torque value spec.Ns = 1500; spec.Nn = 3000 It give error
Error in power_AsynchronousMachineParams (line 32) [varargout{1:nargout}] = power_AsynchronousMachineParams_pr(varargin{:});
How to solve this error

回答 (1 件)

Ben Drebing
Ben Drebing 2017 年 12 月 19 日
To confirm, is the error you are getting?
Error using power_AsynchronousMachineParams_pr
Function 'power_AsynchronousMachineParams_pr' couldn't find a solution.
This is because the inputs you gave to the power_AsynchronousMachineParams function make the optimization problem it has to solve infeasible. Go back through your parameters and make sure that they make sense for the problem you are solving. For instance, you mentioned torque, did you mean to change the spec.Tn parameter?

カテゴリ

Help Center および File ExchangeMotor Drives についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by