Search found 97 matches

by PS14
Tue Apr 03, 2018 7:16 pm
Forum: AnalogX
Topic: Mapping Virtual AnalogX channels
Replies: 10
Views: 29915

Thanks, i'll give that a try.
by PS14
Tue Apr 03, 2018 11:48 am
Forum: AnalogX
Topic: Mapping Virtual AnalogX channels
Replies: 10
Views: 29915

The F_Brake and R_Brake are the channel names is assigned in the CAN mapping section, so I thought maybe I could call them. but didn't work. I tried F_Brake(), F_Brake, getAnalogF_Brake(). then I tried calling the CAN inputs directly, but I don't think I have the setChannles formulas correct in the ...
by PS14
Thu Mar 29, 2018 4:32 pm
Forum: Lua Scripting
Topic: Script Check - Virtual channels with math
Replies: 1
Views: 3294

Script Check - Virtual channels with math

Would someone check this script and let me know if it looks right. I am pulling two 1600psi brake pressure senders in via AnalogX and want to create a virtual channel (gauge) that shows the percentage of one against the total of the two (to show brake bias %). thanks, Dave --Create Virtual Channels:...
by PS14
Fri Mar 23, 2018 12:38 pm
Forum: AnalogX
Topic: Mapping Virtual AnalogX channels
Replies: 10
Views: 29915

Mapping Virtual AnalogX channels

Trying to create a script that will take the front and rear brake pressures from AnalogX and create a virtual channel that shows the percentage of rear pressure vs total (f&r) pressure. what I want to see is percent of rear brake bias. I have the frt brake assigned to analog channel 3 input (nam...
by PS14
Fri Mar 23, 2018 12:27 pm
Forum: AnalogX
Topic: Using the AnalogX preset in CAN Mapping
Replies: 8
Views: 10226

followup: these formulas appear to work correctly.
by PS14
Thu Mar 22, 2018 12:29 pm
Forum: AnalogX
Topic: Using the AnalogX preset in CAN Mapping
Replies: 8
Views: 10226

If I understand the sample broadcast is in mV, so would these formulas work? assuming the RAW at 0.5v is 500, and RAW at 4.5v is 4500?

for the 0-100 gauge: RAW * 1.0 / 40 + (-12.50)
for the 0-1600 gauge: RAW * 16 / 40 + (-200)
by PS14
Wed Mar 21, 2018 10:40 pm
Forum: AnalogX
Topic: Using the AnalogX preset in CAN Mapping
Replies: 8
Views: 10226

unfortunately, that didn't work. brake gauges read 215650 and fuel level reads 9285. so here is what i got and what i did. i am mapping 3 channels thru AnaologX. a linear 0-5v fuel level gauge and a pair of 1600 psi brake pressure transducers. i took your formula example and thought these formulas w...
by PS14
Wed Mar 14, 2018 1:03 pm
Forum: AnalogX
Topic: Using the AnalogX preset in CAN Mapping
Replies: 8
Views: 10226

I noticed in the AIM integration guide it mentions most AIM 5v press sensors use a multiplier of 0.01, so I'm assuming this should be changed. I'm going to bleed it out this weekend so I have press to work with, then i'll know for sure if the values displayed on the gauge are correct. Couple of thin...
by PS14
Tue Mar 13, 2018 3:13 pm
Forum: AnalogX
Topic: Using the AnalogX preset in CAN Mapping
Replies: 8
Views: 10226

I did not change anything other than the units (0-1600) and channel name after choosing the AnalogX preset. so the formula is 1.0 / 1.0 + 0. my list of channels looks like this; AnalogX_1 FuelLvl FRBRK RRBRK does the dump look like three sensors are providing data? I don't need to use virtual channe...
by PS14
Mon Mar 12, 2018 11:29 pm
Forum: Hardware and Installation
Topic: Using GPIO for Warning lights: Lights remain partially lit
Replies: 8
Views: 11733

Brent is there a fix for this, im having the same issue on a MK2. Dave
by PS14
Mon Mar 12, 2018 11:22 pm
Forum: AnalogX
Topic: Using the AnalogX preset in CAN Mapping
Replies: 8
Views: 10226

Using the AnalogX preset in CAN Mapping

i've added two 1600psi brake press sensors( and a 0-5v fuel level sender) to my AnalogX, aND can mapped it using the preset. should i leave the min max at 0/5000 mv? or do i set them to 0-1600? i have data, but the gauges flutter around 500psi with no fluid in the system (havent bleed it out yet) so...
by PS14
Wed Jan 17, 2018 5:38 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: 1.12 Beta issues
Replies: 7
Views: 4597

I had no problem with script so i'll add it back. but what about the gauge issue? I cant have it changing assigned channels every time it starts up. and the SD logging turning off, hopefully I can just control that with a script. maybe I should go back a firmware, then re-install 2.13.0 and write a ...
by PS14
Wed Jan 17, 2018 12:35 am
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: 1.12 Beta issues
Replies: 7
Views: 4597

Yes, i also opened and rewrote the saved config back to it. heres a link to my shared google drive video. its a little shiny, but maybe you'll see something.

https://drive.google.com/file/d/1E8i5jR ... sp=sharing
by PS14
Tue Jan 16, 2018 11:26 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: 1.12 Beta issues
Replies: 7
Views: 4597

yes im on 2.13.0. i followed the steps exactly. ill get a video up in a few minutes so you you see it.
by PS14
Sun Jan 14, 2018 10:22 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: 1.12 Beta issues
Replies: 7
Views: 4597

1.12 Beta issues

I m seeing some weird behavior with the update to 1.12. ive loaded it on my RPi, Fire tablet and Win10 laptop and they all do the same things. 1. I cant connect to a gopro3, (had no issues with 1.11 and the Lua). i also notice i dont have any input on the automatic screen to choose the camera type. ...