Exemple #1
0
 public void InsertDtccode9()
 {
     MyMeans.AccessLink();
     #region 插入DTC数据库
     string title = "#" + _9DTCID + "  " + C9dtcname + "     " + C9BackTDCnumcode + "    " + _C9Sactive + "\\" + _C9Tested;
     MyMeans.InsertDTC(title, C9S_Descrition_English, "", "", "", C9S_Descrition_Chinese);
     MyMeans.InsertDTC("", "Symptom", "", "", "", "");
     MyMeans.InsertDTC("", "First", FirstStatuValue, "", "", "");
     MyMeans.InsertDTC("", "Current", CurrentStatuValue, "", "", "");
     MyMeans.InsertDTC("", "All", AllsStatuValue, "", "", "");
     MyMeans.InsertDTC("", "Frequency counter", "", _C9s_Frequency_counter.ToString(), "", "发生频率");
     MyMeans.InsertDTC("", "Error delete counter", "", "40", "", "完成测试数 (DLC)");
     MyMeans.InsertDTC("", "Status", "", "", "", "");
     MyMeans.InsertDTC("", "", "Debounce completed", Debounce_completed, "", "");
     MyMeans.InsertDTC("", "", "Visible to OBD tool", Visible_to_OBD_tool, "", "");
     MyMeans.InsertDTC("", "", "MIL lamp on", MIL_lamp_on, "", "");
     MyMeans.InsertDTC("", "", "MIL lamp is blinking", MIL_lamp_is_blinking, "", "");
     MyMeans.InsertDTC("", "", "System lamp on", System_lamp, "", "");
     MyMeans.InsertDTC("", "Time since first appearance ", "", Time_since_first_appearance.ToString(), "", "");
     MyMeans.InsertDTC("", "Active time", "", Active_Time.ToString(), "", "");
     MyMeans.InsertDTC("", "Raw values:", C9_Value, "", "", "");
     #endregion
     MyMeans.AccessBreak();
 }