Skip to content

Commit

Permalink
remove pvxs - get pva working
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 30, 2024
1 parent e8eed0e commit fd0676f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
// To access two devcontainers from the host for example:
// EPICS_CA_ADDR_LIST="127.0.0.1:5064 127.0.0.1:6064"
"127.0.0.1:5064:5064/udp",
"127.0.0.1:5064-5065:5064-5065"
"127.0.0.1:5064-5065:5064-5065",
"127.0.0.1:5076:5076/udp",
"127.0.0.1:5075:5075"
],
// Mount the parent of the project folder so we can access peer projects
"workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspaces,type=bind",
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ WORKDIR ${SOURCE_FOLDER}/ibek-support
# copy the global ibek files
COPY ibek-support/_global/ _global

COPY ibek-support/pvxs/ pvxs/
RUN pvxs/install.sh 1.3.1

COPY ibek-support/iocStats/ iocStats
RUN iocStats/install.sh 3.2.0

Expand Down
2 changes: 1 addition & 1 deletion opi/bl01t-ea-ioc-02.bob
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Saved on 2024-11-30 07:56:53 by root-->
<!--Saved on 2024-11-30 08:05:03 by root-->
<display version="2.0.0">
<name>bl01t-ea-ioc-02</name>
<width>1250</width>
Expand Down
1 change: 1 addition & 0 deletions opi/settings.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# point at local host for channel access
org.phoebus.pv.ca/addr_list=127.0.0.1
org.phoebus.pv.pva/epics_pva_name_servers=127.0.0.1

0 comments on commit fd0676f

Please sign in to comment.