-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from ghalym/dccm-xpp0
Dccm xpp0
- Loading branch information
Showing
63 changed files
with
70,845 additions
and
96,493 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
plc_lfe_vac/iocBoot/ioc-lfe-vac/windows_run-ioc-in-docker.cmd
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
plc_lfe_vac/iocBoot/ioc-lfe-vac/windows_run-typhon-gui.cmd
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
Oops, something went wrong.