Skip to content

Usage Examples

Ryan Slominski edited this page Aug 16, 2023 · 55 revisions


Examples assume working directory of: examples/compose

Effective Processor

docker compose -f effective.yml up

Effective Processor Usage Eamples

EPICS Alarm Source

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

All

Effective Processor, EPICS, and GUI

docker compose -f all.yml up

Note: It may take awhile for all services to start.

Now navigate your web browser to:

http://localhost:8080/jaws