Source Context
This document provided a guide for an efficient engineering workflow. It contain four main parts; Preparation, Hardware Configuration, Software Configuration and Late Binding. I did note-taking up until Preparation only.
Extracted Points
- The start of preparing project is consist of consolidation of input documents as follows:
- I/O signal list
- Tag list
- P&ID
- Functional Design Specification (FDS)
- Create system as per in my System Preparation topic.
- In identify & adapt library, it explain a key points regarding library as follows:
- Standard Libs: System, BasicLib, IconLib, Basic hardware libraries in Hardware folder.
- Recommended Libs:
- SignalLib: For monitoring functions of binary/analog signals.
- ProcessObjExtendedLib: Contains control modules types, which can be used to control and supervise various types of motors and valves.
- ProcessObjDriveLib: Contains function block types and control module types, which can be used to control and supervise ABB standard and Engineered Drives.
- ControlSolutionLib: Contains control modules types (Control Loop Solutions) which can be used for commonly occuring customer processes.
- Recommended to use ProcessObjExtendedLib or ControlSolutionLib as base when creating a new logic adaptation for project specific library.
Quote
""
Application Note
Reliability Grade
⚠️ No urgency to utilized this guide in terms of project scope.
Personal Summary
It is similar to MyDoors
project, but it is more elaborated and cover from input documents until FAT test. There is no need to utilized this document to full extent yet however. Only times will tell.