Search found 8 matches

by lpettipa
Tue Dec 27, 2016 6:14 pm
Forum: Feature Requests
Topic: CAN Mapping
Replies: 2
Views: 7454

CAN Mapping

Saw the youtube video on CAN mapping, when will it be available?

Any chance of getting a BETA release?
by lpettipa
Tue Aug 30, 2016 4:50 pm
Forum: Lua Scripting
Topic: CAN overload?
Replies: 2
Views: 3158

Ok, answering my own question. Seems that if I use the BMW example script format https://wiki.autosportlabs.com/BMW_E46_CAN , everything works great. I believe the trick is in the code below, on the line that says until msg bigger than 100. Can not test for real for a few weeks, but a simulation tes...
by lpettipa
Tue Aug 30, 2016 12:46 pm
Forum: Lua Scripting
Topic: CAN overload?
Replies: 2
Views: 3158

CAN overload?

Hello, see attached script. I'm reading CAN data off bus 0 and 1, and transmitting on bus 1 as well. Bus 1 works fine, bus 0 not so much. I'm using the filters to only allow 3 CAN ID's thru on bus 0, 0x350, 0x359 and 0x340. Here are the rates these ID's are transmitted from the sources: 0x350 - 50hz...
by lpettipa
Sat Aug 06, 2016 7:50 pm
Forum: Lua Scripting
Topic: setCANfilter
Replies: 4
Views: 4355

so I'm trying to read values off a really busy CAN bus on a few specific ID's. Using the same method as Adli. Not sure it will help anyone else, but my tick rate was 100, and not much was coming thru - set tick rate to 1000, and now data is flowing. This is not a solution - I think setCANfilter is t...
by lpettipa
Sat Aug 06, 2016 7:43 pm
Forum: Lua Scripting
Topic: setCANfilter
Replies: 4
Views: 4355

Adli, I didn't know how to do hex either - but learned today - very easy. So if DEC=1280 (which is hex 500), were you would enter 1280, enter 0x500. Worked for me. But if you print the can ID, it will still be in DEC. So I used this little function I found on google: function DEC_HEX(IN&...
by lpettipa
Sat Aug 06, 2016 3:59 am
Forum: Lua Scripting
Topic: setCANfilter
Replies: 4
Views: 4355

setCANfilter

Can anyone provide a simple example of how to use setCANfilter? Say to read only one particular CAN id only?
by lpettipa
Fri May 27, 2016 10:49 am
Forum: Lua Scripting
Topic: BMW Wheelspeed
Replies: 1
Views: 2310

looks like 496 (1F0 in Hex)

Found it in Brent's E46 example script, and in Mustangkev script.
by lpettipa
Fri May 27, 2016 10:41 am
Forum: Lua Scripting
Topic: BMW Wheelspeed
Replies: 1
Views: 2310

BMW Wheelspeed

Anyone have the CAN address for the wheel speed coming from the BMW ABS module? I would assume it will be the same for all models/years that have CAN. Thanks in advance.