J1939STATUS

Status of CAN J1939 Node

Platform:

OEM719, OEM729, OEM7500, OEM7600, OEM7700, OEM7720, PwrPak7, CPT7, CPT7700, SMART7, SMART2

This logs reports the status of J1939 node, specifically J1939 Address Claim function (initiated using the J1939CONFIG command).

This log displays the status only for nodes that have been set.

Message ID: 1907

Log Type: Asynch

Recommended Input:

LOG J1939STATUSA ONCHANGED

ASCII Examples:

#J1939STATUSA,USB1,1,53.0,UNKNOWN,0,0.204,12000020,e9ce,16809;NODE1,DISABLED,0,FE*6980fd0f

#J1939STATUSA,USB1,0,53.0,UNKNOWN,0,0.204,12000020,e9ce,16809;NODE2,DISABLED,0,FE*cee67706

Field

Field Type

Description

Format

Binary Bytes

Binary Offset

1

Log header

J1939STATUS header

For information about log headers, see ASCII, Abbreviated ASCII or Binary.

-

H

0

2

node

J1939 Node. The node can be either NODE1 or NODE2.

Enum

4

H

3

status

Node status. See Table: Node Status

Enum

4

H+4

4

count

Number of attempts that were made to claim address.

This will be 1 when the preferred address is used and may be more if the alternate range is used.

Ulong

4

H+8

5

address

Claimed CAN Address.

0xFE (NULL address) if the address could not be negotiated.

Uchar

1

H+12

6

xxxx

32-bit CRC (ASCII and Binary only)

Hex

4

H+13

7

[CR][LF]

Sentence Terminator (ASCII only)

-

-

-

Node Status

Value

ASCII

Description

1

DISABLED

Address claim activity is not taking place. The node does not have J1939 enabled.

2

CLAIMING

Address claim procedure is in progress.

3

CLAIMED

Address claimed successfully. Ready for data transfer.

4

FAILED

Address claim was not successful. No further activity is taking place.