From e73a663340f8f0153e8991eec95e6acbe0fbd459 Mon Sep 17 00:00:00 2001 From: Michel 4J Date: Mon, 22 Jul 2019 12:42:34 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9122a42..43bce06 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ In order to use "AuntISARA", you need have a functioning install of python-softd 1. Create a directory for the IOC instance. The directory should be named exactly like the device name but the location is irelevant. 2. Copy the init-template file to /etc/init.d and rename it as appropriate. -3. Edit the file from (2) above to reflect your environment and to set all the required instance parameters +3. Edit the file from (2) above to reflect your environment and to set all the required instance parameters. Specifically, + change the device name to a meaningful name. 4. Enable the init file using your system commands. For example, `systemctl enable `. 5. Start the init file using your system commands. For example `systemctl start `. - You can manage the instance daemon through procServ, by telneting to the configured port. +6. The operator screen can be launched using the script `bin/runOpCtrl`. This script takes a single parameter which is the device name provided in step (3). +7. Once the Automounter is running, you must define some positions. Positions are important because commands are only allowed to run from Minimum required are 'SOAK' and 'HOME' for most commands but it is recommended to defined various 'DRY_XXX' positions. To define a position, manually move the robot to that position using the pendent, and type in the position name, and tolerance and then click the save button on the operator screen. The tolerance determines how sensitive the robot should be at that position. Positions can be replaced by toggling the "Overwrite Position" to ON before saving the position. For positions like DRY that have multiple sub-positions, use DRY as the prefix and save each one with a separate suffix. Also, there is a different HOME position for each tool so you must save them separately always starting with the HOME prefix.