danyill / oscd-tp-multicast-naming

Apache License 2.0
3 stars 2 forks source link

MaxTime for published GE B30 GOOSE messages must be increased #26

Closed danyill closed 1 month ago

danyill commented 1 month ago

We want a MaxTime generally of about 1 s which usually results in a TTL (in the GOOSE message) of 2 s.

However for the GE B30 for implementation reasons this causes a TTL to be sent on the message of 60 s.

We need to set a MaxTime on messages sent by the B30 to 2 s as this is the minimum next value given the B30 only supports increments of 1 s.

Uffel3 commented 1 month ago

I am afraid that I made a mistake. The Max time can stay as it is. I must modify the B30 setting file Time Allowed to live to be 2x max time.

image

image

danyill commented 1 month ago

I am afraid that I made a mistake. The Max time can stay as it is. I must modify the B30 setting file Time Allowed to live to be 2x max time.

OK, thanks for noticing 😉