Search found 43 matches

by andylaurence
Thu Aug 08, 2013 8:04 am
Forum: Bug Reporting
Topic: Error Importing DataLog
Replies: 5
Views: 5794

Good spot! So punctuation is not a good idea with channel names then. I've now been able to import all my logs by amending the channel name. Is there a way that this could be either limited when inputting the name of the channel or caught by some better error catching on the import script?
by andylaurence
Wed Aug 07, 2013 11:46 am
Forum: Bug Reporting
Topic: Error Importing DataLog
Replies: 5
Views: 5794

53 views and nobody had this problem? Anyone any ideas at all? Can anyone else import my logs?
by andylaurence
Tue Aug 06, 2013 2:54 pm
Forum: Hardware and Installation
Topic: Brake Input
Replies: 14
Views: 11808

My brake sensor switches to ground and that's how I've hooked it up - to a digital input.
by andylaurence
Mon Aug 05, 2013 12:09 pm
Forum: Hardware and Installation
Topic: Problem installing the USB-to-serial driver
Replies: 9
Views: 9228

Yep, I had the same problem on Win7 - I had to uninstall the bootloader driver then select the USB/serial driver when it was plugged back in. It always chooses the bootloader driver if that's installed.
by andylaurence
Mon Aug 05, 2013 11:53 am
Forum: Bug Reporting
Topic: Error Importing DataLog
Replies: 5
Views: 5794

Anyone else getting this or have any ideas? I've tried the logs on different workstations and the same thing each time. Logs appear to be complete and I can analyse them in Excel, but that's time consuming...
by andylaurence
Wed Jul 24, 2013 2:03 pm
Forum: Bug Reporting
Topic: Error Importing DataLog
Replies: 5
Views: 5794

Error Importing DataLog

I finally used my RCP in anger this weekend, but when importing the three logs, I got this error: "Failed to prepare Insert DatalogRow statement" What am I doing wrong? I'm running the latest firmware (1.1.13) and the latest RaceAnalyzer (1.1.12). As an aside, it's great to finally see bra...
by andylaurence
Tue Jul 02, 2013 9:02 am
Forum: Bug Reporting
Topic: All log files have a date of 12/31/1999 11:00 PM
Replies: 10
Views: 9176

Grey area? I'd say that's a midnight grey at its lightest! Definitely a bug - the timestamp should be the current date. The GPS provides the current time, so surely the unit should sync with the GPS time and use that to write the date? Every other data logger I've had does this.
by andylaurence
Thu May 30, 2013 12:45 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Feature suggestion: Autocross start/finish set by phone
Replies: 3
Views: 4066

Interesting. Autocross is clearly different to competitive events here in the UK. Over here, the car is lined up with the timing beam (within 10cm) for sprints and hillclimbs, whilst AutoSolo is usually timed by stopwatch from the moment the car's wheels start spinning. Using longitudinal G >0.3 and...
by andylaurence
Thu May 30, 2013 12:39 pm
Forum: Hardware and Installation
Topic: Mounting "vertically"
Replies: 21
Views: 16207

I'd definitely like to see raw values and use a filter to process later on. If it's going to do averaging, I'd like to see that come from over-sampling rather than averaging the raw data you'd otherwise see. For example, if logging at 10Hz, I'd be happy if the data was sampled at 100Hz and an averag...
by andylaurence
Thu May 30, 2013 12:15 pm
Forum: RaceCapture/Pro General Q&A
Topic: CAN bus & ECU support plans
Replies: 28
Views: 37828

There's lots of bike-engined cars out there running Hayabusa and other GSXR variants. I've got a K8 GSXR1000 in mine. The data stream from that is serial and there's a good bit of detail on it: Hayabusa GSXR1000 Source code I'm most interested in gear position, rpm, throttle position and clutch. Adm...
by andylaurence
Tue Apr 30, 2013 2:06 pm
Forum: RaceCapture/Pro General Q&A
Topic: Logging Serial Data
Replies: 6
Views: 6236

I'm mostly interested in RPM, gear selected, clutch position and throttle position. RPM will most likely also come in through a pulse input (there's a separate output from the ECU for that), gear selection only needs to be 1-2Hz and the other two can be ~10Hz for reasonable resolution.
by andylaurence
Tue Apr 30, 2013 11:11 am
Forum: RaceCapture/Pro General Q&A
Topic: Logging Serial Data
Replies: 6
Views: 6236

Would this have to be done in C? I'm no programmer, but the ECU on my GSXR engine has a TTL serial output that can output diagnostic data from every sensor. It'd be great to be able to log that data. It's documented on the ECU Editor forums.
by andylaurence
Tue Apr 30, 2013 10:43 am
Forum: RaceCapture/Pro General Q&A
Topic: Race Capture Power usage and Lap trigger questions
Replies: 20
Views: 25333

My plan for Autox was to use the LUA code to start and stop the actual logging, sure it wouldn't be at the actual sensors for start and stop but it should be close enough to give you a good idea. In my case my plan was to basically say if speed is 0 and RPM are > 4000 start logging and when speed r...