Search found 24 matches

by ross2004
Sat Sep 30, 2017 12:52 pm
Forum: Lua Scripting
Topic: Check my script please
Replies: 6
Views: 5632

Well that's disappointing to hear. The pressure switch is there, I can always use it. My reasoning for having RCP control it was to keep it from discharging oil at idle when the pressure is low.
by ross2004
Fri Sep 29, 2017 1:47 pm
Forum: Lua Scripting
Topic: Check my script please
Replies: 6
Views: 5632

Thank you- yes for some reason when I copy/pasted the script I lost the formatting.
by ross2004
Fri Sep 29, 2017 1:17 am
Forum: Lua Scripting
Topic: Check my script please
Replies: 6
Views: 5632

I feel like I'm talking to myself, but- does this mean my script should run? [lua] Gracefully stopping Lua Task [lua] Destroying Lua State [lua] Initializing Lua state [lua] memory usage: 16KB [lua] Starting Lua Task [lua] Loading script. Length: 1035 timebase/logging/telemetry sample rate: 50/25/10...
by ross2004
Fri Sep 29, 2017 12:58 am
Forum: Lua Scripting
Topic: Check my script please
Replies: 6
Views: 5632

[lua] Gracefully stopping Lua Task [lua] Destroying Lua State [lua] Initializing Lua state [lua] memory usage: 16KB [lua] Starting Lua Task [lua] Loading script. Length: 1238 [lua] Startup script error: ([string "function checkAutoLogging() ..."]:36.0: '<eof>' expected near 'end') [lua] Fa...
by ross2004
Tue Sep 26, 2017 4:39 pm
Forum: Lua Scripting
Topic: Check my script please
Replies: 6
Views: 5632

Check my script please

I'm brand new to RCP, and brand new to scripting, so please take it easy on me :D I'm trying to get my scripting in order for my ChumpCar build. I have four things I'm trying to accomplish: activating a warning light (ECT, oil temp, oil press, voltage), control my accusump, start logging at 10mph, a...
by ross2004
Tue Sep 26, 2017 2:45 pm
Forum: Hardware and Installation
Topic: Ground question
Replies: 2
Views: 7156

Thank you, I'm not using OBDII so I will add a ground wire. Power comes from my fuse block.
by ross2004
Tue Sep 26, 2017 2:12 pm
Forum: Lua Scripting
Topic: Im going insane. Help required geeting 2 scripts to work
Replies: 5
Views: 8631

I think your problem lies with two "function onTick()" commands. That's all I've got.
by ross2004
Mon Sep 25, 2017 2:02 pm
Forum: Hardware and Installation
Topic: Ground question
Replies: 2
Views: 7156

Ground question

Dumb question ahead: RaceCapture Pro Mk3, currently the ground wire is solely going to the SensorX breakout board which has the oil temp/pressure and water temp sensors connected- do I need to add in a separate chassis ground to the box or does it ground through the sensors?
by ross2004
Mon Sep 18, 2017 4:17 pm
Forum: Lua Scripting
Topic: Flashing Warning Light
Replies: 4
Views: 5445

Flashing Warning Light

Preface: noob here when it comes to scripting. I've seen the wiki example script for a warning light for say temperature, low pressure, etc.- is it possible to have this light flash, and what would that code look like? Thanks! Standard: --Analog 0 is engine temp, in degrees F --Analog 1 is oil press...