Skip to content

Labels above binary in timing diagram wanted #888

@innovation-plantation

Description

@innovation-plantation

Labels can appear above concise and robust waveforms but not above binary in timing diagrams.

I'd like to label bits like idle, start, lsb, bit1, bit2,..., stop for example in a serial protocol illustration.
I don't see why the labels capability offered in the other diagrams should be missing for binary.

I've been working around it using robust instead of binary, but there are limitations, for example, the
signal always starts in the low level.

Could this functionality be added for binary as well?

Test case:

@startuml 
binary  "Binary"  as B
concise "Concise" as C
robust  "Robust"  as R

@0
B is high: idle
C is hello: what
R is state0: init

@100
B is low: start
C is world: who
R is state1: run
@enduml 

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions