cocosim_python/schemas_v1/relais_cote.ccs

76 lines
1.5 KiB
Plaintext

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