Skip to content

Commit

Permalink
Merge pull request #45 from ghalym/dccm-xpp0
Browse files Browse the repository at this point in the history
Dccm xpp0
  • Loading branch information
ghalym authored Jan 17, 2025
2 parents acb709c + 8b86573 commit 807732f
Show file tree
Hide file tree
Showing 63 changed files with 70,845 additions and 96,493 deletions.
14 changes: 0 additions & 14 deletions plc_lfe_vac/iocBoot/ioc-lfe-vac/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions plc_lfe_vac/iocBoot/ioc-lfe-vac/envPaths

This file was deleted.

3 changes: 0 additions & 3 deletions plc_lfe_vac/iocBoot/ioc-lfe-vac/load_plc_databases.cmd

This file was deleted.

114 changes: 0 additions & 114 deletions plc_lfe_vac/iocBoot/ioc-lfe-vac/st.cmd

This file was deleted.

15 changes: 0 additions & 15 deletions plc_lfe_vac/iocBoot/ioc-lfe-vac/windows_run-ioc-in-docker.cmd

This file was deleted.

10 changes: 0 additions & 10 deletions plc_lfe_vac/iocBoot/ioc-lfe-vac/windows_run-typhon-gui.cmd

This file was deleted.

25 changes: 25 additions & 0 deletions plc_lfe_vac/iocBoot/ioc-plc-lfe-vac/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
IOC_TOP=/reg/g/pcds/epics/ioc/common/ads-ioc/R0.6.1
IOC_INSTANCE_PATH := $(shell pwd)

# Set PRODUCTION_IOC to 1 to move from a testing to a production IOC:
PRODUCTION_IOC := 1

PROJECT_NAME := plc_lfe_vac
PROJECT_PATH := ../../plc_lfe_vac/plc_lfe_vac.tsproj
PLC := plc_lfe_vac

PYTMC_OPTS :=
PREFIX := PLC:LFE:VAC

# With two $$, as in $$(IOC) below, this will be expanded in the
# environment of st.cmd:
DB_PARAMETERS := 'PREFIX=$(PREFIX):,IOCNAME=$$(IOC),IOC=$$(IOC)'

# If you know the netconfig name of the PLC, enter it here. If specified, this
# will be used in place of the auto-detected IP address from the PLC project:
PLC_HOSTNAME :=
# You may also specify the AMS Net ID of the PLC, but it's usually OK to
# leave this blank as it can be found in the project:
PLC_AMS_NET_ID :=

include $(IOC_TOP)/iocBoot/templates/Makefile.base
2 changes: 2 additions & 0 deletions plc_lfe_vac/iocBoot/ioc-plc-lfe-vac/envPaths
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
epicsEnvSet("IOC_TOP", "/c/Users/mghaly/Documents/Github local/lcls-plc-lfe-vac/plc_lfe_vac/iocBoot/ioc-plc-lfe-vac")
epicsEnvSet("IOC_DATA", "/cds/data/iocData")
Loading

0 comments on commit 807732f

Please sign in to comment.