TM1 Function for TI, StringGlobalVariable

Declare a string global variable that is recognised by other processes within a Chore or from sub-processes called by the ExecuteProcess function.

What is the StringGlobalVariable function?

Declare a string global variable that is recognised by other processes within a Chore or from sub-processes called by the ExecuteProcess function.

Where can the StringGlobalVariable function be used?

TurboIntegrator

What is the syntax for StringGlobalVariable?

StringGlobalVariable(‘variable’);

Variable = name of global variable

A demonstration on how to use StringGlobalVariable

Use StringGlobalVariable to declare a string global variable, sGlobalVariable, and show that the variable can be accessed from processes that are called using ExecuteProcess.