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

remove old go configuration examples

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
Philipp Jungkamp 2023-06-15 12:26:00 +02:00
parent 43a5292fc1
commit 41099255f8
2 changed files with 0 additions and 53 deletions

View file

@ -1,15 +0,0 @@
nodes = {
example_node = {
type = "go.example"
value = 555
format = "json"
in = {
# signals ={
# count = 5,
# type = "float"
# }
}
}
}

View file

@ -1,38 +0,0 @@
nodes = {
loopback_node = {
type = "go.loopback"
value = 555
format = "opal.asyncip"
in = {
signals ={
count = 5,
type = "float"
}
}
}
signal = {
type = "signal"
signal = "counter"
rate = 1
values = 5
}
}
paths = (
{
in = "loopback_node"
hooks = (
{
type = "dump"
}
)
},
{
in = "signal",
out = "loopback_node"
}
)