1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "logics": [
    {
      "name":"请求逻辑",
      "sequence":"1",
      "apiConfigBefore": {
        "codeId": "edgSelect",
        "type": "Procedure",
        "address": "testProcedure",
        "parameters": {
          "method": "POST"
        }
      },
      "logic":[
        {
          "codeId": "plcRequest",
          "value": [1]
        },
        {
          "codeId": "mesSend",
          "value": [0]
        }
      ],
      "returnValue": [
        {
          "codeId": "mesSend",
          "address": "S7.DB8.DBW2",
          "fixed": true,
          "value": 1,
          "plcDataType": "int",
          "length": 2
        },
        {
          "codeId": "width",
          "address": "S7.DB8.DBW4",
          "fixed": false,
          "value": 1,
          "plcDataType": "int",
          "length": 2
        }
      ,
        {
          "codeId": "height",
          "address": "S7.DB8.DBW6",
          "fixed": false,
          "value": 2,
          "plcDataType": "int",
          "length": 2
        }
      ]
    },
    {
      "name":"请求清空",
      "sequence":"2",
      "apiConfigBefore": {
        "codeId": "edgSelect",
        "type": "View",
        "address": "viewname",
        "parameters": {
          "method": "POST"
        }
      },
      "logic":[
        {
          "codeId": "plcRequest",
          "value": [0]
        },
        {
          "codeId": "mesSend",
          "value": [1]
        }
      ],
      "returnValue": [
        {
          "codeId": "mesSend",
          "fixed": true,
          "value": 0
        },
        {
          "codeId": "width",
          "fixed": true,
          "value": 0
        },
        {
          "codeId": "height",
          "fixed": true,
          "value": 0
        }
      ]
    }
  ]
}