-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7eaf9ac
commit 4612048
Showing
17 changed files
with
390 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Infrastructure Setup | ||
==================== | ||
It is critical to setup the computational and network infrastructure appropriately to ensure that EOS can access required | ||
laboratory devices and computers as well as to ensure security. | ||
|
||
EOS requires access to other laboratory computers that are needed to interface with laboratory apparatuses. | ||
EOS knows what these computers are from a :doc:`laboratory YAML file <laboratories>`. | ||
|
||
The following are important points for setting up the computational and network infrastructure for EOS: | ||
|
||
#. EOS should be set up in an isolated or secured (appropriately firewalled) LAN to prevent unauthorized access. | ||
#. All laboratory computers that EOS will control should be in the same LAN. | ||
#. All laboratory computers should have a static IP address so that EOS can identify them. | ||
#. EOS must have full bi-directional network access to the laboratory computers. | ||
All ports should be accessible. | ||
This will likely require firewall reconfiguration. | ||
#. Power management settings may need to be altered to prevent computers from hibernating if automation will be running | ||
for a long time. | ||
|
||
.. figure:: ../_static/img/lab-lan.png | ||
:alt: Example LAN setup for EOS | ||
:scale: 75% | ||
:align: center |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.