maul-esel / ssharp

S# is a formal modeling and safety analysis framework for safety-critical systems. It provides a domain specific modeling language and fully automated formal safety analysis tools based on C# and .NET.
http://safetysharp.isse.de/wiki
MIT License
0 stars 1 forks source link

Agent does not detect missing config in successor #24

Open maul-esel opened 7 years ago

maul-esel commented 7 years ago

If the next agent in line has no valid configuration for a resource, an agent should detect this and trigger a reconfiguration. Currently, it just passes the resource on, triggering an exception.

This happens when analysing the robot cell with the ConfigurationUpdateFailed fault.