Page 1 of 1
Can you add a bug reporting section as well as a feature req
Posted: Mon Jun 10, 2013 5:39 pm
by sbarton
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
Posted: Wed Jun 12, 2013 8:01 pm
by brentp
Will do!
Posted: Tue Jul 16, 2013 5:14 pm
by sbarton
Posted: Tue Jul 16, 2013 5:20 pm
by brentp
Thanks Scott. I moved some of those posts to Bug Reports / Feature Requests as appropriate.
Posted: Wed Aug 21, 2013 4:08 pm
by sbarton
Can you also add a Success Stories or similar section? The more I use RCP+T the more cool ways I'm finding its useful.
-Scott
Posted: Wed Aug 21, 2013 4:55 pm
by sbarton
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.
Code: Select all
function onTick()
if getGpsSpeed() > 25 then
startLogging()
elseif getGpsSpeed() < 10
stopLogging()
end
end
Posted: Wed Aug 21, 2013 5:20 pm
by brentp
Will do. We will also promote the best of these scripts to the wiki where they can be documented / made available even more easily.
Posted: Wed Aug 21, 2013 5:53 pm
by sbarton
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*;