Can you add a bug reporting section as well as a feature request section to the RCP forums. Would be way easier to log and track these things.
-Scott
Can you add a bug reporting section as well as a feature req
Moderators: JeffC, rdoherty, stieg, brentp
House cleaning. Can you also move these threads.
Sensors
http://www.autosportlabs.org/viewtopic.php?t=3764
http://www.autosportlabs.org/viewtopic.php?t=3832
http://www.autosportlabs.org/viewtopic.php?t=3817
http://www.autosportlabs.org/viewtopic.php?t=3767
Feature Requests
http://www.autosportlabs.org/viewtopic.php?t=3766
http://www.autosportlabs.org/viewtopic.php?t=3765
Sensors
http://www.autosportlabs.org/viewtopic.php?t=3764
http://www.autosportlabs.org/viewtopic.php?t=3832
http://www.autosportlabs.org/viewtopic.php?t=3817
http://www.autosportlabs.org/viewtopic.php?t=3767
Feature Requests
http://www.autosportlabs.org/viewtopic.php?t=3766
http://www.autosportlabs.org/viewtopic.php?t=3765
Can you also add a Scripting Sub-Section with a Scripting Help section and a Canned Scripts section.
The point of the Canned Scripts section is to share scripts people have wrote or found that are known to work and could be useful to others. Basically kinda like the Auto-Start Stop Script that you guys have, but lets build a re-usable or modifiable library of scripts to help others get started.
The point of the Canned Scripts section is to share scripts people have wrote or found that are known to work and could be useful to others. Basically kinda like the Auto-Start Stop Script that you guys have, but lets build a re-usable or modifiable library of scripts to help others get started.
Code: Select all
function onTick()
if getGpsSpeed() > 25 then
startLogging()
elseif getGpsSpeed() < 10
stopLogging()
end
end
And another sub section to Sensors section where users can post up the sensors they've successfully got to work. Can post where they tapped into the wiring to get the readings as well as what values they used to scale properly.
Basically.
Ie. BMW E30 Temp Sensor
Wire: br/vi; pin 26 on C1 and pin 4 on C101
Pin: Analog 1-7
Scaling Values: 2.62v=85*; 2.30v=170*; 2.06v=195*; 1.83v=220*; 0.8v=310*;
Basically.
Ie. BMW E30 Temp Sensor
Wire: br/vi; pin 26 on C1 and pin 4 on C101
Pin: Analog 1-7
Scaling Values: 2.62v=85*; 2.30v=170*; 2.06v=195*; 1.83v=220*; 0.8v=310*;