Skip to content

Commit

Permalink
add more cv settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Oct 10, 2024
1 parent 7880ae6 commit cc098cc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion site-template/phoebus_settings.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -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=


Expand All @@ -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

Expand Down

0 comments on commit cc098cc

Please sign in to comment.