Skip to content

Commit 89525c3

Browse files
committed
Update docs
1 parent f173563 commit 89525c3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

doc/images/client_toolbar.png

1.13 KB
Loading

doc/input/client/client.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ bind newly created device to selected port;
265265
* `Clear All Devices` - delete all devices for selected port;
266266
* `Import Port...` - import new port in project from file in `xml`-format;
267267
* `Export Port...` - export selected port in project to file in `xml`-format;
268+
* `Statistics...` - open statistics window for current port.
268269

269270
### Device
270271
The `Device` menu provides access to work with device and includes submenus:
@@ -274,6 +275,7 @@ In this menu port for current device can be changed;
274275
* `Delete Device` - delete active device;
275276
* `Import Device...` - import new device in project from file in `xml`-format;
276277
* `Export Device...` - export selected device in project to file in `xml`-format;
278+
* `Statistics...` - open statistics window for current device.
277279

278280
### Data
279281
The `Data` menu provides access to work with DataViews and DataViewItems and includes submenus:

doc/input/server/server.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ set unit reference(s);
417417
* `Delete Device` - delete selected device from current port;
418418
* `Import Port...` - import new port in project from file in `xml`-format;
419419
* `Export Port...` - export selected port in project to file in `xml`-format;
420+
* `Statistics...` - open statistics window for current port.
420421

421422
### Device
422423

@@ -428,13 +429,14 @@ In this menu port for current device can be changed;
428429
* `Delete Device` - delete active device;
429430
* `Import Device...` - import new device in project from file in `xml`-format;
430431
* `Export Device...` - export selected device in project to file in `xml`-format;
431-
* `Zerro Memory` – zerro all memory values in current memory tab of active device;
432-
* `Zerro Memory All` - zerro all memory values of all memory types of active device;
432+
* `Zero Memory` – zerro all memory values in current memory tab of active device;
433+
* `Zero Memory All` - zerro all memory values of all memory types of active device;
433434
* `Import Memory...` - fill current memory values from file in `.csv` format;
434435
* `Export memory` - dump current memory values to file in `.csv` format;
435436
* `Script Init...` - open initialize script for current device;
436437
* `Script Loop...` - open loop script for current device;
437438
* `Script Final...` - open finalize script for current device;
439+
* `Statistics...` - open statistics window for current device.
438440

439441
### Data
440442

doc/input/shared/mainpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Supported Modbus functions:
2424
* `20` (`0x14`) - `READ_FILE_RECORD` (v0.5+)
2525
* `21` (`0x15`) - `WRITE_FILE_RECORD` (v0.5+)
2626
* `22` (`0x16`) - `MASK_WRITE_REGISTER` (v0.3+)
27-
* `23` (`0x17`) - `READ_WRITE_MULTIPLE_REGISTERS` (since v0.3)
27+
* `23` (`0x17`) - `READ_WRITE_MULTIPLE_REGISTERS` (v0.3+)
2828
* `24` (`0x18`) - `READ_FIFO_QUEUE` (v0.5+)
2929
* `43/14` (`0x2B/0x0E`) - `READ_DEVICE_ID` (v0.5+)
3030

0 commit comments

Comments
 (0)