Site updated at 2018-01-24 07:52:15 UTC

This commit is contained in:
Travis CI 2018-01-24 07:52:15 +00:00
parent 8e774be069
commit e21db9325c
63 changed files with 162 additions and 955 deletions

View file

@ -110,8 +110,7 @@
</div>
<p>Service parameters:</p>
<ul>
<li><strong>adsvar</strong>: Name of the variable on the ADS device. To access global variables on <em>TwinCAT2</em> use a prepending dot <code class="highlighter-rouge">.myvariable</code>, for TwinCAT3 use
<code class="highlighter-rouge">GBL.myvariable</code>.</li>
<li><strong>adsvar</strong>: Name of the variable on the ADS device. To access global variables on <em>TwinCAT2</em> use a prepending dot <code class="highlighter-rouge">.myvariable</code>, for TwinCAT3 use <code class="highlighter-rouge">GBL.myvariable</code>.</li>
<li><strong>adstype</strong>: Specify the type of the variable. Use one of the following: <code class="highlighter-rouge">int</code>, <code class="highlighter-rouge">byte</code>, <code class="highlighter-rouge">uint</code>, <code class="highlighter-rouge">bool</code></li>
<li><strong>value</strong>: The value that will be written in the variable.</li>
</ul>