* Question
| The software design of digital control system generally adopts modular structure design. What are the general basic principles of software functional module segmentation? |
* Answer
| The logical relationship between the modules is clear.The internal functions of each module are centralized, single, and easy to implement.The functions between the modules are relatively independent, avoiding coupling. |

COMMENTS