Cross invocation string escape sequences
The escape sequences used in the cross invocation strings correspond to the current selection the HMI Controls. The context data passed to the automation server is relative to the current selection.
The table describes each escape sequence relative to the type of procedural element selected:
Escape Sequence | Procedure | Unit Procedure | Operation | Phase |
%P | Path | Path | Path | Path |
%N | Corresponding Process Cell Name | Corresponding Unit name | Corresponding Unit name | Corresponding Phase name |
%C | Corresponding Process Cell class name | Corresponding Unit Class name | Corresponding Unit Class name | Corresponding Phase Class name |
%T | 1 (Process Cell) | 2 (Unit) | 2 (Unit) | 3 (Phase) |
%S | Node | Node | Node | Node |
%B | Batch ID | Batch ID | Batch ID | Batch ID |
%M | Menu caption | Menu caption | Menu caption | Menu caption |
%R | Corresponding Process Cell resource ID | Corresponding Unit resource ID | Corresponding Unit resource ID | Corresponding Phase resource ID |
If the control recipe runs across multiple process cells, the context data replaced by %N and %C is the first process cell in the process cells list of associated with the recipe. |
Provide Feedback