Updated Home (markdown)

Michele Cattafesta
2017-08-31 21:24:22 +01:00
parent 758933e9f1
commit 30d6ca9e3d

@@ -16,9 +16,9 @@ To get started with S7.Net you have to download and include the S7.Net.dll in yo
## Create a PLC instance, connect and disconnect ## Create a PLC instance, connect and disconnect
To create an instance of the driver you need to use this constructor: To create an instance of the driver you need to use this constructor:
''' ```
public Plc(CpuType cpu, string ip, Int16 rack, Int16 slot) public Plc(CpuType cpu, string ip, Int16 rack, Int16 slot)
''' ```
* Cpu: this specify what CPU you are connecting to. The supported CPU are: * Cpu: this specify what CPU you are connecting to. The supported CPU are:
public enum CpuType { public enum CpuType {