Unverified Commit 73bf2f50 authored by Andrea Orlati's avatar Andrea Orlati Committed by GitHub
Browse files

fix issue #758: Sardara configuration in production CDB (#763)

parent 678b8342
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -97,10 +97,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/

## [discos1.0.6] - 09-02-2022
## Added
    issue #655 - ACU Component for Noto and Medicina is now capble to prevent seldom mode changes coming from ACU reset
    issue #655 - ACU Component for Noto and Medicina is now capable to prevent seldom mode changes coming from ACU reset
    issue #653 - added a couple of scriptsto ease vnc conection from remote a file copying. The scripts support 
                 linux and macos
	issue #588 - added the control of the new Noto subreflector and primary focus receiver box servo system.     
    issue #758 - Sardara enabled for Medicina
    
## Fixed
    issue #448 - Added Sky Offsets to calibration tool client
+5 −5
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
               xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               sender_protocols="TCP=${HOST}:14000"
               IPAddress="192.168.1.10"
               Port="10000"
               CommandLineTimeout="10000000"
               ConnectTimeout="3000000"
               IPAddress="192.168.10.10"
               Port="10001"
               CommandLineTimeout="100000000"
               ConnectTimeout="300000000"
               PropertyRefreshTime="1000000"
               Configuration="SCC00"
               TimeTollerance="250000"
               RepetitionCacheTime="2000000"
               RepetitionExpireTime="5000000"
               DataPort="6001"
               DataIPAddress="192.168.1.98"            	   
               DataIPAddress="192.168.10.10"            	   
               DataLatency="3000000"
               SenderSleepTime="300000"
               SenderResponseTime="1000000"