Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taxi/fly example with busy records #248

Merged
merged 28 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8bb9b91
DOC #247 Basic taxi/fly example with busy records
prjemian Oct 23, 2023
94f9f34
DOC #247
prjemian Oct 23, 2023
ebdd377
DOC #247
prjemian Oct 23, 2023
18c0d36
DOC #247
prjemian Oct 23, 2023
47d3916
DOC #247 work-in-progress
prjemian Dec 24, 2023
8a4da31
MNT #247 new temperature simulator (for documentation)
prjemian Dec 24, 2023
27fe33f
DOC #247 work-in-progress
prjemian Dec 24, 2023
297e28d
MNT #247 simulate with both swait and transform records
prjemian Dec 26, 2023
bb76ce2
DOC #897
prjemian Dec 27, 2023
f9f2bd5
DOC #247 work-in-progress
prjemian Dec 27, 2023
f58f575
Merge branch 'main' into 247-howto-busy-taxi-fly
prjemian Feb 26, 2024
77d66dc
Merge branch 'main' into 247-howto-busy-taxi-fly
prjemian Mar 4, 2024
38de37f
DOC #247 re-write the example
prjemian Mar 6, 2024
24af01d
DOC #247
prjemian Mar 6, 2024
d81bca6
DOC #247 refactor taxi & fly phases
prjemian Mar 6, 2024
e1ccf1f
DOC #247
prjemian Mar 6, 2024
ee4e608
DOC #247 save sscan data as bluesky events
prjemian Mar 16, 2024
19f354c
DOC #247 taxi/fly screen from 1ide
prjemian Mar 19, 2024
58bf955
DOC #247 replace polling loop with status wait
prjemian Mar 19, 2024
11d073b
DOC #247 custom BusyRecord to implement status in set() method
prjemian Mar 19, 2024
03ee466
DOC #247
prjemian Mar 19, 2024
6993c5c
DOC #247
prjemian Mar 19, 2024
5a89e62
DOC #247 clarification
prjemian Mar 19, 2024
df02358
DOC #247
prjemian Mar 19, 2024
d6997f8
DOC #247
prjemian Mar 19, 2024
69d48c5
DOC #247 refactor from .set() to .trigger()
prjemian Mar 19, 2024
beec656
DOC #247
prjemian Mar 19, 2024
c96505e
DOC re-run notebook
prjemian Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/source/_static/1ide-taxi-fly-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/bf1-busy-record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/bf1-motor-record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/bf1-scaler-record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/bf1-sscan-record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/bf1-sseq-record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/bf1-swait-record.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/userCalc8-as-tc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/userTran1-as-tc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,413 changes: 1,413 additions & 0 deletions docs/source/example/_busy_fly_scan.ipynb

Large diffs are not rendered by default.

793 changes: 793 additions & 0 deletions docs/source/howto/_temperature_controller_swait.ipynb

Large diffs are not rendered by default.

Loading