Changes

Line 1: Line 1:  
===Get Parameters===
 
===Get Parameters===
 
----
 
----
Modbus parameters are held within <b>registers</b>. Each register contains 2 bytes of information. For simplification, the number of registers for storing numbers is 2 (4 bytes), while the number of registers for storing text information is 16 (32 bytes). The register numbers and corresponding system values are described in the table below:
+
Modbus parameters are held within <b>registers</b>. Each register contains 2 bytes of information. For simplification, the number of registers for storing numbers is 2 (4 bytes), while the number of registers for storing text information is 16 (32 bytes).  
 +
{{#ifeq:{{{name}}}|RUTX12|<br><br>To get data from the second modem, you need to execute this command:
 +
 
 +
$  modbus write -D {{#ifeq:{{{series}}}|TRB14X|192.168.2.1|192.168.1.1}} %MW328  12589 12590 12800
 +
 
 +
This command sets it to primary modem:
 +
 
 +
$ modbus write -D {{#ifeq:{{{series}}}|TRB14X|192.168.2.1|192.168.1.1}} %MW328  13101 12544
 +
 
 +
}}
 +
The register numbers and corresponding system values are described in the table below:
 
<br> <br>
 
<br> <br>
 
<table class="nd-othertables">
 
<table class="nd-othertables">
Line 102: Line 112:  
     </tr>
 
     </tr>
 
}}
 
}}
{{#ifeq:{{{name}}}|RUT955|
+
{{#switch:{{{name}}}
 +
| RUT955|RUT956=
 
     <tr>
 
     <tr>
 
       <td>Digital input (DIN1) state</td>
 
       <td>Digital input (DIN1) state</td>
Line 126: Line 137:  
{{#ifeq:{{{analog}}}| 1|
 
{{#ifeq:{{{analog}}}| 1|
 
     <tr>
 
     <tr>
       <td>Analog input (PIN {{#switch:{{{series}}}|TRB2=11|RUT9=9|TRB1=7}}) value</td>
+
       <td>Analog input (PIN {{#switch:{{{series}}}|TRB2=11|RUT9|RUT9M=9|TRB1=7}}) value</td>
 
       <td>141</td>
 
       <td>141</td>
 
         <td>142</td>   
 
         <td>142</td>   
Line 295: Line 306:  
{{#ifeq:{{{name}}}|RUTX12| |
 
{{#ifeq:{{{name}}}|RUTX12| |
 
{{#switch:{{{series}}}
 
{{#switch:{{{series}}}
| TRB1|RUT36X|RUT2=
+
| TRB1|TRB5=|RUT36X|RUT2=
 
| #default =
 
| #default =
 
       <tr>
 
       <tr>
Line 418: Line 429:  
|
 
|
 
     <tr>
 
     <tr>
       <td>Digital non-isolated input (4 PIN connector)</td>
+
       <td>Digital non-isolated input {{#ifeq:{{{name}}}|TRB141|(4 PIN connector)|}}</td>
 
       <td>324</td>
 
       <td>324</td>
 
       <td>325</td>
 
       <td>325</td>
Line 425: Line 436:  
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
       <td>Digital open collector output (4 PIN connector)</td>
+
       <td>Digital open collector output {{#ifeq:{{{name}}}|TRB141|(4 PIN connector)|}}</td>
 
       <td>325</td>
 
       <td>325</td>
 
       <td>326</td>
 
       <td>326</td>
Line 434: Line 445:  
{{#switch:{{{series}}}
 
{{#switch:{{{series}}}
 
|TCR1=
 
|TCR1=
|RUTX|TRB2|RUT9|RUT2|RUT2M=
+
|RUTX|TRB2|RUT9|RUT9M|RUT2|RUT2M=
 
|
 
|
 
     <tr>
 
     <tr>
       <td> PIN 3 direction{{#ifeq:{{{name}}}|TRB141| (4 PIN connector)|}}</td>
+
       <td> PIN 3 direction {{#ifeq:{{{name}}}|TRB141|(4 PIN connector)|}}</td>
 
       <td>326</td>
 
       <td>326</td>
 
       <td>327</td>
 
       <td>327</td>
Line 444: Line 455:  
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
       <td> PIN 4 direction{{#ifeq:{{{name}}}|TRB141| (4 PIN connector)|}}</td>
+
       <td> PIN 4 direction {{#ifeq:{{{name}}}|TRB141|(4 PIN connector)|}}</td>
 
       <td>327</td>
 
       <td>327</td>
 
       <td>328</td>
 
       <td>328</td>
Line 569: Line 580:  
       <td>Text</td>
 
       <td>Text</td>
 
   </tr>
 
   </tr>
 +
    <tr>
 +
      <td> LAN IP </td>
 +
      <td>394</td>
 +
      <td>395</td>
 +
      <td>2</td>
 +
      <td>8 bit unsigned integer</td>
 +
  </tr>{{#ifeq:{{{mobile}}}|1|
 +
    <tr>
 +
      <td> Add SMS </td>
 +
      <td>397</td>
 +
      <td>398</td>
 +
      <td>90</td>
 +
      <td>Text</td>
 +
  </tr>
 +
}}
 
</table>
 
</table>

Navigation menu