Use constants in expressions
A constant can be one of the following:
- Integer (for example,123)
- Floating point value (for example,123.45)
- string (for example,"this is a character string")
- Pistring (to represent the pi symbol)FactoryTalk View replaces the string with its numeric value.
Provide Feedback