I'd like Vizard to be able to display my spacecraft's state, i.e. the state from the internal state machine. I thought I might be able to use the 'label' field of one of the sensors and keep changing it, but it looks like Vizard only respects the first 'label' sent.
I have a workaround where I convert the state to a number (it's an enum anyway so this was not hard) and use the Storage HUD to display the current state. It works, but then I just have a number on screen and need to refer back to the code to remember what it means. It'd be great if there was a way to just pass in text that could be updated.