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

iec61850-9-2: added example config

This commit is contained in:
Steffen Vogel 2017-11-17 17:27:01 +01:00
parent 2056ecab37
commit 16bc167628

View file

@ -256,7 +256,16 @@ nodes = {
fields = [
"a", "b", "c"
]
}
},
sampled_values_node = {
type = "iec61850-9-2",
interface = "lo",
# List of data types
publish = [ "float32", "float64", "int8", "int32" ],
subscribe = [ "float32", "float64", "int8", "int32" ]
}
};