Update readme
This commit is contained in:
26
readme.md
26
readme.md
@@ -9,23 +9,19 @@ It displays the variable values in a table format directly in your console. The
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. **Installation**:
|
- Download `s7mon.exe` binary from [releases](https://github.com/Peter-B-/Sharp7.Monitor/releases/latest).
|
||||||
- Clone this repository or download the `s7mon.exe` binary.
|
|
||||||
- Ensure you have the necessary dependencies installed (e.g., .NET runtime).
|
This binary is self contained. No installation of .Net Runtime is required.
|
||||||
|
|
||||||
2. **Invocation**:
|
- Run the following command:
|
||||||
- Open your terminal or command prompt.
|
```powershell
|
||||||
- Navigate to the directory containing `s7mon.exe`.
|
.\s7mon.exe <IP_Address> <Variable1> <Variable2> ... <VariableN>
|
||||||
- Run the following command:
|
```
|
||||||
```
|
Replace `<IP_Address>` with the IP address of your Siemens S7 PLC, and list the desired variables (e.g., `DB2050.Byte1`, `DB2050.Int6`, etc.).
|
||||||
.\s7mon.exe <IP_Address> <Variable1> <Variable2> ... <VariableN>
|
|
||||||
```
|
|
||||||
Replace `<IP_Address>` with the IP address of your Siemens S7 PLC, and list the desired variables (e.g., `DB2050.Byte1`, `DB2050.Int6`, etc.).
|
|
||||||
|
|
||||||
3. **Output**:
|
- The program will establish a connection to the PLC and continuously display the values of the specified variables in a table format.
|
||||||
- The program will establish a connection to the PLC and continuously display the values of the specified variables in a table format.
|
|
||||||
- The table will automatically update as the variable values change.
|
Press `Ctrl + C` to exit.
|
||||||
- Press `Ctrl + C` to exit.
|
|
||||||
|
|
||||||
|
|
||||||
### Command
|
### Command
|
||||||
|
|||||||
Reference in New Issue
Block a user