Search found 69 matches

by Canyonfive
Thu Aug 06, 2020 3:53 am
Forum: Lua Scripting
Topic: [Solved] Help with Brake script on wiki
Replies: 2
Views: 4569

Thought it might be the uppercase in the variables but no it still fails
by Canyonfive
Wed Aug 05, 2020 12:36 am
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2365162

One more I found that will import the files if renamed to .csv http://xoomspeed.com/xoombox/software.htm
not intuitive. Gems Pro still seems very much like the answer, but maybe someone can get this working as well.
by Canyonfive
Tue Aug 04, 2020 4:17 pm
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2365162

Has anyone tried https://trackattack.io/ ? The program is $80 US per year, and will import our .log files directly.
by Canyonfive
Fri Jul 31, 2020 4:17 am
Forum: Lua Scripting
Topic: [Solved] Help with Brake script on wiki
Replies: 2
Views: 4569

[Solved] Help with Brake script on wiki

Here is my script. Where did I go wrong or why did it stop on the MaxDecel? MaxDecelG = 1.20 chBrake = addChannel("vBrake", 25, 0, 0, 100, ' ') function updatevBrake() BrakeG = getChannel(LongAccel) BrakePos = (BrakeG/MaxDecelG)*100 if BrakePos < 10 then BrakePos = 0 end BrakePos = math.ab...
by Canyonfive
Sat Jul 25, 2020 6:23 am
Forum: RaceCapture/Pro General Q&A
Topic: [Solved] Sending Virtual Channel to SoloStorm?
Replies: 2
Views: 4445

[Solved] Sending Virtual Channel to SoloStorm?

I'm currently sending a couple Analog inputs over and I wanted to send a virtual channel to SoloStorm.

1) How do I do that?

2) If I can't, is there a way to send a virtual channel to one of the unused Analog channels? Since I know how to send those that would work.
by Canyonfive
Fri Jul 17, 2020 12:42 am
Forum: CAN mapping discussion
Topic: Sharing/Outputting GPS or Wheel speed to megasquirt
Replies: 4
Views: 6645

Sharing/Outputting GPS or Wheel speed to megasquirt

Sharing/Outputting GPS or Wheel speed to megasquirt Anyone done anything like this? I'm currently broadcasting from the Megasquirt to the Racecapture Pro, but I would like to send the GPS speed or wheel speed from sensors to the Megasquirt. (edit: The reason why I want to do this is because there ar...
by Canyonfive
Sat Nov 23, 2019 10:59 pm
Forum: RaceCapture/Pro General Q&A
Topic: Micro SD Card size and data speed
Replies: 4
Views: 8079

brentp wrote:Please keep it under 32GB - RaceCapture/Pro is not compatible with SDHC cards. A fast card to reduce latency is helpful too.

8-32GB will be plenty for any endurance race.

Hope this helps!
didnt you mean sdXC is not compatible.
by Canyonfive
Fri Nov 22, 2019 7:11 am
Forum: Sensors
Topic: Adding front and rear lateral accelerometers
Replies: 2
Views: 4954

Adding front and rear lateral accelerometers

I'm looking to do stability calculations per axle. Has anyone else done this? Aim sells some but doent include their spec sheet. I dont we have total yaw rate internally but I wanted to do it for front and rear axles independently. [/i]
by Canyonfive
Fri Apr 20, 2018 2:54 am
Forum: CAN mapping discussion
Topic: Outputting gps from Racecapture to Megasquirt.
Replies: 1
Views: 3232

Outputting gps from Racecapture to Megasquirt.

If I want to output the GPS speed from the Racecapture to a megasquirt how would I do that?

Is there a even can output from racecapture? If so does anyone know the info the megasquirt should "listen" for.
by Canyonfive
Thu Apr 05, 2018 9:44 pm
Forum: Sensors
Topic: Help with steering pot setup
Replies: 5
Views: 7287

Help with steering pot setup

Hello, I have a steering pot that varies in resistance from .8 to 1.7 ohms.

Ground to ground
5v to ref voltage
Pickup to analogue input 1.

It always reads 5 volts. Do I need a pullup resistor? Or have I messed up somewhere?

A
by Canyonfive
Wed Feb 14, 2018 4:41 am
Forum: CAN mapping discussion
Topic: Any updates for the Hydra Ems?
Replies: 20
Views: 23165

I was not able to get the lua canbus logging script to work. I had the correct canbus channel enabled with the correct baud rate. I'm thinking this has to do with the ask reply style of the hydra. Can you help you with a script or an example of one I could try, given the information on the other pag...
by Canyonfive
Sat Feb 10, 2018 4:45 am
Forum: CAN mapping discussion
Topic: Any updates for the Hydra Ems?
Replies: 20
Views: 23165

I messed around the TPS formula to get it right. For the OBD II TPS youll want RAW X 1.0 / 1.58 + -16.0

OBDII EngineTemp works well, I just switched it to F
RPM also works well as standard OBDII
by Canyonfive
Thu Feb 08, 2018 5:46 am
Forum: CAN mapping discussion
Topic: Any updates for the Hydra Ems?
Replies: 20
Views: 23165

Can mappings for the CANBUS side.
by Canyonfive
Thu Feb 08, 2018 5:27 am
Forum: CAN mapping discussion
Topic: Any updates for the Hydra Ems?
Replies: 20
Views: 23165

The other thing is the OBD tps shows up starting at 10% and the CanBus TPS doesnt even register. What is the preferred process for trouble shooting/editing? Also I will continue to post here what I learn, hopefully others with hydras will find it helpful.
by Canyonfive
Thu Feb 08, 2018 5:24 am
Forum: CAN mapping discussion
Topic: Any updates for the Hydra Ems?
Replies: 20
Views: 23165

A couple of interesting things I was hoping you could point in the right direction of clearing up. Attached is a screen shot of OBD engine temp on the right and Canbus Coolant temp in the center. Any idea why they are different?