Data types
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2023
- PI Server
The PE Scheduler recognizes these data types:
-
Number
-
Character string
-
Tagname
-
Time
-
Period
Every variable has one of these data types; every function returns one of these data types. The PE Scheduler cannot typically use one data type where another is expected. For example, you cannot add two character strings, or multiply two times together. Additionally, the built-in functions might require particular data types for particular arguments.