{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
Search FAQs
Example of accessing cell expressions of Data Set Row from mimic script in ClearSCADA

DISCLAIMER

This sample program is intended to demonstrate one or more programming functions or methods and is presented as programming example only. Schneider Electric assumes no liability for the use or application of this example program or any portion thereof.



The following example shows how a mimic script can be used to perform methods on a Data Set Row. This particular example calls the "GetCellExpr()" method to return the expression configured for a particular cell in the data set row in each particular instance of a template.


Sub GetDataSetRow

Dim oDataSetRow
Dim sDataSetRowExpr

Set oDataSetRow = Server.FindObject(Server.ThisObject.Parent.FullName+".Data Set Row")

sDataSetRowExpr = oDataSetRow.Interface.GetCellExpr("PointValue")

msgbox ("Data Set Row Expression is " & sDataSetRowExpr)

End Sub

Schneider Electric Canada

Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.