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

move example to correct directory

This commit is contained in:
Philipp Jungkamp 2022-05-19 22:25:19 +00:00 committed by Philipp Jungkamp
parent e9a12362d7
commit a019465109

View file

@ -12,7 +12,9 @@ nodes = {
out = {
# map signals to information object addresses and asdu data types
# one asdu per specified asdu_type is send for each batch of samples
# one asdu per specified asdu_type_id/asdu_type+with_timestamp is
# send for each sample. Signals of the same type are collected
# in a single asdu
signals = (
{
# the asdu data type
@ -23,10 +25,12 @@ nodes = {
ioa = 4202832
},
{
# equivalent to the asdu_type above
asdu_type_id = "M_ME_NA_1"
ioa = 4202852
},
{
# a boolean value
asdu_type = "single-point"
with_timestamp = true
ioa = 4206948
@ -66,14 +70,6 @@ paths = (
in = "signal"
out = "iec104"
hooks = (
# {
# type = "cast"
# signals = (
# "sine1",
# "sine2"
# )
# new_type = "integer"
# },
{
type = "cast"
signal = "bool"
@ -81,7 +77,7 @@ paths = (
},
{
type = "print"
},
}
)
}
)