Search found 29 matches
- Mon Nov 07, 2016 7:51 am
- Forum: Feature Requests
- Topic: Sensor Warning Display
- Replies: 3
- Views: 12610
- Thu Oct 06, 2016 5:51 am
- Forum: Feature Requests
- Topic: Sensor Warning Display
- Replies: 3
- Views: 12610
Sensor Warning Display
It would be awesome to be able to create a list of min - max values for various channels that sets the warning and error values across the entire RCP app. This could be read by the system and provide the coloured shading for all the gauges in every view as well as show a master warning / alarm. exam...
- Tue Jan 12, 2016 1:52 am
- Forum: Sensors
- Topic: Bosch Brake Pressure Sensor
- Replies: 3
- Views: 5596
- Mon Jan 04, 2016 3:38 am
- Forum: Sensors
- Topic: DIY ride height sensor
- Replies: 4
- Views: 7977
- Thu Oct 01, 2015 5:27 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
you could probably program a work around by detecting if there a zero values in the data that correspond to set unique locations in the data chain. 32546820.0, 129.0, 0.0, 0.0, 0.0, 5.0, 48.0, 220.0, 96.0, 32546820.0, 3.0, 185.0, 0.0, 3.0, 3.0, 0.0, 0.0, 8.0, 32546820.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0...
- Tue Sep 22, 2015 4:34 am
- Forum: Hardware and Installation
- Topic: Bricked MK2?
- Replies: 5
- Views: 6066
This happened to me once, to reset the RCP back to default settings you can do this: 1) Hold down the logging button when you power it up. Red light should flash repeatedly 2) Start up the Race Capture app, goto the firmware section and roll back to an earlier revision (ie 2.7.9). You won't be able ...
- Tue Sep 15, 2015 2:12 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
- Mon Sep 14, 2015 5:29 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
- Fri Sep 11, 2015 4:50 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
- Fri Sep 11, 2015 2:25 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
- Thu Sep 10, 2015 8:15 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
- Thu Sep 10, 2015 8:09 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
- Thu Sep 10, 2015 2:38 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
- Wed Sep 09, 2015 7:58 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784
Just noticed you're in the US... so you need to change the lines: map_chan(atsId, data, 6, 1, 1, 0) map_chan(ctsId, data, 7, 1, 1, 0) to map_chan(atsId, data, 6, 1, 1.8, 32) map_chan(ctsId, data, 7, 1, 1.8, 32) so that you get it in Fahrenheit ... you'll also need to change the units in your virtual...
- Wed Sep 09, 2015 7:51 am
- Forum: Lua Scripting
- Topic: AEM infinity CAN BUS data
- Replies: 23
- Views: 26784