- Language Functions-
New functions
shown in RED.
Updated functions
shown in GREEN. See New
features page for more information.
|
ABS |
Returns the absolute value of a number |
|
ACKALARM |
Acknowledges all current alarms |
|
ACKANNUN |
Acknowledges all current annunciations |
|
ARCCOS |
Returns the arc cosine of a number |
|
ARCSIN |
Returns the arc sine of a number |
|
ARCTAN |
Returns the arc tangent of a number |
|
ASK |
Asks the operator a question |
|
BEEP |
Emits a short beep from the computer speaker |
|
CHARTCLOSE |
Closes the chart displayed on the current drawing |
|
CHARTOPEN |
Opens up a chart window |
|
CHARTPRINT |
Prints the currently open chart |
|
CHARTREFRESH |
Refreshes the request embedded chart |
|
CHARTTRACE |
Allows the user to specify chart trace information |
|
COS |
Returns the cosine of an angle in radians |
|
CRITICAL |
Marks a section of code as un-interruptable |
|
DBGET |
Get selected records from a database |
|
DBINSERT |
Insert a record into a database |
|
DBPUT |
Update a record in a database |
|
DECLARE |
Creates internal variables |
|
DEG |
Converts an angle in radians to degrees |
|
END |
Ends language script execution |
|
EVENT |
Logs an event message to the system |
|
EXECUTE |
Execute a named application. |
|
EXP |
Returns an exponential power |
|
EXPORT |
Exports historical data to a CSV file |
|
EXPORTALARM |
Sends a selected range of alarms to a selected file on disk |
|
EXPORTEVENT |
Sends a selected range of events to a selected file on disk |
|
FILECOPY |
Copies one file to another |
|
FILEDELETE |
Deletes the selected file |
|
FILEEXISTS |
Checks for the existence of a file |
|
FINDFILES |
Loads two arrays. One with file names found in the selected directory and the other with their attributes |
|
FORCELOG |
Forces the current tag value to be recorded |