Miscellaneous Functions
- Last UpdatedJul 18, 2023
- 2 minute read
Following are miscellaneous functions.
|
Determines whether the current user has access to a specified area. |
|
|
Verifies a particular condition is true, or halts the task. |
|
|
Beeps the speaker or sound card in the computer. |
|
|
Gets information about a Plant SCADA variable. |
|
|
Traces Cicode into the Kernel and the SYSLOG.DAT file. |
|
|
Causes a breakpoint error to start the Cicode Debugger. |
|
|
In-line debug messages of user Cicode. |
|
|
Enables/disables the DebugMsg function. |
|
|
Causes Plant SCADA to shut down after a specified period |
|
|
Starts and displays Plant SCADA Runtime Manager. |
|
|
Dumps Kernel data to the Kernel.dat file. |
|
|
Converts a variable into generic scale format. |
|
|
Executes an application or PIF file. |
|
|
Gets the current viewable areas. |
|
|
Gets an environment variable. |
|
|
Gets the current value for one or more logging parameters. |
|
|
Displays graphics object help information for the AN closest to the cursor. |
|
|
Displays graphics object help information for an AN. |
|
|
Gets text input from the operator. |
|
|
Converts an integer variable into a real (floating point) number. |
|
|
Executes a command in a kernel window. |
|
|
Obtains the number of rows in a queue. |
|
|
Provides a consistent method of accessing items within a Kernel Table. |
|
|
Obtains the number of rows in a Kernel Table. |
|
|
Translates an ASCII file into the local language. |
|
|
Displays a message box on the screen. |
|
|
Gets the value of a system parameter. |
|
|
Updates a system parameter. |
|
|
Determines if the currently executing process contains a Client component. |
|
|
Determines if the currently executing process contains a particular server component. |
|
|
Restarts the current process in which Cicode is running. |
|
|
Returns information about the Plant SCADA product. |
|
|
Returns information about a particular project, which is identified by a project enumerated number. |
|
|
Gets the path to the project to be run the next time Plant SCADA is restarted. |
|
|
Sets the path to the project to be run the next time Plant SCADA is restarted. |
|
|
Sets the name or path of the current project. |
|
|
Displays a message in the prompt line. |
|
|
Pulses (jogs) a variable tag every two seconds. |
|
|
Dumps Kernel data to the KERNEL.DAT file either on a local server or on a remote server. |
|
|
Gets information about services running in the component calling this function. |
|
|
Sets the current viewable areas. |
|
|
SetLanguage |
This function is now obsolete. |
|
Adjusts logging parameters while online. |
|
|
Ends Plant SCADA's operation. |
|
|
Displays a form that allows an operator to shut down the Plant SCADA system. |
|
|
Gets the mode of the shutdown/restart. |
|
|
Switches focus to the Plant SCADA configuration application. |
|
|
Generates a random wave. |
|
|
Generates a saw wave. |
|
|
Generates a sine wave. |
|
|
Generates a square wave. |
|
|
Generates a triangular wave. |
|
|
Toggles a digital tag on or off. |
|
|
Displays a message in the Kernel and Debugger debug windows. |
|
|
Gets the version number of the Plant SCADA software. |
See Also
Related Links
- AreaCheck
- Assert
- Beep
- CitectInfo
- CodeTrace
- DebugBreak
- DebugMsg
- DebugMsgSet
- DelayShutdown
- DisplayRuntimeManager
- DumpKernel
- EngToGeneric
- Exec
- GetArea
- GetEnv
- GetLogging
- InfoForm
- InfoFormAn
- Input
- IntToReal
- KerCmd
- KernelQueueLength
- KernelTableInfo
- KernelTableItemCount
- LanguageFileTranslate
- Message
- ParameterGet
- ParameterPut
- ProcessIsClient
- ProcessIsServer
- ProcessRestart
- ProductInfo
- ProjectInfo
- ProjectRestartGet
- ProjectRestartSet
- ProjectSet
- Prompt
- Pulse
- ServerDumpKernel
- ServiceGetList
- SetArea
- SetLogging
- Shutdown
- ShutdownForm
- ShutdownMode
- SwitchConfig
- TestRandomWave
- TestSawWave
- TestSinWave
- TestSquareWave
- TestTriangWave
- Toggle
- TraceMsg
- Version