From a0c9dd1d0c624e7a1346c1e392f7a6382fa6ccbb Mon Sep 17 00:00:00 2001 From: loosewheel <76670709+loosewheel@users.noreply.github.com> Date: Fri, 7 Jan 2022 18:49:14 +1000 Subject: [PATCH] Add files via upload --- docs/pistons.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/pistons.txt diff --git a/docs/pistons.txt b/docs/pistons.txt new file mode 100644 index 0000000..3ce68c7 --- /dev/null +++ b/docs/pistons.txt @@ -0,0 +1,31 @@ +Pistons and sticky pistons +-------------------------- +* These blocks are only available if digilines and/or mesecons are loaded. + +Pistons push up to the setting Maximum piston nodes (default 15) in front +of the pusher when extended. Sticky piston draw back a single node in +front of the pusher when retracted. Piston also act as a digilines +conductor. + +UI + +Channel - digilines channel of piston. +Single move - pusher extends 1 node if checked, otherwise 2 nodes. + +Mesecons + Piston extends while power is turned on. + +Digilines messages + +"extend n" + Extends the piston pusher to extent n (0, 1 or 2). If n is not given + pusher extends to maximum extent. 0 is retracted. + +"retract" + Same as 'extend 0'. + +"single" + Sets piston to single move mode. + +"double" + Sets piston to double move mode.