import de fichiers
This commit is contained in:
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"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user