Note: CimEdit documentation has detailed descriptions about procedures and scripts .
Configuration procedure. |
|
Procedure example. |
|
FANUC Control methods and properties. |
Configuration procedure
Click next to the right of the Action field on the Event tab in the Properties - Object dialog box.
Select New Procedure on the popup menu.
Note: You can also select New Script.
The Procedure Information dialog box opens when you select New Procedure.
Enter specifications for the selected FANUC control procedure.
Procedure example
An Invoke method action type is selected for an Update procedure.
The following specifications are entered.
Field |
Value entered |
Description |
New |
(Clicked) |
Enables the Action type field to create a new action. |
Procedure name |
Update |
Identifies the procedure |
Action type |
Invoke method |
Invokes an available method forr the selected control. |
Object name |
PROGRM.PrgdirCtrl |
Name entered on the General tab in the Properties - Object dialog box. |
Method |
UpdateList |
One of three available methods for the selected control. Methods for this control are: AboutBox DoFunction UpdateList |
OK |
(Clicked) |
Closes the Procedure Information dialog box. Re-displays the Events tab in the Properties - Object dialog box. |
Result: An event is configured for the screen and will be applicable to all objects on the screen.
Step 6.2.5. Configure an Event for a FANUC Control. |