Create graphic displays
A graphic display presents the operator's view of plant activity. It can show system or process data and provide operators with a way to write values to the data source. The components that make up a graphic display are called graphic objects.
Graphic objects can be:
- Created in the Graphics editor
- Copied and pasted from another graphic display or library
- Dragged and dropped from another graphic display or library
- Imported from DXF or WMF files
You can use these types of objects in graphic displays:
- Drawing objects - geometric and freehand shapes, images, and text. You can animate a drawing object by attaching animation to it using a tag or expression. The drawing objects are listed on theObjects > Drawingmenu.
- Interactive objects - push buttons, indicators, numeric, and string input objects, and other objects listed on the Objects menu. You can apply visibility animation to these objects.
- ActiveX objects - objects such as sliders, check boxes, radio buttons, Web browsers, and so on. You could use an ActiveX object to change a tag value, by connecting the tag to an ActiveX control property.The types of ActiveX objects available depend on the software installed on your system. Make sure you use ActiveX controls that work with the operating system of the runtime computer. You should have both the version of the control forWindowscomputer and the version for Windows CE.To use an ActiveX object, on the Objects menu select ActiveX Control.TIP:Project settings affect how your graphic displays look. Specify project settings before you create graphic displays.
To create a new graphic display
- To open theDisplayseditor, use one of these methods:
- From theFilemenu, selectNew > Display.
- In theGraphicsfolder in theExplorerwindow, right-click theDisplayicon and selectNew.
- In theGraphicsfolder in theExplorerwindow, drag and drop theDisplayicon into the right pane.
- From theEditmenu, selectDisplay Settings.
- In theDisplay Settingsdialog box, specify the background color and any runtime settings that you require.
- Use tools from the toolbox and toolbars to draw and arrange the objects on the graphic display. Use the palettes to apply fill and color before or after drawing an object.
- Attach animation to simple drawing objects, as required, to animate them with real-time data. For interactive and ActiveX objects, you can attach visibility animation only. Visibility animation controls the conditions under which the objects appear in graphic displays at runtime.
- ChooseSavefrom theFilemenu to save the graphic display.
All graphic files are given the extension .gfx.
Provide Feedback