{"id":42679739,"url":"https://github.com/simatic-ax/types","last_synced_at":"2026-01-29T11:49:44.469Z","repository":{"id":222256226,"uuid":"708668171","full_name":"simatic-ax/types","owner":"simatic-ax","description":"Data types for general use and SIMATIC PLC hardware components","archived":false,"fork":false,"pushed_at":"2025-05-08T12:38:33.000Z","size":277,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-08T13:38:40.103Z","etag":null,"topics":["iec-st","library","siemens","simatic-ax"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simatic-ax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-23T06:28:19.000Z","updated_at":"2025-05-08T12:34:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e6984f1-7022-46a6-87f1-961fe1296fb1","html_url":"https://github.com/simatic-ax/types","commit_stats":null,"previous_names":["simatic-ax/types"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/simatic-ax/types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatic-ax%2Ftypes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatic-ax%2Ftypes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatic-ax%2Ftypes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatic-ax%2Ftypes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simatic-ax","download_url":"https://codeload.github.com/simatic-ax/types/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatic-ax%2Ftypes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28876845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["iec-st","library","siemens","simatic-ax"],"created_at":"2026-01-29T11:49:44.369Z","updated_at":"2026-01-29T11:49:44.444Z","avatar_url":"https://github.com/simatic-ax.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @simatic-ax/types\n\n## Description\n\nThis package contains a collection of structured data types for specific applications. This includes types for hardware components that are available inside the SIMATIC ecosystem and standardized communication types.\n\nCurrently, there are data types available for the following:\n\n- Modules for the ET 200MP distributed IO system\n- Modules for the ET 200SP distributed IO system\n- Modules for IO modules of the SIMATIC S7-1500 compact PLC\n- PROFIDrive standard telegrams and Siemens-specific PROFIDrive telegrams\n\nThis library is originally derived from the library of PLC data types (LPD), available in the Siemens online support ([link](https://support.industry.siemens.com/cs/document/109482396/))\n\n## Install this package\n\nEnter:\n\n```cli\napax add @simatic-ax/types\n```\n\n## Namespace\n\nThere is a main namespace of this library as well as two sub-namespaces. The main namespace is\n\n```iec-st\nSimatic.Ax.Types;\n```\n\nThe sub-namespace for data types without relative address offsets is\n\n```iec-st\nSimatic.Ax.Types.NoOffset;\n```\n\nThe sub-namespace for the same data types with added relative address offsets is\n\n```iec-st\nSimatic.Ax.Types.WithOffset;\n```\n\n## How to use the types\n\n1. Add the package to your repository as a dependency\n2. Depending on if you want to use the data type with or without offsets, add either\n\n    ```iec-st\n    USING Simatic.Ax.Types.WithOffset;\n    ```\n\n    or\n\n    ```iec-st\n    USING Simatic.Ax.Types.NoOffset;\n    ```\n\n    to the file where you want to use the data type\n3. Use the data type in your project as if you would have created it in your project\n\n## Contribution\n\nThanks for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section or, even better, is free to propose any changes to this repository using Merge Requests.\n\nIf you think, that important data types for other devices or standards are missing, don’t hesitate to ask us for adding them, or add them yourself.\n\n## License and Legal information\n\nPlease read the [Legal information](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimatic-ax%2Ftypes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimatic-ax%2Ftypes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimatic-ax%2Ftypes/lists"}