Search found 39 matches
- Tue Jan 15, 2019 7:06 pm
- Forum: Lua Scripting
- Topic: Create Virtual Channel
- Replies: 2
- Views: 13749
- Thu Dec 06, 2018 1:08 pm
- Forum: Lua Scripting
- Topic: Calculated channel - brake bias
- Replies: 6
- Views: 33645
- Mon Nov 26, 2018 10:00 pm
- Forum: Lua Scripting
- Topic: Lua script for downshift indication
- Replies: 20
- Views: 67623
ProtoTim35, ... to follow up as you mentioned in another thread that you could not make the system to run at all, feel free to give some insight where you struggled and maybe upload the configs that you used, not just the scripts (both the one that worked for you in the end and the one where you use...
- Mon Nov 26, 2018 9:50 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Wifi and Bluetooth not connecting MK3
- Replies: 54
- Views: 62255
Hi ProtoTim35, I spent a fair bit of time providing you as much help as possible, and answered all of your questions... however it seems that you never got to the point where it would run correctly... in fact I never provided you a working configuration but just an example script of how your script ...
- Wed Oct 03, 2018 11:41 pm
- Forum: Lua Scripting
- Topic: Lua script for downshift indication
- Replies: 20
- Views: 67623
For the GoPro camera script you would need to paste all the code into the scripting window (not within any other function but for example at the very end of the existing script, but don't paste the last four lines of the sample code from the wiki as they are already within the existing script I sent...
- Wed Oct 03, 2018 4:05 pm
- Forum: Lua Scripting
- Topic: Lua script for downshift indication
- Replies: 20
- Views: 67623
Hey, you cannot use more than one onTick() function. The single OnTick function runs over and over again (at the tickrate frquency) and you can either input every part of your code into this function, or you write separate functions which you then start from within the onTick function everytime when...
- Tue Oct 02, 2018 12:28 pm
- Forum: Lua Scripting
- Topic: gear indicator indication
- Replies: 3
- Views: 14567
It's possible with lua easily, though I think you cannot display N for neutral but rather have to live with 0 (zero) which might be ok. One question: where do you get the sensor signal for gear position and how did you measure voltages that you posted? Is this sensor connected to the engine ecu and ...
- Tue Oct 02, 2018 12:08 pm
- Forum: Lua Scripting
- Topic: Lua script for downshift indication
- Replies: 20
- Views: 67623
AFAIK there is no way to change the behaviour of the display with LUA, so you can not invert the colors or set markers/radial lines on your own... this would need adaption of the App by Brent. You can change the color of the scales depending on the value and with a soon to come app version you can a...
- Tue Oct 02, 2018 11:53 am
- Forum: RaceCapture/Pro General Q&A
- Topic: Wifi and Bluetooth not connecting MK3
- Replies: 54
- Views: 62255
ProtoTim, there is something going wrong... The sliders will be BLUE when activated and show ON at this stage. When you see the gray OFF then the corresponding setting indeed should be OFF. I don't have a good explanation why it may have worked for you with the sliders showing the OFF notification, ...
- Tue Oct 02, 2018 10:18 am
- Forum: CAN mapping discussion
- Topic: seeking help/advice with Hayabusa linking
- Replies: 2
- Views: 6679
Hi ProtoTim35, from your description the communication isn't related to CAN, sorry. CAN uses two wires, as you mentioned by yourself. Therefore when you have three wires being 12v, GND and one more wire then for sure this can't be CAN... SDS (Suzuki Diagnostic System?) is most likely using a proprie...
- Sat Jun 23, 2018 7:59 am
- Forum: RaceCapture/Pro General Q&A
- Topic: PWM Capability in Racecapture Pro mk3
- Replies: 8
- Views: 22008
- Thu Jun 14, 2018 11:46 am
- Forum: Lua Scripting
- Topic: Shift X shift light
- Replies: 3
- Views: 8308
The function getTimerRpm(0) is your problem. This function would provide an RPM signal from a hardwired sensor connected to FrequencyIn 1. You would need to get the value from your CAN mapped RPM channel into the lua scripting section. For the following to work you may need FW 2.13.x to be able to u...
- Fri Jun 01, 2018 10:42 pm
- Forum: CAN mapping discussion
- Topic: AEM to AIM Fuel Pressure
- Replies: 7
- Views: 10594
Hey wolfe83, I'm not sure but assume that your assumption is probably wrong... Podium is physically connected to the system through an AIM 4 port data hub, which is connected to the AIM MXG in the car. I assumed that allows Podium to get CAN messages from both the AIM and AEM, since they talk to eac...
- Thu May 24, 2018 10:03 am
- Forum: CAN mapping discussion
- Topic: AEM Infinity Decoding Bit Word
- Replies: 1
- Views: 5969
- Sat Feb 17, 2018 6:28 pm
- Forum: RaceCapture/Pro General Q&A
- Topic: Data Analysis Software - Motec, Gems, AEM
- Replies: 119
- Views: 2593018
Hi AM150 and anybody else interested in the GEMS PRO software (with native .csv import) I've a few GEMS Data Analysis PRO dongles for sale if anybody is interested. Having in use a GEMS DA3 as well as some RaceCapture/Pro devices I really like the PRO version of GEMS software. Next to native .csv im...