mirror of
https://github.com/fbarresi/Sharp7.git
synced 2026-02-04 08:42:51 +00:00
updated readme
This commit is contained in:
13
README.md
13
README.md
@@ -15,28 +15,27 @@ or read the [Wiki](https://github.com/fbarresi/Sharp7/wiki).
|
|||||||
|
|
||||||
# How to install
|
# How to install
|
||||||
|
|
||||||
## Package Manager
|
## Package Manager or dotnet CLI
|
||||||
```
|
```
|
||||||
PM> Install-Package Sharp7
|
PM> Install-Package Sharp7
|
||||||
```
|
```
|
||||||
|
or
|
||||||
## .NET CLI
|
|
||||||
```
|
```
|
||||||
> dotnet add package Sharp7
|
> dotnet add package Sharp7
|
||||||
```
|
```
|
||||||
|
|
||||||
## Do you need more power?
|
# Do you need more power?
|
||||||
|
|
||||||
Try [Sharp7Reactive](https://github.com/evopro-ag/Sharp7Reactive)
|
Try [Sharp7Reactive](https://github.com/evopro-ag/Sharp7Reactive)
|
||||||
|
|
||||||
## Get Started
|
# Get Started
|
||||||
|
|
||||||
### Supported Targets
|
## Supported Targets
|
||||||
- S7 300/400/WinAC CPU (fully supported)
|
- S7 300/400/WinAC CPU (fully supported)
|
||||||
- S7 1200/1500 CPU
|
- S7 1200/1500 CPU
|
||||||
- CP (Communication processor - 343/443/IE)
|
- CP (Communication processor - 343/443/IE)
|
||||||
|
|
||||||
### S7 1200/1500 Notes
|
## S7 1200/1500 Notes
|
||||||
|
|
||||||
An external equipment can access to S71200/1500 CPU using the S7 'base' protocol, only working as an HMI, i.e. only basic data transfer are allowed.
|
An external equipment can access to S71200/1500 CPU using the S7 'base' protocol, only working as an HMI, i.e. only basic data transfer are allowed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user