This functionality is only available for certain module packages.

You are here: EEC > PLC > IO generation > IO generator actions

IO generator actions

The IO generator offers the following FieldBusCommand-derived commands:

  1. Plc.GenerateFieldbusCommand: Generates all start addresses and connections. Existing connections and start addresses are new created. Start addresses and connections which are determined by formulas remain unchanged.
  2. Plc.UpdateFieldbusCommand: Generates start addresses and connections of control components, sensors and actuators, which have no connection or start address yet and of sensors and actuators, whose connections do not exist anymore (e.g. because a control component is deleted).
  3. Plc.GenerateFieldbusCommand: Generates all start addresses and connections new. Connections and start addresses, which are calculated by formulas are replaced.
  4. Plc.ResetFieldbusCommand: Deletes all start addresses and connections.
  5. Plc.RecreateAddressesCommand: Generates all start addresses new. This command only affects control components, sensors and actuators remain unaffected.
  6. Plc.UpdateAddressesCommand: Supplements the addresses that are not yet available. This command only affects control components, sensors and actuators remain unaffected.
  7. Plc.OverwriteAddressesCommand: Creates new start addresses, any existing formulas for start addresses are not taken into account, sensors and actuators remain unaffected.
  8. Plc.ResetAddressesCommand: Deletes previously calculated start addresses, while leaving connections unaffected.
  9. Plc.RegenerateConnectionsCommand: Generates all connections new. This command only affects sensors and actuators, control components remain unaffected.
  10. Plc.UpdateConnectionsCommand: Creates the non-existing connections. This command only affects sensors and actuators, control components remain unaffected.
  11. Plc.OverwriteConnectionsCommand: Generates all connections new. Connections, which are calculated by formulas are replaced. This command only affects sensors and actuators, control components remain unaffected.
  12. Plc.ResetConnectionsCommand: Deletes previously calculated connections. This command only affects sensors and actuators, control components remain unaffected.
  13. In the Console view, error messages, warnings, and information from the IO generator are displayed.