Details
Description
If an IO Device has only input submodules and no outputs at all then the IO Controller will never signal "RUN" in its cyclic frames sent to this IO Device automatically.
The change from "STOP" to "RUN" is done with the first update of IO data provided by the host. However for input-only IO Devices a host may never write IO data as there is none. For this special case it seems appropriate to directly use "RUN" instead of "STOP".
This is just a cosmetic issue as
- IO Devices shall not derive any information from APDU_STATUS.RUN
- IOPS / IOCS is still handled correctly by IO Controller