Posts: 9
Joined: Feb 2025
04-08-2025, 01:44 AM
Go To Post #1
![[Image: 20250119-134727-cropped.jpg]](https://i.ibb.co/k6HXT091/20250119-134727-cropped.jpg)
The head unit has a micro sd card populated with system logs.
Log file names: yyyy-mm-dd.txt
One file per day and periodic removal of older files.
Lines are comma separated JSON like key value pairs in curlies.
Lines are added at about one row per second. Only a small number of key value pairs are added per line at a time. Every line includes a “timestamp”.
UTC for the filename and timestamps comes from the GPS. Logging is a good reason not to remove the GPS.
See picture for some of the keys from some logs.
Sample line:
{"epsu_encoder_temperature": 59.0, "epsu_current": 4083.97, "controller_1_fault_code": 4, "gearbox_temp": 57, "controller_2_motor_temperature": 56, "steering_angle": 8388, "timestamp": "2025-02-22T00:16:34.81Z", "bms_low_cell_voltage": 38854, "bms_high_cell_voltage": 38952, "bms_pack_current": 17, "controller_1_fault_level": 4}
Example usage: Check the log files for AC-X1 throttle errors:
grep controller_1_fault_code\":\ 47 *.txt
•
Posts: 270
Joined: Oct 2018
Oregon
04-08-2025, 07:15 PM
Go To Post #1
Well that’s interesting. The problem with the GPS is that it interferes with the amp. Also, from what I understand, the GPS is no longer in use as Arcimoto had the subscription turned off.
2020 FUV (Rei) 🛺 2020 Flatbed (Earl) 🛻 2022 FUV carcass (Swamp Thing)
•
Posts: 9
Joined: Feb 2025
04-08-2025, 08:02 PM
Go To Post #1
(04-08-2025, 07:15 PM)harriska2 Wrote: Well that’s interesting. The problem with the GPS is that it interferes with the amp. Also, from what I understand, the GPS is no longer in use as Arcimoto had the subscription turned off.
No. GPS is free for everyone. You are referring to the LTE (cellular).
The following 1 user Likes Plow4's post:1 user Likes Plow4's post
• harriska2
Posts: 270
Joined: Oct 2018
Oregon
04-10-2025, 09:01 PM
(This post was last modified: 04-10-2025, 09:11 PM by harriska2.)
Go To Post #1
(04-08-2025, 01:44 AM)Plow4 Wrote: Sample line:
{"epsu_encoder_temperature": 59.0, "epsu_current": 4083.97, "controller_1_fault_code": 4, "gearbox_temp": 57, "controller_2_motor_temperature": 56, "steering_angle": 8388, "timestamp": "2025-02-22T00:16:34.81Z", "bms_low_cell_voltage": 38854, "bms_high_cell_voltage": 38952, "bms_pack_current": 17, "controller_1_fault_level": 4}
Example usage: Check the log files for AC-X1 throttle errors:
grep controller_1_fault_code\":\ 47 *.txt
Where did you get 47? I see 4, 57, 56, 8388, 38854, 38952, and 4.
2020 FUV (Rei) 🛺 2020 Flatbed (Earl) 🛻 2022 FUV carcass (Swamp Thing)
•
Posts: 9
Joined: Feb 2025
04-11-2025, 01:27 AM
Go To Post #1
(04-10-2025, 09:01 PM)harriska2 Wrote: Where did you get 47? I see 4, 57, 56, 8388, 38854, 38952, and 4.
Page 64:
https://www.go-ev.com/PDFs/HyPerDrive_Us...RevB_1.pdf
•