Skip to content

Commit dde4f8d

Browse files
committed
Add documentation about how to check historic galil params
1 parent 33a568a commit dde4f8d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/specific_iocs/motors/Galil.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,23 @@ If it is a soft limit, these are set in IBEX. For axes where the [motor and enco
172172
the internal limits in the galil should match closely with the limits set in IBEX. However, if the motor-encoder resync
173173
tolerance is set very high, it is possible for the internal galil limits to differ from those configured in IBEX.
174174

175+
### Checking historic Galil parameters
176+
177+
It may be useful to check when a Galil parameter was changed. The easiest way to do this is via the `autosave`
178+
directory, which keeps historic files.
179+
180+
For example, if you were interested in the setting `MENCTYPE_CMD` on motor `0403`, the following command
181+
could be used:
182+
```
183+
cd /c/Instrument/var/autosave/GALIL_04
184+
grep -rF "0403_MENCTYPE_CMD"
185+
```
186+
187+
This will list all autosave files that refer to this setting, along with the value it had at that time.
188+
189+
For more fine-grained information, the ICP putlog files (on the archive, or in `c:\data\Export only`) can equally
190+
be searched, using a similar command, to find exactly when a setting was changed.
191+
175192
## Further Information
176193

177194
```{toctree}

0 commit comments

Comments
 (0)