First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Speed and torque of induction motors in CLOD model

asked Sep 7 '17

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.

1 answer

Sort by » oldest newest most voted
0

answered Sep 8 '17

perolofl gravatar image

updated Sep 9 '17

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.

link

Comments

Can you explain more? I didn't understand.

Amir90 gravatar imageAmir90 (Sep 8 '17)

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

lmcqueen gravatar imagelmcqueen (Sep 15 '17)

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

lmcqueen gravatar imagelmcqueen (Sep 15 '17)

Does CLOD have a torque output?

MRS2016 gravatar imageMRS2016 (Jun 29 '18)

You can calculate torque from P and speed...

perolofl gravatar imageperolofl (Jul 4 '18)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Sep 7 '17

Seen: 691 times

Last updated: Sep 09 '17