Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

214 idea explore possibility of using web api connector with tia portal project for simple data exchange #232

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d5c9c74
Create draft PR for #214
PTKu Aug 24, 2023
a5f3981
wip
PTKu Sep 4, 2023
65d154d
Merge branch 'dev' into 214-_IDEA_Explore_possibility_of_using_WebAPI…
PTKu Sep 7, 2023
422af92
wip
PTKu Sep 7, 2023
18f9170
wip
PTKu Sep 7, 2023
4ee6590
added experimental implementation of recursive array iteration, wip
Specter-13 Sep 11, 2023
5239ae0
Merge branch 'dev' into 214-_IDEA_Explore_possibility_of_using_WebAPI…
Specter-13 Sep 11, 2023
8311d4a
added logic for handling arrays recursively, added bool for web api l…
Specter-13 Sep 11, 2023
e4eabb4
added intitial implementation of tiaroot serializer, wip
Specter-13 Sep 13, 2023
a4126b8
code hugely refactored, added simple tool for generating serialized t…
Specter-13 Sep 14, 2023
15d35c0
Merge branch 'dev' into 214-_IDEA_Explore_possibility_of_using_WebAPI…
PTKu Sep 14, 2023
4c23b17
wip on test and refactoring
Specter-13 Sep 18, 2023
8ff365a
Merge branch '214-_IDEA_Explore_possibility_of_using_WebAPI_connector…
Specter-13 Sep 18, 2023
99d63ea
added implementation of scanning by symbol for tia2ax, refactoring, d…
Specter-13 Sep 20, 2023
697484f
Create draft PR for #230
PTKu Sep 20, 2023
83db431
fixes array generation in globals
PTKu Sep 20, 2023
bd67981
uncomment arrays
Specter-13 Sep 20, 2023
81e5b0c
Merge branch '214-_IDEA_Explore_possibility_of_using_WebAPI_connector…
PTKu Sep 20, 2023
2cce96b
parent of an array declared in config is now this.Connector
PTKu Sep 20, 2023
a40ab82
added ignoring multidimensional arrays
Specter-13 Sep 20, 2023
502fcbb
remove arrays for successful build
Specter-13 Sep 20, 2023
ae2780e
Merge branch 'dev' into 214-_IDEA_Explore_possibility_of_using_WebAPI…
PTKu Sep 20, 2023
1f90fa0
Merge branch '230-_BUG_Arrays_instantiated_in_configuration_st_transp…
PTKu Sep 20, 2023
ccaa21f
Merge branch 'dev' into 214-_IDEA_Explore_possibility_of_using_WebAPI…
PTKu Sep 20, 2023
1bf3cef
test fix
PTKu Sep 20, 2023
374d518
Merge branch '214-_IDEA_Explore_possibility_of_using_WebAPI_connector…
PTKu Sep 20, 2023
d619175
adds package info
PTKu Sep 20, 2023
37d24fe
Merge branch 'dev' into 214-_IDEA_Explore_possibility_of_using_WebAPI…
PTKu Sep 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/AXSharp-packable-only.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
"AXSharp.abstractions\\src\\AXSharp.Abstractions\\AXSharp.Abstractions.csproj",
"AXSharp.blazor\\src\\AXSharp.Presentation.Blazor.Controls\\AXSharp.Presentation.Blazor.Controls.csproj",
"AXSharp.blazor\\src\\AXSharp.Presentation.Blazor\\AXSharp.Presentation.Blazor.csproj",
"AXSharp.compiler\\src\\AXSharp.Compiler.Abstractions\\AXSharp.Compiler.Abstractions.csproj",
"AXSharp.compiler\\src\\AXSharp.Compiler\\AXSharp.Compiler.csproj",
"AXSharp.compiler\\src\\AXSharp.Cs.Compiler\\AXSharp.Compiler.Cs.csproj",
"AXSharp.compiler\\src\\AXSharp.Compiler.Abstractions\\AXSharp.Compiler.Abstractions.csproj",
"AXSharp.compiler\\src\\ixc\\AXSharp.ixc.csproj",
"AXSharp.compiler\\src\\ixd\\AXSharp.ixd.csproj",
"AXSharp.compiler\\src\\ixr\\AXSharp.ixr.csproj",
"AXSharp.connectors\\src\\AXSharp.Connector.S71500.WebAPI\\AXSharp.Connector.S71500.WebAPI.csproj",
"AXSharp.connectors\\src\\AXSharp.Connector\\AXSharp.Connector.csproj",
"AXSharp.tools\\tests\\AXSharp.LocalizablesToResx.Tests\\AXSharp.LocalizablesToResx.Tests.csproj"
"AXSharp.connectors\\src\\AXSharp.TIA.Connector\\AXSharp.TIA2AXSharp.csproj",
"AXSharp.tools\\src\\AXSharp.TIA2AXTool\\AXSharp.TIA2AXTool.csproj"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<!--NuGet Specific part-->
<Description> Provides some features of AX# for TIA portal based projects.</Description>

<!-- NuGet Common part-->
<PackageProjectUrl>https://github.com/ix-ax/</PackageProjectUrl>
<RepositoryUrl>https://github.com/ix-ax/axsharp</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>ix-ax</Authors>
<Copyright>(c) Peter Kurhajec and Contributors</Copyright>
<PackageTags>simatix-ax, PLC, industrial automation, SCADA, HMI</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Title>Ix Web API</Title>
<PackageIcon>icon_128_128.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>
Release notes are published here:
https://github.com/ix-ax/axsharp/releases
</PackageReleaseNotes>
<PackageReadmeFile>NUGET-README.md</PackageReadmeFile>
</PropertyGroup>


Expand Down