-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
In our synnax control system, we sometimes want to deny a switch from actuating. Our python back end checks if a switch should change every time a switch attempts to actuate in the console. If we don’t want it to actuate, we have to quickly actuate and then unactuate the switch to clear the cmd channel for the next actuation attempt. If we don’t do this, we will have to actuate twice, first to reset the cmd channel and next to actually actuate. If we don’t do the double write, but do write the unactuated state, the same double clicking behavior occurs because we haven’t cleared the cmd channel. There should be a simple way to write that we don’t want to change without a single write
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels