How can we help you today?

How to trigger a method from an object using script in Geo SCADA

Users can trigger methods associated to objects by script. The script will be linked to a button using the “Script” Pick Action.
The first step is to get a “pointer” to the object that contains the method to be triggered. It can be done by using the “Server.FindObject” function. Then, the “ServerObject.Interface” to access the properties, methods and aggregates of the database item that is referenced by the ServerObject.
For example, the following script will trigger the “Execute” method from the Structured Text program called “Prog1” (the full name must be used as a parameter for the Server.FindObject function):

sub TriggerMethod()
set obj = Server.FindObject("Prog1")
obj.Interface.Execute
end sub

Schneider Electric USA

Explore more
Product:
Users group

Discuss this topic with experts

Visit our community and get advice from experts and peers on this topic and more
Explore more
Product:
  • Help and Contact Center
  • Contact Sales
  • Find our Offices
  • Where to Buy
  • Tech Support: 877-342-5173
  • Careers
  • Company Profile
  • Investors
  • Newsroom
  • Report a Misconduct
  • Product Documentation
  • Software and Firmware
  • Product Selector
  • Product Replacement
  • DigestPLUS Online Catalogue
  • Blog
  • Events
  • Schneider Electric Community
  • Sustainability
  • Privacy Policy
  • Cookie Notice
  • Terms of use
  • Change your cookie settings