Page 1 of 1

channel bandwidth

Posted: Thu Oct 19, 2017 6:26 pm
by sirwin71
Hi Brent,

I think I have seen this info somewhere, but a search and tooling around a bit didn't turn anything up.

For Racecapture/track, does each additional channel added CAN and/or OBDII slow down the frequency of the data pull? My data never seems to get to the frequency set. Also, 10 is the max for each OBDII and CAN, correct?

Thanks!

Scott

Posted: Thu Nov 09, 2017 9:06 pm
by brentp
Hi,

While they both use the CAN bus, Direct CAN mapping and OBDII are different beasts.

Direct CAN mapping simply waits for a stream of CAN data to show up; when it does, it maps the data as soon as it sees it. There isn't a meaningful performance degradation *until* the CAN network gets saturated with messages.

OBDII is a request/reply protocol which does impact performance as you add channels; it's the nature of OBDII.

This blog post describes it in greater detail and explains how we've done every bit we can to optimize OBDII querying:
https://www.autosportlabs.com/racecaptu ... -released/

Hope this helps!

Posted: Fri Nov 10, 2017 12:32 am
by sirwin71
Thanks!