31,703
edits
No edit summary |
|||
Line 136: | Line 136: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th>Field | <th>Field</th> | ||
<th>Value</th> | <th>Value</th> | ||
<th>Description</th> | <th>Description</th> | ||
Line 142: | Line 142: | ||
<tr> | <tr> | ||
<td>Name</td> | <td>Name</td> | ||
<td>string; | <td>string; default: <b>Unnamed Parameter</b></td> | ||
<td>Request name. Used for easier management purposes</td> | <td>Request name. Used for easier management purposes.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Data type</td> | <td>Data type</td> | ||
<td>8bit INT | 8bit UINT | 16bit INT, high byte first | 16bit INT, low byte first | 16bit UINT, high byte first | 16bit UINT, low byte first | 32bit float, Byte order 1,2,3,4 | 32bit float, Byte order 4,3,2,1 | 32bit float, Byte order 2,1,4,3 | 32bit float, Byte order 3,4,1,2; | <td>8bit INT | 8bit UINT | 16bit INT, high byte first | 16bit INT, low byte first | 16bit UINT, high byte first | 16bit UINT, low byte first | 32bit float, Byte order 1,2,3,4 | 32bit float, Byte order 4,3,2,1 | 32bit float, Byte order 2,1,4,3 | 32bit float, Byte order 3,4,1,2; default: <b>16bit INT, high byte first</b></td> | ||
<td>How read data will be stored</td> | <td>How read data will be stored.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Function</td> | <td>Function</td> | ||
<td>1 | 2 | 3 | 4 | 5 | 6 | 15 | 16; | <td>1 | 2 | 3 | 4 | 5 | 6 | 15 | 16; default: <b>3</b></td> | ||
<td>A function code specifies the type of register being addressed by a Modbus request. The codes represent these functions:<br> | <td>A function code specifies the type of register being addressed by a Modbus request. The codes represent these functions:<br> | ||
<ul> | <ul> | ||
Line 168: | Line 168: | ||
<tr> | <tr> | ||
<td>First Register</td> | <td>First Register</td> | ||
<td>integer [0..65535]; | <td>integer [0..65535]; default: <b>1</b></td> | ||
<td>First Modbus register from which data will be read</td> | <td>First Modbus register from which data will be read.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Number of Registers</td> | <td>Number of Registers</td> | ||
<td>integer [1..2000]; | <td>integer [1..2000]; default: <b>none</b></td> | ||
<td>Number of Modbus registers that will be read during the request</td> | <td>Number of Modbus registers that will be read during the request.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enabled</td> | <td>Enabled</td> | ||
<td>yes | no; | <td>yes | no; default: <b>no</b></td> | ||
<td>Turns the request | <td>Turns the request on or off.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Test</td> | <td>Test</td> | ||
<td>- (interactive button)</td> | <td>- (interactive button)</td> | ||
<td>Generates a Modbus request according to given parameters in order to test the request configuration. You must first save the configuration before you can use the Test button</td> | <td>Generates a Modbus request according to given parameters in order to test the request configuration. You must first save the configuration before you can use the Test button.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Delete</td> | <td>Delete</td> | ||
<td>- (interactive button)</td> | <td>- (interactive button)</td> | ||
<td>Deletes the request</td> | <td>Deletes the request.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Add</td> | <td>Add</td> | ||
<td>- (interactive button)</td> | <td>- (interactive button)</td> | ||
<td>Adds a new request configuration</td> | <td>Adds a new request configuration.</td> | ||
</tr> | </tr> | ||
</table> | </table> |