Made some code beautification changes and translations from German

This commit is contained in:
Derek
2013-03-07 09:14:20 -06:00
parent 009a690759
commit 3d0f4b649d
4 changed files with 136 additions and 131 deletions

View File

@@ -17,9 +17,12 @@ to my request for committing code, I decided to pick up where he left off here o
## Basic Usage
```C#
//Basic connection properties
string deviceIpAddress = "172.25.116.87";
int rackNumber = 0;
int slotNumber = 2;
//Connection to device
using (var plc = new PLC(CPU_Type.S7300, deviceIpAddress, rackNumber, slotNumber))
{
//Ensure IP is responding