update illumination-IP, change sleep-time for CTA
This commit is contained in:
@@ -76,7 +76,7 @@ class CTAAcquisition(SFAcquisition):
|
|||||||
try:
|
try:
|
||||||
self.cta.stop()
|
self.cta.stop()
|
||||||
self.cta.start()
|
self.cta.start()
|
||||||
sleep(0.1) ###?
|
sleep(10) ###?
|
||||||
time_start = time()
|
time_start = time()
|
||||||
start_pid = self.cta.get_start_pid()
|
start_pid = self.cta.get_start_pid()
|
||||||
print("CTA start pid:", start_pid)
|
print("CTA start pid:", start_pid)
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ all = 0xff
|
|||||||
|
|
||||||
class IlluminationControl(object):
|
class IlluminationControl(object):
|
||||||
|
|
||||||
def __init__(self,hostname: str="129.129.221.71",port: int=1003):
|
def __init__(self,hostname: str="129.129.221.84",port: int=1003):
|
||||||
if hostname is None: #simulated mode
|
if hostname is None: #simulated mode
|
||||||
self._sim={'stat':0}
|
self._sim={'stat':0}
|
||||||
_log.info('simulated mode:{}'.format(self._sim))
|
_log.info('simulated mode:{}'.format(self._sim))
|
||||||
|
|||||||
Reference in New Issue
Block a user