-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
This Quick Start Guide helps you set up the SME Adapter and create your first product in just a few steps either locally or using Docker.
Before you start, make sure you have:
-
.NET 8 SDK or later
Download from https://dotnet.microsoft.com/download - SQL Server Express (for local development)
- Git – to clone the repository
- (Optional) Docker Desktop – if you want to run the adapter inside a container
git clone https://github.com/Ra-one77/SME_Adapter.git
cd SME_AdapterYou can build the solution in Visual Studio or via command line:
dotnet build SME_Adapter_Clean_Architecture.slnRun the following command in the Package Manager Console (or terminal):
Update-DatabaseThis will create all required tables (e.g., Products, Companies, Documents).
From the root directory, start the Blazor server:
dotnet run --project .\BlazorApp\Then open your browser at https://localhost:7075
You’ll see the welcome screen to set up your Company Details.
If you prefer to use Docker, follow these steps:
docker build -t sme-adapter .docker run -d -p 7075:7075 sme-adapterOpen your browser and go to http://localhost:7075
After successful launch:
- Open the Company Details page and fill in your organisation info.
- Add your first Product and save it.
- Check the Product List to confirm your data was stored.
See Company Details and Product Info for detailed field descriptions.
When you open the SME Adapter for the first time, you will see the Company Details form.
Fill in the required fields:
- Manufacturer Name
- Zip Code
- City
- Country
- (Optional) Upload Company Logo
Click Save and then Next to continue.
After saving company details, you will be asked to enter your first product.
Fill in:
- Product Designation
- Serial Number
- Product Root, Family, and Type
- Order Code / Article Number
- (Optional) Upload Product Image
Click Save. A confirmation will appear.
Navigate to the Products section in the sidebar to see all stored products.
Here you can:
- Verify that your product was stored
- Edit or delete entries
- Add more products
- View product-related documents
🎉 Congratulations – you have successfully set up your company and created your first product!
From here, you can:
- Add more products to your list
- Explore the Troubleshooting section if issues arise
- Integrate the stored data into Asset Administration Shell (AAS) submodels
Getting Started
Your Company
Products
Product Submodels
- Nameplate
- Asset Properties
- Markings
- Technical Data
- Documents
- Carbon Footprint
- Component Characteristics
- 3D Models
Type Code
More