opcda.conf 439 B

123456789101112131415161718
  1. [[inputs.opcda]]
  2. # Measurement name
  3. name = "sim"
  4. # OPC DA server
  5. server = "KingView.View.1"
  6. # First successful node in the list is used
  7. nodes = ["192.168.1.200"]
  8. # Node ID configuration
  9. # item - OPC DA Item Name or ItemID
  10. # name - field name to use in the output (optional)
  11. # tags - extra tags to be added to the output metric (optional)
  12. # Example:
  13. items = [
  14. { item = "Tags.TESTAI939"}
  15. ]