https://github.com/jeonghanlee/bingo
Simple EPICS IOC for Bingo 90 Main Board
https://github.com/jeonghanlee/bingo
bingo epics
Last synced: 10 months ago
JSON representation
Simple EPICS IOC for Bingo 90 Main Board
- Host: GitHub
- URL: https://github.com/jeonghanlee/bingo
- Owner: jeonghanlee
- Created: 2019-01-27T16:30:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T21:59:00.000Z (over 7 years ago)
- Last Synced: 2025-03-15T02:42:05.567Z (about 1 year ago)
- Topics: bingo, epics
- Language: Shell
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bingo Main Board (1-90) EPICS IOC
====
This is the extreme simple IOC for display the Bingo Board from 1 to 90. Each number is BI, is controlled by `caput`.
## How to ON or OFF each number
* Turn on number 20
```
bash tools/turnon.bash -v 20
```
* Turn off the number 20
```
bash tools/turnon.bash -v 20 -f
```
* one can use `caput` directly.
```
caput Bingo90:20 1
```
* one can turn off all selected numbers
```
bash tools/turnoff_all.bash
```
* Note that PV is the hard-coded in OPI, and scripts.
## Screen Shot
| |
| :---: |
| **Figure 1** Bingo 90 Main Board Screen based on CSS Bob. |