These functions are used get information about
the computer that is running the project (either server or client,
depending on the function), as well as to change some project
settings on that computer.
DbVersion DbVersion is a built-in
scripting function that gets the version number of your project
tags database.
GetRegValue
Gets a the value of a variable in the Windows registry.
GetRegValueType
Gets the data type of the value of a variable in the Windows
registry.
GetServerHostName
Gets the host name of the project's Server station.
GetTickCount
Gets the current value of the clock ticks counter.
InfoAppAlrDir
Returns the file path of the project's Alarm sub-folder.
InfoAppHSTDir
Returns the file path of the project's History sub-folder.
InfoDiskFree
Returns free disk space on the local computer.
InfoResources
Returns the local computer's disposable resources.
IsActiveXReg
Determines whether an ActiveX control is registered with the
operating system.
IsAppChangedOnServer
When executed on the Client, this function checks to see if the
project files available on the Server are newer than the files
currently on the Client.
NoInputTime
Returns the time elapsed since the last keyboard action.
RegSaveCE
Saves the Windows Embedded system registry. This function will only
work if the save registry capability is enabled in the Windows
Embedded device image.
ReloadAppFromServer
When executed on the Client, this function reloads the necessary
project files from the Server while maintaining the current state
of the project on the Client.
SaveAlarmFile
Use this function to enable/disable the saving feature for alarm
history and to set the path where the alarm history files must be
handled.
SetAppAlarmPath
Sets the Alarm path for the
current project.
SetAppHSTPath
Sets the file path (directory) where Trend history files will be
saved, in the proprietary format ( .HST ).
SetDateFormat
Sets the format and separator for the date string.
SetKeyboardLanguage
Sets the language of any Virtual Keyboards in the project.
SetRegValue
Sets the value of a variable in the Windows registry.
SetWebConfig
Configures the Web settings for the current project. The settings
configured in the function are updated on the HTML files of the
project.
SNMPGet
Gets information from computers or network devices through the SNMP
protocol.
SNMPSet
Uses the Simple Network Management Protocol (SNMP) to set a value
on a target computer of network device.
WritePrivateProfileString
Writes a specified setting to the project viewer initialization
file, using the standard .ini
format.