Topic: DMD0356 Memory View |
|
The Memory View is a Dockable
Using the Memory View, user can view the current value in any memory location or structure field in the CPU. Users can enter constant values in any of the Bit memory locations, Integer and Real memory locations, Strings, and structure fields.
A single Memory View can only display and edit the values of a single memory block, or a single block of structures. Do-more Designer can support up to 100 concurrent Memory Views. To create a new Memory View, click the Memory icon on the Online toolbar, or select Debug -> New Memory View from the Menu bar.
Memory Block contains a list of all the Bit, Numeric and String memory blocks, and the system-created and user-created blocks of structures from the current Memory Configuration.
Check Enable Data Polling (live status) for this view to allow the Read Only (Enable Automatic Reads) option to function for this view.
|
|
The Memory View Display
The Memory View uses color-coded display of the values to indicate various information about the values of the individual Elements in the data block. They are as follows:
|
|
Keystrokes and Mouse ActionsThe keystrokes and mouse actions within the Memory View are optimized for quick data entry of constant values into memory locations. Navigating Within the Memory View
Multiple ways to Begin an Edit Session for a Cell
Editing the Value in a Cell
Ending the Edit Session
Entering constant values into Bit memory locations.
Entering constant values into Numeric memory locations.
Entering constant values into Real memory locations.Real format:
Exponential format:
Entering a String Literal
|
|
Read OperationsThe Read operations are used to refresh the data values displayed in the Memory View by reading new values from the connected PLC. The last time any of the Read operations was successfully executed will be displayed in the Status bar of the Memory View.
Any attempt to execute any of the read operations when changes have been made to any of the values in the Memory View but those changes have not been written to the PLC, you will see a message similar to the one below that asks what to do with the unwritten changes:
|
|
Write OperationsThe Write operations are used to send the values displayed in the Memory View to the connected PLC. Structure fields in UDTs can be set to read-only; all of the write operations will skip over structure fields that have been marked as read-only. When writes are enabled and the cursor moves onto a field that is read-only, the status bar will display 'Read-Only'.
|
|
Setup Operations
Example Output: will display a portion of the export text using the selections made above.
Click the Export! button to proceed. A Save As dialog will open where the folder and file name of the export file can be entered.
---------------------------------------------------------------------------------------------------------------------------------- If the Memory View contains a System-defined Structure or a User-defined Structure, the following dialog is opened that allows you to specify which of the structure's fields to export, and what display format to use for those fields.
Fields to Export selects how many of the structure's fields to include in the export as specified by the structure's Level Status:
Field Formatting selects the display format used when exporting the field's data:
Example Output: will display a portion of the export text using the selections made above.
----------------------------------------------------------------------------------------------------------------------------------- Once the Export completes successfully, the final dialog is opened that allows the following:
If the width of the Memory View is narrower than the toolbar, a chevron ( ยป ) will appear at the end of the toolbar. Click the chevron to open a drop-down list that contains all of the toolbar buttons that would not fit on the toolbar at its current width. Refer to the image below:
|
|
Set Default OptionsRight-click over the Memory View and select Options... or select View -> Options to open the Memory View tab of the Options dialog where you can set the default selections for new Memory Views.
Position for New Views is where all new Memory Views will initially be docked:
Default Display Format is specifies the default data format of the values that will be used for all of the Elements in new Memory Views:
Number of Columns for New Views is the default number of columns of Elements in new Memory Views.
Safety specifies the default enabled / disabled state of confirmation dialogs:
Default Mode specifies the initial mode for New Memory Views:
|
|
See Also:
Memory Image Manager for Retentive Memory
|
|