TL;DR
A mode to manipulate Named Logistic GroupWhat?
Naming operation:Input
-Named Logistic Group
-Signal(s) and/or strings
Output
-Rename the group to the input string with/without signals as formatted.
Write operation:
Input
-Named Logistic Group
-Signal(s)
Output
-Update the existing signals with the input values. Ignores signals not present in the Named Logistic Group. Signals with null values are still in the group (just like they are currently).
-Multiple write (collision) to the same Named Logistic Group is resolved by summing up the values of writes for each signal
-Does not change import origin (import from) or minimum custom payload
Payload operation:
-Named Logistic Group
-Target signal (note the singular)
-Minimum payload (constant or a value of a signal)
-Origin (one of the qualified planet)
-Update signal (a signal that is not the same as the target signal with a value > 0)
Output
-Target signal outputs a constant value of 1 if setting is successfully updated and a -1 if not. The update happens only when the value of the update signal is > 0 and must be present for at least 60 ticks.