-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
346 additions
and
334 deletions.
There are no files selected for viewing
472 changes: 161 additions & 311 deletions
472
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/apax-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/CU00x.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/GroupBox_other.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS GroupBox_other | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "B1"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS MAIN | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "<#Hello#> <#World#>"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TcoVortexObject.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TcoIxObject | ||
VAR PUBLIC | ||
ix_bool : BOOL; | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestEmpty.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestEmpty | ||
VAR PUBLIC | ||
|
||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestLayoutOverwriting.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
{#ix-attr:[Container(Layout.UniformGrid)]} | ||
CLASS TestLayoutOverwriting | ||
VAR PUBLIC | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestMixed.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestMixed | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Wrap)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestMultipleLayouts.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestMultipleLayouts | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "B1"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestSimple.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestSimple | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "A1"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestSimpleNested.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestSimpleNested | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Tabs)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestStruct.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestStruct | ||
VAR PUBLIC | ||
e:INT; | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestStructMultipleGroups.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestStructMultipleGroups | ||
VAR PUBLIC | ||
e:INT; | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestStructOneGroupWithLayout.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestStructOneGroupWithLayout | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Wrap)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestStructWithMainLayout.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestStructWithMainLayout | ||
VAR PUBLIC | ||
e:INT; | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/TestWithoutLayouts.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS TestWithoutLayouts | ||
VAR PUBLIC | ||
ix_bool : BOOL; | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/VortexComponents.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS IxComponent | ||
VAR PUBLIC | ||
ix_bool : BOOL; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/fbWorldWeatherWatch.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS fbWorldWeatherWatch | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Stack)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/prgWeatherStations.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
{#ix-attr:[Container(Layout.Stack)]} | ||
CLASS prgWeatherStations | ||
VAR PUBLIC | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stBlazor.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stBlazor | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "<#Integer From PLC#>"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stComplex.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stComplex | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "<#Integer From PLC#>"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stComplexUnknown.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stComplexUnknown | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "<#String unknown From PLC#>"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stExample.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stExample | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Tabs)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stLayouts.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stLayouts | ||
VAR | ||
{#ix-set:AttributeName = "B1"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stMultipleLayouts.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stMultipleLayouts | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Tabs)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stSimplePrimitive.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stSimplePrimitive | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "<#Test Integer#>"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTest.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTest | ||
VAR PUBLIC | ||
p1:INT; | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTest2.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTest2 | ||
VAR | ||
testVarString: STRING; | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTest3.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTest3 | ||
VAR PUBLIC | ||
ix_bool : BOOL; | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTestComplex.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTestComplex | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "<#Integer From PLC#>"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTestLayouts.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTestLayouts | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Stack)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTestMultipleNested.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTestMultipleNested | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Tabs)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTestNested.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTestNested | ||
VAR PUBLIC | ||
{#ix-attr:[Container(Layout.Wrap)]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTestPrimitive.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTestPrimitive | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "<#Integer From PLC#>"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/stTestRenderIgnore.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS stTestRenderIgnore | ||
VAR PUBLIC | ||
{#ix-attr:[RenderIgnore()]} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/structWeatherStation.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS structWeatherStation | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "Station name (ICAO)"} | ||
|
1 change: 1 addition & 0 deletions
1
src/AXSharp.blazor/tests/sandbox/ax-blazor-example/src/testingProgram.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS testingProgram | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "instanceOfStPrimitive"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
src/AXSharp.examples/hello.world.console/hello.world.console.plc/hello.world.console.plc.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.5.002.0 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hello.world.console.plc", "ix\hello.world.console.plc.csproj", "{95967F31-AD7A-45FB-99A5-9D93FF332979}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hello_world_console_plc", "ix\hello_world_console_plc.csproj", "{4A4210C5-BB3A-49EA-A83C-E8BA2D7EEBF3}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{95967F31-AD7A-45FB-99A5-9D93FF332979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{95967F31-AD7A-45FB-99A5-9D93FF332979}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{95967F31-AD7A-45FB-99A5-9D93FF332979}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{95967F31-AD7A-45FB-99A5-9D93FF332979}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{4A4210C5-BB3A-49EA-A83C-E8BA2D7EEBF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{4A4210C5-BB3A-49EA-A83C-E8BA2D7EEBF3}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{4A4210C5-BB3A-49EA-A83C-E8BA2D7EEBF3}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{4A4210C5-BB3A-49EA-A83C-E8BA2D7EEBF3}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {667D7F77-00F5-4DAB-B2AF-06185DE7B48D} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
src/sanbox/integration/ix-integration-plc/ix-integration-plc.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.5.002.0 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ix_integration_plc", "ix\ix_integration_plc.csproj", "{D26353F3-13BB-4EF2-8737-64394B9F727B}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{D26353F3-13BB-4EF2-8737-64394B9F727B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{D26353F3-13BB-4EF2-8737-64394B9F727B}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{D26353F3-13BB-4EF2-8737-64394B9F727B}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{D26353F3-13BB-4EF2-8737-64394B9F727B}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {E0DF88D2-E674-451C-92AB-7F9FCDB9E244} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/sanbox/integration/ix-integration-plc/src/all_primitives.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS all_primitives | ||
VAR PUBLIC | ||
myBOOL : BOOL ; | ||
|
1 change: 1 addition & 0 deletions
1
src/sanbox/integration/ix-integration-plc/src/compositeLayout.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{S7.extern=ReadWrite} | ||
CLASS compositeLayout | ||
VAR PUBLIC | ||
{#ix-set:AttributeName = "<#Integer From PLC#>"} | ||
|
Oops, something went wrong.