From ab54541f54f6def2ff9c882b6f19b9fbd1f022a7 Mon Sep 17 00:00:00 2001 From: antonwalvoord <147010515+antonwalvoord@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:54:50 -0600 Subject: [PATCH] Published multiple files --- .../Drivetrain Electronics/ECU/ECU.md | 4 ++++ src/site/notes/General/Car Architecture.md | 3 ++- .../How to contribute to the megathread.md | 6 ++--- src/site/notes/General/Team Terminology.md | 24 +++++++++++++++++++ 4 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 src/site/notes/Electrical/Drivetrain Electronics/ECU/ECU.md create mode 100644 src/site/notes/General/Team Terminology.md diff --git a/src/site/notes/Electrical/Drivetrain Electronics/ECU/ECU.md b/src/site/notes/Electrical/Drivetrain Electronics/ECU/ECU.md new file mode 100644 index 0000000..4a5739d --- /dev/null +++ b/src/site/notes/Electrical/Drivetrain Electronics/ECU/ECU.md @@ -0,0 +1,4 @@ +--- +{"dg-publish":true,"permalink":"/electrical/drivetrain-electronics/ecu/ecu/"} +--- + diff --git a/src/site/notes/General/Car Architecture.md b/src/site/notes/General/Car Architecture.md index 8b58675..3b46d81 100644 --- a/src/site/notes/General/Car Architecture.md +++ b/src/site/notes/General/Car Architecture.md @@ -16,7 +16,8 @@ ### Battery Structure ##### Accumulator 🚧voltage/amperage/fusing🚧 -##### LV Battery +##### Low Voltage (LV) Battery +The LV Battery powers everything other than the [[General/Team Terminology#Tractive System (TS)\|Tractive System]]. It's located in the [[General/Car Architecture#LV Box\|#LV Box]] and 🚧voltage/amperage/fusing🚧 ### Power Distribution ### Enclosures diff --git a/src/site/notes/General/How to contribute to the megathread.md b/src/site/notes/General/How to contribute to the megathread.md index 730f1a4..6da9da0 100644 --- a/src/site/notes/General/How to contribute to the megathread.md +++ b/src/site/notes/General/How to contribute to the megathread.md @@ -24,9 +24,9 @@ If you want to be able to publish to the site yourself you'll need this plugin, - Open Obsidian and the settings for "Digital Garden" and fill in your GitHub username, the name of the repo (nfr-megathread), and lastly paste in your token. - Finally, you'll need to modify your Digital Garden settings to ==match the website's== - Open the Digital Garden **"Features"** settings and ensure everything *except* "Let all frontmatter through" is enabled - - Open the Digital Garden **"Appearance"** settings and ensure they look like the screenshow below. + - Open the Digital Garden **"Appearance"** settings and ensure they look like the screenshot below. - ![|300](https://i.imgur.com/dZE24Uf.png) + ![|400](https://i.imgur.com/dZE24Uf.png) - Now you can publish to the site! In order to do this, type ctrl/cmd+p and "Digital Garden: Publish Multiple Notes" or "Digital Garden: Publish Single Note" - **Tip:** typing in "multiple" or "single" will autocomplete to these commands, you can also set a hotkey for them in Obsidian's hotkey settings - **Note:** if you make a new page, it will not be published unless you add a "dg-publish" property to it. An easy way to do this is to use the command "Digital Garden: Add publish flag". If you type ctrl/cmd+p and "flag" it should autocomplete. @@ -34,9 +34,7 @@ If you want to be able to publish to the site yourself you'll need this plugin, I have personally run into issues with embedding files and having them successfully upload to the site. If you run into those same issues (I think you likely will) you should install the Obsidian [Imgur](obsidian://show-plugin?id=obsidian-imgur-plugin) plugin. It automatically uploads images you paste into the doc to Imgur which works much better. Follow the setup guide on the install page. If you need to embed other types of files, there are ways to do this through html as well [[General/FSAE 2025 Rules\|See: FSAE 2024 Rules]] - # Permissions In order to edit the megathread you'll need to be added as a collaborator on the Git repository where the thread is housed. Contact Anton on [slack](https://nufsae.slack.com/team/U05U23W4WJV) or by [email](mailto:antonwalvoord2027@u.northwestern.edu) to be added. - # Usage Notes If you're going to be editing a portion of the megathread "owned" by another member (owned meaning they are in charge of it's content or it's highly relevant to them) you should contact them prior to pushing your changes. \ No newline at end of file diff --git a/src/site/notes/General/Team Terminology.md b/src/site/notes/General/Team Terminology.md new file mode 100644 index 0000000..a66d35b --- /dev/null +++ b/src/site/notes/General/Team Terminology.md @@ -0,0 +1,24 @@ +--- +{"dg-publish":true,"permalink":"/general/team-terminology/"} +--- + +### Electrical +##### Tractive System (TS) +By **EV.1.1**: Every part electrically connected to the Motor(s) and/or Accumulator(s) +##### Grounded Low Voltage (GLV) +By **EV.1.2**: Every electrical part that is not part of the Tractive System. More rules found in **EV.4.4** - must be Grounded to the Chassis and able to operate with the [[General/Team Terminology#Accumulator\|#Accumulator]] removed from the vehicle +##### Accumulator +By **EV.1.3**: All the battery cells or super capacitors that store the electrical energy to be used by the Tractive System. More rules found in **EV.5.1** +##### Energy Meter +Described in **EV.3.2**. Measures power and voltage of the accumulator to ensure [[General/FSAE 2025 Rules\|rules]] compliance to **EV.3.3** +##### Motor Controller / Inverter +Supplies power from the [[General/Team Terminology#Accumulator\|#Accumulator]] to the motor. Converts DC to AC and regulates how much power goes to the motor based on a number of conditions, including torque requests from the [[Electrical/Drivetrain Electronics/ECU/ECU\|ECU]] +##### Accelerator Pedal Position Sensor (APPS) +Described in **T.4.2**. Measures how far the accelerator pedal is depressed in order to determine how much power should go to the motor +##### Brake System Encoder (BSE) +Described in **T.4.3**. Measures brake system pressure. +##### Maintenance Plugs +Described by **EV.5.3**. Electrically connects and disconnects [[General/Team Terminology#Accumulator\|#Accumulator]] segments from one another. + +### Mechanical +🚧Under [[General/How to contribute to the megathread\|construction]]🚧 \ No newline at end of file