Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.12 KB

File metadata and controls

40 lines (22 loc) · 1.12 KB
  1. Machine power gets switched on
  2. After boot, connects to hardcoded SSID of Scanomat
  3. Should probably go into some kind of factory mode
  4. Handshakes with Mender
  5. Mender creates instance of machine in IOT HUB (integration)
  6. Factory SW tool programs serial, model, recipee and setup
  7. Data gets synced with IOT HUB / Device Twin
  8. Machine leaves factory mode, before ready to ship (resets counters etc)
sequenceDiagram
    Note left of client: Machine power get switched on
    Note left of client: After boot, connects to hardcoded SSID/Wifi of
    Note left of client: Goes into Factory mode Scanomat
    
    client ->> Mender : Handshakes with Mender 

    Mender ->> IOT HUB: Creates instance of machine in IOT HUB
    
    Note left of client:.
    Note left of client:.
    
    Factory Tool ->> client: Factory SW tool programs serial, model, recipee and setup
    
    Note left of client: After upload machine changes state

    client ->> IOT HUB: Data gets synced with IOT HUB / Device Twin

    Note left of client: Machine leaves factory mode, before ready to ship (resets counters etc)    

    
Loading