From eb02d46a15bf536d7d5ac2f5b0f1724bac4e2837 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Mon, 17 Nov 2025 16:28:59 +0000 Subject: [PATCH 1/2] remove globals.txt bit in lakeshore336 notes --- doc/specific_iocs/temp_controllers/Lakeshore336.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specific_iocs/temp_controllers/Lakeshore336.md b/doc/specific_iocs/temp_controllers/Lakeshore336.md index cdae13536..9f8495656 100644 --- a/doc/specific_iocs/temp_controllers/Lakeshore336.md +++ b/doc/specific_iocs/temp_controllers/Lakeshore336.md @@ -9,7 +9,7 @@ This of course breaks our naming convention the blocks rely on to work. So the I ## IOC Setup When connecting to the real device, the IOC requires its IP address, but the software installed on the device has a bug and does not return the correct IP address. Its network name, however, is correct. -To use the device, set the IPADDR macro in globals.txt to be the device network name, e.g. `LKSH336_01__HOST=ls336-1`. +To use the device, set the `IPADDR` macro to be the device hostname, e.g. `LKSH336_01__HOST=ls336-1`. ### Troubleshooting: device not reachable for IOC using hostname From 3fa761a1b69e1757ddd2bcffcdbab4af28d49820 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Mon, 17 Nov 2025 17:20:11 +0000 Subject: [PATCH 2/2] Update doc/specific_iocs/temp_controllers/Lakeshore336.md Co-authored-by: George Ryall --- doc/specific_iocs/temp_controllers/Lakeshore336.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specific_iocs/temp_controllers/Lakeshore336.md b/doc/specific_iocs/temp_controllers/Lakeshore336.md index 9f8495656..a7546869b 100644 --- a/doc/specific_iocs/temp_controllers/Lakeshore336.md +++ b/doc/specific_iocs/temp_controllers/Lakeshore336.md @@ -9,7 +9,7 @@ This of course breaks our naming convention the blocks rely on to work. So the I ## IOC Setup When connecting to the real device, the IOC requires its IP address, but the software installed on the device has a bug and does not return the correct IP address. Its network name, however, is correct. -To use the device, set the `IPADDR` macro to be the device hostname, e.g. `LKSH336_01__HOST=ls336-1`. +To use the device, set the `HOST` macro to be the device hostname, e.g. `LSCI-336-1`. ### Troubleshooting: device not reachable for IOC using hostname