From 5f55b7553897eb62008f32403bd8d8208b3a1e3e Mon Sep 17 00:00:00 2001 From: Peter Butzhammer Date: Mon, 29 Apr 2024 16:34:46 +0200 Subject: [PATCH] Add gif --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 57b53b7..0f7f9f1 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ Ever needed a simple console program to read some variables from a Siemens S7 PLC? +![alt text](docs/images/execute%20s7mon.gif?raw=true "run s7mon.exe demo") + Sharp7Monitor is a .NET Console program written in C# that connects to a Siemens S7 PLC (Programmable Logic Controller) and reads specified variables. It displays the variable values in a table format directly in your console. The content of these variables is automatically updated.