Device / Boot / FireInputEventAtPowerup Value

Specifies under which condition the InputX line shall be fired at powerup.

Properties

Format

Name Type/Size Description
FireEventAtPowerup Enumeration (8 bits)

In Autoread mode this values are specifing the states that shall be assumed for input ports before reading them the first time. If the first read results in a different state than specified here, an event will be fired.


Values:
  • Never (0x00)
    Do never fire the corresponding event (no matter what the corresponding input port's state is)
  • IfClear (0x01)
    Fire the corresponding "OnClearXxxx" event if the corresponding input port's state is cleared.
  • IfSet (0x02)
    Fire the corresponding "OnSetXxxx" event if the corresponding input port's state is set.
  • Always (0x03)
    Fire the corresponding event always (no matter what the corresponding input port's state is)