File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,23 @@ If it is a soft limit, these are set in IBEX. For axes where the [motor and enco
172172the internal limits in the galil should match closely with the limits set in IBEX. However, if the motor-encoder resync
173173tolerance 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 put log files (` *_ICPputlog.txt ` - 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}
You can’t perform that action at this time.
0 commit comments