File tree Expand file tree Collapse file tree 3 files changed +31
-19
lines changed
Expand file tree Collapse file tree 3 files changed +31
-19
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ http://sampleenvironment.org/secop
77
88Quick links to other relevant documents:
99
10- * `SECoP Motivation <protocol/ motivation.rst >`_
10+ * `SECoP Motivation <motivation.rst >`_
1111* `SECoP Specification V1.0 <protocol/SECoP_Specification_V1.0.rst >`_
1212* `SECoP RFCs <rfcs/ >`_
1313* `SECoP Issues <protocol/issues/ >`_ (before RFCs)
Original file line number Diff line number Diff line change 1+ Motivation
2+ ==========
3+
4+ * SECoP motivation proposal
5+ * simple, inclusive and self describing
6+ * write drivers only once
7+ * different institutes wrote their own driver collection which fulfils all their
8+ needs and it works reliable
9+ * as secondary effect the standard drivers still can be used so their are well
10+ tested and may become more reliable
11+
12+ SECoP
13+ -----
14+
15+ The SECoP (Sample Environment Communication Protocol) is an Inclusive, Simple
16+ and Self Explaining (ISSE) communication protocol.
17+
18+ - Inclusive means, that facilities can use this protocol and don't have to
19+ change their work flow (rewrite drivers completely or organize and handle
20+ hardware in a specific way to fulfil SECoP requirements).
21+
22+ - Simple means it should be easy to integrate and to use.
23+
24+ - Self Explaining means that with SECoP, not only the pure data is
25+ transported. It also transports meta data, which allows environment control
26+ software to configure by itself.
27+
28+ The benefit of SECoP will be to circulate expensive devices between different
29+ facilities with minimised effort for configuration and integration. This should
30+ result in an increased utilisation of expensive equipment.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments