-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackaging.json
More file actions
122 lines (122 loc) · 2.35 KB
/
packaging.json
File metadata and controls
122 lines (122 loc) · 2.35 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"wordsize": 16,
"variable_base_addr": "0x43B5C0",
"time_addr": "0x42B320",
"software": "beremiz",
"variables": [
{
"name": "statevar0",
"address": "0x18",
"size": 1,
"sort": "bool",
"type": "statevar"
},
{
"name": "statevar1",
"address": "0x38",
"size": 1,
"sort": "bool",
"type": "statevar"
},
{
"name": "statevar2",
"address": "0x58",
"size": 1,
"sort": "bool",
"type": "statevar"
},
{
"name": "statevar3",
"address": "0x78",
"size": 1,
"sort": "bool",
"type": "statevar"
},
{
"name": "statevar4",
"address": "0x98",
"size": 1,
"sort": "bool",
"type": "statevar"
},
{
"name": "statevar5",
"address": "0x10",
"size": 1,
"sort": "bool",
"type": "statevar"
},
{
"name": "START_BUTTON",
"address": "0x00000000",
"size": 1,
"sort": "bool",
"bit_pos_start": 0,
"bit_pos_end": 0,
"type": "input"
},
{
"name": "RED_LIGHT",
"address": "0x00000002",
"size": 1,
"sort": "bool",
"bit_pos_start": 0,
"bit_pos_end": 0,
"type": "output"
},
{
"name": "CONVEYOR_MOTOR",
"address": "0x00000004",
"size": 1,
"sort": "bool",
"bit_pos_start": 0,
"bit_pos_end": 0,
"type": "output"
},
{
"name": "PRODUCT_SENSOR",
"address": "0x00000006",
"size": 1,
"sort": "bool",
"bit_pos_start": 0,
"bit_pos_end": 0,
"type": "input"
},
{
"name": "PRODUCT_EMPTY_SENSOR",
"address": "0x0000008",
"size": 1,
"sort": "bool",
"bit_pos_start": 0,
"bit_pos_end": 0,
"type": "input"
},
{
"name": "GREEN_LIGHT",
"address": "0x000000a",
"size": 1,
"sort": "bool",
"bit_pos_start": 0,
"bit_pos_end": 0,
"type": "output"
},
{
"name": "YELLOW_LIGHT",
"address": "0x000000c",
"size": 1,
"sort": "bool",
"bit_pos_start": 0,
"bit_pos_end": 0,
"type": "output"
},
{
"name": "PRODUCT_VALVE",
"address": "0x00e",
"size": 1,
"sort": "bool",
"bit_pos_start": 0,
"bit_pos_end": 0,
"type": "output"
}
]
}