1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/etc/sampled_values.conf

53 lines
775 B
Text
Raw Permalink Normal View History

{
"logging" : {
"level" : 1
},
"nodes" : {
"node1" : {
"type" : "iec61850-9-2",
"interface" : "lo",
"dst_address" : "01:0c:cd:01:00:01",
"publish" : {
"fields" : [
"float32",
"float64",
"int8",
"int32"
],
"svid" : "test1234",
"datset" : "test",
"smpmod" : "samples_per_second",
"confrev" : 55
},
"subscribe" : {
"fields" : [
"float32",
"float64",
"int8",
"int32"
]
}
},
"node2" : {
"type" : "iec61850-9-2",
"interface" : "lo",
"publish" : {
"svid" : "testSV",
"datset" : "abc",
"fields" : [ "float32", "float64", "int8", "int32" ]
},
"subscribe" : {
"fields" : [ "float32", "float64", "int8", "int32" ]
}
}
}
}