import de fichiers
This commit is contained in:
1
schemas_v1/basculeur.ccs
Normal file
1
schemas_v1/basculeur.ccs
Normal file
@@ -0,0 +1 @@
|
||||
{"blocs":{"p24-1":{"type":"P24","valeur":24,"x":0,"y":526},"b1":{"type":"Bouton","x":100,"y":526,"orientation":0},"rbas":{"type":"RelaisBasculeur","x":200,"y":520,"orientation":0},"b2":{"type":"Bouton","x":350,"y":526,"orientation":180},"p24-2":{"type":"P24","valeur":24,"x":450,"y":526,"orientation":180},"p0-1":{"type":"P0","x":0,"y":512,"orientation":180},"p0-2":{"type":"P0","x":450,"y":512,"orientation":0},"p0-3":{"type":"P0","x":0,"y":299,"orientation":180},"p0-4":{"type":"P0","x":450,"y":299,"orientation":0},"l3":{"type":"Lampe","x":100,"y":299,"orientation":0},"l4":{"type":"Lampe","x":350,"y":299,"orientation":0},"rbas.basc":{"type":"ContactBasculeur","relais":"rbas","x":200,"y":285,"orientation":0},"p24-3":{"type":"P24","x":150,"y":258.2}},"cables":[["p24-1","d","b1","g"],["b1","d","rbas","hg"],["p0-1","d","rbas","bg"],["p24-2","g","b2","d"],["b2","g","rbas","hd"],["p0-2","g","rbas","bd"],["p0-3","d","l3","g"],["p0-4","g","l4","d"],["l3","d","rbas.basc","g"],["l4","g","rbas.basc","d"],["p24-3","d","rbas.basc","b"]]}
|
||||
104
schemas_v1/condensateur.ccs
Normal file
104
schemas_v1/condensateur.ccs
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"blocs": {
|
||||
"p24-1": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200,
|
||||
"y": 500
|
||||
},
|
||||
"p0-2": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200,
|
||||
"y": 300
|
||||
},
|
||||
"p0-3": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 600,
|
||||
"y": 300
|
||||
},
|
||||
"xx": {
|
||||
"type": "Noeud",
|
||||
"x": 300,
|
||||
"y": 500
|
||||
},
|
||||
"yy": {
|
||||
"type": "Coude",
|
||||
"x": 300,
|
||||
"y": 300
|
||||
},
|
||||
"k1": {
|
||||
"type": "Condensateur",
|
||||
"capacite": 0.4,
|
||||
"coef_mul_tension": 24,
|
||||
"x": 400,
|
||||
"y": 500
|
||||
},
|
||||
"r2": {
|
||||
"type": "Relais",
|
||||
"x": 1000,
|
||||
"y": 500
|
||||
},
|
||||
"c3": {
|
||||
"type": "Bouton",
|
||||
"x": 200,
|
||||
"y": 500,
|
||||
"orientation": 180
|
||||
},
|
||||
"r2.travail": {
|
||||
"type": "ContactTravail",
|
||||
"relais": "r2",
|
||||
"x": 1000,
|
||||
"y": 300
|
||||
},
|
||||
"w1": {
|
||||
"type": "Lampe",
|
||||
"x": 600,
|
||||
"y": 500
|
||||
},
|
||||
"n1": {
|
||||
"type": "Noeud",
|
||||
"x": 800,
|
||||
"y": 500
|
||||
},
|
||||
"coude1": {
|
||||
"type": "Coude",
|
||||
"x": 800,
|
||||
"y": 300
|
||||
},
|
||||
"b2": {
|
||||
"type": "Bouton",
|
||||
"x": 400,
|
||||
"y": 300
|
||||
},
|
||||
"w2": {
|
||||
"type": "Resistance",
|
||||
"valeur": 20,
|
||||
"x": 500,
|
||||
"y": 300
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["p24-1", "d", "c3", "g"],
|
||||
["c3", "d", "xx", "m"],
|
||||
["xx", "m", "k1", "g"],
|
||||
["k1", "d", "w1", "g"],
|
||||
["w1", "d", "n1", "m"],
|
||||
["n1", "m", "r2", "g"],
|
||||
["r2", "d", "p0-1", "g"],
|
||||
["n1", "m", "coude1", "m"],
|
||||
["coude1", "m", "r2.travail", "g"],
|
||||
["r2.travail", "d", "p0-2", "g"],
|
||||
["xx", "m", "yy", "m"],
|
||||
["yy", "m", "b2", "g"],
|
||||
["b2", "d", "w2", "g"],
|
||||
["w2", "d", "p0-3", "g"]
|
||||
]
|
||||
}
|
||||
87
schemas_v1/contact_double.ccs
Normal file
87
schemas_v1/contact_double.ccs
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"blocs": {
|
||||
"p24-1": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"orientation": 0,
|
||||
"x": 0.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"p24-2": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"orientation": 0,
|
||||
"x": 0.0,
|
||||
"y": 300.0
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"orientation": 0,
|
||||
"x": 1200.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"p0-2": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200.0,
|
||||
"y": 300.0
|
||||
},
|
||||
"r1": {
|
||||
"type": "Relais",
|
||||
"x": 400.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"r2": {
|
||||
"type": "Relais",
|
||||
"x": 1000.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"c3": {
|
||||
"type": "Bouton",
|
||||
"x": 200.0,
|
||||
"y": 500.0,
|
||||
"orientation": 0
|
||||
},
|
||||
"r2.double": {
|
||||
"type": "ContactDouble",
|
||||
"relais": "r2",
|
||||
"orientation": 0,
|
||||
"x": 1000.0,
|
||||
"y": 300.0
|
||||
},
|
||||
"w1": {
|
||||
"type": "Lampe",
|
||||
"x": 600.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"w2": {
|
||||
"type": "Lampe",
|
||||
"x": 600.0,
|
||||
"y": 300.0
|
||||
},
|
||||
"n1": {
|
||||
"type": "Noeud",
|
||||
"x": 800.0,
|
||||
"y": 500
|
||||
},
|
||||
"coude1": {
|
||||
"type": "Coude",
|
||||
"x": 800,
|
||||
"y": 310
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["p24-1", "d", "c3", "g"],
|
||||
["c3", "d", "r1", "g"],
|
||||
["r1", "d", "w1", "g"],
|
||||
["w1", "d", "n1", "m"],
|
||||
["n1", "m", "r2", "g"],
|
||||
["r2", "d", "p0-1", "g"],
|
||||
["n1", "m", "coude1", "m"],
|
||||
["coude1", "m", "r2.double", "hg"],
|
||||
["r2.double", "d", "p0-2", "g"],
|
||||
["p24-2", "d", "w2", "g"],
|
||||
["w2", "d", "r2.double", "bg"]
|
||||
]
|
||||
}
|
||||
73
schemas_v1/contact_double_180.ccs
Normal file
73
schemas_v1/contact_double_180.ccs
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"blocs": {
|
||||
"p24": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"b": {
|
||||
"type": "Levier",
|
||||
"x": 100,
|
||||
"y": 500
|
||||
},
|
||||
"r": {
|
||||
"type": "Relais",
|
||||
"x": 200,
|
||||
"y": 500
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"x": 400,
|
||||
"y": 500
|
||||
},
|
||||
"pulse": {
|
||||
"type": "Pulse",
|
||||
"valeur": 24.0,
|
||||
"periode": 0.5,
|
||||
"x": 0,
|
||||
"y": 300
|
||||
},
|
||||
"r.double": {
|
||||
"type": "ContactDouble",
|
||||
"relais": "r",
|
||||
"orientation": 180,
|
||||
"x": 200,
|
||||
"y": 300
|
||||
},
|
||||
"l1": {
|
||||
"type": "Lampe",
|
||||
"x": 300,
|
||||
"y": 330
|
||||
},
|
||||
"l2": {
|
||||
"type": "Lampe",
|
||||
"x": 300,
|
||||
"y": 270
|
||||
},
|
||||
"p0-2": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 400,
|
||||
"y": 330
|
||||
},
|
||||
"p0-3": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 400,
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["p24", "d", "b", "g"],
|
||||
["b", "d", "r", "g"],
|
||||
["r", "d", "p0-1", "g"],
|
||||
|
||||
["pulse", "d", "r.double", "g"],
|
||||
["r.double", "hd", "l1", "g"],
|
||||
["l1", "d", "p0-2", "g"],
|
||||
|
||||
["r.double", "bd", "l2", "g"],
|
||||
["l2", "d", "p0-3", "g"]
|
||||
]
|
||||
}
|
||||
68
schemas_v1/diodes.ccs
Normal file
68
schemas_v1/diodes.ccs
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"blocs": {
|
||||
"pulse": {
|
||||
"type": "Pulse",
|
||||
"valeur": 24.0,
|
||||
"periode": 1,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"noeud": {
|
||||
"type": "Noeud",
|
||||
"x": 200,
|
||||
"y": 500
|
||||
},
|
||||
"coude2": {
|
||||
"type": "Coude",
|
||||
"x": 200,
|
||||
"y": 300
|
||||
},
|
||||
|
||||
"diode1": {
|
||||
"type": "Diode",
|
||||
"orientation": 0,
|
||||
"x": 350,
|
||||
"y": 500
|
||||
},
|
||||
"diode2": {
|
||||
"type": "Diode",
|
||||
"orientation": 180,
|
||||
"x": 350,
|
||||
"y": 300
|
||||
},
|
||||
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 600,
|
||||
"y": 500
|
||||
},
|
||||
"p0-2": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 600,
|
||||
"y": 300
|
||||
},
|
||||
"l1": {
|
||||
"type": "Lampe",
|
||||
"x": 450,
|
||||
"y": 500
|
||||
},
|
||||
"l2": {
|
||||
"type": "Lampe",
|
||||
"x": 450,
|
||||
"y": 300
|
||||
}
|
||||
|
||||
},
|
||||
"cables": [
|
||||
["pulse", "d", "noeud", "m"],
|
||||
["noeud", "m", "diode1", "g"],
|
||||
["diode1", "d", "l1", "g"],
|
||||
["l1", "d", "p0-1", "g"],
|
||||
["noeud", "m", "coude2", "m"],
|
||||
["coude2", "m", "diode2", "g"],
|
||||
["diode2", "d", "l2", "g"],
|
||||
["l2", "d", "p0-2", "g"]
|
||||
]
|
||||
}
|
||||
70
schemas_v1/errors/error.ccs
Normal file
70
schemas_v1/errors/error.ccs
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"blocs":
|
||||
"p24-1": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200,
|
||||
"y": 500
|
||||
},
|
||||
"p0-2": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200,
|
||||
"y": 300
|
||||
},
|
||||
"r1": {
|
||||
"type": "Relais",
|
||||
"x": 400,
|
||||
"y": 500
|
||||
},
|
||||
"r2": {
|
||||
"type": "Relais",
|
||||
"x": 1000,
|
||||
"y": 500
|
||||
},
|
||||
"c3": {
|
||||
"type": "Bouton",
|
||||
"x": 200,
|
||||
"y": 500
|
||||
},
|
||||
"r2.travail": {
|
||||
"type": "ContactTravail",
|
||||
"x": 1000,
|
||||
"y": 300
|
||||
},
|
||||
"t1": {
|
||||
"type": "Tempo",
|
||||
"tempo_blocage": 2,
|
||||
"tempo_liberation": 1,
|
||||
"x": 600,
|
||||
"y": 500
|
||||
},
|
||||
"n1": {
|
||||
"type": "Noeud",
|
||||
"x": 800,
|
||||
"y": 500
|
||||
},
|
||||
"coude1": {
|
||||
"type": "Coude",
|
||||
"x": 800,
|
||||
"y": 300
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["p24-1", "d", "c3", "g"],
|
||||
["c3", "d", "r1", "g"],
|
||||
["r1", "d", "t1", "g"],
|
||||
["t1", "d", "n1", "m"],
|
||||
["n1", "m", "r2", "g"],
|
||||
["r2", "d", "p0-1", "g"],
|
||||
["n1", "m", "coude1", "m"],
|
||||
["coude1", "m", "r2.travail", "g"],
|
||||
["r2.travail", "d", "p0-2", "g"]
|
||||
]
|
||||
}
|
||||
72
schemas_v1/errors/error_id.ccs
Normal file
72
schemas_v1/errors/error_id.ccs
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"blocs": {
|
||||
"p24-1": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"orientation": 0,
|
||||
"x": 0.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"orientation": 0,
|
||||
"x": 1200.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"p0-2": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200.0,
|
||||
"y": 300.0
|
||||
},
|
||||
"r1": {
|
||||
"type": "Relais",
|
||||
"x": 400.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"r2": {
|
||||
"type": "Relais",
|
||||
"x": 1000.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"c3": {
|
||||
"type": "Bouton",
|
||||
"x": 200.0,
|
||||
"y": 500.0,
|
||||
"orientation": 0
|
||||
},
|
||||
"r2.travail": {
|
||||
"type": "ContactTravail",
|
||||
"orientation": 0,
|
||||
"x": 1000.0,
|
||||
"y": 300.0
|
||||
},
|
||||
"w1": {
|
||||
"type": "Lampe",
|
||||
"x": 600.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"n1": {
|
||||
"type": "Noeud",
|
||||
"x": 800.0,
|
||||
"y": 500
|
||||
},
|
||||
"coude1": {
|
||||
"type": "Coude",
|
||||
"x": 800,
|
||||
"y": 300
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["p24-1", "d", "c3", "g"],
|
||||
["c3", "d", "r1", "g"],
|
||||
["r1", "d", "w1", "g"],
|
||||
["w1", "d", "n2", "m"],
|
||||
["n1", "m", "r2", "g"],
|
||||
["r2", "d", "p0-1", "g"],
|
||||
["n1", "m", "coude1", "m"],
|
||||
["coude1", "m", "r2.travail", "g"],
|
||||
["r2.travail", "d", "p0-2", "g"]
|
||||
]
|
||||
}
|
||||
20
schemas_v1/errors/error_short_cc.ccs
Normal file
20
schemas_v1/errors/error_short_cc.ccs
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"blocs": {
|
||||
"pulse": {
|
||||
"type": "Pulse",
|
||||
"valeur": 24.0,
|
||||
"periode": 0.5,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 400,
|
||||
"y": 500
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["pulse", "d", "p0-1", "g"]
|
||||
]
|
||||
}
|
||||
24
schemas_v1/errors/no_pot.ccs
Normal file
24
schemas_v1/errors/no_pot.ccs
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"blocs": {
|
||||
"n1": {
|
||||
"type": "Noeud",
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"n2": {
|
||||
"type": "Noeud",
|
||||
"valeur": 0.0,
|
||||
"x": 400,
|
||||
"y": 500
|
||||
},
|
||||
"l": {
|
||||
"type": "Lampe",
|
||||
"x": 250,
|
||||
"y": 500
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["n1", "m", "l", "g"],
|
||||
["l", "d", "n2", "m"]
|
||||
]
|
||||
}
|
||||
26
schemas_v1/errors/one_pot.ccs
Normal file
26
schemas_v1/errors/one_pot.ccs
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"blocs": {
|
||||
"pulse": {
|
||||
"type": "Pulse",
|
||||
"valeur": 24.0,
|
||||
"periode": 1.0,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"n": {
|
||||
"type": "Noeud",
|
||||
"valeur": 0.0,
|
||||
"x": 400,
|
||||
"y": 500
|
||||
},
|
||||
"l": {
|
||||
"type": "Lampe",
|
||||
"x": 250,
|
||||
"y": 500
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["pulse", "d", "l", "g"],
|
||||
["l", "d", "n", "m"]
|
||||
]
|
||||
}
|
||||
26
schemas_v1/pulse.ccs
Normal file
26
schemas_v1/pulse.ccs
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"blocs": {
|
||||
"pulse": {
|
||||
"type": "Pulse",
|
||||
"valeur": 24.0,
|
||||
"periode": 1.0,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 400,
|
||||
"y": 500
|
||||
},
|
||||
"l": {
|
||||
"type": "Lampe",
|
||||
"x": 250,
|
||||
"y": 500
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["pulse", "d", "l", "g"],
|
||||
["l", "d", "p0-1", "g"]
|
||||
]
|
||||
}
|
||||
75
schemas_v1/relais_cote.ccs
Normal file
75
schemas_v1/relais_cote.ccs
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"blocs": {
|
||||
"p24": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"x": 0,
|
||||
"y": 550
|
||||
},
|
||||
"p0": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"orientation": 180,
|
||||
"x": 0,
|
||||
"y": 470
|
||||
},
|
||||
"b": {
|
||||
"type": "Bouton",
|
||||
"x": 120,
|
||||
"y": 550
|
||||
},
|
||||
"c1": {
|
||||
"type": "Coude",
|
||||
"x": 200,
|
||||
"y": 550
|
||||
},
|
||||
"c2": {
|
||||
"type": "Coude",
|
||||
"x": 200,
|
||||
"y": 485
|
||||
},
|
||||
"r": {
|
||||
"type": "RelaisCote",
|
||||
"x": 375,
|
||||
"y": 475,
|
||||
"orientation": 0
|
||||
},
|
||||
|
||||
|
||||
"pulse": {
|
||||
"type": "Pulse",
|
||||
"valeur": 24.0,
|
||||
"periode": 1,
|
||||
"x": 0,
|
||||
"y": 400
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 475,
|
||||
"y": 400
|
||||
},
|
||||
"r.repos": {
|
||||
"type": "ContactRepos",
|
||||
"x": 375,
|
||||
"y": 400,
|
||||
"relais": "r"
|
||||
},
|
||||
"l": {
|
||||
"type": "Lampe",
|
||||
"x": 250,
|
||||
"y": 400
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["p24", "d", "b", "g"],
|
||||
["b", "d", "c1", "m"],
|
||||
["c1", "m", "c2", "m"],
|
||||
["c2", "m", "r", "hg"],
|
||||
["p0", "d", "r", "bg"],
|
||||
|
||||
["pulse", "d", "l", "g"],
|
||||
["l", "d", "r.repos", "g"],
|
||||
["r.repos", "d", "p0-1", "g"]
|
||||
]
|
||||
}
|
||||
73
schemas_v1/schema_s4.ccs
Normal file
73
schemas_v1/schema_s4.ccs
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"blocs": {
|
||||
"p24-1": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"orientation": 0,
|
||||
"x": 0.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"orientation": 0,
|
||||
"x": 1200.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"p0-2": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200.0,
|
||||
"y": 300.0
|
||||
},
|
||||
"r1": {
|
||||
"type": "Relais",
|
||||
"x": 400.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"r2": {
|
||||
"type": "Relais",
|
||||
"x": 1000.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"c3": {
|
||||
"type": "Bouton",
|
||||
"x": 200.0,
|
||||
"y": 500.0,
|
||||
"orientation": 0
|
||||
},
|
||||
"r2.travail": {
|
||||
"type": "ContactTravail",
|
||||
"orientation": 0,
|
||||
"relais": "r2",
|
||||
"x": 1000.0,
|
||||
"y": 300.0
|
||||
},
|
||||
"w1": {
|
||||
"type": "Lampe",
|
||||
"x": 600.0,
|
||||
"y": 500.0
|
||||
},
|
||||
"n1": {
|
||||
"type": "Noeud",
|
||||
"x": 800.0,
|
||||
"y": 500
|
||||
},
|
||||
"coude1": {
|
||||
"type": "Coude",
|
||||
"x": 800,
|
||||
"y": 300
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["p24-1", "d", "c3", "g"],
|
||||
["c3", "d", "r1", "g"],
|
||||
["r1", "d", "w1", "g"],
|
||||
["w1", "d", "n1", "m"],
|
||||
["n1", "m", "r2", "g"],
|
||||
["r2", "d", "p0-1", "g"],
|
||||
["n1", "m", "coude1", "m"],
|
||||
["coude1", "m", "r2.travail", "g"],
|
||||
["r2.travail", "d", "p0-2", "g"]
|
||||
]
|
||||
}
|
||||
71
schemas_v1/simple.ccs
Normal file
71
schemas_v1/simple.ccs
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"blocs": {
|
||||
"p24-1": {
|
||||
"type": "P24",
|
||||
"valeur": 24.0,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200,
|
||||
"y": 500
|
||||
},
|
||||
"p0-2": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 1200,
|
||||
"y": 300
|
||||
},
|
||||
"r1": {
|
||||
"type": "Relais",
|
||||
"x": 400,
|
||||
"y": 500
|
||||
},
|
||||
"r2": {
|
||||
"type": "Relais",
|
||||
"x": 1000,
|
||||
"y": 500
|
||||
},
|
||||
"c3": {
|
||||
"type": "Bouton",
|
||||
"x": 200,
|
||||
"y": 500
|
||||
},
|
||||
"r2.travail": {
|
||||
"type": "ContactTravail",
|
||||
"x": 1000,
|
||||
"y": 300,
|
||||
"relais": "r2"
|
||||
},
|
||||
"t1": {
|
||||
"type": "Tempo",
|
||||
"tempo_blocage": 2,
|
||||
"tempo_liberation": 1,
|
||||
"x": 600,
|
||||
"y": 500
|
||||
},
|
||||
"n1": {
|
||||
"type": "Noeud",
|
||||
"x": 800,
|
||||
"y": 500
|
||||
},
|
||||
"coude1": {
|
||||
"type": "Coude",
|
||||
"x": 800,
|
||||
"y": 300
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["p24-1", "d", "c3", "g"],
|
||||
["c3", "d", "r1", "g"],
|
||||
["r1", "d", "t1", "g"],
|
||||
["t1", "d", "n1", "m"],
|
||||
["n1", "m", "r2", "g"],
|
||||
["r2", "d", "p0-1", "g"],
|
||||
["n1", "m", "coude1", "m"],
|
||||
["coude1", "m", "r2.travail", "g"],
|
||||
["r2.travail", "d", "p0-2", "g"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user