-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathTwinCAT.XAE.AdsTool.nuspec
More file actions
30 lines (30 loc) · 1.2 KB
/
TwinCAT.XAE.AdsTool.nuspec
File metadata and controls
30 lines (30 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>TwinCAT.XAE.AdsTool</id>
<version>0.0.0</version>
<title>AdsTool</title>
<authors>Beckhoff Automation</authors>
<owners>Beckhoff Automation</owners>
<projectUrl>https://github.com/Beckhoff/ADS</projectUrl>
<licenseUrl>https://github.com/Beckhoff/ADS/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
ADS offers many possibilities to access TwinCAT systems. This tool
is intended to make use of that from the command line. With the 'raw'
command it should be possible to issue any ADS read/write access from your
command line. Additionally some comfort functions are implemented such as:
- access PLC variables
- access files
- access TwinCAT state
</description>
<summary>command line tool to access TwinCAT systems via ADS</summary>
<copyright>MIT license</copyright>
<tags>ads</tags>
<docsUrl>https://github.com/Beckhoff/ADS</docsUrl>
</metadata>
<files>
<file src="build\adstool.exe" target="tools" />
<file src="build\tcadstool.exe" target="tools" />
</files>
</package>