72 lines
1.5 KiB
Plaintext

{
"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"]
]
}