Giter Club home page Giter Club logo

commands's Introduction

@simatic-ax.commands

Description

This library provides abstract base classes for PLC Open handling.

Install this package

Enter:

apax add @simatic-ax/commands

Namespace

Simatic.Ax.Commands;

Object

Base Objects for cyclic calls and initialize method.

 classDiagram
      Object <|-- itfObject
      class itfObject
      class Object{
          + RunCyclic
      }

Command Interface/Classes

Classes for PlcOpen support

 classDiagram
      ExecuteCommand <|-- Command
      Command <|-- itfCommand
      class itfCommand{
        + Busy() BOOL
        + Done() BOOL
        + CommandAborted() BOOL
        + Error() BOOL
        + ErrorID() WORD
      }

itfCommand

NAMESPACE Simatic.Ax.Commands

    INTERFACE itfCommand
        METHOD Busy : BOOL
        END_METHOD
        METHOD Done : BOOL
        END_METHOD
        METHOD CommandAborted : BOOL
        END_METHOD
        METHOD Error : BOOL
        END_METHOD
        METHOD ErrorID : WORD
        END_METHOD
    END_INTERFACE

END_NAMESPACE

Command IMPLEMENTS itfCommand

Simple PlcOpen Command for enabling commands

ExecuteCommand EXTENDS Command

Simple PlcOpenCOmmand for

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.

Markdownlint-cli

This workspace will be checked by the markdownlint-cli (there is also documented ho to install the tool) tool in the CI workflow automatically.
To avoid, that the CI workflow fails because of the markdown linter, you can check all markdown files locally by running the markdownlint with:

markdownlint **/*.md --fix

License and Legal information

Please read the Legal information

commands's People

Contributors

sjuergen avatar simatic-ax-bot avatar

Stargazers

Nick Hotto avatar

Forkers

nah9

commands's Issues

apax add fails - package seems missing

Description
After logging into the the github registry, I want to add the commands package to my project (using apax add @simatic-ax/commands).
Fails with the following message:
Usage Error: You have no permission to install package "@simatic-ax/commands" from registry "https://npm.pkg.github.com/".
If the resolved registry isn't the expected one, check your apax.yml and global config for the correct registry entries.
If this package is expected to be from the Simatic-AX registry, check that you have access to that namespace.
To get a list of all accessible scopes execute 'apax info --ax-scopes'.

There is no release package in this repository.

This is not in alignment with the documented usage of the package. For a public repository on the SIMATIC AX GitHub Community I would expect a release package.

To Reproduce
Steps to reproduce the behavior:

  1. Create AX workspace
  2. Add simatic-ax registry to apax.yml
  3. Execute "apax add @simatic-ax/commands"

Expected behavior
Dependency is added to apax.yml and package is downloaded.

Screenshots
image

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.