change the HV IP to 192.168.1.1

This commit is contained in:
Ryan Tang 2025-06-24 13:13:51 -05:00
parent 334644d431
commit 06497eb923

View File

@ -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'