Signal IO domain - modelint/types GitHub Wiki

The Signal IO (SIO) domain is responsible for communicating with sensor and actuators via digital and/or analog means.

Nothing special has been rigged up for our Elevator Case Study.

But there are at least two excellent modeled implementations of SIO domains.

One of them is in Chapter 7 of our book Models to Code (see resources section of wiki).

The other is in an implementation of a Monarch butterfly detection grid, thoughougly documented here.