Search found 69 matches
- Sun Jun 23, 2024 1:32 am
- Forum: General Discussion
- Topic: Merging two OEM canbuses? or CANX2?
- Replies: 2
- Views: 2137
Merging two OEM canbuses? or CANX2?
Hey all, I have an LFX (GM V6) swapped RX8 and am running both the Mazda ECU (to run gauge cluster, EPS, fuel, etc) and the GM ECU (to run the engine). I have an Aim EVO4S logger which only has a single canbus interface which is connected to the GM canbus. My goal is to collect the Mazda canbus' inf...
- Fri Jun 22, 2018 2:54 am
- Forum: Lua Scripting
- Topic: Help with script optimization
- Replies: 6
- Views: 13991
- Thu Jun 21, 2018 3:29 am
- Forum: Lua Scripting
- Topic: Help with script optimization
- Replies: 6
- Views: 13991
Interestingly the Haltech CANBUS protocol sends data at different rates. So using the modulus method, i made it so different functions are updated at either 50, 20, 10, or 5hz so that i could match the Haltech protocol and also put other things in more sensible update rate bins. This seems to work, ...
- Thu Jun 21, 2018 2:43 am
- Forum: ShiftX2
- Topic: Brightness scaling
- Replies: 7
- Views: 16097
Brightness scaling
Looking at the ShiftX2 API, there seems to be a value that isn't set in any of the demo code, brightness scaling. It's in the "Set Configuration Parameters Group 1" section here: https://wiki.autosportlabs.com/ShiftX2 Does this value determine the brightness of the LEDs when in auto-bright...
- Tue Jun 19, 2018 6:37 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: New build, What screen for RPI? Official RPI screen?
- Replies: 6
- Views: 13646
- Tue Jun 19, 2018 1:44 am
- Forum: ShiftX2
- Topic: ShiftX2 config in GUI instead of LUA?
- Replies: 11
- Views: 40929
Hi, We just released 2.13.5 firmware which offers 20% more Lua memory than 2.12.0. If you haven't, give it a try to see if that makes a difference. Also, you can post your current script here to see if we can optimize it. You're right, it should be a first class feature in the system. I think Shift...
- Tue Jun 19, 2018 1:41 am
- Forum: Lua Scripting
- Topic: Help with script optimization
- Replies: 6
- Views: 13991
Help with script optimization
Hello, First, what is the LUA memory limit (fw 2.13.5) and how can i measure the utilization of my script in order to compare? Is the memory usage a realtime memory thing or more of a storage thing? I ask because LUA optimizers seems to simply remove whitespace and comments. This script does a few t...
- Mon Jun 18, 2018 3:49 am
- Forum: CAN mapping discussion
- Topic: Send all RCPmk3 data to Aim Solo 2 DL over CANBUS?
- Replies: 1
- Views: 6702
- Mon Jun 18, 2018 3:47 am
- Forum: ShiftX2
- Topic: ShiftX2 config in GUI instead of LUA?
- Replies: 11
- Views: 40929
I'm also running into memory issues again now that i've added some canbus sending stuff. I'm using LUA minifier as well. (https://mothereff.in/lua-minifier)
There's really no reason to have all this ShiftX2 clutter in our scripts being that its standard Autosport Labs hardware.
There's really no reason to have all this ShiftX2 clutter in our scripts being that its standard Autosport Labs hardware.
- Mon Jun 18, 2018 3:34 am
- Forum: CAN mapping discussion
- Topic: Robust txCAN()? errors and time outs
- Replies: 1
- Views: 5249
Robust txCAN()? errors and time outs
Hello, I'm curious about how to make my sending of CAN messages as robust as possible. I notice that I occasionally get fail warnings which are triggered when txCAN() returns 0. I'm sending data at 50Hz (a send function is running with an onTick() at 50Hz) with the CANBUS set to 1mbps. How should th...
- Fri Jun 08, 2018 2:09 am
- Forum: AnalogX
- Topic: Can an AnalogX connect directly to an Aim Solo DL?
- Replies: 3
- Views: 13242
Can an AnalogX connect directly to an Aim Solo DL?
I'm interested in using an AnalogX as an "analog to CAN" bridge for connecting to an Aim Solo DL. Has anyone done this? Will the AnalogX just start broadcasting out of the box?
Thanks
Thanks
- Wed May 16, 2018 4:43 pm
- Forum: ShiftX2
- Topic: ShiftX2 config in GUI instead of LUA?
- Replies: 11
- Views: 40929
- Wed May 16, 2018 1:04 am
- Forum: RaceCapture App Bug Reporting / Feature Requests
- Topic: Min/Max values inside of dashboard gauges
- Replies: 3
- Views: 11707
Min/Max values inside of dashboard gauges
Hey Brent,
I often which i could check what a max temperature was while out on track. It'd be cool if there was a small numerical display inside the dashboard gauges that could be set to record min/average/max gauge values.
Thanks,
Dan
I often which i could check what a max temperature was while out on track. It'd be cool if there was a small numerical display inside the dashboard gauges that could be set to record min/average/max gauge values.
Thanks,
Dan
- Wed May 16, 2018 1:02 am
- Forum: ShiftX2
- Topic: ShiftX2 config in GUI instead of LUA?
- Replies: 11
- Views: 40929
- Wed May 16, 2018 1:00 am
- Forum: CAN mapping discussion
- Topic: Send all RCPmk3 data to Aim Solo 2 DL over CANBUS?
- Replies: 1
- Views: 6702
Send all RCPmk3 data to Aim Solo 2 DL over CANBUS?
I have a RCPmk3 setup with several sensors and working well. I would like to send all of the data to an Aim Solo DL so that the Solo with log it and i can use AIM RaceStudio software for analysis and for comparison with other people running Aim hardware. Aim seems to support various CANBUS protocols...