Set up alias and define
This commit is contained in:
parent
7b840945be
commit
952595f6b5
@ -1,4 +1,15 @@
|
|||||||
|
# check for presence of canister
|
||||||
# check canister type in tank storage
|
# check canister type in tank storage
|
||||||
# set target pressure accordingly
|
# set target pressure accordingly
|
||||||
# run volume pump until target pressure in canister is reached
|
# run volume pump until target pressure in canister is reached
|
||||||
# stop volume pump
|
# stop volume pump
|
||||||
|
|
||||||
|
alias canister_storage d0
|
||||||
|
alias volume_pump d1
|
||||||
|
|
||||||
|
alias canister_present r0
|
||||||
|
alias canister_hash r1
|
||||||
|
alias canister_pressure r2
|
||||||
|
|
||||||
|
define canister 42280099
|
||||||
|
define smart_canister -668314371
|
Loading…
Reference in New Issue
Block a user