123456789101112131415161718 |
- [[inputs.opcda]]
- # Measurement name
- name = "sim"
- # OPC DA server
- server = "KingView.View.1"
- # First successful node in the list is used
- nodes = ["192.168.1.200"]
- # Node ID configuration
- # item - OPC DA Item Name or ItemID
- # name - field name to use in the output (optional)
- # tags - extra tags to be added to the output metric (optional)
- # Example:
- items = [
- { item = "Tags.TESTAI939"}
- ]
|