This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tasks:long_shock [2017/02/25 09:22] edinburghjay created |
tasks:long_shock [2021/05/17 16:27] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
<code> | <code> | ||
Title: Long Shock | Title: Long Shock | ||
- | Sex: Female T Male T | + | Sex: Female T Male T Trans F |
- | Require: | + | Require: estim |
- | Limits: | + | Limits: |
;Idea from subdan and Liz | ;Idea from subdan and Liz | ||
show: I want you to get ready? You need your estim attached and ready to stay still for upto 2 hours. When you click ready you will have 30 seconds to get in position. | show: I want you to get ready? You need your estim attached and ready to stay still for upto 2 hours. When you click ready you will have 30 seconds to get in position. | ||
Line 9: | Line 9: | ||
show: Keep still now. | show: Keep still now. | ||
wait:30 | wait:30 | ||
- | ; First wait 10 mins - can loop 10 times? | + | ; Loop 100 time with wait 6 mins and possible shock if move? |
- | setupdiff:0 | + | loop:100 |
- | wait:600 | + | show: Wait part LOOPVAR |
- | camdiff:0 | + | setupdiff:0 |
- | if:(TEMP1>6) | + | wait:60 |
- | trigger:estim:12 | + | camdiff:0 |
- | fi: | + | if:(TEMP1>6) |
+ | trigger:estim:12 | ||
+ | fi: | ||
+ | ;wait so not moving from if shock on next image diff | ||
+ | wait:30 | ||
+ | endloop | ||
show: I think we are done | show: I think we are done | ||
button: OK | button: OK | ||
</code> | </code> |