Industrial Graphic string replacement type
- Last UpdatedJul 26, 2024
- 1 minute read
The existing strings can be replaced within the Industrial Graphic instance. The string replacements are case sensitive. You can use multiple string replacement nodes within a single Industrial Graphic node.
<StringReplace>
<FIND>
<![CDATA[Open]]>
</FIND>
<REPLACE>
<![CDATA[Off]]>
</REPLACE>
</StringReplace>
<StringReplace>
<FIND>Open</FIND>
<REPLACE>Off</REPLACE>
</StringReplace>