File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
270271The ` 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
279281The ` Data ` menu provides access to work with DataViews and DataViewItems and includes submenus:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments