Skip to content

Commit 3943a96

Browse files
PTKuSpecter-13
andauthored
214 idea explore possibility of using web api connector with tia portal project for simple data exchange (#232)
* Create draft PR for #214 * wip * wip * added experimental implementation of recursive array iteration, wip * added logic for handling arrays recursively, added bool for web api login to stay connected * added intitial implementation of tiaroot serializer, wip * code hugely refactored, added simple tool for generating serialized tiarootobject * wip on test and refactoring * added implementation of scanning by symbol for tia2ax, refactoring, docu and bug fixin * Create draft PR for #230 * fixes array generation in globals * uncomment arrays * parent of an array declared in config is now this.Connector * added ignoring multidimensional arrays * remove arrays for successful build * test fix * adds package info --------- Co-authored-by: PTKu <[email protected]> Co-authored-by: Specter-13 <[email protected]>
1 parent 7eaaecf commit 3943a96

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

src/AXSharp-packable-only.slnf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
"AXSharp.abstractions\\src\\AXSharp.Abstractions\\AXSharp.Abstractions.csproj",
66
"AXSharp.blazor\\src\\AXSharp.Presentation.Blazor.Controls\\AXSharp.Presentation.Blazor.Controls.csproj",
77
"AXSharp.blazor\\src\\AXSharp.Presentation.Blazor\\AXSharp.Presentation.Blazor.csproj",
8+
"AXSharp.compiler\\src\\AXSharp.Compiler.Abstractions\\AXSharp.Compiler.Abstractions.csproj",
89
"AXSharp.compiler\\src\\AXSharp.Compiler\\AXSharp.Compiler.csproj",
910
"AXSharp.compiler\\src\\AXSharp.Cs.Compiler\\AXSharp.Compiler.Cs.csproj",
10-
"AXSharp.compiler\\src\\AXSharp.Compiler.Abstractions\\AXSharp.Compiler.Abstractions.csproj",
1111
"AXSharp.compiler\\src\\ixc\\AXSharp.ixc.csproj",
1212
"AXSharp.compiler\\src\\ixd\\AXSharp.ixd.csproj",
1313
"AXSharp.compiler\\src\\ixr\\AXSharp.ixr.csproj",
1414
"AXSharp.connectors\\src\\AXSharp.Connector.S71500.WebAPI\\AXSharp.Connector.S71500.WebAPI.csproj",
1515
"AXSharp.connectors\\src\\AXSharp.Connector\\AXSharp.Connector.csproj",
16-
"AXSharp.tools\\tests\\AXSharp.LocalizablesToResx.Tests\\AXSharp.LocalizablesToResx.Tests.csproj"
16+
"AXSharp.connectors\\src\\AXSharp.TIA.Connector\\AXSharp.TIA2AXSharp.csproj",
17+
"AXSharp.tools\\src\\AXSharp.TIA2AXTool\\AXSharp.TIA2AXTool.csproj"
1718
]
1819
}
1920
}

src/AXSharp.connectors/src/AXSharp.TIA.Connector/AXSharp.TIA2AXSharp.csproj

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
8+
<!--NuGet Specific part-->
9+
<Description> Provides some features of AX# for TIA portal based projects.</Description>
10+
11+
<!-- NuGet Common part-->
12+
<PackageProjectUrl>https://github.com/ix-ax/</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/ix-ax/axsharp</RepositoryUrl>
14+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
15+
<Authors>ix-ax</Authors>
16+
<Copyright>(c) Peter Kurhajec and Contributors</Copyright>
17+
<PackageTags>simatix-ax, PLC, industrial automation, SCADA, HMI</PackageTags>
18+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19+
<Title>Ix Web API</Title>
20+
<PackageIcon>icon_128_128.png</PackageIcon>
21+
<RepositoryType>git</RepositoryType>
22+
<IncludeSymbols>True</IncludeSymbols>
23+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
25+
<PackageReleaseNotes>
26+
Release notes are published here:
27+
https://github.com/ix-ax/axsharp/releases
28+
</PackageReleaseNotes>
29+
<PackageReadmeFile>NUGET-README.md</PackageReadmeFile>
730
</PropertyGroup>
831

932

0 commit comments

Comments
 (0)