Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ E3D Design

Removing the Requests IO-channel from Alpha View Gadget

Removing the Requests IO-channel from Alpha View Gadget

  • Last UpdatedOct 30, 2024
  • 2 minute read

To delete the 'requests' channel from an alpha view gadget us the command:

!alpha.removeRequests()

This command will also dissociate the view from the current AVEVA E3D Requests IO-channel if necessary.

Thus request output will no longer go to this alpha view.

The method is valid only on a form that has been mapped to the screen, and will cause an error (61, 605) if used during form definition.

Note:
You can add the channel back again by assigning to the gadget's .channel member:

!alpha.channel = ‘Requests’

This adds the 'requests' channel to the gadget, and causes it to become the current AVEVA E3D requests region, if the form is mapped, and displaces any previous association.

When you click on an alpha view it will automatically associate itself with the AVEVA E3D requests channel or the commands channels, or both, according to its current channel settings.

The Alpha view gadget supports multiple line copy and paste of text. The simple command window form below shows the appearance.

The bottom-most empty blank line is the command input line, where you can type in, and execute the next command by pressing the 'enter' key.

The Alpha view allows the following operations:

  1. Double-click of any displayed line will copy that line to the command input line ready for editing and execution.

  2. You can use standard techniques to select text in the view and then use the right-mouse menu to copy their selection.

  3. You can use the right-mouse menu to paste a selection into the command line. Each line of the pasted selection is executed in turn as if you have typed it in, except the last line, which becomes the command input line ready for editing and execution.

  4. You can use the right-mouse menu to paste a selection as a macro. The set of pasted lines are captured to a temporary file which is then executed as PML macro. The selected lines are not echoed into the view's display.

  5. Pasting of multiple lines is aborted if an error alert is displayed.

  6. You can drag and drop a PML file into the view, and it will then execute as a PML macro.

  7. The right mouse menu also allows you to clear the contents of the view and to change the size of text in the view's display.

TitleResults for “How to create a CRG?”Also Available in