2022-07-08 11:00:41 +02:00
|
|
|
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
|
2022-07-27 15:46:17 +02:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
2022-07-08 11:00:41 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
|
|
allOf:
|
|
|
|
- type: object
|
|
|
|
properties:
|
|
|
|
|
2022-07-27 12:10:18 +00:00
|
|
|
in:
|
2022-07-08 11:00:41 +02:00
|
|
|
type: object
|
2022-07-27 10:52:41 +00:00
|
|
|
properties:
|
2022-07-08 11:00:41 +02:00
|
|
|
signals:
|
|
|
|
$ref: ../signal_list.yaml
|
|
|
|
|
|
|
|
out:
|
|
|
|
type: object
|
|
|
|
properties:
|
2022-07-27 12:10:18 +00:00
|
|
|
duplicate_ioa_is_sequence:
|
2022-07-27 10:52:41 +00:00
|
|
|
type: boolean
|
|
|
|
default: false
|
2022-07-27 15:46:17 +02:00
|
|
|
description: |
|
|
|
|
Treat consecutive signals with the same IOA as a sequence by assigning subsequent IOAs.
|
|
|
|
|
2022-07-08 11:00:41 +02:00
|
|
|
signals:
|
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
$ref: ./signals/iec60870_signal.yaml
|
2022-07-27 10:52:41 +00:00
|
|
|
|
2022-07-08 11:00:41 +02:00
|
|
|
address:
|
|
|
|
type: string
|
2022-07-27 10:52:41 +00:00
|
|
|
default: localhost
|
2022-07-27 15:46:17 +02:00
|
|
|
description: |
|
|
|
|
Hostname or IP address for the IEC60870 slave to listen on.
|
2022-07-08 11:00:41 +02:00
|
|
|
|
|
|
|
port:
|
|
|
|
type: number
|
2022-07-27 10:52:41 +00:00
|
|
|
default: 2404
|
2022-07-27 15:46:17 +02:00
|
|
|
description: |
|
|
|
|
Port number of the IEC60870 slave.
|
2022-07-08 11:00:41 +02:00
|
|
|
|
|
|
|
ca:
|
2022-07-27 10:52:41 +00:00
|
|
|
type: number
|
|
|
|
default: 1
|
2022-07-27 15:46:17 +02:00
|
|
|
description: |
|
|
|
|
Common Address of the IEC60870 slave.
|
2022-07-27 10:52:41 +00:00
|
|
|
|
2022-07-27 12:10:18 +00:00
|
|
|
low_priority_queue:
|
2022-07-27 10:52:41 +00:00
|
|
|
type: number
|
|
|
|
default: 100
|
2022-07-27 15:46:17 +02:00
|
|
|
description: |
|
|
|
|
Message queue size for the periodic messages (increase on dropped simulation data messages).
|
2022-07-27 10:52:41 +00:00
|
|
|
|
2022-07-27 12:10:18 +00:00
|
|
|
high_priority_queue:
|
2022-07-27 10:52:41 +00:00
|
|
|
type: number
|
|
|
|
default: 100
|
2022-07-27 15:46:17 +02:00
|
|
|
description: |
|
|
|
|
Message queue size for interrogation responses (increase on missing signals in interrogation response).
|
2022-07-27 10:52:41 +00:00
|
|
|
|
|
|
|
apci_t0:
|
|
|
|
type: number
|
|
|
|
|
|
|
|
apci_t1:
|
|
|
|
type: number
|
|
|
|
|
|
|
|
apci_t2:
|
|
|
|
type: number
|
|
|
|
|
|
|
|
apci_t3:
|
2022-07-08 11:00:41 +02:00
|
|
|
type: number
|
|
|
|
|
2022-07-27 10:52:41 +00:00
|
|
|
apci_k:
|
2022-07-08 11:00:41 +02:00
|
|
|
type: number
|
|
|
|
|
2022-07-27 10:52:41 +00:00
|
|
|
apci_w:
|
2022-07-08 11:00:41 +02:00
|
|
|
type: number
|
|
|
|
|
|
|
|
- $ref: ../node.yaml
|