From 06497eb923ec795576d775e702355e5fcbcaff10 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS-DAQ" Date: Tue, 24 Jun 2025 13:13:51 -0500 Subject: [PATCH] change the HV IP to 192.168.1.1 --- HVLibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HVLibrary.py b/HVLibrary.py index e58178c..95cae8c 100755 --- a/HVLibrary.py +++ b/HVLibrary.py @@ -4,7 +4,7 @@ import os import epics # Set the IP address or hostname of the remote IOC -os.environ['EPICS_CA_ADDR_LIST'] = '192.168.0.1' # Replace with the actual IP address or hostname +os.environ['EPICS_CA_ADDR_LIST'] = '192.168.1.1' # Replace with the actual IP address or hostname # Optionally disable automatic address list searching os.environ['EPICS_CA_AUTO_ADDR_LIST'] = 'NO'