{"id":19401929,"url":"https://github.com/thwillert/_s7_com","last_synced_at":"2026-03-19T09:41:14.598Z","repository":{"id":126474419,"uuid":"220268587","full_name":"THWillert/_S7_COM","owner":"THWillert","description":"AutoIt UDF für Siemens Step 7","archived":false,"fork":false,"pushed_at":"2020-09-18T13:25:07.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T23:02:55.924Z","etag":null,"topics":["autoit","s7","s7-plc","siemens","siemens-plc","sps","step7","udf"],"latest_commit_sha":null,"homepage":"","language":"AutoIt","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/THWillert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-07T15:28:42.000Z","updated_at":"2023-09-08T17:59:56.000Z","dependencies_parsed_at":"2023-06-16T23:00:33.799Z","dependency_job_id":null,"html_url":"https://github.com/THWillert/_S7_COM","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/THWillert/_S7_COM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THWillert%2F_S7_COM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THWillert%2F_S7_COM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THWillert%2F_S7_COM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THWillert%2F_S7_COM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/THWillert","download_url":"https://codeload.github.com/THWillert/_S7_COM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THWillert%2F_S7_COM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29919385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoit","s7","s7-plc","siemens","siemens-plc","sps","step7","udf"],"created_at":"2024-11-10T11:20:41.562Z","updated_at":"2026-02-27T23:43:33.202Z","avatar_url":"https://github.com/THWillert.png","language":"AutoIt","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _S7_COM\n\n## Übersicht\n\nAutoIt-UDF für Siemens Step 7 API, für den Import / Export von Quelltexten und zum Erstellen von Hardwarekonfigurationen.\n\nZur einfachen Hardware-Konfiguration damit, gibt es eine weitere AutoIt-UDF:\n[_S7_HW_Config](https://github.com/THWillert/_S7_HW_Config)\n\n## Funktionen\n\n### Simatic\nSimatic.Simatic.1\n-\tOBJ \t_S7_Simatic_ObjCreate / Simatic = Simatic.Simatic.1\n-\tBOOL \t_S7_Simatic_AutomaticSave / Simatic.AutomaticSave (Read / Write)\n-\tBSTR \t_S7_Simatic_VerbLogFile (read write)\n-\t_S7_Simatic_SetPGInterface / Simatic.SetPGInterface (Opens Dialog)\n-\t_S7_Simatic_UnattendedServerMode !!!\n-\tLONG \t_S7_Simatic_MsgAssignmentType / Simatic.MsgAssignmentType (Read / Write)\n-\tBOOL \t_S7_Simatic_IsSilentMode (read)\n-\t_S7_Simatic_Save / Simatic.Save (void)\n-\tHRESULT _S7_Simatic_GetSTEP7Language / Simatic.GetSTEP7Language (Read) ??? funktioniert nicht mit AutoIt\n\n### Projects\nSimatic.Projects\n-\tOBJ \t_S7_Projects_GetProject\n-\tBOOL \t_S7_Projects_Exists\n-\tArray \t_S7_Projects_GetList\n-\tInt \t_S7_Projects_Count\n-\tBOOL \t_S7_Projects_Add\n\n### Project\nSimatic.Projects.Project\n-\tArray \t_S7_Project_GetInfo\n-\t_S7_Project_Name\n-\tString\t_S7_Project_Creator (Read / Write)\n-\tString\t_S7_Project_Comment (Read / Write)\n-\tBool \t_S7_Project_Remove\n\n### Stations\nSimatic.Projects.Project.Stations\n-\tOBJ \t_S7_Stations_GetStation\n-\tBool\t_S7_Stations_Exists\n-\tArray\t_S7_Stations_GetList\n-\tInt\t_S7_Stations_Count\n-\tBool\t_S7_Stations_Import\n-\tBool\t_S7_Stations_Add\n- Bool\t_S7_Stations_Remove\n\n### Programs\nSimatic.Projects.Project.Programs\n-\tArray \t_S7_Programs_GetList\n\n### Blocks\nSimatic.Projects.Project.Programs.Next(\"Blocks\")\n-\tOBJ\t_S7_Blocks_GetBlock\n\n### Source Files\nSimatic.Projects.Project.Programs.Next(\"Source Files\")\n-\tOBJ\t_S7_SourceFiles_GetSource\n-\tBool\t_S7_SourceFiles_Export\n-\tBool\t_S7_SourceFiles_Add\n-\tBool\t_S7_SourceFiles_Compile\n-\tArray\t_S7_SourceFiles_GetInfo\n\n\n## Voraussetzungen\n\nAutoIt\n\nSiemens Step 7 V5.x\n\n\n## Installation\n\nDie UDF in das Include Verzeichnis von AutoIt kopieren.\n\n\n## Weiterführende Informationen\n\nHardware-Konfiguration: [_S7_HW_Config](https://github.com/THWillert/_S7_HW_Config)\n\n\n## Diskusion und Vorschläge\n\n...\n\n## ToDo\n\n- [X] Beispiele\n- [ ] Beschreibung der Funktionen\n\n\n## Author\nThorsten Willert\n\n[Homepage](https://www.thorsten-willert.de/software/autoit/autoit-udfs/s7-com)\n\n\n## Lizenz\nDas ganze steht unter der [Apache 2.0](https://github.com/THWillert/HomeMatic_CSS/blob/master/LICENSE) Lizenz\n.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthwillert%2F_s7_com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthwillert%2F_s7_com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthwillert%2F_s7_com/lists"}