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: improve example config

This commit is contained in:
Steffen Vogel 2017-11-18 01:42:25 +01:00
parent 1126588dc0
commit 4313ce3aa8

View file

@ -259,13 +259,32 @@ nodes = {
},
sampled_values_node = {
type = "iec61850-9-2",
interface = "lo",
# List of data types
publish = [ "float32", "float64", "int8", "int32" ],
subscribe = [ "float32", "float64", "int8", "int32" ]
}
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"
]
}
},
};