config-editor-base 3.0.0 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +614 -637
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +614 -637
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19779,1436 +19779,1353 @@ var obdPids = [
|
|
|
19779
19779
|
service: "01",
|
|
19780
19780
|
pid: "00",
|
|
19781
19781
|
description: "PIDs supported [01 - 20]",
|
|
19782
|
-
name: "
|
|
19783
|
-
isotp: false
|
|
19782
|
+
name: "PIDsSupported_01_20",
|
|
19783
|
+
isotp: false,
|
|
19784
|
+
bytes_returned: 4
|
|
19784
19785
|
},
|
|
19785
19786
|
{
|
|
19786
19787
|
service: "01",
|
|
19787
19788
|
pid: "01",
|
|
19788
19789
|
description: "Monitor status since DTCs cleared",
|
|
19789
19790
|
name: "MonitorStatus",
|
|
19790
|
-
isotp: false
|
|
19791
|
+
isotp: false,
|
|
19792
|
+
bytes_returned: 4
|
|
19791
19793
|
},
|
|
19792
19794
|
{
|
|
19793
19795
|
service: "01",
|
|
19794
19796
|
pid: "02",
|
|
19795
19797
|
description: "Freeze DTC",
|
|
19796
19798
|
name: "FreezeDTC",
|
|
19797
|
-
isotp: false
|
|
19799
|
+
isotp: false,
|
|
19800
|
+
bytes_returned: 2
|
|
19798
19801
|
},
|
|
19799
19802
|
{
|
|
19800
19803
|
service: "01",
|
|
19801
19804
|
pid: "03",
|
|
19802
19805
|
description: "Fuel system status",
|
|
19803
19806
|
name: "FuelSystemStatus",
|
|
19804
|
-
isotp: false
|
|
19807
|
+
isotp: false,
|
|
19808
|
+
bytes_returned: 2
|
|
19805
19809
|
},
|
|
19806
19810
|
{
|
|
19807
19811
|
service: "01",
|
|
19808
19812
|
pid: "04",
|
|
19809
19813
|
description: "Calculated engine load",
|
|
19810
19814
|
name: "CalcEngineLoad",
|
|
19811
|
-
isotp: false
|
|
19815
|
+
isotp: false,
|
|
19816
|
+
bytes_returned: 1
|
|
19812
19817
|
},
|
|
19813
19818
|
{
|
|
19814
19819
|
service: "01",
|
|
19815
19820
|
pid: "05",
|
|
19816
19821
|
description: "Engine coolant temperature",
|
|
19817
|
-
name: "
|
|
19818
|
-
isotp: false
|
|
19822
|
+
name: "EngineCoolantTemp",
|
|
19823
|
+
isotp: false,
|
|
19824
|
+
bytes_returned: 1
|
|
19819
19825
|
},
|
|
19820
19826
|
{
|
|
19821
19827
|
service: "01",
|
|
19822
19828
|
pid: "06",
|
|
19823
19829
|
description: "Short term fuel trim (bank 1)",
|
|
19824
|
-
name: "
|
|
19825
|
-
isotp: false
|
|
19830
|
+
name: "ShortFuelTrimBank1",
|
|
19831
|
+
isotp: false,
|
|
19832
|
+
bytes_returned: 1
|
|
19826
19833
|
},
|
|
19827
19834
|
{
|
|
19828
19835
|
service: "01",
|
|
19829
19836
|
pid: "07",
|
|
19830
19837
|
description: "Long term fuel trim (bank 1)",
|
|
19831
|
-
name: "
|
|
19832
|
-
isotp: false
|
|
19838
|
+
name: "LongFuelTrimBank1",
|
|
19839
|
+
isotp: false,
|
|
19840
|
+
bytes_returned: 1
|
|
19833
19841
|
},
|
|
19834
19842
|
{
|
|
19835
19843
|
service: "01",
|
|
19836
19844
|
pid: "08",
|
|
19837
19845
|
description: "Short term fuel trim (bank 2)",
|
|
19838
|
-
name: "
|
|
19839
|
-
isotp: false
|
|
19846
|
+
name: "ShortFuelTrimBank2",
|
|
19847
|
+
isotp: false,
|
|
19848
|
+
bytes_returned: 1
|
|
19840
19849
|
},
|
|
19841
19850
|
{
|
|
19842
19851
|
service: "01",
|
|
19843
19852
|
pid: "09",
|
|
19844
19853
|
description: "Long term fuel trim (bank 2)",
|
|
19845
|
-
name: "
|
|
19846
|
-
isotp: false
|
|
19854
|
+
name: "LongFuelTrimBank2",
|
|
19855
|
+
isotp: false,
|
|
19856
|
+
bytes_returned: 1
|
|
19847
19857
|
},
|
|
19848
19858
|
{
|
|
19849
19859
|
service: "01",
|
|
19850
19860
|
pid: "0A",
|
|
19851
19861
|
description: "Fuel pressure (gauge pressure)",
|
|
19852
19862
|
name: "FuelPressure",
|
|
19853
|
-
isotp: false
|
|
19863
|
+
isotp: false,
|
|
19864
|
+
bytes_returned: 1
|
|
19854
19865
|
},
|
|
19855
19866
|
{
|
|
19856
19867
|
service: "01",
|
|
19857
19868
|
pid: "0B",
|
|
19858
19869
|
description: "Intake manifold absolute pressure",
|
|
19859
|
-
name: "
|
|
19860
|
-
isotp: false
|
|
19870
|
+
name: "IntakeManiAbsPress",
|
|
19871
|
+
isotp: false,
|
|
19872
|
+
bytes_returned: 1
|
|
19861
19873
|
},
|
|
19862
19874
|
{
|
|
19863
19875
|
service: "01",
|
|
19864
19876
|
pid: "0C",
|
|
19865
19877
|
description: "Engine speed",
|
|
19866
19878
|
name: "EngineRPM",
|
|
19867
|
-
isotp: false
|
|
19879
|
+
isotp: false,
|
|
19880
|
+
bytes_returned: 2
|
|
19868
19881
|
},
|
|
19869
19882
|
{
|
|
19870
19883
|
service: "01",
|
|
19871
19884
|
pid: "0D",
|
|
19872
19885
|
description: "Vehicle speed",
|
|
19873
19886
|
name: "VehicleSpeed",
|
|
19874
|
-
isotp: false
|
|
19887
|
+
isotp: false,
|
|
19888
|
+
bytes_returned: 1
|
|
19875
19889
|
},
|
|
19876
19890
|
{
|
|
19877
19891
|
service: "01",
|
|
19878
19892
|
pid: "0E",
|
|
19879
19893
|
description: "Timing advance",
|
|
19880
19894
|
name: "TimingAdvance",
|
|
19881
|
-
isotp: false
|
|
19895
|
+
isotp: false,
|
|
19896
|
+
bytes_returned: 1
|
|
19882
19897
|
},
|
|
19883
19898
|
{
|
|
19884
19899
|
service: "01",
|
|
19885
19900
|
pid: "0F",
|
|
19886
19901
|
description: "Intake air temperature",
|
|
19887
|
-
name: "
|
|
19888
|
-
isotp: false
|
|
19902
|
+
name: "IntakeAirTemperature",
|
|
19903
|
+
isotp: false,
|
|
19904
|
+
bytes_returned: 1
|
|
19889
19905
|
},
|
|
19890
19906
|
{
|
|
19891
19907
|
service: "01",
|
|
19892
|
-
pid: "
|
|
19908
|
+
pid: "10",
|
|
19893
19909
|
description: "Mass air flow sensor air flow rate",
|
|
19894
19910
|
name: "MAFAirFlowRate",
|
|
19895
|
-
isotp: false
|
|
19911
|
+
isotp: false,
|
|
19912
|
+
bytes_returned: 2
|
|
19896
19913
|
},
|
|
19897
19914
|
{
|
|
19898
19915
|
service: "01",
|
|
19899
|
-
pid: "
|
|
19916
|
+
pid: "11",
|
|
19900
19917
|
description: "Throttle position",
|
|
19901
19918
|
name: "ThrottlePosition",
|
|
19902
|
-
isotp: false
|
|
19919
|
+
isotp: false,
|
|
19920
|
+
bytes_returned: 1
|
|
19903
19921
|
},
|
|
19904
19922
|
{
|
|
19905
19923
|
service: "01",
|
|
19906
|
-
pid: "
|
|
19924
|
+
pid: "12",
|
|
19907
19925
|
description: "Commanded secondary air status",
|
|
19908
19926
|
name: "CmdSecAirStatus",
|
|
19909
|
-
isotp: false
|
|
19927
|
+
isotp: false,
|
|
19928
|
+
bytes_returned: 1
|
|
19910
19929
|
},
|
|
19911
19930
|
{
|
|
19912
19931
|
service: "01",
|
|
19913
|
-
pid: "
|
|
19932
|
+
pid: "13",
|
|
19914
19933
|
description: "Oxygen sensors present (2 banks)",
|
|
19915
|
-
name: "
|
|
19916
|
-
isotp: false
|
|
19934
|
+
name: "OxySensorsPresent_2Banks",
|
|
19935
|
+
isotp: false,
|
|
19936
|
+
bytes_returned: 1
|
|
19917
19937
|
},
|
|
19918
19938
|
{
|
|
19919
19939
|
service: "01",
|
|
19920
|
-
pid: "
|
|
19940
|
+
pid: "14",
|
|
19921
19941
|
description: "Oxygen sensor 1 (voltage)",
|
|
19922
19942
|
name: "OxySensor1_Volt",
|
|
19923
|
-
isotp: false
|
|
19924
|
-
|
|
19925
|
-
{
|
|
19926
|
-
service: "01",
|
|
19927
|
-
pid: "0E",
|
|
19928
|
-
description: "Oxygen sensor 1 (short term fuel trim)",
|
|
19929
|
-
name: "OxySensor1_STFT",
|
|
19930
|
-
isotp: false
|
|
19943
|
+
isotp: false,
|
|
19944
|
+
bytes_returned: 2
|
|
19931
19945
|
},
|
|
19932
19946
|
{
|
|
19933
19947
|
service: "01",
|
|
19934
|
-
pid: "
|
|
19948
|
+
pid: "15",
|
|
19935
19949
|
description: "Oxygen sensor 2 (voltage)",
|
|
19936
19950
|
name: "OxySensor2_Volt",
|
|
19937
|
-
isotp: false
|
|
19951
|
+
isotp: false,
|
|
19952
|
+
bytes_returned: 2
|
|
19938
19953
|
},
|
|
19939
19954
|
{
|
|
19940
19955
|
service: "01",
|
|
19941
|
-
pid: "
|
|
19942
|
-
description: "Oxygen sensor 2 (short term fuel trim)",
|
|
19943
|
-
name: "OxySensor2_STFT",
|
|
19944
|
-
isotp: false
|
|
19945
|
-
},
|
|
19946
|
-
{
|
|
19947
|
-
service: "01",
|
|
19948
|
-
pid: "10",
|
|
19956
|
+
pid: "16",
|
|
19949
19957
|
description: "Oxygen sensor 3 (voltage)",
|
|
19950
19958
|
name: "OxySensor3_Volt",
|
|
19951
|
-
isotp: false
|
|
19959
|
+
isotp: false,
|
|
19960
|
+
bytes_returned: 2
|
|
19952
19961
|
},
|
|
19953
19962
|
{
|
|
19954
19963
|
service: "01",
|
|
19955
|
-
pid: "
|
|
19956
|
-
description: "Oxygen sensor 3 (short term fuel trim)",
|
|
19957
|
-
name: "OxySensor3_STFT",
|
|
19958
|
-
isotp: false
|
|
19959
|
-
},
|
|
19960
|
-
{
|
|
19961
|
-
service: "01",
|
|
19962
|
-
pid: "11",
|
|
19964
|
+
pid: "17",
|
|
19963
19965
|
description: "Oxygen sensor 4 (voltage)",
|
|
19964
19966
|
name: "OxySensor4_Volt",
|
|
19965
|
-
isotp: false
|
|
19967
|
+
isotp: false,
|
|
19968
|
+
bytes_returned: 2
|
|
19966
19969
|
},
|
|
19967
19970
|
{
|
|
19968
19971
|
service: "01",
|
|
19969
|
-
pid: "
|
|
19970
|
-
description: "Oxygen sensor 4 (short term fuel trim)",
|
|
19971
|
-
name: "OxySensor4_STFT",
|
|
19972
|
-
isotp: false
|
|
19973
|
-
},
|
|
19974
|
-
{
|
|
19975
|
-
service: "01",
|
|
19976
|
-
pid: "12",
|
|
19972
|
+
pid: "18",
|
|
19977
19973
|
description: "Oxygen sensor 5 (voltage)",
|
|
19978
19974
|
name: "OxySensor5_Volt",
|
|
19979
|
-
isotp: false
|
|
19980
|
-
|
|
19981
|
-
{
|
|
19982
|
-
service: "01",
|
|
19983
|
-
pid: "12",
|
|
19984
|
-
description: "Oxygen sensor 5 (short term fuel trim)",
|
|
19985
|
-
name: "OxySensor5_STFT",
|
|
19986
|
-
isotp: false
|
|
19975
|
+
isotp: false,
|
|
19976
|
+
bytes_returned: 2
|
|
19987
19977
|
},
|
|
19988
19978
|
{
|
|
19989
19979
|
service: "01",
|
|
19990
|
-
pid: "
|
|
19980
|
+
pid: "19",
|
|
19991
19981
|
description: "Oxygen sensor 6 (voltage)",
|
|
19992
19982
|
name: "OxySensor6_Volt",
|
|
19993
|
-
isotp: false
|
|
19994
|
-
|
|
19995
|
-
{
|
|
19996
|
-
service: "01",
|
|
19997
|
-
pid: "13",
|
|
19998
|
-
description: "Oxygen sensor 6 (short term fuel trim)",
|
|
19999
|
-
name: "OxySensor6_STFT",
|
|
20000
|
-
isotp: false
|
|
19983
|
+
isotp: false,
|
|
19984
|
+
bytes_returned: 2
|
|
20001
19985
|
},
|
|
20002
19986
|
{
|
|
20003
19987
|
service: "01",
|
|
20004
19988
|
pid: "1A",
|
|
20005
19989
|
description: "Oxygen sensor 7 (voltage)",
|
|
20006
19990
|
name: "OxySensor7_Volt",
|
|
20007
|
-
isotp: false
|
|
20008
|
-
|
|
20009
|
-
{
|
|
20010
|
-
service: "01",
|
|
20011
|
-
pid: "1A",
|
|
20012
|
-
description: "Oxygen sensor 7 (short term fuel trim)",
|
|
20013
|
-
name: "OxySensor7_STFT",
|
|
20014
|
-
isotp: false
|
|
19991
|
+
isotp: false,
|
|
19992
|
+
bytes_returned: 2
|
|
20015
19993
|
},
|
|
20016
19994
|
{
|
|
20017
19995
|
service: "01",
|
|
20018
19996
|
pid: "1B",
|
|
20019
19997
|
description: "Oxygen sensor 8 (voltage)",
|
|
20020
19998
|
name: "OxySensor8_Volt",
|
|
20021
|
-
isotp: false
|
|
20022
|
-
|
|
20023
|
-
{
|
|
20024
|
-
service: "01",
|
|
20025
|
-
pid: "1B",
|
|
20026
|
-
description: "Oxygen sensor 9 (short term fuel trim)",
|
|
20027
|
-
name: "OxySensor8_STFT",
|
|
20028
|
-
isotp: false
|
|
19999
|
+
isotp: false,
|
|
20000
|
+
bytes_returned: 2
|
|
20029
20001
|
},
|
|
20030
20002
|
{
|
|
20031
20003
|
service: "01",
|
|
20032
20004
|
pid: "1C",
|
|
20033
20005
|
description: "OBD standards the vehicle conforms to",
|
|
20034
20006
|
name: "OBDStandard",
|
|
20035
|
-
isotp: false
|
|
20007
|
+
isotp: false,
|
|
20008
|
+
bytes_returned: 1
|
|
20036
20009
|
},
|
|
20037
20010
|
{
|
|
20038
20011
|
service: "01",
|
|
20039
20012
|
pid: "1D",
|
|
20040
20013
|
description: "Oxygen sensors present (4 banks)",
|
|
20041
|
-
name: "
|
|
20042
|
-
isotp: false
|
|
20014
|
+
name: "OxySensorsPresent_4Banks",
|
|
20015
|
+
isotp: false,
|
|
20016
|
+
bytes_returned: 1
|
|
20043
20017
|
},
|
|
20044
20018
|
{
|
|
20045
20019
|
service: "01",
|
|
20046
20020
|
pid: "1E",
|
|
20047
20021
|
description: "Auxiliary input status",
|
|
20048
|
-
name: "
|
|
20049
|
-
isotp: false
|
|
20022
|
+
name: "AuxiliaryInputStatus",
|
|
20023
|
+
isotp: false,
|
|
20024
|
+
bytes_returned: 1
|
|
20050
20025
|
},
|
|
20051
20026
|
{
|
|
20052
20027
|
service: "01",
|
|
20053
20028
|
pid: "1F",
|
|
20054
20029
|
description: "Run time since engine start",
|
|
20055
|
-
name: "
|
|
20056
|
-
isotp: false
|
|
20030
|
+
name: "TimeSinceEngStart",
|
|
20031
|
+
isotp: false,
|
|
20032
|
+
bytes_returned: 2
|
|
20057
20033
|
},
|
|
20058
20034
|
{
|
|
20059
20035
|
service: "01",
|
|
20060
|
-
pid: "
|
|
20036
|
+
pid: "20",
|
|
20061
20037
|
description: "PIDs supported [21 - 40]",
|
|
20062
|
-
name: "
|
|
20063
|
-
isotp: false
|
|
20038
|
+
name: "PIDsSupported_21_40",
|
|
20039
|
+
isotp: false,
|
|
20040
|
+
bytes_returned: 4
|
|
20064
20041
|
},
|
|
20065
20042
|
{
|
|
20066
20043
|
service: "01",
|
|
20067
|
-
pid: "
|
|
20044
|
+
pid: "21",
|
|
20068
20045
|
description: "Distance traveled with MIL on",
|
|
20069
20046
|
name: "DistanceMILOn",
|
|
20070
|
-
isotp: false
|
|
20047
|
+
isotp: false,
|
|
20048
|
+
bytes_returned: 2
|
|
20071
20049
|
},
|
|
20072
20050
|
{
|
|
20073
20051
|
service: "01",
|
|
20074
|
-
pid: "
|
|
20052
|
+
pid: "22",
|
|
20075
20053
|
description: "Fuel rail pres. (rel. to manifold vacuum)",
|
|
20076
20054
|
name: "FuelRailPres",
|
|
20077
|
-
isotp: false
|
|
20055
|
+
isotp: false,
|
|
20056
|
+
bytes_returned: 2
|
|
20078
20057
|
},
|
|
20079
20058
|
{
|
|
20080
20059
|
service: "01",
|
|
20081
|
-
pid: "
|
|
20082
|
-
description: "Fuel rail gauge
|
|
20060
|
+
pid: "23",
|
|
20061
|
+
description: "Fuel rail gauge pressure (diesel / GDI)",
|
|
20083
20062
|
name: "FuelRailGaug",
|
|
20084
|
-
isotp: false
|
|
20063
|
+
isotp: false,
|
|
20064
|
+
bytes_returned: 2
|
|
20085
20065
|
},
|
|
20086
20066
|
{
|
|
20087
20067
|
service: "01",
|
|
20088
|
-
pid: "
|
|
20068
|
+
pid: "24",
|
|
20089
20069
|
description: "Oxygen sensor 1 (air-fuel equiv. ratio)",
|
|
20090
20070
|
name: "OxySensor1_FAER",
|
|
20091
|
-
isotp: false
|
|
20071
|
+
isotp: false,
|
|
20072
|
+
bytes_returned: 4
|
|
20092
20073
|
},
|
|
20093
20074
|
{
|
|
20094
20075
|
service: "01",
|
|
20095
|
-
pid: "
|
|
20096
|
-
description: "Oxygen sensor 1 (voltage)",
|
|
20097
|
-
name: "OxySensor1_Volt",
|
|
20098
|
-
isotp: false
|
|
20099
|
-
},
|
|
20100
|
-
{
|
|
20101
|
-
service: "01",
|
|
20102
|
-
pid: "19",
|
|
20076
|
+
pid: "25",
|
|
20103
20077
|
description: "Oxygen sensor 2 (air-fuel equiv. ratio)",
|
|
20104
20078
|
name: "OxySensor2_FAER",
|
|
20105
|
-
isotp: false
|
|
20079
|
+
isotp: false,
|
|
20080
|
+
bytes_returned: 4
|
|
20106
20081
|
},
|
|
20107
20082
|
{
|
|
20108
20083
|
service: "01",
|
|
20109
|
-
pid: "
|
|
20110
|
-
description: "Oxygen sensor 2 (voltage)",
|
|
20111
|
-
name: "OxySensor2_Volt",
|
|
20112
|
-
isotp: false
|
|
20113
|
-
},
|
|
20114
|
-
{
|
|
20115
|
-
service: "01",
|
|
20116
|
-
pid: "1A",
|
|
20084
|
+
pid: "26",
|
|
20117
20085
|
description: "Oxygen sensor 3 (air-fuel equiv. ratio)",
|
|
20118
20086
|
name: "OxySensor3_FAER",
|
|
20119
|
-
isotp: false
|
|
20120
|
-
|
|
20121
|
-
{
|
|
20122
|
-
service: "01",
|
|
20123
|
-
pid: "1A",
|
|
20124
|
-
description: "Oxygen sensor 3 (voltage)",
|
|
20125
|
-
name: "OxySensor3_Volt",
|
|
20126
|
-
isotp: false
|
|
20087
|
+
isotp: false,
|
|
20088
|
+
bytes_returned: 4
|
|
20127
20089
|
},
|
|
20128
20090
|
{
|
|
20129
20091
|
service: "01",
|
|
20130
|
-
pid: "
|
|
20092
|
+
pid: "27",
|
|
20131
20093
|
description: "Oxygen sensor 4 (air-fuel equiv. ratio)",
|
|
20132
20094
|
name: "OxySensor4_FAER",
|
|
20133
|
-
isotp: false
|
|
20095
|
+
isotp: false,
|
|
20096
|
+
bytes_returned: 4
|
|
20134
20097
|
},
|
|
20135
20098
|
{
|
|
20136
20099
|
service: "01",
|
|
20137
|
-
pid: "
|
|
20138
|
-
description: "Oxygen sensor 4 (voltage)",
|
|
20139
|
-
name: "OxySensor4_Volt",
|
|
20140
|
-
isotp: false
|
|
20141
|
-
},
|
|
20142
|
-
{
|
|
20143
|
-
service: "01",
|
|
20144
|
-
pid: "1C",
|
|
20100
|
+
pid: "28",
|
|
20145
20101
|
description: "Oxygen sensor 5 (air-fuel equiv. ratio)",
|
|
20146
20102
|
name: "OxySensor5_FAER",
|
|
20147
|
-
isotp: false
|
|
20148
|
-
|
|
20149
|
-
{
|
|
20150
|
-
service: "01",
|
|
20151
|
-
pid: "1C",
|
|
20152
|
-
description: "Oxygen sensor 5 (voltage)",
|
|
20153
|
-
name: "OxySensor5_Volt",
|
|
20154
|
-
isotp: false
|
|
20103
|
+
isotp: false,
|
|
20104
|
+
bytes_returned: 4
|
|
20155
20105
|
},
|
|
20156
20106
|
{
|
|
20157
20107
|
service: "01",
|
|
20158
|
-
pid: "
|
|
20108
|
+
pid: "29",
|
|
20159
20109
|
description: "Oxygen sensor 6 (air-fuel equiv. ratio)",
|
|
20160
20110
|
name: "OxySensor6_FAER",
|
|
20161
|
-
isotp: false
|
|
20162
|
-
|
|
20163
|
-
{
|
|
20164
|
-
service: "01",
|
|
20165
|
-
pid: "1D",
|
|
20166
|
-
description: "Oxygen sensor 6 (voltage)",
|
|
20167
|
-
name: "OxySensor6_Volt",
|
|
20168
|
-
isotp: false
|
|
20111
|
+
isotp: false,
|
|
20112
|
+
bytes_returned: 4
|
|
20169
20113
|
},
|
|
20170
20114
|
{
|
|
20171
20115
|
service: "01",
|
|
20172
20116
|
pid: "2A",
|
|
20173
20117
|
description: "Oxygen sensor 7 (air-fuel equiv. ratio)",
|
|
20174
20118
|
name: "OxySensor7_FAER",
|
|
20175
|
-
isotp: false
|
|
20176
|
-
|
|
20177
|
-
{
|
|
20178
|
-
service: "01",
|
|
20179
|
-
pid: "2A",
|
|
20180
|
-
description: "Oxygen sensor 7 (voltage)",
|
|
20181
|
-
name: "OxySensor7_Volt",
|
|
20182
|
-
isotp: false
|
|
20119
|
+
isotp: false,
|
|
20120
|
+
bytes_returned: 4
|
|
20183
20121
|
},
|
|
20184
20122
|
{
|
|
20185
20123
|
service: "01",
|
|
20186
20124
|
pid: "2B",
|
|
20187
20125
|
description: "Oxygen sensor 8 (air-fuel equiv. ratio)",
|
|
20188
20126
|
name: "OxySensor8_FAER",
|
|
20189
|
-
isotp: false
|
|
20190
|
-
|
|
20191
|
-
{
|
|
20192
|
-
service: "01",
|
|
20193
|
-
pid: "2B",
|
|
20194
|
-
description: "Oxygen sensor 8 (voltage)",
|
|
20195
|
-
name: "OxySensor8_Volt",
|
|
20196
|
-
isotp: false
|
|
20127
|
+
isotp: false,
|
|
20128
|
+
bytes_returned: 4
|
|
20197
20129
|
},
|
|
20198
20130
|
{
|
|
20199
20131
|
service: "01",
|
|
20200
20132
|
pid: "2C",
|
|
20201
20133
|
description: "Commanded EGR",
|
|
20202
20134
|
name: "CmdEGR",
|
|
20203
|
-
isotp: false
|
|
20135
|
+
isotp: false,
|
|
20136
|
+
bytes_returned: 1
|
|
20204
20137
|
},
|
|
20205
20138
|
{
|
|
20206
20139
|
service: "01",
|
|
20207
20140
|
pid: "2D",
|
|
20208
20141
|
description: "EGR Error",
|
|
20209
20142
|
name: "EGRError",
|
|
20210
|
-
isotp: false
|
|
20143
|
+
isotp: false,
|
|
20144
|
+
bytes_returned: 1
|
|
20211
20145
|
},
|
|
20212
20146
|
{
|
|
20213
20147
|
service: "01",
|
|
20214
20148
|
pid: "2E",
|
|
20215
20149
|
description: "Commanded evaporative purge",
|
|
20216
20150
|
name: "CmdEvapPurge",
|
|
20217
|
-
isotp: false
|
|
20151
|
+
isotp: false,
|
|
20152
|
+
bytes_returned: 1
|
|
20218
20153
|
},
|
|
20219
20154
|
{
|
|
20220
20155
|
service: "01",
|
|
20221
20156
|
pid: "2F",
|
|
20222
20157
|
description: "Fuel tank level input",
|
|
20223
20158
|
name: "FuelTankLevel",
|
|
20224
|
-
isotp: false
|
|
20159
|
+
isotp: false,
|
|
20160
|
+
bytes_returned: 1
|
|
20225
20161
|
},
|
|
20226
20162
|
{
|
|
20227
20163
|
service: "01",
|
|
20228
|
-
pid: "
|
|
20164
|
+
pid: "30",
|
|
20229
20165
|
description: "Warmups since DTCs cleared",
|
|
20230
|
-
name: "
|
|
20231
|
-
isotp: false
|
|
20166
|
+
name: "WarmUpsSinceCodeClear",
|
|
20167
|
+
isotp: false,
|
|
20168
|
+
bytes_returned: 1
|
|
20232
20169
|
},
|
|
20233
20170
|
{
|
|
20234
20171
|
service: "01",
|
|
20235
|
-
pid: "
|
|
20172
|
+
pid: "31",
|
|
20236
20173
|
description: "Distance traveled since DTCs cleared",
|
|
20237
|
-
name: "
|
|
20238
|
-
isotp: false
|
|
20174
|
+
name: "DistanceSinceCodeClear",
|
|
20175
|
+
isotp: false,
|
|
20176
|
+
bytes_returned: 2
|
|
20239
20177
|
},
|
|
20240
20178
|
{
|
|
20241
20179
|
service: "01",
|
|
20242
|
-
pid: "
|
|
20180
|
+
pid: "32",
|
|
20243
20181
|
description: "Evap. system vapor pressure",
|
|
20244
20182
|
name: "EvapSysVaporPres",
|
|
20245
|
-
isotp: false
|
|
20183
|
+
isotp: false,
|
|
20184
|
+
bytes_returned: 2
|
|
20246
20185
|
},
|
|
20247
20186
|
{
|
|
20248
20187
|
service: "01",
|
|
20249
|
-
pid: "
|
|
20188
|
+
pid: "33",
|
|
20250
20189
|
description: "Absolute barometric pressure",
|
|
20251
20190
|
name: "AbsBaroPres",
|
|
20252
|
-
isotp: false
|
|
20191
|
+
isotp: false,
|
|
20192
|
+
bytes_returned: 1
|
|
20253
20193
|
},
|
|
20254
20194
|
{
|
|
20255
20195
|
service: "01",
|
|
20256
|
-
pid: "
|
|
20257
|
-
description: "Oxygen sensor 1
|
|
20196
|
+
pid: "34",
|
|
20197
|
+
description: "Oxygen sensor 1: A/F equivalence ratio & current",
|
|
20258
20198
|
name: "OxySensor1_FAER",
|
|
20259
|
-
isotp: false
|
|
20260
|
-
|
|
20261
|
-
{
|
|
20262
|
-
service: "01",
|
|
20263
|
-
pid: "22",
|
|
20264
|
-
description: "Oxygen sensor 1 (current)",
|
|
20265
|
-
name: "OxySensor1_Crnt",
|
|
20266
|
-
isotp: false
|
|
20199
|
+
isotp: false,
|
|
20200
|
+
bytes_returned: 4
|
|
20267
20201
|
},
|
|
20268
20202
|
{
|
|
20269
20203
|
service: "01",
|
|
20270
|
-
pid: "
|
|
20271
|
-
description: "Oxygen sensor 2
|
|
20204
|
+
pid: "35",
|
|
20205
|
+
description: "Oxygen sensor 2: A/F equivalence ratio & current",
|
|
20272
20206
|
name: "OxySensor2_FAER",
|
|
20273
|
-
isotp: false
|
|
20274
|
-
|
|
20275
|
-
{
|
|
20276
|
-
service: "01",
|
|
20277
|
-
pid: "23",
|
|
20278
|
-
description: "Oxygen sensor 2 (current)",
|
|
20279
|
-
name: "OxySensor2_Crnt",
|
|
20280
|
-
isotp: false
|
|
20207
|
+
isotp: false,
|
|
20208
|
+
bytes_returned: 4
|
|
20281
20209
|
},
|
|
20282
20210
|
{
|
|
20283
20211
|
service: "01",
|
|
20284
|
-
pid: "
|
|
20285
|
-
description: "Oxygen sensor 3
|
|
20212
|
+
pid: "36",
|
|
20213
|
+
description: "Oxygen sensor 3: A/F equivalence ratio & current",
|
|
20286
20214
|
name: "OxySensor3_FAER",
|
|
20287
|
-
isotp: false
|
|
20215
|
+
isotp: false,
|
|
20216
|
+
bytes_returned: 4
|
|
20288
20217
|
},
|
|
20289
20218
|
{
|
|
20290
20219
|
service: "01",
|
|
20291
|
-
pid: "
|
|
20292
|
-
description: "Oxygen sensor
|
|
20293
|
-
name: "OxySensor3_Crnt",
|
|
20294
|
-
isotp: false
|
|
20295
|
-
},
|
|
20296
|
-
{
|
|
20297
|
-
service: "01",
|
|
20298
|
-
pid: "25",
|
|
20299
|
-
description: "Oxygen sensor 4 (air-fuel equiv. ratio)",
|
|
20220
|
+
pid: "37",
|
|
20221
|
+
description: "Oxygen sensor 4: A/F equivalence ratio & current",
|
|
20300
20222
|
name: "OxySensor4_FAER",
|
|
20301
|
-
isotp: false
|
|
20223
|
+
isotp: false,
|
|
20224
|
+
bytes_returned: 4
|
|
20302
20225
|
},
|
|
20303
20226
|
{
|
|
20304
20227
|
service: "01",
|
|
20305
|
-
pid: "
|
|
20306
|
-
description: "Oxygen sensor
|
|
20307
|
-
name: "OxySensor4_Crnt",
|
|
20308
|
-
isotp: false
|
|
20309
|
-
},
|
|
20310
|
-
{
|
|
20311
|
-
service: "01",
|
|
20312
|
-
pid: "26",
|
|
20313
|
-
description: "Oxygen sensor 5 (air-fuel equiv. ratio)",
|
|
20228
|
+
pid: "38",
|
|
20229
|
+
description: "Oxygen sensor 5: A/F equivalence ratio & current",
|
|
20314
20230
|
name: "OxySensor5_FAER",
|
|
20315
|
-
isotp: false
|
|
20316
|
-
|
|
20317
|
-
{
|
|
20318
|
-
service: "01",
|
|
20319
|
-
pid: "26",
|
|
20320
|
-
description: "Oxygen sensor 5 (current)",
|
|
20321
|
-
name: "OxySensor5_Crnt",
|
|
20322
|
-
isotp: false
|
|
20231
|
+
isotp: false,
|
|
20232
|
+
bytes_returned: 4
|
|
20323
20233
|
},
|
|
20324
20234
|
{
|
|
20325
20235
|
service: "01",
|
|
20326
|
-
pid: "
|
|
20327
|
-
description: "Oxygen sensor 6
|
|
20236
|
+
pid: "39",
|
|
20237
|
+
description: "Oxygen sensor 6: A/F equivalence ratio & current",
|
|
20328
20238
|
name: "OxySensor6_FAER",
|
|
20329
|
-
isotp: false
|
|
20330
|
-
|
|
20331
|
-
{
|
|
20332
|
-
service: "01",
|
|
20333
|
-
pid: "27",
|
|
20334
|
-
description: "Oxygen sensor 6 (current)",
|
|
20335
|
-
name: "OxySensor6_Crnt",
|
|
20336
|
-
isotp: false
|
|
20239
|
+
isotp: false,
|
|
20240
|
+
bytes_returned: 4
|
|
20337
20241
|
},
|
|
20338
20242
|
{
|
|
20339
20243
|
service: "01",
|
|
20340
20244
|
pid: "3A",
|
|
20341
|
-
description: "Oxygen sensor 7
|
|
20245
|
+
description: "Oxygen sensor 7: A/F equivalence ratio & current",
|
|
20342
20246
|
name: "OxySensor7_FAER",
|
|
20343
|
-
isotp: false
|
|
20344
|
-
|
|
20345
|
-
{
|
|
20346
|
-
service: "01",
|
|
20347
|
-
pid: "3A",
|
|
20348
|
-
description: "Oxygen sensor 7 (current)",
|
|
20349
|
-
name: "OxySensor7_Crnt",
|
|
20350
|
-
isotp: false
|
|
20247
|
+
isotp: false,
|
|
20248
|
+
bytes_returned: 4
|
|
20351
20249
|
},
|
|
20352
20250
|
{
|
|
20353
20251
|
service: "01",
|
|
20354
20252
|
pid: "3B",
|
|
20355
|
-
description: "Oxygen sensor 8
|
|
20253
|
+
description: "Oxygen sensor 8: A/F equivalence ratio & current",
|
|
20356
20254
|
name: "OxySensor8_FAER",
|
|
20357
|
-
isotp: false
|
|
20358
|
-
|
|
20359
|
-
{
|
|
20360
|
-
service: "01",
|
|
20361
|
-
pid: "3B",
|
|
20362
|
-
description: "Oxygen sensor 8 (current)",
|
|
20363
|
-
name: "OxySensor8_Crnt",
|
|
20364
|
-
isotp: false
|
|
20255
|
+
isotp: false,
|
|
20256
|
+
bytes_returned: 4
|
|
20365
20257
|
},
|
|
20366
20258
|
{
|
|
20367
20259
|
service: "01",
|
|
20368
20260
|
pid: "3C",
|
|
20369
|
-
description: "Catalyst temperature
|
|
20370
|
-
name: "
|
|
20371
|
-
isotp: false
|
|
20261
|
+
description: "Catalyst temperature: Bank 1, Sensor 1",
|
|
20262
|
+
name: "CatTempBank1Sens1",
|
|
20263
|
+
isotp: false,
|
|
20264
|
+
bytes_returned: 2
|
|
20372
20265
|
},
|
|
20373
20266
|
{
|
|
20374
20267
|
service: "01",
|
|
20375
20268
|
pid: "3D",
|
|
20376
|
-
description: "Catalyst temperature
|
|
20377
|
-
name: "
|
|
20378
|
-
isotp: false
|
|
20269
|
+
description: "Catalyst temperature: Bank 2, Sensor 1",
|
|
20270
|
+
name: "CatTempBank2Sens1",
|
|
20271
|
+
isotp: false,
|
|
20272
|
+
bytes_returned: 2
|
|
20379
20273
|
},
|
|
20380
20274
|
{
|
|
20381
20275
|
service: "01",
|
|
20382
20276
|
pid: "3E",
|
|
20383
|
-
description: "Catalyst temperature
|
|
20384
|
-
name: "
|
|
20385
|
-
isotp: false
|
|
20277
|
+
description: "Catalyst temperature: Bank 1, Sensor 2",
|
|
20278
|
+
name: "CatTempBank1Sens2",
|
|
20279
|
+
isotp: false,
|
|
20280
|
+
bytes_returned: 2
|
|
20386
20281
|
},
|
|
20387
20282
|
{
|
|
20388
20283
|
service: "01",
|
|
20389
20284
|
pid: "3F",
|
|
20390
|
-
description: "Catalyst temperature
|
|
20391
|
-
name: "
|
|
20392
|
-
isotp: false
|
|
20285
|
+
description: "Catalyst temperature: Bank 2, Sensor 2",
|
|
20286
|
+
name: "CatTempBank2Sens2",
|
|
20287
|
+
isotp: false,
|
|
20288
|
+
bytes_returned: 2
|
|
20393
20289
|
},
|
|
20394
20290
|
{
|
|
20395
20291
|
service: "01",
|
|
20396
|
-
pid: "
|
|
20292
|
+
pid: "40",
|
|
20397
20293
|
description: "PIDs supported [41 - 60]",
|
|
20398
|
-
name: "
|
|
20399
|
-
isotp: false
|
|
20294
|
+
name: "PIDsSupported_41_60",
|
|
20295
|
+
isotp: false,
|
|
20296
|
+
bytes_returned: 4
|
|
20400
20297
|
},
|
|
20401
20298
|
{
|
|
20402
20299
|
service: "01",
|
|
20403
|
-
pid: "
|
|
20300
|
+
pid: "41",
|
|
20404
20301
|
description: "Monitor status this drive cycle",
|
|
20405
|
-
name: "
|
|
20406
|
-
isotp: false
|
|
20302
|
+
name: "MonStatusDriveCycle",
|
|
20303
|
+
isotp: false,
|
|
20304
|
+
bytes_returned: 4
|
|
20407
20305
|
},
|
|
20408
20306
|
{
|
|
20409
20307
|
service: "01",
|
|
20410
|
-
pid: "
|
|
20308
|
+
pid: "42",
|
|
20411
20309
|
description: "Control module voltage",
|
|
20412
|
-
name: "
|
|
20413
|
-
isotp: false
|
|
20310
|
+
name: "ControlModuleVolt",
|
|
20311
|
+
isotp: false,
|
|
20312
|
+
bytes_returned: 2
|
|
20414
20313
|
},
|
|
20415
20314
|
{
|
|
20416
20315
|
service: "01",
|
|
20417
|
-
pid: "
|
|
20316
|
+
pid: "43",
|
|
20418
20317
|
description: "Absolute load value",
|
|
20419
20318
|
name: "AbsLoadValue",
|
|
20420
|
-
isotp: false
|
|
20319
|
+
isotp: false,
|
|
20320
|
+
bytes_returned: 2
|
|
20421
20321
|
},
|
|
20422
20322
|
{
|
|
20423
20323
|
service: "01",
|
|
20424
|
-
pid: "
|
|
20324
|
+
pid: "44",
|
|
20425
20325
|
description: "Commanded air-fuel equiv. ratio",
|
|
20426
20326
|
name: "FuelAirCmdEquiv",
|
|
20427
|
-
isotp: false
|
|
20327
|
+
isotp: false,
|
|
20328
|
+
bytes_returned: 2
|
|
20428
20329
|
},
|
|
20429
20330
|
{
|
|
20430
20331
|
service: "01",
|
|
20431
|
-
pid: "
|
|
20332
|
+
pid: "45",
|
|
20432
20333
|
description: "Relative throttle position",
|
|
20433
20334
|
name: "RelThrottlePos",
|
|
20434
|
-
isotp: false
|
|
20335
|
+
isotp: false,
|
|
20336
|
+
bytes_returned: 1
|
|
20435
20337
|
},
|
|
20436
20338
|
{
|
|
20437
20339
|
service: "01",
|
|
20438
|
-
pid: "
|
|
20340
|
+
pid: "46",
|
|
20439
20341
|
description: "Ambient air temperature",
|
|
20440
20342
|
name: "AmbientAirTemp",
|
|
20441
|
-
isotp: false
|
|
20343
|
+
isotp: false,
|
|
20344
|
+
bytes_returned: 1
|
|
20442
20345
|
},
|
|
20443
20346
|
{
|
|
20444
20347
|
service: "01",
|
|
20445
|
-
pid: "
|
|
20348
|
+
pid: "47",
|
|
20446
20349
|
description: "Absolute throttle position B",
|
|
20447
20350
|
name: "AbsThrottlePosB",
|
|
20448
|
-
isotp: false
|
|
20351
|
+
isotp: false,
|
|
20352
|
+
bytes_returned: 1
|
|
20449
20353
|
},
|
|
20450
20354
|
{
|
|
20451
20355
|
service: "01",
|
|
20452
|
-
pid: "
|
|
20356
|
+
pid: "48",
|
|
20453
20357
|
description: "Absolute throttle position C",
|
|
20454
20358
|
name: "AbsThrottlePosC",
|
|
20455
|
-
isotp: false
|
|
20359
|
+
isotp: false,
|
|
20360
|
+
bytes_returned: 1
|
|
20456
20361
|
},
|
|
20457
20362
|
{
|
|
20458
20363
|
service: "01",
|
|
20459
|
-
pid: "
|
|
20364
|
+
pid: "49",
|
|
20460
20365
|
description: "Accelerator pedal position D",
|
|
20461
20366
|
name: "AbsThrottlePosD",
|
|
20462
|
-
isotp: false
|
|
20367
|
+
isotp: false,
|
|
20368
|
+
bytes_returned: 1
|
|
20463
20369
|
},
|
|
20464
20370
|
{
|
|
20465
20371
|
service: "01",
|
|
20466
20372
|
pid: "4A",
|
|
20467
20373
|
description: "Accelerator pedal position E",
|
|
20468
20374
|
name: "AbsThrottlePosE",
|
|
20469
|
-
isotp: false
|
|
20375
|
+
isotp: false,
|
|
20376
|
+
bytes_returned: 1
|
|
20470
20377
|
},
|
|
20471
20378
|
{
|
|
20472
20379
|
service: "01",
|
|
20473
20380
|
pid: "4B",
|
|
20474
20381
|
description: "Accelerator pedal position F",
|
|
20475
20382
|
name: "AbsThrottlePosF",
|
|
20476
|
-
isotp: false
|
|
20383
|
+
isotp: false,
|
|
20384
|
+
bytes_returned: 1
|
|
20477
20385
|
},
|
|
20478
20386
|
{
|
|
20479
20387
|
service: "01",
|
|
20480
20388
|
pid: "4C",
|
|
20481
20389
|
description: "Commanded throttle actuator",
|
|
20482
20390
|
name: "CmdThrottleAct",
|
|
20483
|
-
isotp: false
|
|
20391
|
+
isotp: false,
|
|
20392
|
+
bytes_returned: 1
|
|
20484
20393
|
},
|
|
20485
20394
|
{
|
|
20486
20395
|
service: "01",
|
|
20487
20396
|
pid: "4D",
|
|
20488
20397
|
description: "Time run with MIL on",
|
|
20489
20398
|
name: "TimeRunMILOn",
|
|
20490
|
-
isotp: false
|
|
20399
|
+
isotp: false,
|
|
20400
|
+
bytes_returned: 2
|
|
20491
20401
|
},
|
|
20492
20402
|
{
|
|
20493
20403
|
service: "01",
|
|
20494
20404
|
pid: "4E",
|
|
20495
20405
|
description: "Time since DTCs cleared",
|
|
20496
|
-
name: "
|
|
20497
|
-
isotp: false
|
|
20406
|
+
name: "TimeSinceCodeClear",
|
|
20407
|
+
isotp: false,
|
|
20408
|
+
bytes_returned: 2
|
|
20498
20409
|
},
|
|
20499
20410
|
{
|
|
20500
20411
|
service: "01",
|
|
20501
20412
|
pid: "4F",
|
|
20502
20413
|
description: "Max fuel-air equiv. ratio",
|
|
20503
20414
|
name: "Max_FAER",
|
|
20504
|
-
isotp: false
|
|
20505
|
-
|
|
20506
|
-
{
|
|
20507
|
-
service: "01",
|
|
20508
|
-
pid: "4F",
|
|
20509
|
-
description: "Max oxygen sensor voltage",
|
|
20510
|
-
name: "Max_OxySensVol",
|
|
20511
|
-
isotp: false
|
|
20512
|
-
},
|
|
20513
|
-
{
|
|
20514
|
-
service: "01",
|
|
20515
|
-
pid: "4F",
|
|
20516
|
-
description: "Max oxygen sensor current",
|
|
20517
|
-
name: "Max_OxySensCrnt",
|
|
20518
|
-
isotp: false
|
|
20519
|
-
},
|
|
20520
|
-
{
|
|
20521
|
-
service: "01",
|
|
20522
|
-
pid: "4F",
|
|
20523
|
-
description: "Max intake manifold absolute pressure",
|
|
20524
|
-
name: "Max_IntM",
|
|
20525
|
-
isotp: false
|
|
20415
|
+
isotp: false,
|
|
20416
|
+
bytes_returned: 4
|
|
20526
20417
|
},
|
|
20527
20418
|
{
|
|
20528
20419
|
service: "01",
|
|
20529
|
-
pid: "
|
|
20420
|
+
pid: "50",
|
|
20530
20421
|
description: "Max air flow rate from MAF sensor",
|
|
20531
20422
|
name: "Max_AirFlowMAF",
|
|
20532
|
-
isotp: false
|
|
20423
|
+
isotp: false,
|
|
20424
|
+
bytes_returned: 4
|
|
20533
20425
|
},
|
|
20534
20426
|
{
|
|
20535
20427
|
service: "01",
|
|
20536
|
-
pid: "
|
|
20428
|
+
pid: "51",
|
|
20537
20429
|
description: "Fuel type",
|
|
20538
20430
|
name: "FuelType",
|
|
20539
|
-
isotp: false
|
|
20431
|
+
isotp: false,
|
|
20432
|
+
bytes_returned: 1
|
|
20540
20433
|
},
|
|
20541
20434
|
{
|
|
20542
20435
|
service: "01",
|
|
20543
|
-
pid: "
|
|
20436
|
+
pid: "52",
|
|
20544
20437
|
description: "Ethanol fuel percentage",
|
|
20545
20438
|
name: "EthanolFuelPct",
|
|
20546
|
-
isotp: false
|
|
20439
|
+
isotp: false,
|
|
20440
|
+
bytes_returned: 1
|
|
20547
20441
|
},
|
|
20548
20442
|
{
|
|
20549
20443
|
service: "01",
|
|
20550
|
-
pid: "
|
|
20444
|
+
pid: "53",
|
|
20551
20445
|
description: "Absolute evap system vapor pressure",
|
|
20552
|
-
name: "
|
|
20553
|
-
isotp: false
|
|
20446
|
+
name: "AbsEvapSysVapPres",
|
|
20447
|
+
isotp: false,
|
|
20448
|
+
bytes_returned: 2
|
|
20554
20449
|
},
|
|
20555
20450
|
{
|
|
20556
20451
|
service: "01",
|
|
20557
|
-
pid: "
|
|
20452
|
+
pid: "54",
|
|
20558
20453
|
description: "Evap system vapor pressure",
|
|
20559
20454
|
name: "EvapSysVapPres",
|
|
20560
|
-
isotp: false
|
|
20455
|
+
isotp: false,
|
|
20456
|
+
bytes_returned: 2
|
|
20561
20457
|
},
|
|
20562
20458
|
{
|
|
20563
20459
|
service: "01",
|
|
20564
|
-
pid: "
|
|
20460
|
+
pid: "55",
|
|
20565
20461
|
description: "Short term sec. oxygen trim (bank 1)",
|
|
20566
|
-
name: "
|
|
20567
|
-
isotp: false
|
|
20568
|
-
|
|
20569
|
-
{
|
|
20570
|
-
service: "01",
|
|
20571
|
-
pid: "37",
|
|
20572
|
-
description: "Short term sec. oxygen trim (bank 3)",
|
|
20573
|
-
name: "ShoSecOxyTriBan3",
|
|
20574
|
-
isotp: false
|
|
20462
|
+
name: "ShortSecOxyTrimBank1",
|
|
20463
|
+
isotp: false,
|
|
20464
|
+
bytes_returned: 2
|
|
20575
20465
|
},
|
|
20576
20466
|
{
|
|
20577
20467
|
service: "01",
|
|
20578
|
-
pid: "
|
|
20468
|
+
pid: "56",
|
|
20579
20469
|
description: "Long term sec. oxygen trim (bank 1)",
|
|
20580
|
-
name: "
|
|
20581
|
-
isotp: false
|
|
20582
|
-
|
|
20583
|
-
{
|
|
20584
|
-
service: "01",
|
|
20585
|
-
pid: "38",
|
|
20586
|
-
description: "Long term sec. oxygen trim (bank 3)",
|
|
20587
|
-
name: "LonSecOxyTriBan3",
|
|
20588
|
-
isotp: false
|
|
20470
|
+
name: "LongSecOxyTrimBank1",
|
|
20471
|
+
isotp: false,
|
|
20472
|
+
bytes_returned: 2
|
|
20589
20473
|
},
|
|
20590
20474
|
{
|
|
20591
20475
|
service: "01",
|
|
20592
|
-
pid: "
|
|
20476
|
+
pid: "57",
|
|
20593
20477
|
description: "Short term sec. oxygen trim (bank 2)",
|
|
20594
|
-
name: "
|
|
20595
|
-
isotp: false
|
|
20478
|
+
name: "ShortSecOxyTrimBank2",
|
|
20479
|
+
isotp: false,
|
|
20480
|
+
bytes_returned: 2
|
|
20596
20481
|
},
|
|
20597
20482
|
{
|
|
20598
20483
|
service: "01",
|
|
20599
|
-
pid: "
|
|
20600
|
-
description: "Short term sec. oxygen trim (bank 4)",
|
|
20601
|
-
name: "ShoSecOxyTriBan4",
|
|
20602
|
-
isotp: false
|
|
20603
|
-
},
|
|
20604
|
-
{
|
|
20605
|
-
service: "01",
|
|
20606
|
-
pid: "3A",
|
|
20484
|
+
pid: "58",
|
|
20607
20485
|
description: "Long term sec. oxygen trim (bank 2)",
|
|
20608
|
-
name: "
|
|
20609
|
-
isotp: false
|
|
20486
|
+
name: "LongSecOxyTrimBank2",
|
|
20487
|
+
isotp: false,
|
|
20488
|
+
bytes_returned: 2
|
|
20610
20489
|
},
|
|
20611
20490
|
{
|
|
20612
20491
|
service: "01",
|
|
20613
|
-
pid: "
|
|
20614
|
-
description: "Long term sec. oxygen trim (bank 4)",
|
|
20615
|
-
name: "LonSecOxyTriBan4",
|
|
20616
|
-
isotp: false
|
|
20617
|
-
},
|
|
20618
|
-
{
|
|
20619
|
-
service: "01",
|
|
20620
|
-
pid: "3B",
|
|
20492
|
+
pid: "59",
|
|
20621
20493
|
description: "Fuel rail absolute pressure",
|
|
20622
20494
|
name: "FuelRailAbsPres",
|
|
20623
|
-
isotp: false
|
|
20495
|
+
isotp: false,
|
|
20496
|
+
bytes_returned: 2
|
|
20624
20497
|
},
|
|
20625
20498
|
{
|
|
20626
20499
|
service: "01",
|
|
20627
20500
|
pid: "5A",
|
|
20628
20501
|
description: "Relative accelerator pedal position",
|
|
20629
20502
|
name: "RelAccelPedalPos",
|
|
20630
|
-
isotp: false
|
|
20503
|
+
isotp: false,
|
|
20504
|
+
bytes_returned: 1
|
|
20631
20505
|
},
|
|
20632
20506
|
{
|
|
20633
20507
|
service: "01",
|
|
20634
20508
|
pid: "5B",
|
|
20635
20509
|
description: "Hybrid battery pack remaining life",
|
|
20636
|
-
name: "
|
|
20637
|
-
isotp: false
|
|
20510
|
+
name: "HybrBatPackRemLife",
|
|
20511
|
+
isotp: false,
|
|
20512
|
+
bytes_returned: 1
|
|
20638
20513
|
},
|
|
20639
20514
|
{
|
|
20640
20515
|
service: "01",
|
|
20641
20516
|
pid: "5C",
|
|
20642
20517
|
description: "Engine oil temperature",
|
|
20643
20518
|
name: "EngineOilTemp",
|
|
20644
|
-
isotp: false
|
|
20519
|
+
isotp: false,
|
|
20520
|
+
bytes_returned: 1
|
|
20645
20521
|
},
|
|
20646
20522
|
{
|
|
20647
20523
|
service: "01",
|
|
20648
20524
|
pid: "5D",
|
|
20649
20525
|
description: "Fuel injection timing",
|
|
20650
|
-
name: "
|
|
20651
|
-
isotp: false
|
|
20526
|
+
name: "FuelInjectionTiming",
|
|
20527
|
+
isotp: false,
|
|
20528
|
+
bytes_returned: 2
|
|
20652
20529
|
},
|
|
20653
20530
|
{
|
|
20654
20531
|
service: "01",
|
|
20655
20532
|
pid: "5E",
|
|
20656
20533
|
description: "Engine fuel rate",
|
|
20657
20534
|
name: "EngineFuelRate",
|
|
20658
|
-
isotp: false
|
|
20535
|
+
isotp: false,
|
|
20536
|
+
bytes_returned: 2
|
|
20659
20537
|
},
|
|
20660
20538
|
{
|
|
20661
20539
|
service: "01",
|
|
20662
20540
|
pid: "5F",
|
|
20663
20541
|
description: "Emission requirements",
|
|
20664
20542
|
name: "EmissionReq",
|
|
20665
|
-
isotp: false
|
|
20543
|
+
isotp: false,
|
|
20544
|
+
bytes_returned: 1
|
|
20666
20545
|
},
|
|
20667
20546
|
{
|
|
20668
20547
|
service: "01",
|
|
20669
|
-
pid: "
|
|
20548
|
+
pid: "60",
|
|
20670
20549
|
description: "PIDs supported [61 - 80]",
|
|
20671
|
-
name: "
|
|
20672
|
-
isotp: false
|
|
20550
|
+
name: "PIDsSupported_61_80",
|
|
20551
|
+
isotp: false,
|
|
20552
|
+
bytes_returned: 4
|
|
20673
20553
|
},
|
|
20674
20554
|
{
|
|
20675
20555
|
service: "01",
|
|
20676
|
-
pid: "
|
|
20556
|
+
pid: "61",
|
|
20677
20557
|
description: "Demanded engine percent torque",
|
|
20678
20558
|
name: "DemandEngTorqPct",
|
|
20679
|
-
isotp: false
|
|
20559
|
+
isotp: false,
|
|
20560
|
+
bytes_returned: 1
|
|
20680
20561
|
},
|
|
20681
20562
|
{
|
|
20682
20563
|
service: "01",
|
|
20683
|
-
pid: "
|
|
20564
|
+
pid: "62",
|
|
20684
20565
|
description: "Actual engine percent torque",
|
|
20685
20566
|
name: "ActualEngTorqPct",
|
|
20686
|
-
isotp: false
|
|
20567
|
+
isotp: false,
|
|
20568
|
+
bytes_returned: 1
|
|
20687
20569
|
},
|
|
20688
20570
|
{
|
|
20689
20571
|
service: "01",
|
|
20690
|
-
pid: "
|
|
20572
|
+
pid: "63",
|
|
20691
20573
|
description: "Engine reference torque",
|
|
20692
20574
|
name: "EngRefTorq",
|
|
20693
|
-
isotp: false
|
|
20575
|
+
isotp: false,
|
|
20576
|
+
bytes_returned: 2
|
|
20694
20577
|
},
|
|
20695
20578
|
{
|
|
20696
20579
|
service: "01",
|
|
20697
|
-
pid: "
|
|
20698
|
-
description: "Engine
|
|
20580
|
+
pid: "64",
|
|
20581
|
+
description: "Engine percent torque data (idle + points 1–4)",
|
|
20699
20582
|
name: "EngPctTorq_Idle",
|
|
20700
|
-
isotp: false
|
|
20583
|
+
isotp: false,
|
|
20584
|
+
bytes_returned: 5
|
|
20701
20585
|
},
|
|
20702
20586
|
{
|
|
20703
20587
|
service: "01",
|
|
20704
|
-
pid: "
|
|
20705
|
-
description: "Engine pct. torque (engine point 1)",
|
|
20706
|
-
name: "EngPctTorq_EP1",
|
|
20707
|
-
isotp: false
|
|
20708
|
-
},
|
|
20709
|
-
{
|
|
20710
|
-
service: "01",
|
|
20711
|
-
pid: "40",
|
|
20712
|
-
description: "Engine pct. torque (engine point 2)",
|
|
20713
|
-
name: "EngPctTorq_EP2",
|
|
20714
|
-
isotp: false
|
|
20715
|
-
},
|
|
20716
|
-
{
|
|
20717
|
-
service: "01",
|
|
20718
|
-
pid: "40",
|
|
20719
|
-
description: "Engine pct. torque (engine point 3)",
|
|
20720
|
-
name: "EngPctTorq_EP3",
|
|
20721
|
-
isotp: false
|
|
20722
|
-
},
|
|
20723
|
-
{
|
|
20724
|
-
service: "01",
|
|
20725
|
-
pid: "40",
|
|
20726
|
-
description: "Engine pct. torque (engine point 4)",
|
|
20727
|
-
name: "EngPctTorq_EP4",
|
|
20728
|
-
isotp: false
|
|
20729
|
-
},
|
|
20730
|
-
{
|
|
20731
|
-
service: "01",
|
|
20732
|
-
pid: "41",
|
|
20588
|
+
pid: "65",
|
|
20733
20589
|
description: "Auxiliary input/output supported",
|
|
20734
20590
|
name: "AuxInputOutput",
|
|
20735
|
-
isotp: false
|
|
20591
|
+
isotp: false,
|
|
20592
|
+
bytes_returned: 2
|
|
20736
20593
|
},
|
|
20737
20594
|
{
|
|
20738
20595
|
service: "01",
|
|
20739
|
-
pid: "
|
|
20740
|
-
description: "Mass air flow sensor (A)",
|
|
20596
|
+
pid: "66",
|
|
20597
|
+
description: "Mass air flow sensor data (A/B supported + g/s)",
|
|
20741
20598
|
name: "MAFSensorA",
|
|
20742
|
-
isotp: false
|
|
20599
|
+
isotp: false,
|
|
20600
|
+
bytes_returned: 5
|
|
20743
20601
|
},
|
|
20744
20602
|
{
|
|
20745
20603
|
service: "01",
|
|
20746
|
-
pid: "
|
|
20747
|
-
description: "
|
|
20748
|
-
name: "
|
|
20749
|
-
isotp: false
|
|
20604
|
+
pid: "67",
|
|
20605
|
+
description: "Engine coolant temperature (sensors 1–2 + support bits)",
|
|
20606
|
+
name: "EngineCoolantTemp1",
|
|
20607
|
+
isotp: false,
|
|
20608
|
+
bytes_returned: 3
|
|
20750
20609
|
},
|
|
20751
20610
|
{
|
|
20752
20611
|
service: "01",
|
|
20753
|
-
pid: "
|
|
20754
|
-
description: "
|
|
20755
|
-
name: "
|
|
20756
|
-
isotp: false
|
|
20612
|
+
pid: "68",
|
|
20613
|
+
description: "Intake air temperature sensor (sensors 1–2 + support bits)",
|
|
20614
|
+
name: "IntakeAirTempSens1",
|
|
20615
|
+
isotp: false,
|
|
20616
|
+
bytes_returned: 3
|
|
20757
20617
|
},
|
|
20758
20618
|
{
|
|
20759
20619
|
service: "01",
|
|
20760
|
-
pid: "
|
|
20761
|
-
description: "
|
|
20762
|
-
name: "EngCooTem2",
|
|
20763
|
-
isotp: false
|
|
20764
|
-
},
|
|
20765
|
-
{
|
|
20766
|
-
service: "01",
|
|
20767
|
-
pid: "44",
|
|
20768
|
-
description: "Intake air temperature (sensor 1)",
|
|
20769
|
-
name: "IntAirTemSen1",
|
|
20770
|
-
isotp: false
|
|
20771
|
-
},
|
|
20772
|
-
{
|
|
20773
|
-
service: "01",
|
|
20774
|
-
pid: "44",
|
|
20775
|
-
description: "Intake air temperature (sensor 2)",
|
|
20776
|
-
name: "IntAirTemSen2",
|
|
20777
|
-
isotp: false
|
|
20778
|
-
},
|
|
20779
|
-
{
|
|
20780
|
-
service: "01",
|
|
20781
|
-
pid: "45",
|
|
20782
|
-
description: "Commanded EGR and EGR error",
|
|
20620
|
+
pid: "69",
|
|
20621
|
+
description: "Actual EGR, commanded EGR & EGR error",
|
|
20783
20622
|
name: "CmdEGR_EGRError",
|
|
20784
|
-
isotp:
|
|
20623
|
+
isotp: true,
|
|
20624
|
+
bytes_returned: 7
|
|
20785
20625
|
},
|
|
20786
20626
|
{
|
|
20787
20627
|
service: "01",
|
|
20788
20628
|
pid: "6A",
|
|
20789
20629
|
description: "Com. diesel intake air flow ctr/position",
|
|
20790
20630
|
name: "CmdDieselIntAir",
|
|
20791
|
-
isotp: false
|
|
20631
|
+
isotp: false,
|
|
20632
|
+
bytes_returned: 5
|
|
20792
20633
|
},
|
|
20793
20634
|
{
|
|
20794
20635
|
service: "01",
|
|
20795
20636
|
pid: "6B",
|
|
20796
20637
|
description: "Exhaust gas recirculation temperature",
|
|
20797
20638
|
name: "ExhaustGasTemp",
|
|
20798
|
-
isotp: false
|
|
20639
|
+
isotp: false,
|
|
20640
|
+
bytes_returned: 5
|
|
20799
20641
|
},
|
|
20800
20642
|
{
|
|
20801
20643
|
service: "01",
|
|
20802
20644
|
pid: "6C",
|
|
20803
20645
|
description: "Com. throttle actuator ctr./position",
|
|
20804
|
-
name: "
|
|
20805
|
-
isotp: false
|
|
20646
|
+
name: "CmdThrottleActRel",
|
|
20647
|
+
isotp: false,
|
|
20648
|
+
bytes_returned: 5
|
|
20806
20649
|
},
|
|
20807
20650
|
{
|
|
20808
20651
|
service: "01",
|
|
20809
20652
|
pid: "6D",
|
|
20810
20653
|
description: "Fuel pressure control system",
|
|
20811
20654
|
name: "FuelPresContrSys",
|
|
20812
|
-
isotp:
|
|
20655
|
+
isotp: true,
|
|
20656
|
+
bytes_returned: 11
|
|
20813
20657
|
},
|
|
20814
20658
|
{
|
|
20815
20659
|
service: "01",
|
|
20816
20660
|
pid: "6E",
|
|
20817
20661
|
description: "Injection pressure control system",
|
|
20818
20662
|
name: "InjPresContrSys",
|
|
20819
|
-
isotp:
|
|
20663
|
+
isotp: true,
|
|
20664
|
+
bytes_returned: 9
|
|
20820
20665
|
},
|
|
20821
20666
|
{
|
|
20822
20667
|
service: "01",
|
|
20823
20668
|
pid: "6F",
|
|
20824
20669
|
description: "Turbocharger compressor inlet pres.",
|
|
20825
20670
|
name: "TurboComprPres",
|
|
20826
|
-
isotp: false
|
|
20671
|
+
isotp: false,
|
|
20672
|
+
bytes_returned: 3
|
|
20827
20673
|
},
|
|
20828
20674
|
{
|
|
20829
20675
|
service: "01",
|
|
20830
|
-
pid: "
|
|
20676
|
+
pid: "70",
|
|
20831
20677
|
description: "Boost pressure control",
|
|
20832
20678
|
name: "BoostPresCntrl",
|
|
20833
|
-
isotp:
|
|
20679
|
+
isotp: true,
|
|
20680
|
+
bytes_returned: 10
|
|
20834
20681
|
},
|
|
20835
20682
|
{
|
|
20836
20683
|
service: "01",
|
|
20837
|
-
pid: "
|
|
20684
|
+
pid: "71",
|
|
20838
20685
|
description: "Variable geometry turbo control",
|
|
20839
|
-
name: "
|
|
20840
|
-
isotp:
|
|
20686
|
+
name: "VariableGeoTurboVGTCtr",
|
|
20687
|
+
isotp: true,
|
|
20688
|
+
bytes_returned: 6
|
|
20841
20689
|
},
|
|
20842
20690
|
{
|
|
20843
20691
|
service: "01",
|
|
20844
|
-
pid: "
|
|
20692
|
+
pid: "72",
|
|
20845
20693
|
description: "Wastegate control",
|
|
20846
20694
|
name: "WastegateControl",
|
|
20847
|
-
isotp: false
|
|
20695
|
+
isotp: false,
|
|
20696
|
+
bytes_returned: 5
|
|
20848
20697
|
},
|
|
20849
20698
|
{
|
|
20850
20699
|
service: "01",
|
|
20851
|
-
pid: "
|
|
20700
|
+
pid: "73",
|
|
20852
20701
|
description: "Exhaust pressure",
|
|
20853
20702
|
name: "ExhaustPressure",
|
|
20854
|
-
isotp: false
|
|
20703
|
+
isotp: false,
|
|
20704
|
+
bytes_returned: 5
|
|
20855
20705
|
},
|
|
20856
20706
|
{
|
|
20857
20707
|
service: "01",
|
|
20858
|
-
pid: "
|
|
20708
|
+
pid: "74",
|
|
20859
20709
|
description: "Turbocharger RPM",
|
|
20860
20710
|
name: "TurbochargerRpm",
|
|
20861
|
-
isotp: false
|
|
20711
|
+
isotp: false,
|
|
20712
|
+
bytes_returned: 5
|
|
20862
20713
|
},
|
|
20863
20714
|
{
|
|
20864
20715
|
service: "01",
|
|
20865
|
-
pid: "
|
|
20716
|
+
pid: "75",
|
|
20866
20717
|
description: "Turbocharger temperature",
|
|
20867
|
-
name: "
|
|
20868
|
-
isotp:
|
|
20718
|
+
name: "TurbochargerTemperature",
|
|
20719
|
+
isotp: true,
|
|
20720
|
+
bytes_returned: 7
|
|
20869
20721
|
},
|
|
20870
20722
|
{
|
|
20871
20723
|
service: "01",
|
|
20872
|
-
pid: "
|
|
20724
|
+
pid: "76",
|
|
20873
20725
|
description: "Turbocharger temperature",
|
|
20874
|
-
name: "
|
|
20875
|
-
isotp:
|
|
20726
|
+
name: "TurbochargerTemperature",
|
|
20727
|
+
isotp: true,
|
|
20728
|
+
bytes_returned: 7
|
|
20876
20729
|
},
|
|
20877
20730
|
{
|
|
20878
20731
|
service: "01",
|
|
20879
|
-
pid: "
|
|
20732
|
+
pid: "77",
|
|
20880
20733
|
description: "Charge air cooler temperature",
|
|
20881
|
-
name: "
|
|
20882
|
-
isotp: false
|
|
20734
|
+
name: "ChargeAirCoolerTemperature",
|
|
20735
|
+
isotp: false,
|
|
20736
|
+
bytes_returned: 5
|
|
20883
20737
|
},
|
|
20884
20738
|
{
|
|
20885
20739
|
service: "01",
|
|
20886
|
-
pid: "
|
|
20740
|
+
pid: "78",
|
|
20887
20741
|
description: "EGT (bank 1)",
|
|
20888
20742
|
name: "EGT_Bank1",
|
|
20889
|
-
isotp:
|
|
20743
|
+
isotp: true,
|
|
20744
|
+
bytes_returned: 9
|
|
20890
20745
|
},
|
|
20891
20746
|
{
|
|
20892
20747
|
service: "01",
|
|
20893
|
-
pid: "
|
|
20748
|
+
pid: "79",
|
|
20894
20749
|
description: "EGT (bank 2)",
|
|
20895
20750
|
name: "EGT_Bank2",
|
|
20896
|
-
isotp:
|
|
20751
|
+
isotp: true,
|
|
20752
|
+
bytes_returned: 9
|
|
20897
20753
|
},
|
|
20898
20754
|
{
|
|
20899
20755
|
service: "01",
|
|
20900
20756
|
pid: "7A",
|
|
20901
20757
|
description: "Diesel particulate filter - diff. pressure",
|
|
20902
|
-
name: "
|
|
20903
|
-
isotp:
|
|
20758
|
+
name: "DPF_DifferentialPressure",
|
|
20759
|
+
isotp: true,
|
|
20760
|
+
bytes_returned: 7
|
|
20904
20761
|
},
|
|
20905
20762
|
{
|
|
20906
20763
|
service: "01",
|
|
20907
20764
|
pid: "7B",
|
|
20908
20765
|
description: "Diesel particulate filter",
|
|
20909
20766
|
name: "DPF",
|
|
20910
|
-
isotp:
|
|
20767
|
+
isotp: true,
|
|
20768
|
+
bytes_returned: 7
|
|
20911
20769
|
},
|
|
20912
20770
|
{
|
|
20913
20771
|
service: "01",
|
|
20914
20772
|
pid: "7C",
|
|
20915
20773
|
description: "Diesel particulate filter - temperature",
|
|
20916
20774
|
name: "DPF_Temperature",
|
|
20917
|
-
isotp:
|
|
20775
|
+
isotp: true,
|
|
20776
|
+
bytes_returned: 9
|
|
20918
20777
|
},
|
|
20919
20778
|
{
|
|
20920
20779
|
service: "01",
|
|
20921
20780
|
pid: "7D",
|
|
20922
20781
|
description: "NOx NTE control area status",
|
|
20923
|
-
name: "
|
|
20924
|
-
isotp: false
|
|
20782
|
+
name: "NOx_NTE_ControlAreaStatus",
|
|
20783
|
+
isotp: false,
|
|
20784
|
+
bytes_returned: 1
|
|
20925
20785
|
},
|
|
20926
20786
|
{
|
|
20927
20787
|
service: "01",
|
|
20928
20788
|
pid: "7E",
|
|
20929
20789
|
description: "PM NTE control area status",
|
|
20930
|
-
name: "
|
|
20931
|
-
isotp: false
|
|
20790
|
+
name: "PM_NTE_ControlAreaStatus",
|
|
20791
|
+
isotp: false,
|
|
20792
|
+
bytes_returned: 1
|
|
20932
20793
|
},
|
|
20933
20794
|
{
|
|
20934
20795
|
service: "01",
|
|
20935
20796
|
pid: "7F",
|
|
20936
20797
|
description: "Engine run time",
|
|
20937
20798
|
name: "EngineRunTime",
|
|
20938
|
-
isotp:
|
|
20799
|
+
isotp: true,
|
|
20800
|
+
bytes_returned: 13
|
|
20939
20801
|
},
|
|
20940
20802
|
{
|
|
20941
20803
|
service: "01",
|
|
20942
|
-
pid: "
|
|
20804
|
+
pid: "80",
|
|
20943
20805
|
description: "PIDs supported [81 - A0]",
|
|
20944
|
-
name: "
|
|
20945
|
-
isotp: false
|
|
20806
|
+
name: "PIDsSupported_81_A0",
|
|
20807
|
+
isotp: false,
|
|
20808
|
+
bytes_returned: 4
|
|
20946
20809
|
},
|
|
20947
20810
|
{
|
|
20948
20811
|
service: "01",
|
|
20949
|
-
pid: "
|
|
20812
|
+
pid: "81",
|
|
20950
20813
|
description: "Engine run time for AECD",
|
|
20951
|
-
name: "
|
|
20952
|
-
isotp:
|
|
20814
|
+
name: "EngineRunTime_AECD",
|
|
20815
|
+
isotp: true,
|
|
20816
|
+
bytes_returned: 41
|
|
20953
20817
|
},
|
|
20954
20818
|
{
|
|
20955
20819
|
service: "01",
|
|
20956
|
-
pid: "
|
|
20820
|
+
pid: "82",
|
|
20957
20821
|
description: "Engine run time for AECD",
|
|
20958
|
-
name: "
|
|
20959
|
-
isotp:
|
|
20822
|
+
name: "EngineRunTime_AECD",
|
|
20823
|
+
isotp: true,
|
|
20824
|
+
bytes_returned: 41
|
|
20960
20825
|
},
|
|
20961
20826
|
{
|
|
20962
20827
|
service: "01",
|
|
20963
|
-
pid: "
|
|
20828
|
+
pid: "83",
|
|
20964
20829
|
description: "NOx sensor",
|
|
20965
20830
|
name: "NOxSensor",
|
|
20966
|
-
isotp:
|
|
20831
|
+
isotp: true,
|
|
20832
|
+
bytes_returned: 9
|
|
20967
20833
|
},
|
|
20968
20834
|
{
|
|
20969
20835
|
service: "01",
|
|
20970
|
-
pid: "
|
|
20836
|
+
pid: "84",
|
|
20971
20837
|
description: "Manifold surface temperature",
|
|
20972
|
-
name: "
|
|
20973
|
-
isotp: false
|
|
20838
|
+
name: "ManifoldSurfaceTemperature",
|
|
20839
|
+
isotp: false,
|
|
20840
|
+
bytes_returned: 1
|
|
20974
20841
|
},
|
|
20975
20842
|
{
|
|
20976
20843
|
service: "01",
|
|
20977
|
-
pid: "
|
|
20844
|
+
pid: "85",
|
|
20978
20845
|
description: "NOx reagent system",
|
|
20979
20846
|
name: "NOxReagentSystem",
|
|
20980
|
-
isotp:
|
|
20847
|
+
isotp: true,
|
|
20848
|
+
bytes_returned: 10
|
|
20981
20849
|
},
|
|
20982
20850
|
{
|
|
20983
20851
|
service: "01",
|
|
20984
|
-
pid: "
|
|
20852
|
+
pid: "86",
|
|
20985
20853
|
description: "Particulate matter sensor",
|
|
20986
20854
|
name: "PM_Sensor",
|
|
20987
|
-
isotp: false
|
|
20855
|
+
isotp: false,
|
|
20856
|
+
bytes_returned: 5
|
|
20988
20857
|
},
|
|
20989
20858
|
{
|
|
20990
20859
|
service: "01",
|
|
20991
|
-
pid: "
|
|
20860
|
+
pid: "87",
|
|
20992
20861
|
description: "Intake manifold absolute pressure",
|
|
20993
|
-
name: "
|
|
20994
|
-
isotp: false
|
|
20862
|
+
name: "IntakeManifoldAbsolutePressure",
|
|
20863
|
+
isotp: false,
|
|
20864
|
+
bytes_returned: 5
|
|
20995
20865
|
},
|
|
20996
20866
|
{
|
|
20997
20867
|
service: "01",
|
|
20998
|
-
pid: "
|
|
20868
|
+
pid: "88",
|
|
20999
20869
|
description: "SCR induce system",
|
|
21000
20870
|
name: "SCR_InduceSystem",
|
|
21001
|
-
isotp:
|
|
20871
|
+
isotp: true,
|
|
20872
|
+
bytes_returned: 13
|
|
21002
20873
|
},
|
|
21003
20874
|
{
|
|
21004
20875
|
service: "01",
|
|
21005
|
-
pid: "
|
|
20876
|
+
pid: "89",
|
|
21006
20877
|
description: "Run time for AECD #11-#15",
|
|
21007
|
-
name: "
|
|
21008
|
-
isotp:
|
|
20878
|
+
name: "RunTimeForAECD_11_15",
|
|
20879
|
+
isotp: true,
|
|
20880
|
+
bytes_returned: 41
|
|
21009
20881
|
},
|
|
21010
20882
|
{
|
|
21011
20883
|
service: "01",
|
|
21012
20884
|
pid: "8A",
|
|
21013
20885
|
description: "Run time for AECD #16-#20",
|
|
21014
|
-
name: "
|
|
21015
|
-
isotp:
|
|
20886
|
+
name: "RunTimeForAECD_16_20",
|
|
20887
|
+
isotp: true,
|
|
20888
|
+
bytes_returned: 41
|
|
21016
20889
|
},
|
|
21017
20890
|
{
|
|
21018
20891
|
service: "01",
|
|
21019
20892
|
pid: "8B",
|
|
21020
20893
|
description: "Diesel aftertreatment",
|
|
21021
|
-
name: "
|
|
21022
|
-
isotp:
|
|
20894
|
+
name: "DieselAftertreatment",
|
|
20895
|
+
isotp: true,
|
|
20896
|
+
bytes_returned: 7
|
|
21023
20897
|
},
|
|
21024
20898
|
{
|
|
21025
20899
|
service: "01",
|
|
21026
20900
|
pid: "8C",
|
|
21027
20901
|
description: "O2 sensor (wide range)",
|
|
21028
|
-
name: "
|
|
21029
|
-
isotp:
|
|
20902
|
+
name: "O2Sensor_WideRange",
|
|
20903
|
+
isotp: true,
|
|
20904
|
+
bytes_returned: 17
|
|
21030
20905
|
},
|
|
21031
20906
|
{
|
|
21032
20907
|
service: "01",
|
|
21033
20908
|
pid: "8D",
|
|
21034
20909
|
description: "Throttle position G",
|
|
21035
|
-
name: "
|
|
21036
|
-
isotp: false
|
|
20910
|
+
name: "ThrottlePositionG",
|
|
20911
|
+
isotp: false,
|
|
20912
|
+
bytes_returned: 1
|
|
21037
20913
|
},
|
|
21038
20914
|
{
|
|
21039
20915
|
service: "01",
|
|
21040
20916
|
pid: "8E",
|
|
21041
20917
|
description: "Engine friction percent torque",
|
|
21042
|
-
name: "
|
|
21043
|
-
isotp: false
|
|
20918
|
+
name: "EngineFrictionPercentTorque",
|
|
20919
|
+
isotp: false,
|
|
20920
|
+
bytes_returned: 1
|
|
21044
20921
|
},
|
|
21045
20922
|
{
|
|
21046
20923
|
service: "01",
|
|
21047
20924
|
pid: "8F",
|
|
21048
20925
|
description: "Particulate matter sensor (bank 1 & 2)",
|
|
21049
20926
|
name: "PMSensorBank1_2",
|
|
21050
|
-
isotp:
|
|
20927
|
+
isotp: true,
|
|
20928
|
+
bytes_returned: 7
|
|
21051
20929
|
},
|
|
21052
20930
|
{
|
|
21053
20931
|
service: "01",
|
|
21054
|
-
pid: "
|
|
20932
|
+
pid: "90",
|
|
21055
20933
|
description: "WWH-OBD vehicle OBD system Info",
|
|
21056
20934
|
name: "WWH_OBD_SysInfo",
|
|
21057
|
-
isotp: false
|
|
20935
|
+
isotp: false,
|
|
20936
|
+
bytes_returned: 3
|
|
21058
20937
|
},
|
|
21059
20938
|
{
|
|
21060
20939
|
service: "01",
|
|
21061
|
-
pid: "
|
|
20940
|
+
pid: "91",
|
|
21062
20941
|
description: "WWH-OBD vehicle OBD system Info",
|
|
21063
20942
|
name: "WWH_OBD_SysInfo",
|
|
21064
|
-
isotp: false
|
|
20943
|
+
isotp: false,
|
|
20944
|
+
bytes_returned: 5
|
|
21065
20945
|
},
|
|
21066
20946
|
{
|
|
21067
20947
|
service: "01",
|
|
21068
|
-
pid: "
|
|
20948
|
+
pid: "92",
|
|
21069
20949
|
description: "Fuel system control",
|
|
21070
|
-
name: "
|
|
21071
|
-
isotp: false
|
|
20950
|
+
name: "FuelSystemControl",
|
|
20951
|
+
isotp: false,
|
|
20952
|
+
bytes_returned: 2
|
|
21072
20953
|
},
|
|
21073
20954
|
{
|
|
21074
20955
|
service: "01",
|
|
21075
|
-
pid: "
|
|
20956
|
+
pid: "93",
|
|
21076
20957
|
description: "WWH-OBD counters support",
|
|
21077
|
-
name: "
|
|
21078
|
-
isotp: false
|
|
20958
|
+
name: "WWH_OBD_CtrSupport",
|
|
20959
|
+
isotp: false,
|
|
20960
|
+
bytes_returned: 3
|
|
21079
20961
|
},
|
|
21080
20962
|
{
|
|
21081
20963
|
service: "01",
|
|
21082
|
-
pid: "
|
|
20964
|
+
pid: "94",
|
|
21083
20965
|
description: "NOx warning and inducement system",
|
|
21084
|
-
name: "
|
|
21085
|
-
isotp:
|
|
20966
|
+
name: "NOxWarningInducementSys",
|
|
20967
|
+
isotp: true,
|
|
20968
|
+
bytes_returned: 12
|
|
21086
20969
|
},
|
|
21087
20970
|
{
|
|
21088
20971
|
service: "01",
|
|
21089
|
-
pid: "
|
|
20972
|
+
pid: "98",
|
|
21090
20973
|
description: "EGT sensor",
|
|
21091
20974
|
name: "EGT_Sensor",
|
|
21092
|
-
isotp:
|
|
20975
|
+
isotp: true,
|
|
20976
|
+
bytes_returned: 9
|
|
21093
20977
|
},
|
|
21094
20978
|
{
|
|
21095
20979
|
service: "01",
|
|
21096
|
-
pid: "
|
|
20980
|
+
pid: "99",
|
|
21097
20981
|
description: "EGT sensor",
|
|
21098
20982
|
name: "EGT_Sensor",
|
|
21099
|
-
isotp:
|
|
20983
|
+
isotp: true,
|
|
20984
|
+
bytes_returned: 9
|
|
21100
20985
|
},
|
|
21101
20986
|
{
|
|
21102
20987
|
service: "01",
|
|
21103
20988
|
pid: "9A",
|
|
21104
|
-
description: "Hybrid/EV sys. data
|
|
20989
|
+
description: "Hybrid/EV sys. data",
|
|
21105
20990
|
name: "Hybrid_EV_System",
|
|
21106
|
-
isotp:
|
|
20991
|
+
isotp: true,
|
|
20992
|
+
bytes_returned: 6
|
|
21107
20993
|
},
|
|
21108
20994
|
{
|
|
21109
20995
|
service: "01",
|
|
21110
20996
|
pid: "9B",
|
|
21111
20997
|
description: "Diesel exhaust fluid sensor data",
|
|
21112
|
-
name: "
|
|
21113
|
-
isotp: false
|
|
20998
|
+
name: "DieselExhaustFluidSensorData",
|
|
20999
|
+
isotp: false,
|
|
21000
|
+
bytes_returned: 4
|
|
21114
21001
|
},
|
|
21115
21002
|
{
|
|
21116
21003
|
service: "01",
|
|
21117
21004
|
pid: "9C",
|
|
21118
21005
|
description: "O2 sensor data",
|
|
21119
21006
|
name: "O2SensorData",
|
|
21120
|
-
isotp:
|
|
21007
|
+
isotp: true,
|
|
21008
|
+
bytes_returned: 17
|
|
21121
21009
|
},
|
|
21122
21010
|
{
|
|
21123
21011
|
service: "01",
|
|
21124
21012
|
pid: "9D",
|
|
21125
21013
|
description: "Engine fuel rate",
|
|
21126
21014
|
name: "EngineFuelRate",
|
|
21127
|
-
isotp: false
|
|
21015
|
+
isotp: false,
|
|
21016
|
+
bytes_returned: 4
|
|
21128
21017
|
},
|
|
21129
21018
|
{
|
|
21130
21019
|
service: "01",
|
|
21131
21020
|
pid: "9E",
|
|
21132
21021
|
description: "Engine exhaust flow rate",
|
|
21133
|
-
name: "
|
|
21134
|
-
isotp: false
|
|
21022
|
+
name: "EngineExhaustFlowRate",
|
|
21023
|
+
isotp: false,
|
|
21024
|
+
bytes_returned: 2
|
|
21135
21025
|
},
|
|
21136
21026
|
{
|
|
21137
21027
|
service: "01",
|
|
21138
21028
|
pid: "9F",
|
|
21139
21029
|
description: "Fuel system percentage use",
|
|
21140
|
-
name: "
|
|
21141
|
-
isotp:
|
|
21030
|
+
name: "FuelSystemPercentageUse",
|
|
21031
|
+
isotp: true,
|
|
21032
|
+
bytes_returned: 9
|
|
21142
21033
|
},
|
|
21143
21034
|
{
|
|
21144
21035
|
service: "01",
|
|
21145
21036
|
pid: "A0",
|
|
21146
21037
|
description: "PIDs supported [A1 - C0]",
|
|
21147
|
-
name: "
|
|
21148
|
-
isotp: false
|
|
21038
|
+
name: "PIDsSupported_A1_C0",
|
|
21039
|
+
isotp: false,
|
|
21040
|
+
bytes_returned: 4
|
|
21149
21041
|
},
|
|
21150
21042
|
{
|
|
21151
21043
|
service: "01",
|
|
21152
21044
|
pid: "A1",
|
|
21153
21045
|
description: "NOx sensor corrected data",
|
|
21154
|
-
name: "
|
|
21155
|
-
isotp:
|
|
21046
|
+
name: "NOxSensorCorrectedData",
|
|
21047
|
+
isotp: true,
|
|
21048
|
+
bytes_returned: 9
|
|
21156
21049
|
},
|
|
21157
21050
|
{
|
|
21158
21051
|
service: "01",
|
|
21159
21052
|
pid: "A2",
|
|
21160
21053
|
description: "Cylinder fuel rate",
|
|
21161
21054
|
name: "CylinderFuelRate",
|
|
21162
|
-
isotp: false
|
|
21055
|
+
isotp: false,
|
|
21056
|
+
bytes_returned: 2
|
|
21163
21057
|
},
|
|
21164
21058
|
{
|
|
21165
21059
|
service: "01",
|
|
21166
21060
|
pid: "A3",
|
|
21167
21061
|
description: "Evap system vapor pressure",
|
|
21168
|
-
name: "
|
|
21169
|
-
isotp:
|
|
21062
|
+
name: "EvapSystemVaporPressure",
|
|
21063
|
+
isotp: true,
|
|
21064
|
+
bytes_returned: 9
|
|
21170
21065
|
},
|
|
21171
21066
|
{
|
|
21172
21067
|
service: "01",
|
|
21173
21068
|
pid: "A4",
|
|
21174
21069
|
description: "Transmission actual gear",
|
|
21175
|
-
name: "
|
|
21176
|
-
isotp: false
|
|
21070
|
+
name: "TransmissionActualGear",
|
|
21071
|
+
isotp: false,
|
|
21072
|
+
bytes_returned: 4
|
|
21177
21073
|
},
|
|
21178
21074
|
{
|
|
21179
21075
|
service: "01",
|
|
21180
21076
|
pid: "A5",
|
|
21181
21077
|
description: "Cmd. diesel exhaust fluid dosing",
|
|
21182
|
-
name: "
|
|
21183
|
-
isotp: false
|
|
21078
|
+
name: "ComDieselExhaustFluidDosing",
|
|
21079
|
+
isotp: false,
|
|
21080
|
+
bytes_returned: 4
|
|
21184
21081
|
},
|
|
21185
21082
|
{
|
|
21186
21083
|
service: "01",
|
|
21187
21084
|
pid: "A6",
|
|
21188
21085
|
description: "Odometer",
|
|
21189
21086
|
name: "Odometer",
|
|
21190
|
-
isotp: false
|
|
21087
|
+
isotp: false,
|
|
21088
|
+
bytes_returned: 4
|
|
21191
21089
|
},
|
|
21192
21090
|
{
|
|
21193
21091
|
service: "01",
|
|
21194
21092
|
pid: "A7",
|
|
21195
|
-
description: "NOx concentration 3
|
|
21093
|
+
description: "NOx concentration 3",
|
|
21196
21094
|
name: "NOxSensorConc3_4",
|
|
21197
|
-
isotp: false
|
|
21095
|
+
isotp: false,
|
|
21096
|
+
bytes_returned: 4
|
|
21198
21097
|
},
|
|
21199
21098
|
{
|
|
21200
21099
|
service: "01",
|
|
21201
21100
|
pid: "A8",
|
|
21202
|
-
description: "NOx corrected concentration (3
|
|
21203
|
-
name: "
|
|
21204
|
-
isotp: false
|
|
21101
|
+
description: "NOx sensor corrected concentration (sensors 3 & 4)",
|
|
21102
|
+
name: "NOxSensorCorrectConc3_4",
|
|
21103
|
+
isotp: false,
|
|
21104
|
+
bytes_returned: 4
|
|
21205
21105
|
},
|
|
21206
21106
|
{
|
|
21207
21107
|
service: "01",
|
|
21208
21108
|
pid: "C0",
|
|
21209
21109
|
description: "PIDs supported [C1 - E0]",
|
|
21210
|
-
name: "
|
|
21211
|
-
isotp: false
|
|
21110
|
+
name: "PIDsSupported_C1_E0",
|
|
21111
|
+
isotp: false,
|
|
21112
|
+
bytes_returned: 4
|
|
21113
|
+
},
|
|
21114
|
+
{
|
|
21115
|
+
service: "03",
|
|
21116
|
+
pid: "AA",
|
|
21117
|
+
description: "Show stored Diagnostic Trouble Codes (DTCs)",
|
|
21118
|
+
name: "StoredDTCs",
|
|
21119
|
+
isotp: true,
|
|
21120
|
+
bytes_returned: 6
|
|
21121
|
+
},
|
|
21122
|
+
{
|
|
21123
|
+
service: "09",
|
|
21124
|
+
pid: "02",
|
|
21125
|
+
description: "Vehicle Identification Number (VIN)",
|
|
21126
|
+
name: "VIN",
|
|
21127
|
+
isotp: true,
|
|
21128
|
+
bytes_returned: 20
|
|
21212
21129
|
}
|
|
21213
21130
|
];
|
|
21214
21131
|
|
|
@@ -22000,15 +21917,33 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
|
|
|
22000
21917
|
});
|
|
22001
21918
|
};
|
|
22002
21919
|
_proto.handleSettingChange = function handleSettingChange(setting, selectedOption) {
|
|
22003
|
-
var
|
|
22004
|
-
|
|
22005
|
-
|
|
22006
|
-
|
|
22007
|
-
|
|
22008
|
-
|
|
22009
|
-
|
|
22010
|
-
|
|
22011
|
-
|
|
21920
|
+
var _this3 = this;
|
|
21921
|
+
if (setting === "obdMode" && selectedOption.value === "WWH-OBD") {
|
|
21922
|
+
this.setState(function (prevState) {
|
|
21923
|
+
var _ref;
|
|
21924
|
+
return _ref = {}, _ref[setting] = selectedOption.value, _ref.pids = prevState.pids.map(function (pid) {
|
|
21925
|
+
var isObd2OnlyPid = pid.service === "03" && pid.pid === "AA" || pid.service === "09" && pid.pid === "02";
|
|
21926
|
+
return isObd2OnlyPid ? _extends({}, pid, {
|
|
21927
|
+
selected: false
|
|
21928
|
+
}) : pid;
|
|
21929
|
+
}), _ref;
|
|
21930
|
+
}, function () {
|
|
21931
|
+
if (_this3.state.toolMode === "test") {
|
|
21932
|
+
_this3.generateTestConfig();
|
|
21933
|
+
} else if (_this3.getSelectedPids().length > 0) {
|
|
21934
|
+
_this3.generateTransmitList();
|
|
21935
|
+
}
|
|
21936
|
+
});
|
|
21937
|
+
} else {
|
|
21938
|
+
var _this$setState;
|
|
21939
|
+
this.setState((_this$setState = {}, _this$setState[setting] = selectedOption.value, _this$setState), function () {
|
|
21940
|
+
if (_this3.state.toolMode === "test") {
|
|
21941
|
+
_this3.generateTestConfig();
|
|
21942
|
+
} else if (_this3.getSelectedPids().length > 0) {
|
|
21943
|
+
_this3.generateTransmitList();
|
|
21944
|
+
}
|
|
21945
|
+
});
|
|
21946
|
+
}
|
|
22012
21947
|
};
|
|
22013
21948
|
_proto.generateTestConfig = function generateTestConfig() {
|
|
22014
21949
|
var _this4 = this;
|
|
@@ -22079,20 +22014,29 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
|
|
|
22079
22014
|
pids = _this$state2.pids,
|
|
22080
22015
|
searchQuery = _this$state2.searchQuery,
|
|
22081
22016
|
toolMode = _this$state2.toolMode,
|
|
22082
|
-
supportedPids = _this$state2.supportedPids
|
|
22017
|
+
supportedPids = _this$state2.supportedPids,
|
|
22018
|
+
obdMode = _this$state2.obdMode;
|
|
22083
22019
|
var filtered = pids;
|
|
22084
22020
|
if (toolMode === "supported" && supportedPids.length > 0) {
|
|
22085
22021
|
var supportedSet = new Set(supportedPids);
|
|
22086
22022
|
filtered = filtered.map(function (pid) {
|
|
22023
|
+
var unsupported = !supportedSet.has(pid.pid);
|
|
22024
|
+
var isObd2OnlyPid = pid.service === "03" && pid.pid === "AA" || pid.service === "09" && pid.pid === "02";
|
|
22025
|
+
var obd2OnlyDisabled = isObd2OnlyPid && obdMode === "WWH-OBD";
|
|
22087
22026
|
return _extends({}, pid, {
|
|
22088
|
-
disabled:
|
|
22089
|
-
selected:
|
|
22027
|
+
disabled: unsupported || obd2OnlyDisabled,
|
|
22028
|
+
selected: unsupported || obd2OnlyDisabled ? false : pid.selected,
|
|
22029
|
+
displayDescription: pid.isotp ? pid.description + " (ISO TP)" : pid.description
|
|
22090
22030
|
});
|
|
22091
22031
|
});
|
|
22092
22032
|
} else {
|
|
22093
22033
|
filtered = filtered.map(function (pid) {
|
|
22034
|
+
var isObd2OnlyPid = pid.service === "03" && pid.pid === "AA" || pid.service === "09" && pid.pid === "02";
|
|
22035
|
+
var obd2OnlyDisabled = isObd2OnlyPid && obdMode === "WWH-OBD";
|
|
22094
22036
|
return _extends({}, pid, {
|
|
22095
|
-
disabled:
|
|
22037
|
+
disabled: obd2OnlyDisabled,
|
|
22038
|
+
selected: obd2OnlyDisabled ? false : pid.selected,
|
|
22039
|
+
displayDescription: pid.isotp ? pid.description + " (ISO TP)" : pid.description
|
|
22096
22040
|
});
|
|
22097
22041
|
});
|
|
22098
22042
|
}
|
|
@@ -22145,8 +22089,8 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
|
|
|
22145
22089
|
}
|
|
22146
22090
|
};
|
|
22147
22091
|
_proto.generateTransmitList = function generateTransmitList() {
|
|
22148
|
-
var
|
|
22149
|
-
|
|
22092
|
+
var _generatedConfig,
|
|
22093
|
+
_this7 = this;
|
|
22150
22094
|
var _this$state3 = this.state,
|
|
22151
22095
|
channel = _this$state3.channel,
|
|
22152
22096
|
bitRate = _this$state3.bitRate,
|
|
@@ -22160,27 +22104,54 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
|
|
|
22160
22104
|
});
|
|
22161
22105
|
return;
|
|
22162
22106
|
}
|
|
22107
|
+
var isotpFlowControlOffset = 50;
|
|
22163
22108
|
var maxOffset = (selectedPids.length - 1) * spacing;
|
|
22164
22109
|
var period = maxOffset + spacing;
|
|
22165
22110
|
var idFormat = canId === "7DF" ? 0 : 1;
|
|
22166
|
-
var transmitList =
|
|
22167
|
-
|
|
22168
|
-
|
|
22111
|
+
var transmitList = [];
|
|
22112
|
+
var currentDelay = 0;
|
|
22113
|
+
for (var _iterator = _createForOfIteratorHelperLoose(selectedPids), _step; !(_step = _iterator()).done;) {
|
|
22114
|
+
var pid = _step.value;
|
|
22169
22115
|
var namePrefix = canId === "7DF" ? "11" : "29";
|
|
22170
22116
|
var modePrefix = obdMode === "OBD2" ? "OBD" : "OBDU";
|
|
22171
|
-
|
|
22172
|
-
|
|
22117
|
+
var isDtcPid = pid.service === "03" && pid.pid === "AA";
|
|
22118
|
+
var data = isDtcPid ? "0103555555555555" : this.generateDataPayload(pid.pid, obdMode, pid.service);
|
|
22119
|
+
var requestId = canId;
|
|
22120
|
+
var flowControlId = canId === "7DF" ? "7E0" : "18DA00F1";
|
|
22121
|
+
if (pid.isotp) {
|
|
22122
|
+
requestId = canId === "7DF" ? "7E0" : "18DA00F1";
|
|
22123
|
+
}
|
|
22124
|
+
transmitList.push({
|
|
22125
|
+
name: namePrefix + "_" + modePrefix + "_S" + parseInt(pid.service, 10) + "_" + pid.pid,
|
|
22173
22126
|
state: 1,
|
|
22174
22127
|
id_format: idFormat,
|
|
22175
22128
|
frame_format: 0,
|
|
22176
22129
|
brs: 0,
|
|
22177
22130
|
log: 0,
|
|
22178
22131
|
period: period,
|
|
22179
|
-
delay:
|
|
22180
|
-
id:
|
|
22132
|
+
delay: currentDelay,
|
|
22133
|
+
id: requestId,
|
|
22181
22134
|
data: data
|
|
22182
|
-
};
|
|
22183
|
-
|
|
22135
|
+
});
|
|
22136
|
+
if (pid.isotp) {
|
|
22137
|
+
currentDelay += isotpFlowControlOffset;
|
|
22138
|
+
transmitList.push({
|
|
22139
|
+
name: namePrefix + "_" + modePrefix + "_FC_S" + parseInt(pid.service, 10) + "_" + pid.pid,
|
|
22140
|
+
state: 1,
|
|
22141
|
+
id_format: idFormat,
|
|
22142
|
+
frame_format: 0,
|
|
22143
|
+
brs: 0,
|
|
22144
|
+
log: 0,
|
|
22145
|
+
period: period,
|
|
22146
|
+
delay: currentDelay,
|
|
22147
|
+
id: flowControlId,
|
|
22148
|
+
data: "3000000000000000"
|
|
22149
|
+
});
|
|
22150
|
+
currentDelay += spacing - isotpFlowControlOffset;
|
|
22151
|
+
} else {
|
|
22152
|
+
currentDelay += spacing;
|
|
22153
|
+
}
|
|
22154
|
+
}
|
|
22184
22155
|
var generatedConfig = (_generatedConfig = {}, _generatedConfig[channel] = {
|
|
22185
22156
|
general: {
|
|
22186
22157
|
rx_state: 1,
|
|
@@ -22202,10 +22173,11 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
|
|
|
22202
22173
|
_this7.testMergedFile();
|
|
22203
22174
|
});
|
|
22204
22175
|
};
|
|
22205
|
-
_proto.generateDataPayload = function generateDataPayload(pidHex, obdMode) {
|
|
22176
|
+
_proto.generateDataPayload = function generateDataPayload(pidHex, obdMode, serviceHex) {
|
|
22206
22177
|
var pid = pidHex.toUpperCase().padStart(2, '0');
|
|
22178
|
+
var service = serviceHex.toUpperCase().padStart(2, '0');
|
|
22207
22179
|
if (obdMode === "OBD2") {
|
|
22208
|
-
return "
|
|
22180
|
+
return "02" + service + pid + "5555555555";
|
|
22209
22181
|
} else {
|
|
22210
22182
|
return "0322F4" + pid + "55555555";
|
|
22211
22183
|
}
|
|
@@ -22585,18 +22557,18 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
|
|
|
22585
22557
|
className: "binary-text-alt-2",
|
|
22586
22558
|
style: {
|
|
22587
22559
|
marginRight: "8px",
|
|
22588
|
-
minWidth: "
|
|
22560
|
+
minWidth: "42px",
|
|
22589
22561
|
flexShrink: 0
|
|
22590
22562
|
}
|
|
22591
|
-
}, pid.pid), /*#__PURE__*/React.createElement("span", {
|
|
22563
|
+
}, "S", parseInt(pid.service, 10), " ", pid.pid), /*#__PURE__*/React.createElement("span", {
|
|
22592
22564
|
style: {
|
|
22593
22565
|
fontSize: "12px",
|
|
22594
22566
|
whiteSpace: "nowrap",
|
|
22595
22567
|
overflow: "hidden",
|
|
22596
22568
|
textOverflow: "ellipsis"
|
|
22597
22569
|
},
|
|
22598
|
-
title: pid.description
|
|
22599
|
-
}, pid.description));
|
|
22570
|
+
title: pid.displayDescription || pid.description
|
|
22571
|
+
}, pid.displayDescription || pid.description));
|
|
22600
22572
|
}), filteredPids.length === 0 && /*#__PURE__*/React.createElement("div", {
|
|
22601
22573
|
style: {
|
|
22602
22574
|
padding: "10px",
|
|
@@ -22608,7 +22580,12 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
|
|
|
22608
22580
|
fontSize: "12px",
|
|
22609
22581
|
marginBottom: "10px"
|
|
22610
22582
|
}
|
|
22611
|
-
}, "Period: ", selectedPids.length > 0 ? period : 0, " ms \xA0|\xA0 PIDs selected: ", selectedPids.length
|
|
22583
|
+
}, "Period: ", selectedPids.length > 0 ? period : 0, " ms \xA0|\xA0 PIDs selected: ", selectedPids.length, period > 10000 && /*#__PURE__*/React.createElement("div", {
|
|
22584
|
+
style: {
|
|
22585
|
+
color: "orange",
|
|
22586
|
+
marginTop: "4px"
|
|
22587
|
+
}
|
|
22588
|
+
}, "Warning: This PID selection will result in an infrequent update frequency of each PID of ", /*#__PURE__*/React.createElement("strong", null, (period / 1000).toFixed(1)), " seconds")), toolMode !== "test" && /*#__PURE__*/React.createElement("div", {
|
|
22612
22589
|
className: "form-group pl0 field-string"
|
|
22613
22590
|
}, /*#__PURE__*/React.createElement("label", {
|
|
22614
22591
|
style: {
|