Giter Club home page Giter Club logo

types's Introduction

@simatic-ax/types

Description

This package contains a collection of structured data types for specific applications. This includes types for hardware components that are available inside the SIMATIC ecosystem and standardized communication types.

Currently, there are data types available for the following:

  • Modules for the ET 200MP distributed IO system
  • Modules for the ET 200SP distributed IO system
  • Modules for IO modules of the SIMATIC S7-1500 compact PLC
  • PROFIDrive standard telegrams and Siemens-specific PROFIDrive telegrams

This library is originally derived from the library of PLC data types (LPD), available in the Siemens online support (link)

Install this package

Enter:

apax add @simatic-ax/types

Namespace

There is a main namespace of this library as well as two sub-namespaces. The main namespace is

Simatic.Ax.Types;

The sub-namespace for data types without relative address offsets is

Simatic.Ax.Types.NoOffset;

The sub-namespace for the same data types with added relative address offsets is

Simatic.Ax.Types.WithOffset;

How to use the types

  1. Add the package to your repository as a dependency

  2. Depending on if you want to use the data type with or without offsets, add either

    USING Simatic.Ax.Types.WithOffset;
    

    or

    USING Simatic.Ax.Types.NoOffset;
    

    to the file where you want to use the data type

  3. Use the data type in your project as if you would have created it in your project

Contribution

Thanks for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section or, even better, is free to propose any changes to this repository using Merge Requests.

If you think, that important data types for other devices or standards are missing, don’t hesitate to ask us for adding them, or add them yourself.

License and Legal information

Please read the Legal information

types's People

Contributors

sjuergen avatar thkindler avatar web-flow avatar

Stargazers

 avatar

Forkers

zantiu

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.