Skip to content

Commit

Permalink
Update libplctag.md
Browse files Browse the repository at this point in the history
Signed-off-by: timyhac <timyhac@gmail.com>
  • Loading branch information
timyhac authored Jul 12, 2024
1 parent e8f8769 commit b025f36
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/libplctag.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ output = myTag.Read();
Console.WriteLine($"Updated value: {output}");
```

See the examples projects for further detail and usage:

* [C# (.NET)](src/Examples/CSharp%20DotNetCore)
* [C# (.NET Framework)](src/Examples/CSharp%20DotNetFramework)
* [VB.NET](src/Examples/VB.NET%20DotNetCore/Program.vb)

## Introduction

A tag is a local reference to a region of PLC memory.
Expand Down Expand Up @@ -135,11 +141,3 @@ The libplctag package depends on the core libplctag libraries which are written
The delivery of these files, and the interop to the .NET environment is provided by the [libplctag.NativeImport](https://www.nuget.org/packages/libplctag.NativeImport/) package.

Information on this package can be found [here](libplctag.NativeImport.md).

## Examples

For more detail and further usage, see the examples in the example projects:

* [C# (.NET)](src/Examples/CSharp%20DotNetCore)
* [C# (.NET Framework)](src/Examples/CSharp%20DotNetFramework)
* [VB.NET](src/Examples/VB.NET%20DotNetCore/Program.vb)

0 comments on commit b025f36

Please sign in to comment.