Updated Home (markdown)

Michele Cattafesta
2017-08-31 21:23:55 +01:00
parent 10871fa017
commit 758933e9f1

@@ -16,8 +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 {