Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Link copied. Please paste this link to share this article on your social media post.
Originally published on Geo SCADA Knowledge Base by Anonymous user | June 09, 2021 11:54 PM
Parameter | Detail |
---|---|
Time | The timestamp for the event. |
Severity | The severity for the event, range 1 to 1000. We recommend that you use a value that corresponds with one of the severities that are configured on your system (see the Database Configuration\Severities section on the Server Configuration Tool). For example, with the default settings in place, you could enter 667 for the High severity. |
Message | A string value that defines the message for the event. This is the message that will be shown in the Event List. |
METHOD LogEvent AT %M(.Outstation1.LogInterfaceEvent) : DT, INT, STRING;END_METHODLogEvent (DT#2007-02-12-15:25:56,667,'Outstation in Normal Mode');
Parameter | Detail |
---|---|
Time | The timestamp for the alarm. |
Severity | The severity for the alarm, range 1 to 1000. |
Source | A string value that describes the origin of the alarm. This is displayed in the Source column of the Alarm Banner. |
Message | A string value that defines the message for the alarm. This is the message that will be shown in the Alarm Banner. |
METHOD SetAlarm AT %M($Root.SetInterfaceAlarm) : DT, INT, STRING, STRING;END_METHODSetAlarm (DT#2007-02-19-10:04:12,1,'Outstation 2A','Outstation is in Test Mode');
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.