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'