@startuml Vitals_Data(id=Vitals_Data) participant TD as TD participant SW as SW participant UI as UI actor USER as US 'Possible actions and interaction types ' External on CANBus ' TD -> SW: MSG: Message ' SW -> TD: MSG: Message ' Internal to the application ' XX -> YY: CMD: Command ' XX -> XX: ACT: Action ' External on OS/FS ' SW -> Script: ACT: Command ' Script -> OS: CMD: Command ' Script -> SW: MSG: Message ' OS -> Script: MSG: Message ' US -> UI: User actions are: ' ASK: Display a ' ENT: User enters a value or string ' TCH: User touches a button (RadioButton, CheckBox, ...) ' SCL: User scrolls a flip-able area == Vitals Data == TD -> SW: MSG: [x65: #3] \nTD Vitals Data\n(U32) mSystolic\n(U32) mDiastolic\n(U32) mHeartRate SW -> UI: CMD: Update Vitals Data\n(U32) mSystolic\n(U32) mDiastolic\n(U32) mHeartRate UI -> US: ACT: Display updated Values @enduml