-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
45 additions
and
22 deletions.
There are no files selected for viewing
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,8 @@ | ||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY | ||
_commit: 3.2.0b1 | ||
_src_path: gh:epics-containers/ioc-template | ||
description: Generic IOC for the Delta Tau turbo pmac and power pmac motion controllers | ||
git_platform: github.com | ||
github_org: epics-containers | ||
name: ioc-pmac | ||
repo_uri: [email protected]:epics-containers/ioc-pmac.git |
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
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
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 |
---|---|---|
@@ -1,7 +1,18 @@ | ||
An epics-containers generic IOC source file for Delta Tau pmac motion controllers. | ||
# Generic IOC Template Repository ioc-pmac | ||
|
||
Generates a Generic IOC for running in a container and | ||
creating IOC instances to control pmac motion controllers. | ||
## Description | ||
Generic IOC for the Delta Tau turbo pmac and power pmac motion controllers | ||
|
||
See the https://epics-containers.github.io | ||
## Template Info | ||
This repository was generated by | ||
[ioc-template](https://github.com/epics-containers/ioc-template) | ||
|
||
To update to the latest version of the template: | ||
|
||
```bash | ||
# activate a python virtual environment | ||
|
||
pip install copier | ||
cd ioc-pmac | ||
copier update -A --trust . | ||
``` |
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ibek==1.6.3 | ||
ibek==1.7.0 | ||
# to install direct from github during development in a branch | ||
# git+https://github.com/epics-containers/ibek.git@fix-extract-assets |