.Successful Dotfield
- Last UpdatedNov 07, 2016
- 1 minute read
Indicates whether the current query is successful or not.
Category
Alarms
Usage
[ErrorNumber=]GetPropertyD( "ObjectName.Successful",TagName);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
TagName
A discrete tag that holds the property value when the function is processed.
Remarks
This read-only dotfield contains the state of the last query used by a named Distributed Alarm Display object.
Data Type
Discrete (read-only)
Valid Values
0 = Error in query
1 = Successful query
Example
The following statement returns the status of the last query of the AlmObj_1 Distributed Alarm Display object to the AlmFlag tag:
GetPropertyD("AlmObj_1.Successful",AlmFlag);
See Also
GetPropertyD()