Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichiJudge authored Sep 7, 2023
1 parent 38f9c6d commit cd0e3e1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# @simatic-ax.axftcmlib

## Description

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.
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

Expand Down

0 comments on commit cd0e3e1

Please sign in to comment.