https://github.com/thwillert/_s7_hw_config
Funktionen zur S7-Hardware-Konfiguration mit AutoIt
https://github.com/thwillert/_s7_hw_config
autoit configuration hardware konfiguration s7 siemens udf
Last synced: 4 months ago
JSON representation
Funktionen zur S7-Hardware-Konfiguration mit AutoIt
- Host: GitHub
- URL: https://github.com/thwillert/_s7_hw_config
- Owner: THWillert
- License: apache-2.0
- Created: 2020-08-11T10:32:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T13:26:49.000Z (over 5 years ago)
- Last Synced: 2025-10-26T22:28:04.156Z (8 months ago)
- Topics: autoit, configuration, hardware, konfiguration, s7, siemens, udf
- Language: AutoIt
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _S7_HW_Config
## Übersicht
AutoIt-UDF, für Siemens Step 7 V5.x, zur einfachen Hardware-Konfiguration.
Basierend auf der [_S7_COM.au3](https://github.com/THWillert/_S7_COM).
## Funktionen
### Grundfunktionen:
- _S7_HWConfig_Add_Rack: Rack
- _S7_HWConfig_Add_CPU: CPU
- _S7_HWConfig_Add_CPU_Moduls: CPU-Module
- _S7_HWConfig_Add_SubSystem: Sub-System
- _S7_HWConfig_Add_SlaveModuls: Slave-Module
### Hilfsfunktionen:
- _S7_HWConfig_TypeSelect: Auswahl des Bauteil-Typs anhand der Bestellnummer
### Spezielle Baugruppen (als Beipiele):
- _S7_HWConfig_Add_ET200S: ET200S
- _S7_HWConfig_Add_IM153: IM153
- _S7_HWConfig_Add_DP_Koppler: DP-Koppler
- _S7_HWConfig_AddFestoPP: Festo-Ventilinsel
## Voraussetzungen
[_S7_COM.au3](https://github.com/THWillert/_S7_COM)
AutoIt
Siemens Step 7 V5.x
## Installation
Die UDF in das Include Verzeichnis von AutoIt kopieren.
## Weiterführende Informationen
...
## Diskusion und Vorschläge
...
## ToDo
- [X] Beispiele
- [ ] Beschreibung der Funktionen
## Author
Thorsten Willert
[Homepage](https://www.thorsten-willert.de/software/autoit/autoit-udfs/_s7_hw_config)
## Lizenz
Das ganze steht unter der [Apache 2.0](https://github.com/THWillert/_S7_HW_Config/blob/master/LICENSE) Lizenz
.