Search found 6 matches

by m3drvr
Wed Sep 07, 2016 1:47 am
Forum: Sensors
Topic: Pressure Sensor Problems
Replies: 3
Views: 5286

Attached is a screen shot.
by m3drvr
Tue Aug 30, 2016 2:03 am
Forum: Sensors
Topic: Pressure Sensor Problems
Replies: 3
Views: 5286

Pressure Sensor Problems

I purchased a 10 bar pressure sensor with my Racecapture Mk2. After the usual months of procrastination, I finally plumbed it in to measure oil pressure and connected it to analog channel 1. I configured it to read 0-150 psi and set up the voltage mapping. With the engine off, the display read 20 ps...
by m3drvr
Sat Aug 20, 2016 9:29 pm
Forum: Lua Scripting
Topic: AIM Smartycam and Shiftx Integration
Replies: 9
Views: 6681

Mike,

I finally had a chance to try your getUptime idea. It works perfectly. The shift lights turn on and off without delay. I am now willing to trust them on the track.

Thanks to you and Ryan for your help.

Bruce
by m3drvr
Tue Aug 09, 2016 3:36 am
Forum: Lua Scripting
Topic: AIM Smartycam and Shiftx Integration
Replies: 9
Views: 6681

It worked great! The lights are a little sluggish and erratic. I went through the script and removed all of the extra functions and two of the CAN map lines. That improved the performance. Next, I plan to cut the script down to only monitor or log the specific data I need. I'm looking forward to see...
by m3drvr
Sun Aug 07, 2016 10:13 pm
Forum: Lua Scripting
Topic: AIM Smartycam and Shiftx Integration
Replies: 9
Views: 6681

Ryan, thanks for the response. Before I sent the original post, I used println to determine that the script never exited the processCAN function. Based on your recommendation, I added the println commands below to track the state of the ID variable. function processCAN(chan) repeat local id, e, data...
by m3drvr
Mon Aug 01, 2016 2:40 am
Forum: Lua Scripting
Topic: AIM Smartycam and Shiftx Integration
Replies: 9
Views: 6681

AIM Smartycam and Shiftx Integration

I have an E92 M3 with a Solo DL and Smartycam. I tied the AIM CAN bus to my Racecapture and loaded your Smartycam script and it worked great. I now want to add the Shiftx lights. I took the Shiftx script and created a function in the Smartycam script. I then added the new function to the Smartycam o...