2022-07-14 13:32:13 +00:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
2022-07-27 15:55:45 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-08-31 11:25:01 +02:00
|
|
|
|
2022-07-14 13:32:13 +00:00
|
|
|
nodes = {
|
2022-07-27 15:55:45 +02:00
|
|
|
iec104_node_seq = {
|
2024-02-29 21:36:38 +01:00
|
|
|
type = "iec60870-5-104"
|
|
|
|
address = "0.0.0.0"
|
|
|
|
port = 2404
|
|
|
|
ca = 1
|
|
|
|
out = {
|
|
|
|
# Create a sequence of 5 floats with identical IOAs
|
|
|
|
signals = {
|
|
|
|
asdu_type_id = "M_ME_NA_1"
|
|
|
|
ioa = 4202852
|
|
|
|
count = 5
|
|
|
|
}
|
2022-07-27 15:55:45 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
# Interpret the duplicate IOAs as a sequence by incrementing the
|
|
|
|
# IOA with each duplication. This only applies to two adjacent
|
|
|
|
# signals with the same IOA. Specifying an IOA twice with other
|
|
|
|
# IOAs inbetween is an error.
|
|
|
|
duplicate_ioa_is_sequence = true
|
|
|
|
}
|
|
|
|
}
|
2022-07-14 13:32:13 +00:00
|
|
|
}
|