Skip to content

Digitalized-Energy-Systems/communication-incidents-in-cpes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository allows to investigate communication incidents in Cyber-Physical Energy Systems (CPES). The implementation combines the agent framework mango and the communication simulator OMNeT++. The scenario consists of an agent system building a neighborhood grid and performing self-consumption optimization. The results of the optimzation are forwarded via an Aggregator Agent to the Grid Operator Agent, which is responsible to check the results regarding grid or market constraints. If any adaptions are necessary, these are forwarded via the Aggregator Agent to the neighborhood grid. The neighborhood grid then again performs a self-consumption optimization, taking into account the control signals of the Grid Operator Agent.optimization

The implementation integrates the consideration of different communication incidents: Asset failure (an agent stops to respond to others), communication failure (the communication between field and control center fails or vice versa), communication delay (data is transferred slower than usual) compromised process data (measurements are compromised, for example).

Now install OMNeT++ and cosima according to the instructions. For further information, see the cosima website. To consider the correct communication network, check out the branch communication robustness. After installing the respective packages, the scenario setting can be done in config.py. The date, number of agents and incident to simulate can be set there. To run the scenario, execute scenario.py. After a successful run, a results file is created, named according to the simulation start date.