Skip to content

Commit

Permalink
fix(modbus): typo in address description
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Apr 20, 2022
1 parent 1226790 commit 05201a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/protocols/modbus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3>Form terms</h3>

<tr>
<td><code>modbus:address</code></td>
<td>Specifies the starting address of the modbus operations</td>
<td>Specifies the starting address of the Modbus operations</td>
<td>required</td>
<td><a href="http://www.w3.org/2001/XMLSchema#integer">integer</a></td>

Expand Down
2 changes: 1 addition & 1 deletion ontology/modbus.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Introduction</h2>
<section><h4>Request</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#Request</code></p><span>A Request message is sent by a client device to a server device. The comunication client/server stats only with a request sent by the client.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#a-modbus-message">A Modbus Message</a></code></td></tr></tbody></table></section>
<section><h4>Response</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#Response</code></p><span>A Response message is sent by a server device to client device in return to a client's query.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#a-modbus-message">A Modbus Message</a></code></td></tr><tr><td>Super-class of</td><td><code><a href="#exception-response">Exception response</a></code><br><code><a href="#normal-response">Normal response</a></code></td></tr></tbody></table></section>
<section><h4>Exception code</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#ResponseCode</code></p><span>For an Exception Response, the server returns an exception code as data response field. Exception code defines the server condition that caused the exception as well as the reason of the error.</span><table class="def"><tbody><tr><td>Sub-class of</td><td><code><a href="#data-field">Data Field</a></code></td></tr><tr><td>Enumeration members</td><td><code><a href="#illegal-function">ILLEGAL FUNCTION</a></code><br><code><a href="#illegal-data-address">ILLEGAL DATA ADDRESS</a></code><br><code><a href="#illegal-data-value">ILLEGAL DATA VALUE</a></code><br><code><a href="#slavedevice-failure">SLAVEDEVICE FAILURE</a></code><br><code><a href="#acknowledge">ACKNOWLEDGE</a></code><br><code><a href="#slavedevice-buisy">SLAVEDEVICE BUISY</a></code></td></tr></tbody></table></section></section><section><h3>Object Properties</h3><section><h4>hasEntity</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#hasEntity</code></p><span>A registry type to let the runtime automatically detect the right function code</span><table class="def"><tbody><tr><td>Domain</td><td><code><a href="#request">Request</a></code></td></tr><tr><td>Range</td><td><code><a href="#entity">Entity</a></code></td></tr></tbody></table></section>
<section><h4>hasFunction</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#hasFunction</code></p><span>Function Code sent by the master in every request. Specifying the desired interaction.</span><table class="def"><tbody><tr><td>Domain</td><td><code><a href="#normal-response">Normal response</a></code><br><code><a href="#request">Request</a></code></td></tr><tr><td>Range</td><td><code><a href="#function">Function</a></code></td></tr></tbody></table></section></section><section><h3>Datatype Properties</h3><section><h4>hasAddress</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#hasAddress</code></p><span>Specifies the starting address of the modbus operations</span><table class="def"><tbody><tr><td>Domain</td><td><code><a href="#request">Request</a></code></td></tr><tr><td>Range</td><td><code><a href="http://www.w3.org/2001/XMLSchema#integer">integer</a></code></td></tr></tbody></table></section>
<section><h4>hasFunction</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#hasFunction</code></p><span>Function Code sent by the master in every request. Specifying the desired interaction.</span><table class="def"><tbody><tr><td>Domain</td><td><code><a href="#normal-response">Normal response</a></code><br><code><a href="#request">Request</a></code></td></tr><tr><td>Range</td><td><code><a href="#function">Function</a></code></td></tr></tbody></table></section></section><section><h3>Datatype Properties</h3><section><h4>hasAddress</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#hasAddress</code></p><span>Specifies the starting address of the Modbus operations</span><table class="def"><tbody><tr><td>Domain</td><td><code><a href="#request">Request</a></code></td></tr><tr><td>Range</td><td><code><a href="http://www.w3.org/2001/XMLSchema#integer">integer</a></code></td></tr></tbody></table></section>
<section><h4>hasCodeNumber</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#hasCodeNumber</code></p><span>Specifies the Modbus function/exception code number</span><table class="def"><tbody><tr><td>Domain</td><td><code><a href="#exception-function">Exception function</a></code><br><code><a href="#function">Function</a></code><br><code><a href="#exception-code">Exception code</a></code></td></tr><tr><td>Range</td><td><code><a href="http://www.w3.org/2001/XMLSchema#integer">integer</a></code></td></tr></tbody></table></section>
<section><h4>hasPollingTime</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#hasPollingTime</code></p><span>Modbus TCP maximum polling rate. The Modbus specification does not define a maximum or minimum allowed polling rate, however specific implementations might introduce such limits. Defined as integer of milliseconds.</span><table class="def"><tbody><tr><td>Domain</td><td><code><a href="#request">Request</a></code></td></tr><tr><td>Range</td><td><code><a href="http://www.w3.org/2001/XMLSchema#integer">integer</a></code></td></tr></tbody></table></section>
<section><h4>hasQuantity</h4><p>IRI: <code>https://www.w3.org/2019/wot/modbus#hasQuantity</code></p><span>Specifies the amount of either registers or coils to be read or written to</span><table class="def"><tbody><tr><td>Domain</td><td><code><a href="#request">Request</a></code></td></tr><tr><td>Range</td><td><code><a href="http://www.w3.org/2001/XMLSchema#integer">integer</a></code></td></tr></tbody></table></section>
Expand Down
2 changes: 1 addition & 1 deletion ontology/modbus.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ binding:assignment rdf:type owl:AnnotationProperty .
:hasAddress rdf:type owl:DatatypeProperty ;
rdfs:domain :Request ;
rdfs:range xsd:integer ;
rdfs:comment "Specifies the starting address of the modbus operations"@en ;
rdfs:comment "Specifies the starting address of the Modbus operations"@en ;
rdfs:label "hasAddress"@en ;
binding:assignment binding:required .

Expand Down

0 comments on commit 05201a2

Please sign in to comment.