logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
jazty  
#1 Posted : Thursday, June 18, 2020 9:09:14 AM(UTC)
jazty

Rank: Newbie

Groups: Registered
Joined: 6/18/2020(UTC)
Posts: 3
Canada

I see in Settings -> System -> Advanced System Settings -> Advanced Functions a page for monitoring and setting PID data.

It is clearly marked with a big WARNING to use at your own risk, so I know that this isn't intended to be used on a regular basis.

However, I was able to successfully use it to read the data for the HPOP pressure PID on my T444e.

Theoretically, could this be used for setting engine parameters? Again, I know this is NOT OFFICIALLY SUPPORTED and could render the ECM useless, but has anyone had success doing so? Risky.. I know...

Edited by user Thursday, June 18, 2020 9:10:25 AM(UTC)  | Reason: Not specified

markbumgarner  
#2 Posted : Wednesday, June 24, 2020 7:13:36 PM(UTC)
markbumgarner

Rank: Newbie

Groups: Registered
Joined: 6/22/2020(UTC)
Posts: 8
United States
Location: Oklahoma

How did you go about doing the PID lookup, I have asked and not really got an answer.
Mark  
#3 Posted : Wednesday, June 24, 2020 8:07:45 PM(UTC)
Mark

Rank: Administration

Groups: Administrators
Joined: 4/12/2014(UTC)
Posts: 690

Was thanked: 12 time(s) in 10 post(s)
Either query the internet, or join SAE and purchase their J1939 and J1708/J1587 documents.
jazty  
#4 Posted : Thursday, June 25, 2020 11:23:07 AM(UTC)
jazty

Rank: Newbie

Groups: Registered
Joined: 6/18/2020(UTC)
Posts: 3
Canada

For older Navistar engines the PIDs can be looked up in the (now free) ServiceMaxx software: https://evalueb.internat...ervicemaxx/ChangeLog.jsp
markbumgarner  
#5 Posted : Monday, July 6, 2020 2:40:16 AM(UTC)
markbumgarner

Rank: Newbie

Groups: Registered
Joined: 6/22/2020(UTC)
Posts: 8
United States
Location: Oklahoma

Originally Posted by: Mark Go to Quoted Post
Either query the internet, or join SAE and purchase their J1939 and J1708/J1587 documents.

I have already done that just want to know how to utilize the software to see if there are any more pids that can be accessed with your software
Mark  
#6 Posted : Monday, July 6, 2020 1:09:08 PM(UTC)
Mark

Rank: Administration

Groups: Administrators
Joined: 4/12/2014(UTC)
Posts: 690

Was thanked: 12 time(s) in 10 post(s)
Assuming you know the PGN or PID where the data you want is located and you know how the data is formatted into the PGN/PID, then you start monitoring that PGN or PID. If the PGN/PID is not returned or if the data returned is 0xFF then it is not being transmitted by the ECM. Note, you need to know the exact location in the PGN/PID and how many bits the data consumes. In most cases the data is on a byte boundary so looking for 0xFF is good enough. If the data is not on a byte boundary (eg. less than 8 bits), then you need to just look for those bits being all ones which indicates no data. If the data is not 0xFF then it is being transmitted and can become a candidate for addition to the App.

The easier way is to start monitoring the PGN/PID and take a screenshot of the returned data and send it to me along with what you're looking for and I can determine whether anything is being transmitted.
jazty  
#7 Posted : Monday, July 6, 2020 1:13:53 PM(UTC)
jazty

Rank: Newbie

Groups: Registered
Joined: 6/18/2020(UTC)
Posts: 3
Canada

Great information Mark! Thank you!

I hope to play around with the BlueFire a bit more sometime soon, probably this fall when some rain clouds roll in.
I even got started on putting together a very basic HPOP monitor using the BlueFire API and included demo app.

Very good of you folks to provide the API.

Edited by user Monday, July 6, 2020 1:14:34 PM(UTC)  | Reason: Not specified

Mark  
#8 Posted : Tuesday, July 7, 2020 4:11:11 PM(UTC)
Mark

Rank: Administration

Groups: Administrators
Joined: 4/12/2014(UTC)
Posts: 690

Was thanked: 12 time(s) in 10 post(s)
Added a section in the Getting Started document titled 'Advanced Functions' that explains how to use the page.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.