Set 2 command chips on a single craft.
Set a program on command chip A that braodcast [throttle] with [input:throttle] to craft
.
Set a program on command chip B that recieved [throttle] with [data]
-> display [data]
-> set [throttle] to [data]
Set an engine controlled by command chip B
Observe the display block correctly displays "throttle" input but the engine connected to command chip B doesn't fire.
This is not a problem of broadcast or recieve block: If you change the last block to set [throttle] to [1]
then the engine fires with full throttle when you input throttle on the command chip A.
@AndrewGarrison Glad to hear that!