EA_Docs/
│
├── 01_Contract/
│ ├── Signed_Contract/
│ ├── Payment_Schedule/
│ ├── Project_Schedule/
│ └── Warranty/
│
├── 02_Engineering/
│ ├── 01_Bidding/
│ │ ├── Scope_Specification/
│ │ ├── IO_List_Preliminary/
│ │ ├── SLD_Preliminary/
│ │ ├── Panel_Layout_Preliminary/
│ │ ├── Network_Architecture/
│ │ └── PCD_Preliminary/
│ │
│ ├── 02_Design_Development/
│ │ ├── IO_List/
│ │ ├── Electrical_Design/
│ │ ├── Control_Description/
│ │ ├── FDS/
│ │ └── Drawings/
│ │
│ └── 03_Approved_Design/
│ ├── Final_IO_List/
│ ├── Final_SLD/
│ ├── Final_Panel_Layout/
│ ├── Final_Network/
│ ├── Final_PCD/
│ └── Final_Drawings/
│
├── 03_Fabrication/
│ ├── Wiring_Diagrams/
│ ├── Panel_Assembly/
│ ├── PLC_Program/
│ ├── HMI_Program/
│ ├── VFD_Config/
│ └── Backup/
│
├── 04_Installation_Commissioning/
│ ├── IO_Test/
│ ├── Function_Test/
│ ├── Interlock_Test/
│ └── Final_Backup/
│
├── 05_Handover/
│ ├── Final_Documents/
│ ├── AsBuilt_Drawings/
│ ├── Software_Backup/
│ ├── Licenses/
│ └── Parameters/
│
└── 06_Lessons_Learned/
└── Issues_And_Improvements/