Digilines

From Pandorabox
(Redirected from Digiline Tutorial)
Jump to navigation Jump to search


Digiline tutorials
LavaFalls overview 20191229 171724.png
Map {{{maplocation}}}
Map X: -1660 Y: -6320 Z: 112
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.

Different kinds of code generators have been plannned, currently Touch Screen Designer is under development.

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

SX Cargo Hauler contains a lot of different lua controlled devices and will be developed further and will receive updates every now and then.

SX Moon Station is planned (and buildings exist) but currently still heavily under construction.

Digiline devices

Digiline basic components

Digiline basic components.png

Most basics digiline components are different digiline wires.

There you can find simple descriptions for different types of digiline wires.

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 setup2.png

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

Device is marked as WIP but it does function properly and can be used like described here. However, more functionality is planned for this demo setup.

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.

Digiline Travelnet

Public travelnet box controlled via touch screen digiline commands. Under development but already in working state.

Digiline travelnet.png Digiline travelnet2.png

Code generators

Touch Screen designer

Software runs on lua controller and uses digiline touch screen to allow WYSIWYG editing and creation of user interfaces.

Pics tell more than few words, will be added soon to Lava Falls:

Create user interface with touch screen designer

SXDigi-TouchScreenDesigner1.png

Configure component parameters

SXDigi-TouchScreenDesigner2.png

Generate code that can be copied and pasted to another lua controller

SXDigi-TouchScreenDesigner3.png

Paste code to another lua controller and touch screen displays you UI

SXDigi-TouchScreenDesigner4.png

Picture gallery, devices not shown in above pictures