User Specific OSC

I was asked to develop a sensor package to allow a console operator to have realtime feedback of a remote device  I've settled on OSC because it allows me to push both a numeric measurement value and error messages.  I'm struggling a bit with formatting my osc message.  to be able to display arbitrary OSC text on an EOS Magic Sheet, I'm using dummy beam pallets and updating the label for them once a second.  

/eos/set/bp/x/label=xyz is working great

But I'd love to be able to force that to user 0, or a specific user.  in testing, when i'm sending that many OSC messages as the active user I have some trouble with the CIA disappearing when saving or exiting because the OSC label command is taking priority.

/eos/user/0/set/bp/x/label=xyz doesn't work, it just selects the beam pallet, and doesn't label it.

Related