72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
{
|
|
"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"]
|
|
]
|
|
} |