Skip to content

Commit 47cb898

Browse files
committed
docs: add meter CLI commands to README
- Document connectivity meters get and create commands - Add examples for ABB Totalflow and Fisher ROC Ethernet meter operations
1 parent 1c59c90 commit 47cb898

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,11 @@ dotnet tool update --global atc-kepware-configuration
452452

453453
## Commands
454454

455-
The CLI is organized into two main command groups:
455+
The CLI is organized into two main command groups. The connectivity group includes subcommands for channels, devices, tags, and meters:
456456

457457
### Connectivity Commands
458458

459-
Manage channels, devices, and tags:
459+
Manage channels, devices, tags, and meters:
460460

461461
```bash
462462
# List all channels
@@ -485,6 +485,19 @@ atc-kepware-configuration connectivity tags create tag -s <server-url> \
485485
--address R0001 \
486486
--data-type Word \
487487
--scan-rate 1000
488+
489+
# Get meters for a flow computer meter group
490+
atc-kepware-configuration connectivity meters get abbtotalflow -s <server-url> \
491+
--channel-name MyChannel \
492+
--device-name MyDevice \
493+
--meter-group-name MyMeterGroup
494+
495+
# Create a meter
496+
atc-kepware-configuration connectivity meters create fisherrocethernet -s <server-url> \
497+
--channel-name MyChannel \
498+
--device-name MyDevice \
499+
--meter-group-name MyMeterGroup \
500+
--name MyMeter
488501
```
489502

490503
### IoT Gateway Commands

0 commit comments

Comments
 (0)