Coder Social home page Coder Social logo

factorio-plc's Introduction

note: Not really maintained feel free to fork/update/edit.

2nd Feb 2024: Updated and rewritten for Factorio 1.1

plc

Hoorah PLC is back!!!

This is still very much a WIP and more stuff is getting added as i get time, next item will be adding copy/paste of code from one PLC to another

Signal Controller (aka Programmable Logic Controller) takes circuit network inputs and uses them in a small program then outputs them to another circuit network.

The left hand circuit terminal is used for the PLC's input signals, these are then filtered on the "Inputs" tab to convert the selected signal into a variable to use within the program.

The right hand circuit terminal is for the output signals selected on the "Outputs" tab

The program is constructed on the "Program" tab using the dropdown selectors on each line (x100) the tooltip will attempt to explain what each command does but most are simple enough. The boxes to the right are used for the command as parameters (variable names / numbers). Once you are happy with the program clicking the run button (on the program tab) and provided it has enough power it will execute the program each tick

During each tick the PLC will do the following 1- Read signal inputs from the left hand terminal and transfer the selected ones to the variables specified, overwriting anything previously set 2- The PLC will execute all the lines of the program (with exception of any if-then-else that shouldn't execute) 3- Then output the selected variables as the signals specified to the right hand terminal

Hopefully this is clear enough if not please complain so i can fix it

factorio-plc's People

Contributors

serenerebel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.