Logix
Overview
Main logix object representing a complete logix operation
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Constants | Constants are fixed values that can be used throughout this Logix file. They can be used in any read slots, but can not be written to. | Basic Type Block Group | No |
Public Functions | Public functions can be called/used from another Logix file, Template or Trigger in this workspace. You should have at least one public function. You could describe functions as `Formulas`, `Workflows`, `Flows` or `Automations`. | Function Block Group | No |
Private Functions | Private functions can only be used within this file. You could describe functions as `Formulas`, `Workflows`, `Flows` or `Automations`. | Component Function Block Group | No |