I/O register overview

The IOR is a generic element which allows to write/read from a given hardware register a value. This value type may be one of: int, float, bool but the hardware usually expects a fixed type for a given register.

The IOR has a very wide range of applications it can serve to control the PLC registers, a discrete motor, etc.

See also

I/O register API reference
the I/O register API
IORegister
the I/O register tango device API