Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rule "ramMF"
- when Computador( hasVideo == false && boots == false && restarting == true && nBips == 3)
- then Main.addProblem("RAM defective or unplugged");
- end
- rule "vgaMF"
- when Computador( hasVideo == false )
- then Main.addProblem("VGA malfunction");
- end
- rule "serialMF"
- when Computador( keyboardMF == true || mouseMF == true)
- then Main.addProblem("Serial communication malfunction or component burnt");
- end
- rule "netSlow"
- when Computador( networkMF == true && slow == true )
- then Main.addProblem("Traffic shaping");
- end
- rule "soundMF"
- when Computador( hasSound == false )
- then Main.addProblem("Sound driver not found or component burnt");
- end
- rule "soMF"
- when Computador( blueOnBoot == true && restarting == true )
- then Main.addProblem("SO corrupted");
- end
Advertisement
Add Comment
Please, Sign In to add comment