-
Notifications
You must be signed in to change notification settings - Fork 2
/
node1.json
46 lines (46 loc) · 879 Bytes
/
node1.json
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
{
"name": "node1",
"db_type": "ASAP2",
"byte_order": "MSB_LAST",
"compu_methods": [
{
"name": "identical",
"compu_method_type": "LINEAR",
"coeffs": {
"a": 1,
"b": 0
},
"unit": "-"
},
{
"name": "table",
"compu_method_type": "DICT",
"dictionary": {
"1": "true",
"0": "false"
},
"unit": "-"
}
],
"asap2_signals": [
{
"name": "sig",
"description": "sine wave",
"datatype": "FLOAT64_IEEE",
"compu_method": "identical",
"count": 1,
"address": "0x3ffbffc0"
}
],
"asap2_parameters": [
{
"name": "amplifier",
"description": "amplifier of sine wave",
"datatype": "UBYTE",
"compu_method": "identical",
"parameter_type": "VALUE",
"address": "0x3ffbdbc5",
"count": 1
}
]
}