1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/doc/openapi/components/schemas/config/nodes/iec60870-5-104.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

78 lines
1.7 KiB
YAML
Raw Normal View History

# 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
# SPDX-License-Identifier: Apache-2.0
---
allOf:
- type: object
properties:
2022-07-27 12:10:18 +00:00
in:
type: object
properties:
signals:
$ref: ../signal_list.yaml
out:
type: object
properties:
2022-07-27 12:10:18 +00:00
duplicate_ioa_is_sequence:
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.
signals:
type: array
items:
$ref: ./signals/iec60870_signal.yaml
address:
type: string
default: localhost
2022-07-27 15:46:17 +02:00
description: |
Hostname or IP address for the IEC60870 slave to listen on.
port:
type: number
default: 2404
2022-07-27 15:46:17 +02:00
description: |
Port number of the IEC60870 slave.
ca:
type: number
default: 1
2022-07-27 15:46:17 +02:00
description: |
Common Address of the IEC60870 slave.
2022-07-27 12:10:18 +00:00
low_priority_queue:
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 12:10:18 +00:00
high_priority_queue:
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).
apci_t0:
type: number
apci_t1:
type: number
apci_t2:
type: number
apci_t3:
type: number
apci_k:
type: number
apci_w:
type: number
- $ref: ../node.yaml