From 77052cd5030bc92d8263ae1c40cd8f5c6d32ee69 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Wed, 14 Jan 2026 09:21:52 +0000 Subject: [PATCH 1/2] Add note on IP address convention for galils Clarified instructions for assigning IP addresses to Galil devices. --- doc/specific_iocs/motors/Galil.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/specific_iocs/motors/Galil.md b/doc/specific_iocs/motors/Galil.md index eccdcdd4d..573988336 100644 --- a/doc/specific_iocs/motors/Galil.md +++ b/doc/specific_iocs/motors/Galil.md @@ -106,6 +106,8 @@ By default, the Galil IOC will stop all running threads when it restarts. If you ### Assigning IP addresses The IP address of a Galil can only be established using a serial connection. This must be set up. + +As a convention, we use `192.168.1.2XX` where `XX` is the respective number of the galil crate - ie. `192.168.1.201` for the first crate. For a Galil DMC 2280, there are no problems 1) Enter the command IA n1,n2,n3,n4 e.g. IA 192,168,1,201 From 54480bf526c3bb6787f17b738a9505f93762660f Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Wed, 14 Jan 2026 09:22:32 +0000 Subject: [PATCH 2/2] capitalise G --- doc/specific_iocs/motors/Galil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specific_iocs/motors/Galil.md b/doc/specific_iocs/motors/Galil.md index 573988336..798c401f7 100644 --- a/doc/specific_iocs/motors/Galil.md +++ b/doc/specific_iocs/motors/Galil.md @@ -107,7 +107,7 @@ By default, the Galil IOC will stop all running threads when it restarts. If you The IP address of a Galil can only be established using a serial connection. This must be set up. -As a convention, we use `192.168.1.2XX` where `XX` is the respective number of the galil crate - ie. `192.168.1.201` for the first crate. +As a convention, we use `192.168.1.2XX` where `XX` is the respective number of the Galil crate - ie. `192.168.1.201` for the first crate. For a Galil DMC 2280, there are no problems 1) Enter the command IA n1,n2,n3,n4 e.g. IA 192,168,1,201