pobdx n1 [n2] [n3] [n4] [n5] [n6] [n7] [n8]

Configures the engine - vehicle diagnostic report messages. See Report Messages 119 to 126.

xa, b, c, d, e, f, g, h
n1 = all mPrint all engine parameters as per OBD2/J1939 table
n1 = n2 = 0Delete this entry
nY = p#Print engine parameter p# as per OBD2/J1939 table

NOTE: ON CTM 200 R1 cmd showconfig does NOT show configuration of $POBDE-$POBDH

If printing all params (cmd pobdX all m), m is the sum of:

ValueMode
0Use all p#s
1Filter against whitelist of p#s to use
2Filter against blacklist of p#s to ignore
4Use updated parameters (cmd obdcond must also be configured to check for parameter updating)

Examples:

  1. report vehicle speed :
    cmd pobda p1
  1. reports engine speed, intake air temperature and total engine hours :
    cmd pobdb p2 p12 p25
  1. report all available parameters :
    cmd pobda all
  1. report all available parameters that are in the whitelist pobdb.txt :
    cmd pobdb all 1
  1. report all available parameters that were updated (obdcond must also be configured to check for p param updating) :
    cmd pobdc all 4
  1. report all available parameters that were updated and are not in the blacklist pobdc.txt (obdcond must also be configured to check for p param updating) :
    cmd pobdc all 6
  1. delete current entry :
    cmd pobda 0 0

See also: Engine Diagnostics Support

Last modified 2 months ago Last modified on 19-11-21 02:25:25 PM