1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/etc/examples/nodes/uldaq.conf

55 lines
653 B
Text
Raw Permalink Normal View History

http = {
2019-03-25 21:17:34 +01:00
enabled = false
}
2018-09-25 11:58:28 +02:00
nodes = {
2019-03-25 21:17:34 +01:00
ul201 = {
type = "uldaq"
interface_type = "usb"
in = {
range = "bipolar-10",
input_mode = "single-ended"
signals = (
{ name = "ch0", type = "float", channel = 0 }
)
2018-09-25 11:58:28 +02:00
2019-03-25 21:17:34 +01:00
sample_rate = 5000,
vectorize = 100
}
},
2019-03-25 21:17:34 +01:00
sigGen = {
type = "signal"
signal = "sine"
frequency = 50
rate = 1000
}
vpmu = {
type = "socket",
layer = "udp",
format = {
type = "raw"
bits = 32
endianess = "big"
}
2019-03-25 21:17:34 +01:00
in = {
address = "*:13001"
2019-03-25 21:17:34 +01:00
signals = ()
},
out = {
vectorize = 100
address = "10.100.1.125:13000"
}
}
}
paths = (
2019-03-25 21:17:34 +01:00
{
in = "ul201",
out = "vpmu"
}
)