CimEdit Procedures

CIMPLICITY provides several tools to make things happen in CimEdit and in CimView. The tools can be categorized as triggers that are configured as events and results that can be configured through procedures or scripts.

Trigger

An event triggers a procedure or calls a script. CimEdit provides a long list of events from which you can choose the best one for your requirements.

Result

A procedure contains one or more actions that are triggered in the specified order when an event occurs and while the screen is displayed in CimView. CimEdit enables you to select from many actions to build your procedure.
Note:
Procedures run in a sequential order, so a single procedure can perform multiple tasks. If one task depends on another and if any one task fails, the whole procedure sequence will fail. If you want tasks to run separately, you should use different procedure sets.

A script, which is usually written by a system administrator, uses the same Editor and Basic language as the Basic Control Engine. Anything you can do in a normal script, you can do in a CimEdit script. CimEdit provides additional extensions to give you a wider range of screen development choices. However, CimEdit scripts are only accessible from the screen in which you create them.

CimEdit ScriptsCimEdit Events