You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
In a global animation table, data variable names include a prefix indicating the source namespace, as follows:
- A data variable from the Safe namespace is displayed as “SAFE.<varname>”.
- A data variable from the Process namespace is displayed as “PROCESS.<variable name>”.
- A data variable from the Global (or Application) namespace displays only its <variable name>,
with no namespace prefix.
For example, to read a variable "aaa" from process data area, you need to name it as : "PROCESS.aaa" in global animation table.
- A data variable from the Safe namespace is displayed as “SAFE.<varname>”.
- A data variable from the Process namespace is displayed as “PROCESS.<variable name>”.
- A data variable from the Global (or Application) namespace displays only its <variable name>,
with no namespace prefix.
For example, to read a variable "aaa" from process data area, you need to name it as : "PROCESS.aaa" in global animation table.