• You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will see less advertisements, have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

    If you have any problems with the registration process or your account login, please contact us.

Flags 0 to 6 in MLV

Buellxb Forum

Help Support Buellxb Forum:

osvaldo

Banned
Joined
Jun 27, 2019
Messages
83
Flags 0 to 5 in MLV

Hi guys,

I'm still trying to improve my knowledge on MLV.
Anyone knows the meaning of Flags 0 to 5 values?

Regards
 
Last edited:
But it's much easier for him to just facebook questions on here one at a time, starting a whole new thread, over and over.

Why would he look up the directions when he can have us look up the answer and get spoon fed one at a time? It's much easier that way. For him anyway lol.
 
osvaldo, much of what you ask is already conveniently documented:
http://ecmspy.com/cgi-bin/runtime.cgi

Also, if you haven't already, you should look over the Buell Tuning Guide and other info from Gunter Baumann/Nick Pashley.

Hi Ready,

thanks for the answer.

Before to post any question or observation here you can be sure I have done all of my best to find myself the answers on the net as well as here with search tool.
I could not find what I was looking for, as you will not will find what is in this topic in the link you post that off course I know as well as the other stuff you mention and much much more.
So, after 8 year just reading this forum, and wanting now to fully understand ECM stuff I decided to get in and post somewhat.
During this years I have seen a few guys with a lot of this knowledge, a few more willing to do what I'm doing, and among all the other, as anywhere, a few of unpleasant people.
Definitely, I think I am in the right place and as far as some 'ECM' guys are still here I will still post.
This not to say I am not interested in the rest of my Bike, but in this case I will have probably much more answers than questions:)

My regards
 
But it's much easier for him to just facebook questions on here one at a time, starting a whole new thread, over and over.

Why would he look up the directions when he can have us look up the answer and get spoon fed one at a time? It's much easier that way. For him anyway lol.

s Cooter,

you are wrong.
That stuff is over your head (you said it, and I fully believe you) so you have not been asked to do nothing at all for me.
The same run for people like you.
Also, I am not expecting anybody else start to study for me, just if they already know may be they can like to share.
Just get back in my post where I am asking if is not possible that anybody that not interested in what I am talking about just stay away doing something else, instead to make useless comments.
That's still on top.
 
Hi Ready,
thanks for the answer.

Before to post any question or observation here you can be sure I have done all of my best to find myself the answers on the net as well as here with search tool
A different way for you to learn about the various config settings and live data is to look at the Tunerpro RT v5 .xdf and .adx files for Buell:
http://tunerpro.net/downloadBinDefs.htm#Buell

Just open with a text editor. Within a short time you can become familiar with the file format and then see how the ECM settings/runtime data are broken down.
I could not find what I was looking for, as you will not will find what is in this topic in the link you post that off course I know as well as the other stuff you mention and much much more.
Sorry, I don't quite follow the wording here. The same flags parameters that you can add to an MLV log view are shown on the ecmspy link I shared. Could you rephrase?

I have a currently unmanageable amount of logs, spreadsheets, notes, emails, etc. growing over time for ddfi. My gifting is not in making nice presentations of said data, which ecmspy.com has done very nicely.
 
Which one was your point?
To have fun?:):):)
To tell me that if it is not broken I should let that alone?

Off course once in a while I like too to have fun, but usually I choose different matters.
But as well off course, anyone has its own way.
I will keep it in mind.
 
Hi Ready,

I like a lot your way to answer, much, much more helpful than other; thank you.

A different way for you to learn about the various config settings and live data is to look at the Tunerpro RT v5 .xdf and .adx files for Buell:
http://tunerpro.net/downloadBinDefs.htm#Buell

Just open with a text editor. Within a short time you can become familiar with the file format and then see how the ECM settings/runtime data are broken down.

I did not know at all this way; it look a bit overwhelming, but I will do my best to get out infos.

BUE2D-V5.jpg

Sorry, I don't quite follow the wording here. The same flags parameters that you can add to an MLV log view are shown on the ecmspy link I shared. Could you rephrase?

Yes, off course, and excuse me to have not been clearer.
It can be just because I'm not able to understand it, but if I look at this and the others:

Flags.jpg

I'm not able to correlate them with what is changing in engine management when the showed below flags values change.

MLV.jpg

That was the meaning of my original question.
Honestly there are more values, let say 30% of the total, that are not yet fully clear to me, but I thought flags were enough for the moment.

It must be very clear that everybody that can't or don't want take care of what I often talk about, have my full respect.
Off course as far as they do not send unmotivated unpleasant answers.

Thanks again

Osvaldo
 
Last edited:
I did not know at all this way; it look a bit overwhelming, but I will do my best to get out infos.
That particular ADX file uses Linux end-of-line markers. Windows and Linux use different markers to indicate new lines (EOL). Windows = CR/LF, Linux = LF. Windows notepad doesn't properly interpret Linux EOL markers, so it just shows the text in one long string. Look for Notepad++; the formatting should be better.
I'm not able to correlate them with what is changing in engine management when the showed below flags values change.
Each flag holds eight different logic state settings in bitfields. If you try to examine an entire flag byte in MLV, it would be confusing.
MLV supports creating custom fields from existing data fields. Do this for any flag bits you are interested in.
For example, I have a custom field called "ClosedLoopLearn" with formula "[Flags2]&16", another named "ClosedLoop" with formula "[Flags2]&128", etc. Then add them to your graph view.
 
That particular ADX file uses Linux end-of-line markers. Windows and Linux use different markers to indicate new lines (EOL). Windows = CR/LF, Linux = LF. Windows notepad doesn't properly interpret Linux EOL markers, so it just shows the text in one long string. Look for Notepad++; the formatting should be better.

Thanks, you look as a truly IT guy!

Each flag holds eight different logic state settings in bitfields. If you try to examine an entire flag byte in MLV, it would be confusing.
MLV supports creating custom fields from existing data fields. Do this for any flag bits you are interested in.
For example, I have a custom field called "ClosedLoopLearn" with formula "[Flags2]&16", another named "ClosedLoop" with formula "[Flags2]&128", etc. Then add them to your graph view.

A bit forward than where I am now, but it will help me a lot in a close future; thanks again.

Osvaldo

P.S.

Just to have a better general undestanding:

I have a currently unmanageable amount of logs, spreadsheets, notes, emails, etc. growing over time for ddfi.

Do you mean aside of the forum... in your private live?
 
Last edited:
Back
Top