-
Hello all, I was wondering how the following Rationale could be formulated as FRETish style requirement. Rationale: When an over-voltage error occurs the system shall broadcast an error message, every 2 seconds. Can you maybe give me a hint on how the FRETish styled requirement could look like? Cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @FlorianGuhl-zeiss, Thanks for the question. One way to do it is with the following three requirements:
The aux_state is just an auxiliary variable I am using to enforce the periodical behavior. Anastasia |
Beta Was this translation helpful? Give feedback.
Hi @FlorianGuhl-zeiss,
Thanks for the question. One way to do it is with the following three requirements:
Upon overvoltage the sw shall immediately satisfy error_message.
Upon error_message the sw shall after 1 second satisfy aux_state.
Upon aux_state the sw shall after 1 second satisfy error_message.
The aux_state is just an auxiliary variable I am using to enforce the periodical behavior.
Anastasia