2019-02-11 16:30:25 +01:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
2023-08-31 11:25:01 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-03-26 07:47:45 +01:00
|
|
|
hugepages = 200
|
2019-02-11 16:30:25 +01:00
|
|
|
|
|
|
|
nodes = {
|
2024-02-29 21:36:38 +01:00
|
|
|
# Node names can be any alphanumeric value
|
|
|
|
rpi-1 = {
|
|
|
|
type = "socket"
|
|
|
|
layer = "udp"
|
|
|
|
format = "gtnet" # pre-built format to communicate in RTDS GTNET-SKT payload
|
2019-02-11 16:30:25 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
in = {
|
|
|
|
address = "*:12005" # villas node machine IP and port number
|
2019-02-11 16:30:25 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
signals = {
|
|
|
|
count = 8
|
|
|
|
type = "float"
|
|
|
|
}
|
2019-03-26 14:02:12 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "stats"
|
|
|
|
warmup = 3000
|
|
|
|
}
|
|
|
|
)
|
|
|
|
},
|
|
|
|
out = {
|
|
|
|
address = "192.168.0.5:12005" # remote machine IP and port number
|
|
|
|
}
|
|
|
|
},
|
|
|
|
rpi-2 = {
|
|
|
|
type = "socket"
|
|
|
|
layer = "udp"
|
|
|
|
format = "gtnet" # pre-built format to communicate in RTDS GTNET-SKT payload
|
2019-02-11 16:30:25 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
in = {
|
|
|
|
address = "*:12006" # villas node machine IP and port number
|
2019-02-11 16:30:25 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
signals = {
|
|
|
|
count = 8
|
|
|
|
type = "float"
|
|
|
|
}
|
2019-03-26 14:02:12 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "stats"
|
|
|
|
warmup = 3000
|
|
|
|
}
|
|
|
|
)
|
|
|
|
}
|
|
|
|
out = {
|
|
|
|
address = "192.168.0.6:12006" # remote machine IP and port number
|
|
|
|
}
|
|
|
|
},
|
|
|
|
rtds-1 = {
|
|
|
|
type = "socket"
|
|
|
|
layer = "udp"
|
|
|
|
format = "gtnet"
|
2019-02-11 16:30:25 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
in = {
|
|
|
|
address = "*:12083" # villas node machine IP and port number
|
2019-02-11 16:30:25 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
signals = {
|
|
|
|
count = 8
|
|
|
|
type = "float"
|
|
|
|
}
|
2019-03-26 14:02:12 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "stats"
|
|
|
|
warmup = 3000
|
|
|
|
}
|
|
|
|
)
|
|
|
|
}
|
|
|
|
out = {
|
|
|
|
address = "192.168.0.4:12083" # remote machine IP and port number
|
|
|
|
}
|
|
|
|
}
|
2019-02-11 16:30:25 +01:00
|
|
|
}
|