Controller
Description
This component is used to regulate the power setpoint of the resources based on information from economic dispatch.
Subscribe
Topic | Payload of interest |
---|---|
ResourceForecastState.Dispatch | Real Power and Reactive Power |
Publish
Topic | Payload of interest |
---|---|
ControlState.PowerSetpoint | Real Power and Reactive Power |
Input Files
This component does not have any input files.
Workflow
- Simulation is started
- Controller t receives SimState "running"
- Controller responds by sending Status "ready" message.
- Controller receives Epoch message for the new epoch
- Controller receives ResourceForecastState.Dispatch message from Economic Dispatch
- Controller generates and publishes specific ControlState.PowerSetpoint message for the resources connected to it for the current epoch
- Controller sends Status "ready" message
- Repeat steps for 6-7
- If the controller receives SimState "stopped" closes by itself