Ask Your Question
0

Speed and torque of induction motors in CLOD model

asked 2017-09-07 06:52:32 -0500

Amir90 gravatar image

Hello, I am using the CLOD model for a specific load bus. I need to monitor speed and torque of large motor and small motor which are the components of CLOD model. How can I do it in python script. In fact, I am ruining a dynamic simulation. Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2017-09-08 02:46:06 -0500

perolofl gravatar image

updated 2017-09-09 04:08:18 -0500

Assign the appropriate VARs for large motor and small motor to channels.

There are VARS with speed, P and Q for the motors, see model description in Models.pdf.

edit flag offensive delete link more

Comments

Can you explain more? I didn't understand.

Amir90 gravatar imageAmir90 ( 2017-09-08 07:43:03 -0500 )edit

First thing is you consult the Models.pdf and look for the CLOD model where the induction motor component is included. The information about CLOD model is described along with its CONS, STATES, VARS, ICON. Look for the VARS number where the Speed and Torque channel of the induction motor is assigned

ffl gravatar imageffl ( 2017-09-15 01:38:02 -0500 )edit

After you have identified the VARS number channel for those parameters, include them in your snapshot using CHAN activity or its equivalent psspy API.

ffl gravatar imageffl ( 2017-09-15 01:39:20 -0500 )edit

Does CLOD have a torque output?

MRS2016 gravatar imageMRS2016 ( 2018-06-29 16:23:41 -0500 )edit

You can calculate torque from P and speed...

perolofl gravatar imageperolofl ( 2018-07-04 02:26:58 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2017-09-07 06:52:32 -0500

Seen: 644 times

Last updated: Sep 09 '17