Cancel a zoom from a button using the Invoke command
Operators can cancel a zoom at runtime by right-clicking on the control and then selecting
Undo Zoom/Pan
. However, you can also provide a button on the FactoryTalk View
SE display that can cancel a zoom.If you are setting up only one or two buttons on your display, you can use the invoke command option.
To cancel a zoom from a button using the Invoke command:
- Add a button to a graphic display, and then click theActiontab.
- Click the browse button next to theRelease Actionbox.
- In the right pane of the Command Wizard, clickInvoke, and then clickNext.
- From theDisplaylist, select the name of the graphic display where the trend is.
- In theObjectbox, type the name of the trend (the default name isTrend1).
- In theProperty or Methodbox, typeCancelZoom.
- ClickInvoke method in object.
- ClickFinish.
- ClickOKto close theButton Propertieswindow.
Provide Feedback