change the HV IP to 192.168.1.1
This commit is contained in:
parent
334644d431
commit
06497eb923
|
@ -4,7 +4,7 @@ import os
|
||||||
import epics
|
import epics
|
||||||
|
|
||||||
# Set the IP address or hostname of the remote IOC
|
# 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
|
# Optionally disable automatic address list searching
|
||||||
os.environ['EPICS_CA_AUTO_ADDR_LIST'] = 'NO'
|
os.environ['EPICS_CA_AUTO_ADDR_LIST'] = 'NO'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user