Search found 39 matches

by MikeD
Tue Jan 15, 2019 7:06 pm
Forum: Lua Scripting
Topic: Create Virtual Channel
Replies: 2
Views: 6953

You may review your capital letters on ButtonId vs ButtonID...
by MikeD
Thu Dec 06, 2018 1:08 pm
Forum: Lua Scripting
Topic: Calculated channel - brake bias
Replies: 6
Views: 17670

Hi, yeah, have done it, though with another brand display and a bargraph element instead of a dial... Next to the formula you posted already I used a minimum pressure, before calculation is perfomed (something like "If brakepress front is greater than 3 bar then calculate value, else value = 50...
by MikeD
Mon Nov 26, 2018 10:00 pm
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 45847

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...
by MikeD
Mon Nov 26, 2018 9:50 pm
Forum: RaceCapture/Pro General Q&A
Topic: Wifi and Bluetooth not connecting MK3
Replies: 54
Views: 44997

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 ...
by MikeD
Wed Oct 03, 2018 11:41 pm
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 45847

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...
by MikeD
Wed Oct 03, 2018 4:05 pm
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 45847

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...
by MikeD
Tue Oct 02, 2018 12:28 pm
Forum: Lua Scripting
Topic: gear indicator indication
Replies: 3
Views: 7504

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 ...
by MikeD
Tue Oct 02, 2018 12:08 pm
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 45847

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...
by MikeD
Tue Oct 02, 2018 11:53 am
Forum: RaceCapture/Pro General Q&A
Topic: Wifi and Bluetooth not connecting MK3
Replies: 54
Views: 44997

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, ...
by MikeD
Tue Oct 02, 2018 10:18 am
Forum: CAN mapping discussion
Topic: seeking help/advice with Hayabusa linking
Replies: 2
Views: 5193

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...
by MikeD
Sat Jun 23, 2018 7:59 am
Forum: RaceCapture/Pro General Q&A
Topic: PWM Capability in Racecapture Pro mk3
Replies: 8
Views: 13528

Tecmini,
I think I have both options, either a separate CAN device that has pwm outputs, or otherwise I may have a new MK2 unit left also.

For any details shoot a message via FB or better drop an email:
info at race-electronic dot com
and we go from there.

Regards,
Mike
by MikeD
Thu Jun 14, 2018 11:46 am
Forum: Lua Scripting
Topic: Shift X shift light
Replies: 3
Views: 6188

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...
by MikeD
Fri Jun 01, 2018 10:42 pm
Forum: CAN mapping discussion
Topic: AEM to AIM Fuel Pressure
Replies: 7
Views: 8097

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...
by MikeD
Thu May 24, 2018 10:03 am
Forum: CAN mapping discussion
Topic: AEM Infinity Decoding Bit Word
Replies: 1
Views: 4684

Hi fitdes,
try bitmode with the following settings:

BrakeSW offset 63, length 1
ClutchSW offset 62, length 1
ShiftSW offset 61, length 1
StagedSW offset 60, length 1

Additionally I sent you a question via PM, please have a look and reply if you have any information for me.

Thanks,
Mike
by MikeD
Sat Feb 17, 2018 6:28 pm
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2266126

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...