2022-02-24 08:36:44 -05:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-08-31 11:25:01 +02:00
|
|
|
|
2022-02-24 07:32:09 -05:00
|
|
|
nodes = {
|
2024-02-29 21:36:38 +01:00
|
|
|
node = {
|
|
|
|
type = "socket"
|
|
|
|
layer = "udp"
|
2022-02-24 07:32:09 -05:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
format = {
|
|
|
|
type = "opal.asyncip"
|
2022-02-24 07:32:09 -05:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
dev_id = 99
|
|
|
|
}
|
2022-02-24 08:36:44 -05:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
in = {
|
|
|
|
# Port number specified in Asynchronous Process block of RTlab project
|
|
|
|
address = ":12000"
|
2022-02-24 08:36:44 -05:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
signals = {
|
|
|
|
count = 64
|
2022-02-24 08:36:44 -05:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
# The Asynchronous Process block only supports floating point values!
|
|
|
|
type = "float"
|
|
|
|
}
|
|
|
|
}
|
2022-02-24 08:36:44 -05:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
out = {
|
|
|
|
# IP address and port of OPAL-RT Target
|
|
|
|
address = "192.168.0.44:12000"
|
|
|
|
}
|
|
|
|
}
|
2022-02-24 07:32:09 -05:00
|
|
|
}
|