aayushGaur / stac

Steady-State AC Network Visualization in the Browser - Developed at DATA61/Faculty of IT, Monash University - as a part of the summer research project.
http://immersive.erc.monash.edu.au/stac/
MIT License
16 stars 13 forks source link

Generator Costs on Q #7

Closed ccoffrin closed 9 years ago

ccoffrin commented 9 years ago

In some cases the matrix mpc.gencost with have two lines for each generator. If that is the case, the parser should raise a warning "This test case has cost values on reactive power generation that are not displayed by this tool."

See case9Q.m for an example.

aayushGaur commented 9 years ago

Added the required warning on the tool-tip for the generators and synchronous condensers.

ccoffrin commented 9 years ago

Because the Q values are omitted from every generator, adding a warning on each one is a bit redundant.

I think it is simpler just to raise a dialog box when the cases is loaded warning the user that some information is not displayed. The rest of the tool can remain the same.

aayushGaur commented 9 years ago

Updated to display the following message to the user: 'Warning: this test case has cost values on reactive power generation that are not displayed by this tool.'