Some Cicode functions have been introduced. The following sections detail the changes made to these functions:
DllClassDispose |
Use this function to clean up resources used by the .Net object and any other .Net objects created via the use of the object. |
DllClassCreate |
Use this function to instantiate a new .Net object by specifying the path, class and arguments required for the matching constructor of the class. |
DllClassGetProperty |
Use this function to get a property of the .Net object. |
DllClassIsValid |
Use this function to validate class. Uses the handle of the class returned from DllClassCreate. |
DllClassCallMethod |
Use this function to call a method of a .Net object, passing in the method name and any arguments required for the matching prototype of the method. |
DllClassSetProperty |
Use this function to set a property of the .Net object. The property may be of any type or an object itself. |
Modified Functions
AlarmDelete | Deletes alarm summary entries that are currently displayed. |
AlarmSplit | Splits an alarm summary entry which has no Off time. |
AlarmSumAppend |
Appends a new blank record to the alarm summary. |
AlarmSumCommit |
Commits the alarm summary record to the alarm summary device. |
AlarmSumDelete |
Deletes alarm summary entries. |
AlarmSumFind |
Finds an alarm summary index for an alarm record and alarm on time. |
AlarmSumFirst |
Gets the oldest alarm summary entry. |
AlarmSumGet |
Gets field information from an alarm summary entry. |
AlarmSumLast |
Gets the latest alarm summary entry. |
AlarmSumNext |
Gets the next alarm summary entry. |
AlarmSumPrev |
Gets the previous alarm summary entry. |
AlarmSumSet |
Sets field information in an alarm summary entry. |
AlarmSumSplit |
Duplicates an alarm summary entry. |
AlarmSumType |
Retrieves a value that indicates a specified alarm's type. |
Deprecated Functions
No functions have been deprecated for Citect SCADA 2015.
Removed Functions
No functions have been removed for Citect SCADA 2015.
Published June 2018