Basic scripting concepts
- Last UpdatedJul 23, 2024
- 1 minute read
Before you start scripting, you should understand:
-
A script is a set of instructions that direct an application to do something.
-
QuickScript is the InTouch HMI scripting language.
-
A function is a script that can be called by another script. The InTouch HMI comes with a set of predefined functions for your use.
-
QuickFunctions are reusable functions written in QuickScript and stored in the QuickFunction library. To create a QuickFunction, you simply create a QuickScript and name it. A QuickFunction can be called by another script or from animation link expressions.