Skip to content

Commit

Permalink
DOC #298
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 28, 2024
1 parent 35b02af commit 184cb12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/howto/_dynamic_limits_2motor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Following this example: https://blueskyproject.io/bluesky/state-machine.html#example-suspend-a-plan-if-the-beam-current-dips-low,\n",
"we'll do similar but know that our signal is a boolean, that indicates *no permit* when low. Suspends interrupt the `RE` as long as the signal is invalid and automatically resume if the signal becomes valid again. Let's see how this works here."
"The Bluesky project shows [how to suspend a plan when the source X-ray intensity drops too low](https://blueskyproject.io/bluesky/main/state-machine.html#example-suspend-a-plan-if-the-beam-current-dips-low).\n",
"\n",
"Following this example, we'll do similar. In our case, the signal is a boolean\n",
"that indicates *no permit* when low. The suspender interrupts the `RE` as long\n",
"as the signal is invalid and automatically resumes if the signal becomes valid\n",
"again. Let's see how this works here."
]
},
{
Expand Down

0 comments on commit 184cb12

Please sign in to comment.