Skip to content

Commit

Permalink
Merge pull request #6 from simatic-ax/Test_MichiJudge
Browse files Browse the repository at this point in the history
Test michi judge
  • Loading branch information
sjuergen authored Sep 7, 2023
2 parents e06c359 + b7c70cc commit f6cb44c
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
# @simatic-ax.<Library>
# @simatic-ax.axftcmlib

## Description

This libraray is for the "Fishertechnik-Factory-Simulation-24V". It contains all the parts represented in the modell.
The current status contains only the following parts of the sorting line:
-Compressor
-Cylinder
-Color sensor
-Conveyorbelt
With these elements, the "Sortingline" is completed.
This library was created for the “Fischertechnik Factorysimulation 24V”. It contains classes for the basic elements of this Model. In the current state only the “Sortingline” is finished and can be fully implemented using this library.
This library includes the following classes:
Cylinder, Compressor, Color sensor and Axis + Motor + Encoder.
*Note: Since the Encoder included with the model could not be accessed due to hardware limitations, the library includes TimebasedEncoder as well as Timeprovider to substitute this. Those classes can be used for the calculation of the position based on the time.

## Install this package

Enter:

```cli
apax add @simatic-ax/<Library>
apax add @simatic-ax/axftcmlib
```

## Namespace

```iec-st
Simatic.Ax.<Library>;
Simatic.Ax.axftcmlib
```

## Objects
Expand Down

0 comments on commit f6cb44c

Please sign in to comment.