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": "e5e2a90d-977c-45a6-a016-d0e8d05e54c1",
| "Result": true,
| "Break": false,
| "RunState": 2,
| "NodeType": 3,
| "Text": "结束",
| "Description": "结束",
| "BranchNodes": {
| "结束-Branch0": ""
| },
| "BranchIndex": "0",
| "BranchCondition": null,
| "TimeoutMilliseconds": 60000,
| "X": 333,
| "Y": 287,
| "Width": 100,
| "Height": 40,
| "LeftPoint": "283, 287",
| "RightPoint": "383, 287",
| "BtmPoint": "333, 307",
| "TopPoint": "333, 267"
| },
| "相机取图": {
| "Id": "9202455b-431a-40b8-b2c8-82cbb8036e3f",
| "Result": true,
| "Break": false,
| "RunState": 2,
| "NodeType": 0,
| "Text": "相机取图",
| "Description": "相机取图",
| "BranchNodes": {
| "相机取图-Branch0": "结束"
| },
| "BranchIndex": "0",
| "BranchCondition": null,
| "TimeoutMilliseconds": 60000,
| "X": 333,
| "Y": 114,
| "Width": 100,
| "Height": 40,
| "LeftPoint": "283, 114",
| "RightPoint": "383, 114",
| "BtmPoint": "333, 134",
| "TopPoint": "333, 94"
| },
| "开始": {
| "Id": "764a8f8e-6ac9-4e2f-b3a5-67a54b9cdbad",
| "Result": true,
| "Break": false,
| "RunState": 2,
| "NodeType": 2,
| "Text": "开始",
| "Description": "开始",
| "BranchNodes": {
| "开始-Branch0": "相机取图"
| },
| "BranchIndex": "0",
| "BranchCondition": null,
| "TimeoutMilliseconds": 60000,
| "X": 333,
| "Y": 41,
| "Width": 100,
| "Height": 40,
| "LeftPoint": "283, 41",
| "RightPoint": "383, 41",
| "BtmPoint": "333, 61",
| "TopPoint": "333, 21"
| }
| },
| "Connections": {
| "相机取图-Branch0": {
| "Id": "ccb1157a-590b-4a6a-ab9d-a041dc0f40bc",
| "StartNodeId": "9202455b-431a-40b8-b2c8-82cbb8036e3f",
| "EndNodeId": "e5e2a90d-977c-45a6-a016-d0e8d05e54c1",
| "BranchIndex": 0,
| "BranchName": "Branch0",
| "IsParallel": false,
| "LineColor": "Black",
| "LineWidth": 2.0,
| "IsDashed": false
| },
| "开始-Branch0": {
| "Id": "963edd3a-0554-4527-8d0a-13041a32f219",
| "StartNodeId": "764a8f8e-6ac9-4e2f-b3a5-67a54b9cdbad",
| "EndNodeId": "9202455b-431a-40b8-b2c8-82cbb8036e3f",
| "BranchIndex": 0,
| "BranchName": "Branch0",
| "IsParallel": false,
| "LineColor": "Black",
| "LineWidth": 2.0,
| "IsDashed": false
| }
| }
| }
|
|