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
93
94
95
96
97
| {
| "Nodes": {
| "结束": {
| "Id": "dfd9bf94-3fd6-4bb5-ae4c-03eb7a799b37",
| "Result": true,
| "Break": false,
| "RunState": 0,
| "NodeType": 3,
| "Text": "结束",
| "Description": "结束",
| "BranchNodes": {
| "结束-Branch0": ""
| },
| "BranchIndex": "0",
| "BranchCondition": null,
| "TimeoutMilliseconds": 60000,
| "X": 418,
| "Y": 277,
| "Width": 100,
| "Height": 40,
| "LeftPoint": "368, 277",
| "RightPoint": "468, 277",
| "BtmPoint": "418, 297",
| "TopPoint": "418, 257"
| },
| "相机取图": {
| "Id": "aac5aee6-80a9-4ff9-b845-99dbbddaba95",
| "Result": true,
| "Break": false,
| "RunState": 0,
| "NodeType": 0,
| "Text": "相机取图",
| "Description": "相机取图",
| "BranchNodes": {
| "相机取图-Branch0": "结束"
| },
| "BranchIndex": "0",
| "BranchCondition": null,
| "TimeoutMilliseconds": 60000,
| "X": 420,
| "Y": 158,
| "Width": 100,
| "Height": 40,
| "LeftPoint": "370, 158",
| "RightPoint": "470, 158",
| "BtmPoint": "420, 178",
| "TopPoint": "420, 138"
| },
| "开始": {
| "Id": "400f93c6-7f48-41af-bbe7-5aa0b2bcac48",
| "Result": true,
| "Break": false,
| "RunState": 0,
| "NodeType": 2,
| "Text": "开始",
| "Description": "开始",
| "BranchNodes": {
| "开始-Branch0": "相机取图"
| },
| "BranchIndex": "0",
| "BranchCondition": null,
| "TimeoutMilliseconds": 60000,
| "X": 419,
| "Y": 66,
| "Width": 100,
| "Height": 40,
| "LeftPoint": "369, 66",
| "RightPoint": "469, 66",
| "BtmPoint": "419, 86",
| "TopPoint": "419, 46"
| }
| },
| "Connections": {
| "相机取图-Branch0": {
| "Id": "b161d061-c0df-45d2-a404-640b500e5f96",
| "StartNodeId": "aac5aee6-80a9-4ff9-b845-99dbbddaba95",
| "EndNodeId": "dfd9bf94-3fd6-4bb5-ae4c-03eb7a799b37",
| "BranchIndex": 0,
| "BranchName": "Branch0",
| "IsParallel": false,
| "LineColor": "Black",
| "LineWidth": 2.0,
| "IsDashed": false
| },
| "开始-Branch0": {
| "Id": "7e79390c-333b-4714-ab87-f96b6909473a",
| "StartNodeId": "400f93c6-7f48-41af-bbe7-5aa0b2bcac48",
| "EndNodeId": "aac5aee6-80a9-4ff9-b845-99dbbddaba95",
| "BranchIndex": 0,
| "BranchName": "Branch0",
| "IsParallel": false,
| "LineColor": "Black",
| "LineWidth": 2.0,
| "IsDashed": false
| }
| }
| }
|
|