Skip to content
This repository was archived by the owner on Mar 27, 2021. It is now read-only.

Feature add logging csv#24

Open
cfallon61 wants to merge 70 commits intomasterfrom
feature_add_logging_CSV
Open

Feature add logging csv#24
cfallon61 wants to merge 70 commits intomasterfrom
feature_add_logging_CSV

Conversation

@cfallon61
Copy link
Member

we really need to merge our branches

AdamBusch and others added 30 commits October 29, 2018 09:38
Serial data is read from the CANdapter and sent to all clients connected
on websockets.
Improved client view shows data in realtime graph.
Single line was too long...
Our repo doesn't have a README, this commit adds one.
Output data logs to the ./logs directory and mimic the styel of past
logs made with the wifican.js file to allow for legacy Matlab
processing.
Add final ip configuration for use with router on car
This code is unessicary, replaced by KX dashboard
Add backup of router configuration. Can be loaded by the router control
panel.
Remove debugging print and double comment to make ryan happy so he can
merge this old pull request. This is important because this code is 3
months old and needs to be put on master eventually.
This is a somewhat complete list of snesors on the DCAN bus that will be
sent over the wireless telemetry server. We need to add additional
sensors on the DCAN such as BMS info and finalize the IDs for each
sensor.
First revision of CAN information for new sensors
Static HTML client is no longer needed for viewing data
Ture temp is being sent as a double value, needs 8 bits to represent
it.
data_to_dict Takes in data and reformats it to make it more readable. As long as the SensorDict.csv stays in the same format, this probably won't need many changes in the future.
Adds an option for a console printout of the CSV file to be pasted into
the excel sheet that keeps track of all the CAN IDs
Also updated data_to_dict to include "timestamp" in its output. This is so that these functions can be used together, both using timestamps.
Used autopep8 to update the file.
Limit was not 80 when I ran autopep before.
Will import data from 'SensorData.csv' and parse incoming data packets
based on the information peovided in the file. This file is used to
define each sensor's address and start/end bytes used across the CAN bus
and wireless Telemetry server.
jacklecroy and others added 30 commits February 9, 2019 16:57
This will help seperate the two parts of the project.
This will make time-stamping in main module easier to manage if each
header file is dated at the top.
This will allow for the google sheets parsing to work when some columns
are not formatted correctly/unable to parse currently.
I did not have it iterating through the
dataframe correctly. This will be better.
Now using a better way to iterate
through the file. Also added formatting
to make the strings more readable.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

6 participants