From f7326bbcae21444adc94af92abbd8f1f0e372f9b Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Sun, 29 Aug 2021 15:07:24 +0200 Subject: [PATCH] Set up aliases and defines --- automated_canister_filling.ic10 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 automated_canister_filling.ic10 diff --git a/automated_canister_filling.ic10 b/automated_canister_filling.ic10 new file mode 100644 index 0000000..4a04bc8 --- /dev/null +++ b/automated_canister_filling.ic10 @@ -0,0 +1,15 @@ +# check for presence of canister +# check canister type in tank storage +# set target pressure accordingly +# run volume pump until target pressure in canister is reached +# 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 \ No newline at end of file