Exemplo n.º 1
0
 static void processor_FaultStateChanged(LogixProcessor sender, LogixFaultStateChangedEventArgs e)
 {
     //This function is called when the processor fault state changes. The fault states are None, Minor
     //Recoverable, Minor Unrecoverable, Major Recoverable, and Major Unrecoverable.
     Console.WriteLine("Processor Fault Mode Changed from " + e.OldState.ToString() + " to " + e.NewState.ToString());
 }
Exemplo n.º 2
0
 static void processor_FaultStateChanged(LogixProcessor sender, LogixFaultStateChangedEventArgs e)
 {
     //This function is called when the processor fault state changes. The fault states are None, Minor
     //Recoverable, Minor Unrecoverable, Major Recoverable, and Major Unrecoverable.
     Console.WriteLine("Processor Fault Mode Changed from " + e.OldState.ToString() + " to " + e.NewState.ToString());
 }