Layer overview

2.3 Layer structure

Selmo uses three levels of model description:

πŸ”· Logic Layer

  • States and their transitions

  • Process model: e.g. Init β†’ Wait β†’ Tension β†’ Check

πŸ”· System Layer

  • Linking states with zones

  • so-called bit control (0, S, i) for each zone per state

πŸ”· Parameter Layer

  • Variables such as times, repetitions, positions

  • definable as IN, OUT or INOUT

Last updated

Was this helpful?