Exemple #1
0
 public void AnalyserOffButtonClicked()
 {
     ServiceByteMessagesStandardCommands.SetValueToOutGoingMassage(ByteMessages.Instance.ServiceModeOutgoing, 1, ServiceByteMessagesStandardCommands.ANALYSEROFF);
 }
Exemple #2
0
 public void AnalGenRunButtonClicked()
 {
     ServiceByteMessagesStandardCommands.SetValueToOutGoingMassage(ByteMessages.Instance.ServiceModeOutgoing, 1, ServiceByteMessagesStandardCommands.RUN);
 }
Exemple #3
0
 public void FuncGenOffButtonClicked()
 {
     ServiceByteMessagesStandardCommands.SetValueToOutGoingMassage(ByteMessages.Instance.ServiceModeOutgoing, 1, ServiceByteMessagesStandardCommands.FUNCGENOFF);
 }
Exemple #4
0
 public void ReadButtonClicked()
 {
     ServiceByteMessagesStandardCommands.SetValueToOutGoingMassage(ByteMessages.Instance.ServiceModeOutgoing, 1, ServiceByteMessagesStandardCommands.READCMD);
 }
Exemple #5
0
 public void ModulInitButtonClicked()
 {
     ServiceByteMessagesStandardCommands.SetValueToOutGoingMassage(ByteMessages.Instance.ServiceModeOutgoing, 1, ServiceByteMessagesStandardCommands.MODULINIT);
 }
Exemple #6
0
 public void ResetOffButtonClicked()
 {
     ServiceByteMessagesStandardCommands.SetValueToOutGoingMassage(ByteMessages.Instance.ServiceModeOutgoing, 1, ServiceByteMessagesStandardCommands.PSUOFF);
 }
Exemple #7
0
 public void PsuOnButtonClicked()
 {
     ServiceByteMessagesStandardCommands.SetValueToOutGoingMassage(ByteMessages.Instance.ServiceModeOutgoing, 1, ServiceByteMessagesStandardCommands.PSUON);
     LoopMessagesArrayToSend();
 }