An open API service indexing awesome lists of open source software.

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

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
.