Search found 4 matches
- Tue May 07, 2019 10:50 pm
- Forum: Lua Scripting
- Topic: Re-scale/ID CAN data to drive gauge cluster
- Replies: 5
- Views: 16063
- Tue May 07, 2019 2:36 am
- Forum: Lua Scripting
- Topic: Re-scale/ID CAN data to drive gauge cluster
- Replies: 5
- Views: 16063
I think you want to use getChannel() as defined here in the API: https://wiki.autosportlabs.com/RaceCapturePro_Lua_Scripting#getChannel.28_Channel_ID_or_name_.29 Ah ha! I tried that before but wasn't having any luck. The reason was that my mapped channels were @ 10hz or 1hz, but the lua script was ...
- Mon May 06, 2019 11:57 pm
- Forum: Lua Scripting
- Topic: Re-scale/ID CAN data to drive gauge cluster
- Replies: 5
- Views: 16063
- Mon May 06, 2019 5:19 pm
- Forum: Lua Scripting
- Topic: Re-scale/ID CAN data to drive gauge cluster
- Replies: 5
- Views: 16063
Re-scale/ID CAN data to drive gauge cluster
I have an RX-8 with a 13b-REW engine swap (FD engine) and Megasquirt ECU. I'm trying to use my RaceCapture/Track MK2 to drive the OEM RX-8 gauge cluster which uses CAN data for RPM, speed, coolant temp, and oil pressure. I need the Lua script to: 1. Receive CAN data from the Megasquirt and store as ...