FpStandardView Enumeration |
Predefined standard views that that can be launched from an SDK Application.
Namespace:
ABB.Robotics.Tps.Taf
Assembly:
ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax public enum FpStandardView
Members
| Member name | Value | Description |
---|
| RapidEditor | 0 | Launches the Program Editor view.
It is possible to specify a RAPID task and a module to open along with a row number to specify what part of the program should be displayed.
See RapidEditorInitData. The data is included in the
initData parameter of the LaunchView method.
|
| Jogging | 1 | Launches the Jogging view - no init data can be provided. |
| RapidData | 2 | Launches the Rapid Data view - no init data can be provided. |
| BackUpRestore | 3 | Launches the Backup and Restore view - no init data can be provided. |
| LogOff | 4 | Launches the log off view - no init data can be provided. |
See Also