DokuWiki

It's better when it's simple

User Tools

Site Tools


sandbox:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sandbox:playground [2022-01-06 22:36] dnettlessandbox:playground [2024-04-10 12:28] (current) – second editing test 82.15.246.12
Line 1: Line 1:
-====== Negotiations  ======+====== This is the sandbox playground====== 
 +TEST EDIT VIA human test.   
 +And an edit when logged in. 
  
-=== Requesting Balance In Full ===+<WRAP center round important 60%> 
 +Příprava dat do výroby počítá s již schváleným designem (review) zkušenějším členem!\\ 
 +Design by měl projít kontrolou DRC bez chyb. 
 +</WRAP>
  
 +  * Vrstvy, které jsou potřeba pro výrobu PCB:
 +    * Měď (2+)
 +    * Maska (2)
 +    * Potisk (1+)
 +    * Obrys (1)
 +    * Vrtání
 +      * PTH - prokovené díry (všechny THT pady, viasy,...)
 +      * NPTH - neprokované díry (montážní )
 +  * Pojmenování souborů tak jak to chtějí v Pragoboardu (viz [[https://pragoboard.cz/pool_servis]])
  
 +^ vrstva                                                           ^ soubor        ^
 +| Meď TOP                                                          | top.gbr       |
 +| Meď vnitřní 2 (pouze 4 a 6 vrstvé PCB )                           | in2.gbr       |
 +| Meď vnitřní 3 (pouze 4 a 6 vrstvé PCB )                           | in3.gbr       |
 +| Meď vnitřní 4 (pouze 6 vrstvé PCB )                               | in4.gbr       |
 +| Meď vnitřní 5 (pouze 6 vrstvé PCB )                               | in5.gbr       |
 +| Meď BOT                                                          | bot.gbr       |
 +| maska TOP                                                        | smt.gbr       |
 +| maska BOT                                                        | smb.gbr       |
 +| potisk TOP                                                       | plt.gbr       |
 +| potisk BOT                                                       | plb.gbr       |
 +| OBRYS                                                            | mill.gbr      |
 +| prokovené frézování ( nelze půlené otvory ani pokovené hrany )   | mill_pth.gbr  |
 +| prokovené vrtání                                                 | pth.exc       |
 +| neprokovené vrtání                                               | npth.exc      |
  
 +===== SW specific =====
  
 +PCB EDA SW má většinou vlastní konvenci pojmenování souborů. Je tedy třeba je přejmenovat. Můžete různě, nebo pomocí nějakého nástroje (scriptu).
  
-  * **Collector:** My name is…And I am debt collector with Armstrong and Associates. Under federal law I must advise you that this communication is from a debt collector, and this is an attempt to collect a debt. Any information obtained will be used for that purpose and this call is being recorded. We have an account in our office from….. with a total balance due of $1,524.30. We accept checks and cards over the phonehow would you like to take care of this balance in full today? +<WRAP center round important 60%> 
 +Výstupní soubory se mohou lišit i příponou (hlavně vrtačka)Na Windows mohou být přípony skryté je nutné povolit jejich zobrazeníaby jste ji mohli změnit! 
 +</WRAP>
  
-=== Settlement Offer (if applicable) ===+<WRAP center round todo 60%> 
 +TODO: přidat script nebo link na gitlab 
 +</WRAP>
  
  
 +==== Altium Designer ====
  
 +== 1. způsob: použití Output Jobu ==
 +  * [[eforce-old:els:electronics:out_job_ad|Návod zde]]
  
 +== 2. způsob: klasická generace ==
 +  - V AD19. File -> Fabrication output -> Gerber X2 Files
 +    * {{eforce-old:els:electronics:vyroba_pcb:gerber_x2.png|}}
 +  - Zobrazit (pro optickou kontrolu vlastnima bulvama) soldermask, Overlay, Top, Bottom, Boardshape (vlastní vrstva). Nastavení zanechte jako na obrázku nicméně format nechte na **4:3**
 +    * {{eforce-old:els:electronics:vyroba_pcb:gerberfab.png|}}
 +  - Vygenerování vrtání frézování atp. se musí přes File -> Fabrication outputs -> NC Drill Files
 +    * {{eforce-old:els:electronics:vyroba_pcb:drill.png|}}
 +  - Nastavení generace děr
 +    * {{eforce-old:els:electronics:vyroba_pcb:import-set.png|}}
  
- +==== Kicad ==== 
 +(Screenshoty jsou z Nightly verze Kicadu cca 2020/04 a mohou se ve vaší verzi lišit) 
 +  - File -> Plot, nebo ikona 
 +    * {{eforce-old:els:electronics:vyroba_pcb:kicad_plot.png|}} 
 +  - Nastavení výstupu gerberů 
 +    * <color #ffff00>■</color> Výběr vrstev pro které se budou generovat data (zde příklad pro 4 vrstvý PCB) 
 +    * <color #ff00ff>■</color> Formát výstupních dat (Gerber) 
 +    * <color #00ffff>■</color> Cesta kam se výstup uloží (relativní ke kořenu projektu, určitě nenechávejte prázdné) 
 +    * <color #00ff00>■</color> Volba počátku soutavy souřadnic (pokud jste si nastavili vpastní [doporučeno], jinak ponechte nezaškrtnuté) 
 +    * <color #ff0000>■</color> Tl. ''Plot'' spustí generování dat 
 +    * <color #0000ff>■</color> Tl. ''Generate Drill files...'' otevře dialog pro generování dat vrtačky 
 +    * ostatní nastavení použijte identické 
 +    * {{eforce-old:els:electronics:vyroba_pcb:kicad_output_config.png|}} 
 +  - Nastavení výstupu pro vrtačku 
 +    * <color #00ffff>■</color> Cesta kam se výstup uloží (měla by souhlasit s nastavením u gerberů) 
 +    * <color #00ff00>■</color> Volba počátku soutavy souřadnic (musí souhlasit s nastavením u gerberů) 
 +    * <color #ff0000>■</color> Tl. ''Generate drill file'' spustí generování dat pro vrtačku 
 +    * ostatní nastavení použijte identické 
 +    * {{eforce-old:els:electronics:vyroba_pcb:kicad_drill_config.png|}} 
 +  - Oba dialogy můžete zavřít, složka ''fab/'' by měla obsahovat výrobní data
  
 +<WRAP center round info 60%>
 +V době psaní (2020/04 - nightly) platilo, že se nastavení v těchto dialozích uloží pouze pokud data vygenerujete.
 +</WRAP>
  
 +===== Kontrola výstupu =====
  
 +  * Vygenerované podklady zkontrolujeme ještě jednou, např. v online nástroji [[https://gerber.ucamco.com/index.html|ucamco]] nebo [[http://www.gerber-viewer.com/ | gerber viewer]] nebo offline [[http://gerbv.geda-project.org/ | geda gerbv]] (kontrolujte především aby vrtání a odmaskování sedělo na pady a viasy a velikosti děr)
  
 +===== Kontrola výrobních dat, technologické možnosti =====
 +PCB musí splňovat technologické možnosti výrobce. Především šířku mědi a izolační mezery (viz [[https://www.pragoboard.cz/vodic_mezera | web Pragoboardu]]):
  
  
-This  is     a     table    +^tloušťka základní Cu folie   šíře vodiče, mezikruží ( vrták / pad) izolační mezera podleptání 
-This column is wider          || than  others!  +9µm   0,10mm      0,10mm  20µm 
-this                  is     my    first    +18µm  0,12mm      0,12mm  30µm 
-DokuWiki              edit so    | please   | +**35µm**      **0,20mm      ****0,15mm    **| **40µm** | 
-| **be nice!**                                   |||| +50µm  0,25mm      | 0,20mm  | 50µm 
-Ahh                        see            |+70µm  0,30mm      0,20mm  | 70µm | 
 +| 105µm | 0,35mm      | 0,20mm  105µm |
  
-^ I | am | testing | something | +Mezera mezi frézováním a mědí minimálně **0.2 mm**
-^ am | | | | +
-^ testing | | | | +
-^ something | | | |+
  
-| Oh | noes| please ^ don’t | do | +Další podmínkykteré je nutno dodržet viz ( [[https://www.pragoboard.cz/obecne_tech_podminky Technologické podmínky]])
-| this | edit ^ here! | Avoid | at | +
-^ all costs! :-( |||||+
  
-^ OwO ^ what’s ^ this ^ table? ^ 
-|A    |  B  |    C || 
-|::: |  D  |    E|| 
  
-<html> +===== Odeslání kontaktní osobě ===== 
-<span style="color:#099;font-size:150%;">Is HTML enabled here? If these sentences are purple, then it is.</span> +  * složku se zkontrolovanými výrobními podklady zabalte do ''fab_NAZEV_DESKY_v#.zip'' (např. ''fab_STW_v1.zip'') a pošlete na **Discord Štuldovi**, nebo emailem na **jakub.stulik@eforce.cvut.cz**. K datům přidejte následující řádky:
-</html> +
-====== Deploy ====== +
-FIXME +
-=== Hardware ===+
  
-FreeNAS can be installed on almost any hardware but to best suit the requirements of B-C-D it must meet the following:+NAZEV-DESKY-V#
  
-  * An Intel atom or higher with ECC compatability. +pool servis / spešl požadavky (černá nepájivá maska atd.)\\ 
-  * 8+ GB of ECC RAM (speed is not important as long as it is compatible with the motherboard. ECC is important). +2 vrstvy / 4 vrstvy\\ 
-  * Flash based storage for the OS. SSD is recomended for reliability but a USB flash drive is completely acceptable. +povrchová úpravalibovolná / HAL / ENIG\\ 
- +počet kusů
-=== Steps to connect to Active Directory === +
- +
-  Select **Directory Service > Active Directory**. +
-  - Enter the DNS name of the domain (exaple.com instead of just examplein the **Domain Name** section. Enter the user name and password in the proceeding sections to authenticate to the domain (use an account that has permission to bind to the network). +
-  Click **Advanced Mode**. +
-  Add the main Domain Controller under the **Domain Controller** section (winserver1). +
-  - Last check to ensure **Lsmap backend** is **rid** then select **Save**. +
-  - The FreeNAS server now binds to the domain (which may take 5 to 15 minutes). +
-  - To confirm the bind was successful open a command prompt and run wbinfo -u and you should get a list of all users on the domain. +
-  - If there are issues read the official FreeNAS documentation on binding to a domain. +
- +
-=== Steps to Deploy a Samba share === +
- +
-  - Connect to FreeNAS. +
-  - If needed create a new volume. +
-  - Set the permissions on the new volume by selecting the volume then **Change Permissions**. +
-  - Using the two **Owner** drop downs, select the appropriate user and group owners. +
-  - Next select **Windows** in the **Permission Type:** section. +
-  Finally select **Set permission recursively:** then click **Change**. +
-  - Next select **Sharing > Windows (SMB) Shares > Add Windows (SMB) Share**. +
-  - Select the volume you created under **Path:** then add the name it will be accessed by under **Name:**. +
-  - Leave the rest at the default and click **OK**. +
-  - By creating the share Samba will be activated as well. +
- +
- +
-====== Common Tasks ====== +
- +
-Samba, once set up is very low maintenance. One big thing, however, is if a new user has been created in the domain FreeNAS will not automatically update right away so this must be done manually. +
- +
-=== Updating AD Cache === +
- +
-  * First connect the FreeNAS. +
-  * Go to **Directory Service > Active Directory**. +
-  * Click **Rebuild Directory Service Cache**. +
-  * Open a shell to FreeNAS and run 'wbinfo -u | grep $newuser' and you should see the user account. +
- +
- +
-====== Alerts ====== +
- +
-What should be monitored and all the alerts that could be generated. Who should get the alerts and what to do to resolve each. +
- +
-=== Alert 1 === +
- +
-  * Steps to resolve +
- +
-=== Alert 2 === +
- +
-  * Steps to resolve +
- +
- +
-====== Disaster Recovery ====== +
- +
-If one machine delivering service of multiple what is the plan. +
- +
-=== Disaster 1 === +
- +
-  * Recovery steps +
- +
-=== Disaster 2 === +
- +
-  * Recovery Steps +
- +
- +
-====== Service Level Agreement ====== +
- +
-The SMB shared provided by FreeNAS are critical to the success of B-C-D. All digital documentation and paperwork is stored there. Down time is very damaging to the company. +
- +
-=== Uptime Goal === +
- +
-Due to the importance of up time with this service the uptime goal is 2 days a year or 99.9955% of the time. FreeNAS is very stable but Active Directory can move forwards faster at times than Samba can keep up leading to issues authenticating. This leaves computers unable to connect to the server which is a large issue. Knowing this downtime is possible we can not commit to a higher up time. +
- +
-=== RPO === +
- +
-Samba failure does not result in any direct data loss due to it denying access during a failure. The only predicted data loss is from changes that are not being updated on the file server. Most of these changes however are fixed by Windows automatically on re-connection. Despite this though the company can not afford to lose more than one hour of data due to this issue. It should be detected within the hour to prevent further data loss. +
- +
- +
- +
-====== Revision Table ====== +
- +
-^Date     ^Rev.^Changes            ^ +
-|9/14/17  |1   |Initial creation.  |+
  
 ++soubor ve formátu fab-NAZEV-DESKY-V#.zip
sandbox/playground.1641504968.txt.gz · Last modified: 2022-01-06 22:36 by dnettles

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki