-
Notifications
You must be signed in to change notification settings - Fork 0
Usage Examples
Ryan Slominski edited this page Aug 16, 2023
·
56 revisions
Examples assume working directory of: examples/compose
docker compose -f effective.yml up
Effective Processor Usage Eamples
docker compose -f epics.yml up
Monitor the alarm-activations topic
docker exec -it jaws list_activations --monitor
Register an alarm (and trigger EPICS monitoring)
docker exec jaws set_instance alarm1 --pv channel1
Trip an alarm
docker exec softioc caput channel1 1
docker compose -f all.yml up
Note: It may take awhile for all services to start.
Now navigate your web browser to: