From 4794acd607524a8f69c6fe28c0150f033e71cc2e Mon Sep 17 00:00:00 2001 From: David Venhoek Date: Thu, 30 May 2024 11:52:18 +0200 Subject: [PATCH] Sample config for IEC/IEEE 61580 --- docs/examples/conf/statime-61850.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/examples/conf/statime-61850.toml diff --git a/docs/examples/conf/statime-61850.toml b/docs/examples/conf/statime-61850.toml new file mode 100644 index 000000000..ecdc365c5 --- /dev/null +++ b/docs/examples/conf/statime-61850.toml @@ -0,0 +1,17 @@ +# Sample configuration for the IEC/IEEE 61580 power utility profile. +loglevel = "info" # Other values include trace, debug, warn and error + +sdo-id = 0 +domain = 0 +priority1 = 128 +priority2 = 128 + +# Per network interface, include the lines below: +# [[port]] +# interface = "" +# network-mode = "ethernet" +# delay-mechanism = "P2P" +# delay-interval = 0 +# announce-interval = 0 +# sync-interval = 0 +# announce-receipt-timeout = 3