Ability to mix binary and concise in the same signal for timing diagrams

0 votes
asked Mar 29, 2022 in Wanted features by EtienneA (180 points)

Hi,

I have a diagram showing SPI waveform. On the MOSI (or MISO) bus, I use concise because I want to show the higher-level view of data words being exchanged. However, between transfers, I want to show the logical state of the line (i.e. low). One solution would be to allow a signal nature to be changed dynamically between concise and binary. Another solution would be to make binary values always available to concise as special values by using {low} or {high}:

@startuml
concise "Web User" as WU

@0
WU is {low}

@100
WU is A1

@200
WU is {-}

@300
WU is {hidden}

@400
WU is A3

@500
WU is {high}
@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...