Dynamic transitions in SFC

Hi,

I am just learning to use the SFC module, and was wondering if there is a way in the transition script to make the values dynamic for both tags and for custom chart parameters.

For example, I want each instance to be passed a High Temp limit. Then during one of the transitions check to see the value for the PV for the furnace I am running a sequence for (this is a dynamic tag reference) is below the passed temp limit.

Thanks for the help.

Scott

Since transitions use the expression functions, you should be able to dynamically assign a tag reference as detailed in the manual at: https://docs.inductiveautomation.com/display/DOC/tag

Presumably, you would typically have to pass some parameter to the chart when it was instantiated to allow you to concatenate the name of the tag or the parameter you want to read.

Hope this helps.