06-29-2017 03:24 AM
Hi All,
Is there a way to control the failures of the objects?I have defined failures on multiple machines, but i want only one machine to fail at a time. Is there a way to simulate this kind of behaviour?
Thanks you,
-Varun
Solved! Go to Solution.
06-29-2017 06:13 AM
Hello Varun_B,
you can use a SingleProc as failure genarator. Add a failure control method. In this method, you can define which of your machines will be failed and you can disrupt the machine or remove the disruption.
So at any time only one machine will be failed.
Hope this helps
Regards
GG
06-29-2017 07:41 AM
Hi GG,
Thanks for the help. I am using "failed" observer on the single proc for simulationg the behaviour.
Regards,
Varun