Add a LINT data type to an information model
Add a LINT data type to a
FactoryTalk Smart Object
information model. Set the basic collection properties to describe how the LINT FactoryTalk Smart Object
collects data.
TIP:
The LINT data type is only supported on the 8x platform of controllers (
CompactLogix
and ControlLogix
). Create LINT FactoryTalk Smart Object
instances only when connected to an 8x controller and operating Studio 5000 Logix Designer
version 32 or newer.To add a LINT data type to an information model
- Perform one of these actions:
- Right-click a node and then selectNew LINT.
- Select a node, selectAdd
, and then select
LINT.TheAdd LINTdialog box appears.FactoryTalk Smart Objectinstances
- Set these basic properties:
- Name: Name of the data displayed in the information model. See Rules for names and backing tags.
- Backing tag: Name of the backing tag in the controller. A backing tag is created in theStudio 5000 Logix Designerproject that contains the configuration information for theFactoryTalk Smart Object.
- Source value tag (optional): Location where the data gathers.
- Program: Controller program where the node resides.
- Routine: Controller routine where the node resides.
- Insert at: Location to add a rung in the routine where theFactoryTalk Smart Objectappears.
- Insert at end: Location at the end of a routine where theFactoryTalk Smart Objectappears.
- Set these data collection parameters:
- On parent or periodic: When this checkbox,On programmaticandOn valuecheckboxes are clear, data collection for this data value does not occur.TIP:It is possible to have multiple triggers active at once.
- Parent: When Parent is triggered, theFactoryTalk Smart Objectis also triggered.
- Periodic: Interval in seconds when data is sampled in the source tag.
- On programmatic: Ladder logic that triggers the condition for collection.
- On value, when the value changes by: Data is sampled each time that it changes based on the value in engineering units (positive number).
- SelectAdd.A new rung appears in the ladder logic.
Provide Feedback