Coder Social home page Coder Social logo

kosist / labview-state-machine-pipes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oxorigin/labview-state-machine-pipes

0.0 0.0 0.0 278 KB

State Machine Pipes provides an easy way of implementing the Pipe and Filter design pattern within a state machine in LabVIEW.

License: Other

labview-state-machine-pipes's Introduction

LabVIEW-State-Machine-Pipes

State Machine Pipes provides an easy way of implementing the Pipe and Filter design pattern within a state machine in LabVIEW.

This allows you to specify a sequence of operations to be executed as a group (pipe), in which data from one operation is available to be further processed or used by the next operation. Also allows you to cancel the entire pipe if there is an error in one of its operations, for example.

This design pattern allows you to specify operations more granularly, avoiding unecessary duplication of code for similar code sequences. Also allows you to specify 2 or more code sequences which are identical with the exception of one operation (which may be decoded dynamically) without duplicating code.

See the link below for a description of the design pattern: https://docs.microsoft.com/en-us/azure/architecture/patterns/pipes-and-filters

Contact us at [email protected] with any suggestions for improvements, so we can include them in future versions.

www.oxorigin.com

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.