Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
Reference Type | Require Quotes? | Expression Example |
---|---|---|
Static String | Requires Quotes | "This is a string" |
String UDT Parameter | Requires Quotes | "{turbine_location}" |
String Tag Reference | No Quotes | {[.]String Tag} |
String UDT Parameter with Static String | Requires Quotes | "The turbine is located at {turbine_location}" |
String UDT Parameter with String Tag Reference | Partial Quotes | "{turbine_location} " + {[.]String Tag} |
String Parameter, Static String, and String Tag Reference | Partial Quotes | "The Turbine " + {[.]String Tag} + " {turbine_location}" |