Create digital points
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2023
- PI Server
To create digital points, set the Point type attribute to Digital and set the Digital set attribute to a digital state set. The digital state set and its digital states must exist before you can configure digital PI points to use those digital states.
For example, the following steps explain how to create points that represent the states of a valve (CLOSED and OPEN) and points that represent the states of a switch (ON and OFF).
-
Create a digital state set named ValvePosition with two states: CLOSED and OPEN.
-
Use the PI SMT Point Builder tool to configure the point or points that will use the CLOSED and OPEN states:
-
Create a point with Point type set to Digital.
-
Set Digital set to the ValvePosition.
-
Configure other point attributes and settings as needed.
-
-
Create points that use the states ON and OFF.
-
Create a digital state set named SwitchPosition with two states: ON and OFF.
-
Use the PI SMT Point Builder tool to configure the point or points that will use the ON and OFF states:
-
Create a point with Point type set to Digital.
-
Set Digital set to SwitchPosition.
-
Configure other point attributes and settings as needed.
-