Difference between revisions of "Digilines"

From Pandorabox
Jump to navigation Jump to search
(Added digiline tutorials page)
 
m (Fix headings)
Line 6: Line 6:
 
__TOC__
 
__TOC__
  
=== Overview ===
+
== Overview ==
  
 
[[File:digiline_tutorials_room.png|400px]]
 
[[File:digiline_tutorials_room.png|400px]]
Line 16: Line 16:
 
Outside of main tutorial room there is also different digiline controlled devices like [[QuarryCube]] quarry ship, block crafter (lumps -> blocks), autocrafters, injector controllers, battery charger for digtrons and various other devices.
 
Outside of main tutorial room there is also different digiline controlled devices like [[QuarryCube]] quarry ship, block crafter (lumps -> blocks), autocrafters, injector controllers, battery charger for digtrons and various other devices.
  
=== Digiline devices ===
+
== Digiline devices ==
  
== Digiline basic components ==
+
=== Digiline basic components ===
  
 
[[File:digiline_basic_components.png|400px]]
 
[[File:digiline_basic_components.png|400px]]
  
== Digiline screens and input devices ==
+
=== Digiline screens and input devices ===
  
 
[[File:digiline_screen_input.png|400px]]
 
[[File:digiline_screen_input.png|400px]]
Line 28: Line 28:
 
Different digiline buttons, keyboards and screens demonstrated with very simple functionality and/or user interfaces.
 
Different digiline buttons, keyboards and screens demonstrated with very simple functionality and/or user interfaces.
  
== Big digiline controlled clock ==
+
=== Big digiline controlled clock ===
  
 
Clock displays current server time and therefore time is usually different from minetest game time.
 
Clock displays current server time and therefore time is usually different from minetest game time.
Line 34: Line 34:
 
There is another similar clock downstairs that displays current in-game time.
 
There is another similar clock downstairs that displays current in-game time.
  
== Free food dispenser ==
+
=== Free food dispenser ===
  
 
[[File:digiline_free_food_dispenser.png|400px]]
 
[[File:digiline_free_food_dispenser.png|400px]]
Line 46: Line 46:
 
Sometimes, based on random number generator, player can get random extra stack of food instead of normal single stack.
 
Sometimes, based on random number generator, player can get random extra stack of food instead of normal single stack.
  
== Digiline controlled light ==
+
=== Digiline controlled light ===
  
 
[[File:digiline_light_controller.png|400px]]
 
[[File:digiline_light_controller.png|400px]]
Line 52: Line 52:
 
Change light brightness and turn light on or off via digilines.
 
Change light brightness and turn light on or off via digilines.
  
== Lava orb demo farm with digiline item detector tube ==
+
=== Lava orb demo farm with digiline item detector tube ===
  
 
[[File:lava_orb_farm_demo.png|400px]]
 
[[File:lava_orb_farm_demo.png|400px]]
Line 60: Line 60:
 
Orb farm itself is too small for efficient lava orb farming and is only provided as simple demo setup.
 
Orb farm itself is too small for efficient lava orb farming and is only provided as simple demo setup.
  
== Digiline piston ==
+
=== Digiline piston ===
  
 
[[File:digiline_piston_setup.png|400px]]
 
[[File:digiline_piston_setup.png|400px]]
Line 72: Line 72:
 
* Piston is limited into pushing only single node and therefore cannot push if there's more than 1 block in front of piston.
 
* Piston is limited into pushing only single node and therefore cannot push if there's more than 1 block in front of piston.
  
== Digiline item injector ==
+
=== Digiline item injector ===
  
 
[[File:digiline_mesecon_injector.png|400px]]
 
[[File:digiline_mesecon_injector.png|400px]]
Line 78: Line 78:
 
Simple example on how to use digiline injector, also incorporates mesecon controlled injector for comparison.
 
Simple example on how to use digiline injector, also incorporates mesecon controlled injector for comparison.
  
== Digiline item detector ==
+
=== Digiline item detector ===
  
 
When you put any items into chest item detector will take them out and read their item id.
 
When you put any items into chest item detector will take them out and read their item id.
Line 86: Line 86:
 
You can copy item id to clipboard from touch screen log (if your software stack supports copying). Some Linux user have trouble with copying, with Windows copying should work out of the box.
 
You can copy item id to clipboard from touch screen log (if your software stack supports copying). Some Linux user have trouble with copying, with Windows copying should work out of the box.
  
== Big visitor log screen ==
+
=== Big visitor log screen ===
  
 
[[File:digiline_visitor_log.png|400px]]
 
[[File:digiline_visitor_log.png|400px]]
Line 96: Line 96:
 
Indicator lights for timezone buttons uses mesecon transmission lines with 2-bit decoder instead of digilines.
 
Indicator lights for timezone buttons uses mesecon transmission lines with 2-bit decoder instead of digilines.
  
=== Picture gallery ===
+
== Picture gallery ==
  
 
<gallery>
 
<gallery>

Revision as of 17:23, 9 January 2020


Digiline tutorials
LavaFalls overview 20191229 171724.png
Map {{{maplocation}}}
Map X: 0 Y: 0 Z: 0
State {{{state}}}
Owner [[User:{{{owner}}}|{{{owner}}}]]
Founder SX
Build date {{{builddate}}}


Overview

Digiline tutorials room.png

Digiline tutorials at Lava Falls.

Inside tutorial room there are descriptions for many digiline components and demo setups with descriptions for different digiline components.

Outside of main tutorial room there is also different digiline controlled devices like QuarryCube quarry ship, block crafter (lumps -> blocks), autocrafters, injector controllers, battery charger for digtrons and various other devices.

Digiline devices

Digiline basic components

Digiline basic components.png

Digiline screens and input devices

Digiline screen input.png

Different digiline buttons, keyboards and screens demonstrated with very simple functionality and/or user interfaces.

Big digiline controlled clock

Clock displays current server time and therefore time is usually different from minetest game time.

There is another similar clock downstairs that displays current in-game time.

Free food dispenser

Digiline free food dispenser.png

Machine that tries to ensure following:

  • Only 1 player nearby when activated
  • Player can use device only once a day

Button attached to device can be used to get random food stack when player detector detects single nearby player.

Sometimes, based on random number generator, player can get random extra stack of food instead of normal single stack.

Digiline controlled light

Digiline light controller.png

Change light brightness and turn light on or off via digilines.

Lava orb demo farm with digiline item detector tube

Lava orb farm demo.png

Simple automatic lava orb farm with counter displaying how many lava orbs and how much trash has passed through tubes.

Orb farm itself is too small for efficient lava orb farming and is only provided as simple demo setup.

Digiline piston

Digiline piston setup.png

Device contains 1x2 blocks open area so players can place nodes there. Simple example on how to use digiline pistons.

Functionality:

  • Place cobble in front of the piston and it pushes cobble away.
  • Piston is limited into pushing only single node and therefore cannot push if there's more than 1 block in front of piston.

Digiline item injector

Digiline mesecon injector.png

Simple example on how to use digiline injector, also incorporates mesecon controlled injector for comparison.

Digiline item detector

When you put any items into chest item detector will take them out and read their item id.

Item id is then printed into lcd screen and also added into touch screen log display.

You can copy item id to clipboard from touch screen log (if your software stack supports copying). Some Linux user have trouble with copying, with Windows copying should work out of the box.

Big visitor log screen

Digiline visitor log.png

Displays visitor log, has buttons for timezone selection and security camera to detect players in area.

Visitor data is stored as tables into lua controller memory.

Indicator lights for timezone buttons uses mesecon transmission lines with 2-bit decoder instead of digilines.

Picture gallery