You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
MIT License
2
2
3
-
Copyright (c) 2023 Siemens AG
3
+
Copyright (c) 2024 Siemens AG
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# UseCaseBasedDoku for the SIMATIC Modular Application Creator **Module Builder**
1
+
# Usecases for the SIMATIC Modular Application Creator **Module Builder**
2
2
3
3
This repository demonstrates how to use the comfort functions of the Modular Application Creator Module Builder. With those comfort functions the Openness programmer does not need to handle the xml file when e.g. calls in ladder logic should be generated. More information is available under [Modular Application Creator on SIOS](https://support.industry.siemens.com/cs/de/en/view/109762852).
4
4
5
-
## 🚀 Getting started
5
+
## 🚀 Getting started Documentation
6
6
7
-
We just updated our [Use Case Based Dokumentation](https://usecasebaseddoku-pma-apc-mac-em-development-c8b2234f1dd10384098.code.siemens.io/html/index.html)!
7
+
To see the documentation download html folder and start index.html in your browser.
8
+
9
+
## Prerequisites
10
+
- TIA-Portal 19 installed on Windows PC
11
+
- Download the [Modular Application Creator 19.1](https://support.industry.siemens.com/cs/attachments/109762852/Modular_Application_Creator_19.00.01_all_in_one.zip)
12
+
- Microsoft Visual Studio with [Modular Application Creator Module Builder](https://support.industry.siemens.com/cs/de/en/view/109762852) installed
13
+
14
+
## First steps
15
+
1. clone this repository in your Visual Studio
16
+
1. optional: go to the Properties of your project in Visual Studio --> Debug --> Start external program and select the ModularApplicationCreator.exe
17
+
1. Start your solution --> Modular Application Creator should show up
18
+
1. Create new Modular Application Creator project
19
+
1. Assign Equipment Module: modular-application-creator-use-cases to your PLC
20
+
1. Configure your Module under the "Configure modules" tab
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ SPDX-License-Identifier: MIT
6
6
7
7
# Reporting Security Issues
8
8
9
-
If you believe you have found a security vulnerability in usecasebaseddoku, we encourage you to let us know right away via [email protected]. We will investigate all legitimate reports and do our best to quickly fix the problem.
9
+
If you believe you have found a security vulnerability in Modular Application Creator use cases documentation, we encourage you to let us know right away via [email protected]. We will investigate all legitimate reports and do our best to quickly fix the problem.
0 commit comments