HubBuilder3.x.json 1.2 KB
{
  "Para": 2,
  //"ModbusClientBuildModels": [
  //  {
  //    "Name": "SRM03",
  //    "IP": "192.168.10.10",
  //    "Port": 502,
  //    "Station": 1,
  //    "DataFormat": "ABCD",
  //    "StartWithZero": true
  //  }
  //],
  //"MitsubishiBuildModels": [
  //  {
  //    "Name": "test2",
  //    "IP": "127.0.0.1",
  //    "Port": 6000,
  //    "HslMitsubishiMultiReadsOption": {
  //      "IntervalTime": 500,
  //      "AreaReadOption": [
  //        {
  //          "Area": "M",
  //          "Amount": 200
  //        }
  //      ]
  //    }
  //  }
  //],
  "SiemensPLCBuildModel": [
    {
      "ReadBatchLimit": 19,
      "SiemensPLCS": "S1200",
      "IP": "192.168.30.10",
      "Port": 102,
      "Rack": 0,
      "Slot": 0,
      "Name": "输送线CC10",
      "ConnectTimeOut": 2000,
      "ReceiveTimeOut": 2000,
      "EnableSingleWrites": true,
      "EnforceSingleWrites": false
    },
    {
      "ReadBatchLimit": 19,
      "SiemensPLCS": "S1200",
      "IP": "192.168.30.20",
      "Port": 102,
      "Rack": 0,
      "Slot": 0,
      "Name": "ExtensionHand",
      "ConnectTimeOut": 2000,
      "ReceiveTimeOut": 2000,
      "EnableSingleWrites": true,
      "EnforceSingleWrites": false
    }

  ]
}