Item | Notes |
---|
Walkthrough of current GUI implementation | |
Launcher | - Individual caputs vs batch
- Batch
- likely to help with overloading, but requires passing through complicated data packets
- Can consider using PVA as it would allow passing data structures
- remote procedure call could eliminate need for launcher
- don't have expertise, would be harder to implement (can ask Matt)
- Individual caputs
- simple to implement
- if we run into problems we can look at PVA but we should try known method first
|
Command Line | |
Locking | - Need to be able to know if script is currently running to not launch a competing one
- There is an existing PV record that is for this use case
- Don't have queue at all, just don't run if currently running
|