Skip to content

Commit 7dd7ee6

Browse files
committed
add tlc 1.3.0 folder
1 parent 3852068 commit 7dd7ee6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+11985
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description" : "Serious hardware error.\nIs a \"major fault\" defined according to 3.8 i EN12675 which causes the controller to switch to a \"failure mode\" according to 3.6 in EN12675."
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description" : "Less serious hardware error.\nIs a \"minor fault\" defined according to 3.11 in EN12675."
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description" : "Serious configuration error.\nIs a \"major fault\" defined according to 3.8 in EN12675 which causes the controller to switch to a \"failure mode\" according to 3.6 in EN12675."
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description" : "Less serious configuration error.\nIs a \"minor fault\" defined according to 3.11 in EN12675."
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description" : "Synchronisation error (coordination).\nIs a \"minor fault\" defined according to 3.11 in EN12675."
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description" : "Safety error\nIs a \"major fault\" defined according to 3.8 in EN12675 which causes the controller to switch to a \"failure mode\" according to 3.6 in EN12675."
3+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"description" : "Communication error.\nUsed for communication errors with the central system. Includes NTP connection loss if the TLC is configured to use NTP.\nIs a \"minor fault\" defined according to 3.11 in EN12675.",
3+
"allOf" : [
4+
{
5+
"properties" : {
6+
"n" : {
7+
"enum" : [
8+
"protocol"
9+
]
10+
}
11+
}
12+
},
13+
{
14+
"if" : {
15+
"required" : [
16+
"q"
17+
],
18+
"properties" : {
19+
"q" : {
20+
"const" : "undefined"
21+
}
22+
}
23+
},
24+
"then" : {
25+
"s" : {
26+
"type" : "null"
27+
}
28+
},
29+
"else" : {
30+
"allOf" : [
31+
{
32+
"if" : {
33+
"required" : [
34+
"n"
35+
],
36+
"properties" : {
37+
"n" : {
38+
"const" : "protocol"
39+
}
40+
}
41+
},
42+
"then" : {
43+
"properties" : {
44+
"v" : {
45+
"description" : "Type of communication error, e.g. NTP or RSMP",
46+
"type" : "string",
47+
"enum" : [
48+
"ntp",
49+
"rsmp"
50+
]
51+
}
52+
}
53+
}
54+
}
55+
]
56+
}
57+
}
58+
]
59+
}
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"description" : "Dead lock error.\nUsed for dead lock errors.\nFor instance; a signal group has requested green but is unable to switch due to a conflicting signal group for an extended period of time. At some point the request times out and the controller goes failure mode. The cause for this error is due to configuration errors or external sources.\nIs a \"major fault\" defined according to 3.8 in EN12675 which causes the controller to switch to a \"failure mode\" according to 3.6 in EN12675.",
3+
"allOf" : [
4+
{
5+
"properties" : {
6+
"n" : {
7+
"enum" : [
8+
"timeplan"
9+
]
10+
}
11+
}
12+
},
13+
{
14+
"if" : {
15+
"required" : [
16+
"q"
17+
],
18+
"properties" : {
19+
"q" : {
20+
"const" : "undefined"
21+
}
22+
}
23+
},
24+
"then" : {
25+
"s" : {
26+
"type" : "null"
27+
}
28+
},
29+
"else" : {
30+
"allOf" : [
31+
{
32+
"if" : {
33+
"required" : [
34+
"n"
35+
],
36+
"properties" : {
37+
"n" : {
38+
"const" : "timeplan"
39+
}
40+
}
41+
},
42+
"then" : {
43+
"properties" : {
44+
"v" : {
45+
"allOf" : [
46+
{
47+
"description" : "Current time plan"
48+
},
49+
{
50+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
51+
}
52+
]
53+
}
54+
}
55+
}
56+
}
57+
]
58+
}
59+
}
60+
]
61+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description" : "Other error.\nUsed for other errors not covered by any other alarm type.\nIs a \"minor fault\" defined according to 3.11 in EN12675."
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"description" : "Door open.\nUsed for open door (room or cabinet)."
3+
}

0 commit comments

Comments
 (0)