almost there… just pass them into the relevant ui nodes… only thing to note is that the input to the switch must be of the same type as it is set to send out… so if it send a string “1” then you need to send in a string “1” and not a number 1. Likewise just send the values you want into the slider and numeric to pre-load them.
This is a great solution to setting initail values when NR starts. What about when the UI connects? I would like to have a set of initial values each time the user connects. Thanks.