Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

Script functions to modify a multi pens trend

  • Last UpdatedAug 30, 2024
  • 1 minute read

Add a pen to a multi pens trend

You can add a pen to a Multi Pens Trend using a script function.

Example:

MultiPensTrend1.AddPen(String penName,String referenceName,Integer index,Double minRange,Double maxRange,String units,Boolean bAutoRange)

Remove a pen from a multi pens trend

You can use a script function to remove a pen from a Multi Pens Trend

Example:

MultiPensTrend1.RemovePen(String penName)

Clear pens from a multi pens trend

You can use a script function to clear pens from a Multi Pens Trend.

Example:

MultiPensTrend1.ClearPens()

In This Topic