2025-01-14 14:42:39 +00:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-09-26 23:28:53 +02:00
|
|
|
http = {
|
2025-01-14 14:42:39 +00:00
|
|
|
enabled = false
|
2018-09-26 23:28:53 +02:00
|
|
|
}
|
|
|
|
|
2018-09-25 11:58:28 +02:00
|
|
|
nodes = {
|
2025-01-14 14:42:39 +00:00
|
|
|
ul201 = {
|
|
|
|
type = "uldaq"
|
|
|
|
interface_type = "usb"
|
|
|
|
in = {
|
|
|
|
range = "bipolar-10",
|
|
|
|
input_mode = "single-ended"
|
|
|
|
signals = (
|
|
|
|
{ name = "ch0", type = "float", channel = 0 }
|
|
|
|
)
|
|
|
|
|
|
|
|
sample_rate = 5000,
|
|
|
|
vectorize = 100
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
vpmu = {
|
|
|
|
type = "socket",
|
|
|
|
layer = "udp",
|
|
|
|
|
|
|
|
format = {
|
|
|
|
type = "raw"
|
|
|
|
bits = 32
|
|
|
|
endianess = "big"
|
|
|
|
}
|
|
|
|
|
|
|
|
in = {
|
|
|
|
address = "*:13001"
|
|
|
|
|
|
|
|
signals = ()
|
|
|
|
},
|
|
|
|
out = {
|
|
|
|
vectorize = 100
|
|
|
|
address = "10.100.1.125:13000"
|
|
|
|
}
|
|
|
|
}
|
2018-09-25 12:09:04 +02:00
|
|
|
}
|
2018-09-26 23:28:53 +02:00
|
|
|
|
|
|
|
paths = (
|
2025-01-14 14:42:39 +00:00
|
|
|
{
|
|
|
|
in = "ul201",
|
|
|
|
out = "vpmu"
|
|
|
|
}
|
2018-09-26 23:28:53 +02:00
|
|
|
)
|