Skip to content

Commit

Permalink
asp
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Nov 24, 2023
1 parent b1f0b43 commit afa94a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cake/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ public override void Run(BuildContext context)
Path.Combine(context.ScrDir, "AXSharp.examples\\hello.world.console\\hello.world.console.plc"),
Path.Combine(context.ScrDir, "AXSharp.connectors\\tests\\ax-test-project\\"),
Path.Combine(context.ScrDir, "tests.integrations\\integrated\\src\\ax\\"),
Path.Combine(context.TemplatesDir, "working\\templates\\axsharpblazor\\ax\\")
Path.Combine(context.TemplatesDir, "working\\templates\\axsharpblazor\\ax\\"),
Path.Combine(context.TemplatesDir, "working\\templates\\axsharpconsole\\ax")

};


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CONFIGURATION MyConfiguration
PROGRAM P1 WITH Main: MyProgram;

VAR_GLOBAL
{S7.extern=ReadWrite}
Counter : ULINT;
END_VAR
END_CONFIGURATION

0 comments on commit afa94a1

Please sign in to comment.