mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -1,6 +1,10 @@
|
|||||||
# MewtocolNet
|
# MewtocolNet
|
||||||
A Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.
|
A Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.
|
||||||
|
|
||||||
|
## Disclaimer
|
||||||
|
This library is not an official panasonic product nor does panasonic provide financial support or limitations in any form.
|
||||||
|
This software was written by WOLF Medizintechnik GmbH (@WOmed/dev).
|
||||||
|
|
||||||
# Support
|
# Support
|
||||||
|
|
||||||
> This library was only tested with a few PLCs, other types that support the Panasonic Mewtocol protocol might work.
|
> This library was only tested with a few PLCs, other types that support the Panasonic Mewtocol protocol might work.
|
||||||
@@ -18,9 +22,17 @@ Where is the RS232/Serial support
|
|||||||
|
|
||||||
> Support for the serial protocol will be added soon, feel free to contribute
|
> Support for the serial protocol will be added soon, feel free to contribute
|
||||||
|
|
||||||
|
# Protocol description
|
||||||
|
|
||||||
|
Panasonic has published a [protocol definition](https://mediap.industry.panasonic.eu/assets/custom-upload/Factory%20&%20Automation/PLC/Manuals/mn_all_plcs_mewtocol_user_pidsx_en.pdf) on their site.
|
||||||
|
Refer to this site if you want to see the general functionality or add / report missing features.
|
||||||
|
|
||||||
|
> This library is at the time not feature complete, but all essential features are provided
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
See [More examples](/Examples) here
|
||||||
|
|
||||||
## Connecting to a PLC
|
## Connecting to a PLC
|
||||||
|
|
||||||
Connecting to a PLC is as simple as
|
Connecting to a PLC is as simple as
|
||||||
|
|||||||
Reference in New Issue
Block a user