From cc098ccdf87e0c217e70ff3b36593f2641724ce6 Mon Sep 17 00:00:00 2001 From: "Lee, Jeong Han" Date: Wed, 9 Oct 2024 19:28:32 -0700 Subject: [PATCH] add more cv settings --- site-template/phoebus_settings.ini.in | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/site-template/phoebus_settings.ini.in b/site-template/phoebus_settings.ini.in index 17ea790..d02de19 100644 --- a/site-template/phoebus_settings.ini.in +++ b/site-template/phoebus_settings.ini.in @@ -106,7 +106,19 @@ org.phoebus.logbook.ui/logbook_factory=olog org.phoebus.pv/default=ca # pv.ca -org.phoebus.pv.ca/addr_list=127.0.0.1 @PS_CA_ADDR_LIST@ +org.phoebus.pv.ca/addr_list=@PS_CA_ADDR_LIST@ +org.phoebus.pv.ca/auto_addr_list=true +org.phoebus.pv.ca/max_array_bytes=100000000 +org.phoebus.pv.ca/server_port=5064 +org.phoebus.pv.ca/repeater_port=5065 +org.phoebus.pv.ca/beacon_period=15 +org.phoebus.pv.ca/connection_timeout=30 +# Support variable length arrays? +# auto, true, false +org.phoebus.pv.ca/variable_length_array=auto +# Connect at lower priority for arrays +# with more elements than this threshold +org.phoebus.pv.ca/large_array_threshold= 100000 #org.phoebus.pv.ca/name_servers= @@ -124,6 +136,9 @@ org.phoebus.applications.pvtable/show_description=true #org.phoebus.applications.pvtree/update_period +org.phoebus.pv.pva/epics_pva_addr_list=@PS_CA_ADDR_LIST@ +org.phoebus.pv.pva/epics_pva_auto_addr_list=true + # saveandrestore #org.phoebus.applications.saveandrestore