g GE Energy Systems 68K System Monitor User's Guide Document Number : Version : Revision : Date : Classification : SWM0023 1.
NOTICE OF COPYRIGHT & PROPRIETARY RIGHTS © 2002, General Electric Canada Inc. All rights reserved. The contents of this manual are the property of General Electric Canada Inc. No part of this work may be reproduced or transmitted in any form or by any means, except as permitted in written license agreement with General Electric Canada Inc. General Electric Canada Inc. has made every reasonable attempt to ensure the completeness and accuracy of this document.
68K System Monitor User's Guide GE Energy Services Modification Record VERSION REVISION DATE INITIALS 1.00 1 28-Feb-2002 RFN Created 2 20-Mar-2002 RFN Corrected errors as per review General Full Release COMMENT SWM0023-1.
68K System Monitor User's Guide GE Energy Services SWM0023 1.
Table of Contents About This Document Purpose and Audience of this User’s Guide................................................................................. viii Support Services and Training ........................................................................................................ix Chapter 1: Connecting and Using the 68K Monitor Connecting to the 68K Monitor ...................................................................................................
8K System Monitor User's Guide GE Energy Services DSTAT E ECHO EL ERASE ETH EXIT F FT HE or HELP HT IMG JTF JX KIM M PB PR PRG QC QP QR QX RB RP RR RT RTB RTC RX RZ SA SB SC SET SI SP ST SX SYSC TEST TR UL VER VP WINM - Decompression Status ............................................................................... 3-29 - Edit Memory.............................................................................................. 3-30 - Echo Toggle........................................................
About This Document Overview Introduction The 68K Monitor is a feature of all GE Energy Services products that use a variant of the Motorola 68000 series of microprocessor. Since the introduction of the first D20 products, the commands that are available in the 68K Monitor have changed, been added to, and enhanced to address the requirements of the newer products and their software components. This guide summarizes all of the commands that you will find in any of GE Energy Services’ products to-date.
68K System Monitor User's Guide GE Energy Services Purpose and Audience of this User’s Guide Job Titles While only experienced programmers should use many of the commands found in this guide, maintenance technicians and other support personnel will also find this guide useful. Experience & Abilities GE Energy Services’ customers and employees who wish to view detailed information about the software and hardware should use this guide.
68K System Monitor User's Guide GE Energy Services Support Services and Training General GE Energy Services provides professional assistance in the use of all of its software and hardware products. Need Help? If you feel that the information provided in this document is unclear or in error, please contact GE Energy Services for assistance. Website http://www.gepower.
68K System Monitor User's Guide GE Energy Services SWM0023 1.
Chapter 1: Connecting and Using the 68K Monitor Overview Connect Defined An application interface provides an input to and output from the 68K Monitor. This allows the 68K Monitor to ‘connect’ to any application or subsystem, and to any type of hardware (capable of stream or block transfers). As examples: • WESMAINT or the Login Process can connect the 68K Monitor to a serial port. • WESMAINT and the TELNET application can connect it to the TELNET session.
68K System Monitor User's Guide GE Energy Services Connecting to the 68K Monitor One 68K Monitor At-ATime 68K Monitor Prompts While any application running in the system can activate the 68K Monitor, only one instance of the monitor can be active at any one time. If a second application attempts to start the 68K Monitor, it will refuse the second application’s request. The prompt produced by the 68K Monitor depends on the hardware platform and the mode the device is in.
68K System Monitor User's Guide GE Energy Services Command Input and Response Input to the 68K Monitor Input to the 68K Monitor is read from the ‘connected’ application / subsystem. The input takes the form of user-entered commands. Command Line Limitations The 68K Monitor accepts a command line: • that is no longer than 80 characters, and • consists of no more than 16 separate words or symbols. − The definition of a word or string is one or more characters separated by one or more spaces.
68K System Monitor User's Guide GE Energy Services Command Input and Response, Continued Possible Responses By entering a command at the prompt and pressing ENTER, one of the following responses will happen. If you enter and a recognized command it does not require special parameters the system will execute the command. a recognized command required parameters are provided the system will execute the command.
68K System Monitor User's Guide GE Energy Services Command Input and Response, Continued Regular Keyboard Input (continued) Special Control Characters You can use these special control characters to perform advanced editing and screen navigation functions. Command Characters Description Abort CTRL-C returns the Monitor to the command line prompt and aborts most commands being processed. Note: a CTRL-C command does not work in a TELNET connection.
68K System Monitor User's Guide GE Energy Services 68K Monitor Display Output from the 68K Monitor The 68K Monitor’s output is a stream of ASCII characters written back to the ‘connected’ application / subsystem. The command executed determines the exact contents of the output. When encountering a system exception error, or a defined breakpoint, exception and breakpoint handling routines will generate additional output.
68K System Monitor User's Guide GE Energy Services Error Messages Introduction 68K Monitor returns several general error messages resulting from input or syntax errors in the command input, or system or test failures during execution. These error messages are identified below: Message Summary The most general error is an incorrect number of arguments for the command defined. This error causes a display of the correct use of the specified function.
68K System Monitor User's Guide GE Energy Services Error Messages, Continued Message Summary (continued) This Message If You Find Yourself in Serious Trouble... is displayed when… NVRAM invalid! the query RAM (QR) command specified NVRAM is but it is corrupt. Protected process! attempting to suspend (SP) a critical system process. Record error! an invalid record is detected during the download function (DL).
Chapter 2: Command Grouping Overview Seven Groups The 68K Monitor commands are grouped into seven groups. The following pages list the commands in each of the groups, and provide a functional cross-reference to help you locate them in this guide.
68K System Monitor User's Guide GE Energy Services General System Commands Description This group of commands is essentially a list of unrelated commands that do not logically fit into the other command groups.
68K System Monitor User's Guide GE Energy Services Diagnostic Commands Description You can use these diagnostic commands for debugging, performance analysis and hardware system testing.
68K System Monitor User's Guide GE Energy Services Memory Commands Description Use these memory commands to identify or change the contents of memory in the system.
68K System Monitor User's Guide GE Energy Services Process Commands Description Use these commands to examine and alter the state of pSOS processes. Note: Some of these functions must only used for testing and debugging during software development.
68K System Monitor User's Guide GE Energy Services Exchange Commands Description Use these commands to examine and alter pSOS exchange data in the system. Note: Use these functions primarily for testing and debugging purposes during software development. List of Commands This list shows the Exchange commands, in alphabetical order: Command Description JX Jam Exchange 3-43 QX Query Exchange 3-54 RX Request Exchange 3-62 SX Send Exchange 3-76 SWM0023 1.
68K System Monitor User's Guide GE Energy Services Breakpoint Commands Description Use these commands with the 68K Monitor for control and display of process breakpoints in the system. The three restrictions with the definition of breakpoints are: • You must define breakpoints in code that is in RAM. − The program instruction changes to a 68000 family TRAP instruction. • You must define all program breakpoints at the beginning of an instruction. • Only define breakpoints in a process.
68K System Monitor User's Guide GE Energy Services Configuration Maintenance Commands Description Use these commands to store and maintain configuration files.
68K System Monitor User's Guide GE Energy Services Chapter 3: 68K Monitor Commands Overview Introduction This Chapter is divided into two sections, the first providing a cross-reference table where you can see which platform support what commands. The second section details each command, listed in alphabetical order.
68K System Monitor User's Guide GE Energy Services Section 1: Command / Platform Cross-Reference Platform-Specific Commands List of Commands This table lists all of the possible 68K Monitor commands in the left column, in alphabetical order. The columns to the right show the platforms where the commands will be available for you to use.
68K System Monitor User's Guide GE Energy Services Platform-Specific Commands, Continued List of Commands (continued) Command CPM/D20 D20ME CCU CCUME D25 * * * * * M * * * * * PB * PR * JTF JX * KIM * * * * * * * * * * PRG * QC QP * * * * QR * * * * * QX * * * * * RB * * * RP * * * * * * * * * * * * * RR RT RTB * RTC RX * * SA * * SB * * * * * * * * RZ SC * SET SI * * * * * * * SP * * * * * ST * * *
68K System Monitor User's Guide GE Energy Services Section 2: Monitor Commands AL - Change Auto-logout Timer Platform o Description Use this command to change the monitor’s auto-logout timer duration from the default of 5 minutes. Syntax Below is usage and syntax information for this command CPM o D20 D20 Base o D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Command Format al timout (minutes) Variables None Parameters minutes = Example Type al 15 and press ENTER.
68K System Monitor User's Guide GE Energy Services BAUD - Set Baud Rate Platform o o Description Use this command to change the data rate of the WESMAINT port to a userconfigured value. Syntax Below is usage and syntax information for this command CPM D20 D20 Base þ D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Command Format baud baud_rate About Changing the Baud Rate Variables None Parameters baud_rate = the new data rate for the port, in bps.
68K System Monitor User's Guide GE Energy Services BAUD - Set Baud Rate, Continued Supported Speeds The supported data rates, in bps, are: * D25 has a maximum speed of 38400 bps. 900 3600 28200 1050 4800 * 38400 1200 7200 57600 1800 9600 115200 2000 14400 230400 2400 19200 SWM0023 1.
68K System Monitor User's Guide GE Energy Services BOOT - Startup - Platform þ Description Use this command to remove all defined Monitor breakpoints and then force the system to go through its lowest level start-up. CPM þ D20 D20 Base þ D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 This ensures that the system is properly re-initialized after testing, system manipulating, or downloading.
68K System Monitor User's Guide GE Energy Services CACHE - Control Cache Platform o Description Use this command to enable and disable the CPU’s cache. Syntax Below is usage and syntax information for this command CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base o D25 Command Format cache /(d | e) Variables /d = disable processor cache /e = enable processor cache Parameters None Example Type cache /d and press ENTER.
68K System Monitor User's Guide GE Energy Services CAL - Calibrate KI Platform o Description For D200s only. CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base o D25 Use this command to calibrate the Kernel Interface inter-processor communications.
68K System Monitor User's Guide GE Energy Services CB - Clear Breakpoint Platform þ Description Use this command to clear breakpoints that are currently set. • By specifying a breakpoint number, this command clears that breakpoint. • By not specifying a breakpoint, it clears all defined breakpoints. CPM þ o D20 D20 Base D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Breakpoints are cleared by: 1.
68K System Monitor User's Guide GE Energy Services CCA - Change Configuration File Attributes Platform o Description Use this command to modify the configuration file attributes for a given configuration file. CPM o D20 D20 Base o D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Overwrites the old attributes with the new attributes.
68K System Monitor User's Guide GE Energy Services CCB - Create Configuration Storage Block Platform o Description Use this command to create the configuration storage block at a specified location or allocate it out of RAM. CPM o D20 D20 Base o D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 The amount of memory space allocated to configuration storage and other relevant parameters are also required.
68K System Monitor User's Guide GE Energy Services CCB - Create Configuration Storage Block, Continued Parameters (continued) Example Type ccb 600000 100000 400 2 and press ENTER. Results: The monitor creates a configuration storage control block at address 0x600000, taking the next 0x100000 bytes as the space for the configuration storage system.
68K System Monitor User's Guide GE Energy Services CCF - Clear Configuration File Platform o Description Use this command to erase the specified configuration file. CPM o D20 D20 Base o D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 The command clears all contents of the file, and it clears all attribute flags as well.
68K System Monitor User's Guide GE Energy Services CF - Copy File Platform o Description Use this command to copy file information from one file to another. CPM o D20 D20 Base o D20 ME D20 Base þ D20/200 CCU Base o D20/200 ME CCU Base þ D25 Primarily, use the command to transfer files containing configuration, application FLASH and DSP FLASH program data into their destination regions.
68K System Monitor User's Guide GE Energy Services CLS - Clear Screen Platform o Description Use this command to clear the monitor’s screen. Syntax Below is usage and syntax information for this command CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base þ D25 Command Format cls Variables None Parameters None Example None Required. Special Considerations None SWM0023 1.
68K System Monitor User's Guide GE Energy Services CP - Change Priority Platform o Description Use this command to change the current priority of an existing process.
68K System Monitor User's Guide GE Energy Services CS - Check Sum Platform þ Description Use this command to perform a checksum or 32-bit CRC of either the boot code area, NVRAM area, or application code area.
68K System Monitor User's Guide GE Energy Services D - Dump Memory Platform þ Description Use this command to display memory contents as bytes, words, long words, floatingpoint numbers, or double-precision numbers. CPM þ D20 D20 Base þ þ D20 ME D20 Base D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Each line of output is formatted as: at the left margin: − starting address of the memory, hexadecimal.
68K System Monitor User's Guide GE Energy Services D - Dump Memory, Continued Syntax (continued) Example Type d /w f024 and press ENTER. Results: The system displays the specified data (eight lines consisting of address, eight hexadecimal words, and 16 ASCII characters, starting at hexadecimal address F024), then displays the prompt. Type d and press ENTER. Results: The system displays the next eight lines starting at hexadecimal address F024+80=F0A4, then displays the prompt.
68K System Monitor User's Guide GE Energy Services DB - Define Breakpoint Platform þ Description Use this command to activate a breakpoint in a section of code located within RAM. CPM þ D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 At the specified address, the command saves 68000 family instruction in the breakpoint table and replaces it with a TRAP instruction.
68K System Monitor User's Guide GE Energy Services DEBUG - Debug Mode Platform o Description Use this command to put the D25 into Debug Mode. CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base þ D25 This mode disables certain checks in the system so that it will ignore small system violations during debugging sessions (such as allowing the writing of FLASH code to RAM during a download).
68K System Monitor User's Guide GE Energy Services DF - Display File Data Platform o Description Use this command to display the contents of any file in memory in text or binary format. CPM o D20 D20 Base o D20 ME D20 Base þ D20/200 CCU Base o D20/200 ME CCU Base þ D25 The default is binary format, which mimics the dump command by displaying the binary values first, then the printable ASCII values afterward. You may view any file recognized by the Installable File System.
68K System Monitor User's Guide GE Energy Services DHW - Display Hardware Data Platform o Description Use this command to display information on the hardware configuration of the D25. CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base þ D25 The provided information consists of: • size and base address of all memory regions • DSP and XCOM type • state of the auxiliary output and sysfail signal, and • EPLD and PCB revision numbers.
68K System Monitor User's Guide GE Energy Services DIR - Directory Platform o o Description Use this command to display a directory of the database tables residing in a specified memory type.
68K System Monitor User's Guide GE Energy Services DIR - Directory, Continued Syntax (continued) Special Considerations Global database tables only exist if a multi-node CCU is present. EPROM database tables form the default configuration for the CCU. They are optional and may not have been included in the CCU. If any type of database is unavailable, the DIR command will return an error message. SWM0023 1.
68K System Monitor User's Guide GE Energy Services DL - Download Platform þ Description Use this command to download data (typically configuration files (all platforms) or D25 and CCUME application (FLASH) code). Note: When downloading application code files, this command must be used only when executing from the BootROM. This will be indicated by the D25A>, or the D20MEA> prompts for the D25 or D20ME-based systems, respectively.
68K System Monitor User's Guide GE Energy Services DM - Debug Mode Platform þ Description Use this command to enable or disable product-specific debugging modes. • For the 68020, (D20M) and 68EC030 (D20 ME) it disables the on-chip instruction cache. • For the 68332, (CPM) it enables show cycles. CPM þ D20 D20 Base þ D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base o D25 When enabled, both of these debug mode instructions allow external bus monitoring.
68K System Monitor User's Guide GE Energy Services DSTAT - Decompression Status Platform o Description Use this command to view status of file copy command progress and success.
68K System Monitor User's Guide GE Energy Services E - Edit Memory Platform þ Description Use this command to display and modify memory locations. The command does not verify memory contents after they are stored. After entering the command, it prompts you with the current contents of a memory location.
68K System Monitor User's Guide GE Energy Services E - Edit Memory, Continued Syntax (continued) Parameters address = address to edit in hexadecimal notation Example Type e /l 200000 and press ENTER. This indicates that you are editing RAM memory, starting at address 200000 hexadecimal in long word format. Results: The system continues to display the current address location and data at that location in hexadecimal format, until you use a period (.) to return the monitor prompt.
68K System Monitor User's Guide GE Energy Services ECHO - Echo Toggle Platform o Description Use this command to turn command line echoing on and off. CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 It only affects the 68K Monitor’s echoing of user-entered keystrokes, and not the results of any commands.
68K System Monitor User's Guide GE Energy Services EL - Error Log Platform þ Description Use this command to display and delete system error log entries stored in NVRAM for a single or multi-processor system. CPM þ D20 D20 Base þ D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 The display command also presents the current system state, and any significant lowlevel system errors which occur.
68K System Monitor User's Guide GE Energy Services ERASE - Flash Erase Platform o Description Note: o CPM D20 D20 Base þ D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 this command is available only when executing from the BootROM. This will be indicated by the D25A>, or the D20MEA> prompts for the D25 or D20ME-based systems, respectively.
68K System Monitor User's Guide GE Energy Services ETH - Ethernet Address Platform o Description Use this command to change the Ethernet address of a D25’s hardware interfaces.
68K System Monitor User's Guide GE Energy Services EXIT - Exit Platform þ Description Use this command to perform a limited clean up of the 68K Monitor, and return to the calling routine (such as WESMAINT) if it has not been suspended. Syntax Below is usage and syntax information for this command CPM þ D20 D20 Base þ D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Command Format exit Variables None Parameters None Example Type exit and press ENTER.
68K System Monitor User's Guide GE Energy Services F - Fill Memory Platform þ Description Use this command to repeatedly write a value to a specified region of memory.
68K System Monitor User's Guide GE Energy Services FT - Find Table Platform þ Description Use this command to search available Database Manager resources to obtain the address and number of records in a database table within the database management system.
68K System Monitor User's Guide GE Energy Services HE or HELP - Help Platform þ Description Use this command to display a list of all available monitor commands on the screen, or a description and usage for a given specific command.
68K System Monitor User's Guide GE Energy Services HT - HDLC Test Platform o Description Use this command to transmit specific application messages over the HDLC communication link. Note: Because you must assemble these messages by hand, you can not use the command effectively unless you know the protocol used by the D.20 application.
68K System Monitor User's Guide GE Energy Services IMG - Display Image Information Platform o o Description Use this command to display information on the BootROM, FLASH, and NVRAM configuration images. CPM D20 D20 Base þ D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 The information consists of: For the BootROM and FLASH images, a description string and a part number; For the NVRAM configuration, the static CRC and configuration version.
K System Monitor User's Guide GE Energy Services JTF - Jump To Flash Platform o Description Use this command to place the D25 in Active Mode. CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base þ D25 The system stops execution out of the BootROM region, and it activates the FLASH operating system. Syntax Below is usage and syntax information for this command Command Format jtf Variables None Parameters None Example Type jtf and press ENTER.
68K System Monitor User's Guide GE Energy Services JX - Jam Exchange Platform þ Description Use this command to force a message to the beginning of the message queue at one or more exchanges.
68K System Monitor User's Guide GE Energy Services KIM - KI Metrics Platform o Description D200 only. CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base o D25 Use this command to view the Kernel Interface Metrics.
68K System Monitor User's Guide GE Energy Services M - Move Memory Platform þ Description Use this command to copy memory from one memory region to a writeable memory region.
68K System Monitor User's Guide GE Energy Services PB - Print Breakpoint Platform þ Description Use this command to display breakpoint information about any or all-active breakpoints in the system. CPM þ D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 While the system suspends a process at a breakpoint, this instruction causes the display of the suspended process ID and the register values when it encounters the breakpoint.
68K System Monitor User's Guide GE Energy Services PR - Profile Platform þ Description Use this command to display run-time statistics of all processes in the system, including: • the number of times the process was swapped in • the number of system real-time clock ticks occurring during its run periods • the average number of ticks (in tenths of a tick) per run (average) • the CPU usage (in 10ths of percent) of the process • the maximum period between watchdog process operations.
68K System Monitor User's Guide GE Energy Services PR - Profile, Continued Syntax (continued) Special Considerations Important points to note: • Data format of the output run count and run ticks are decimal integral values. − Ticks per run are tenths of milliseconds and CPU use are tenths of a percent decimal. − The system represents figures in decimal notation. • This profiler does not account for interrupt service CPU usage. • Roll-over of the profiler's counts occurs after some time more than 14 days.
68K System Monitor User's Guide GE Energy Services PRG - Program Flash Platform o Description Use this command to program a FLASH memory.
68K System Monitor User's Guide GE Energy Services QC - Query Configuration Storage Parameters Platform o Description Use this command to display the contents of the configuration storage block, providing information such as: • how many configurations are stored in the system • how much memory is allocated to configuration storage, and • the creation time and date of the stored configurations.
68K System Monitor User's Guide GE Energy Services QP - Query Process Platform þ Description Use this command to display the: • general status of all currently active processes • general status of specific processes, or • detailed information about one currently active process.
68K System Monitor User's Guide GE Energy Services QP - Query Process, Continued Syntax (continued) Special Considerations Information Details All numeric data displayed is in hexadecimal notation.
68K System Monitor User's Guide GE Energy Services QR - Query RAM Platform þ Description Use this command to examine the RAM allocation and use for either static RAM or NVRAM. CPM þ D20 D20 Base þ D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 The Command displays: • the memory block sizes • whether they are used, and • the total size of available free memory. The command also queries the global memory RAM if in a multi-processor system.
68K System Monitor User's Guide GE Energy Services QX - Query Exchange Platform þ Description Use this command to display information on system exchanges. • If you request information on more than one exchange, then the output is in a list format. Each line contains an exchange name and ID, and the number of processes and messages queued. • If you request information on all exchanges, the monitor derives and displays the number of free exchange control blocks.
68K System Monitor User's Guide GE Energy Services QX - Query Exchange, Continued Syntax (continued) Example Type qx and press ENTER. Results: The system displays the name, exchange ID, and number of queued processes and messages for every exchange in the system. Special Considerations General Full Release None SWM0023-1.
68K System Monitor User's Guide GE Energy Services RB - Resume Breakpoint Platform þ Description Use this command to restart a process that stopped at a breakpoint, without removing the breakpoint. CPM þ D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 It verifies the specified breakpoint, restarts the associated process, and then reinserts the breakpoint trap.
68K System Monitor User's Guide GE Energy Services RP - Resume Process Platform þ Description Use this command to restart all processes, some processes, or a specific suspended process. CPM þ þ D20 D20 Base D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Use this command to restart processes that have been suspended using the suspend process (SP) command.
68K System Monitor User's Guide GE Energy Services RR - Report RAM Partitions Platform o Description Use this command to display information on the RAM divisions currently configured in the system. • On a D25 platform, this command reports the base addresses of the RAM and NVRAM regions, and the size of the NVRAM region. • On a D200 platform, this command reports the base addresses of the global RAM and global NVRAM regions, and the size of the global NVRAM region.
68K System Monitor User's Guide GE Energy Services RT - RAM Test Platform þ Description Use this command to perform a non-destructive read-write test of specified RAM memory. CPM þ D20 D20 Base þ þ D20 ME D20 Base D20/200 CCU Base þ D20/200 ME CCU Base þ D25 The test may be for the entire RAM or NVRAM regions, or for a specified range of values. You may also select to run the test for a set number of loops, or to loop infinitely.
68K System Monitor User's Guide GE Energy Services RT - RAM Test, Continued Syntax (continued) Special Considerations If you enable the Debug Mode, the function can be CPU intensive, and could cause a system reset under these circumstances. You cannot use this function when the NVRAM is corrupt. Do not use the /s switch on a D25. SWM0023 1.
68K System Monitor User's Guide GE Energy Services RTB - Return To BootROM Platform o Description Use this command to place the device in System Service Mode. When you issue the command, the system stops executing out of the FLASH region, and it activates the BootROM operating system. CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base þ D25 The primary use of this mode is for the downloading of FLASH application software to the RTU.
68K System Monitor User's Guide GE Energy Services RTC - Test CCU RTC Platform o Description Use this command to test the RTC synchronization between nodes in a D200. Syntax Below is usage and syntax information for this command CPM o o D20 D20 Base D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base o D25 Command Format rtc [/r] Variables /r = reset back to initial settings Parameters None Example At the monitor prompt, type rtc /r and press ENTER.
68K System Monitor User's Guide GE Energy Services RX - Request Exchange Platform þ Description Use this command to retrieve a message from one or more exchanges. CPM þ D20 D20 Base þ D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 It returns the first message in each target message queue.
68K System Monitor User's Guide GE Energy Services RZ - ZMODEM Download Platform o Description Use this command to download configuration and application data over the serial port into RAM or FLASH. The 68K Monitor accepts a transfer of ZMODEM binary data to the D25 initiated either by the D25 user or by the sending terminal.
68K System Monitor User's Guide GE Energy Services RZ - ZMODEM Download, Continued ! WARNING Note K Executing this command modifies the memory of the D25, and can cause operational disruption. Use caution before proceeding. Be sure that you really want to use this command and that you use it correctly. When using ZMODEM, all files sent to the 68K Monitor must have file names. The file name for a FLASH image must start with “PROM”.
68K System Monitor User's Guide GE Energy Services SA - Serial Analyzer Platform þ Description Use this command to monitor communications on one of the defined serial ports (other than the assigned 68K Monitor port). CPM þ D20 D20 Base þ D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 It uses serial I/O system transmit and receive call-outs to intercept all communications on the channel.
68K System Monitor User's Guide GE Energy Services SA - Serial Analyzer, Continued Buffered Data The serial analyzer does not display data immediately. It buffers the data so that the serial analyzer remains non-intrusive. The buffer is large enough (1000 bytes) that overflow is unlikely. If the buffer does overflow, however, the indication provided is: buffer overflow The monitor discards incoming data as long as the buffer is in the overflow state. It does not destroy the current buffer contents.
68K System Monitor User's Guide GE Energy Services SB - Step Breakpoint Platform þ Description Use this command to single step a process that was suspended at a breakpoint. CPM þ D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 It also allows executing multiple program steps in a single command.
68K System Monitor User's Guide GE Energy Services SC - Select Active Configuration Platform o o Description Use this command to select one of the stored configurations as the active configuration. CPM D20 D20 Base o D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 The system is halted and the stored configuration is uncompressed (if necessary) and written into NVRAM (local on the D25, global on a D200) as the new configuration.
68K System Monitor User's Guide GE Energy Services SET - Set System Parameters Platform o Description Note: o CPM o D20 D20 Base D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 This command is for developers only. Use this command to quickly modify options in code during run time.
68K System Monitor User's Guide GE Energy Services SI - Display System Information Platform o Description Use this command to display information on the hardware, software and current configuration of the device. Syntax Below is usage and syntax information for this command CPM o D20 D20 Base o D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Command Format si Variables None Parameters None Example Type si and press ENTER.
68K System Monitor User's Guide GE Energy Services SP - Suspend Process Platform þ Description Use this command to stop all unprotected processes, some unprotected processes, or a specific unprotected process. CPM þ þ D20 D20 Base D20 ME D20 Base þ D20/200 CCU Base þ D20/200 ME CCU Base þ D25 Use this command to stop all processes before CPU-intensive operations, for example, an NVRAM download. Protected processes must remain running at all times.
68K System Monitor User's Guide GE Energy Services SP - Suspend Process, Continued Syntax (continued) Example Type sp and press ENTER. Results: This suspends all unprotected processes. Unless it encounters an error, the system displays the prompt. If it encounters an error, it displays an error message before it returns to the prompt. Special Considerations General Full Release This function stops the execution of tasks within the remote; you must not use it when the remote is active.
68K System Monitor User's Guide GE Energy Services ST - Serial Test Platform þ Description Use this command to start one of these two serial port test procedures: • an automatic loop-back test of the defined serial port − transmits and receives a series of characters of different formats. • manually forcing the mark or space line states from the RS-232 drivers − allows you to monitor and adjust modem levels or frequencies.
68K System Monitor User's Guide GE Energy Services ST - Serial Test, Continued Loop Test Adapter The automatic loop-back test requires this DB-9 pin loop-back connector: DCD RXD TXD RTS CTS Selectable Data Rates 1 2 3 7 8 ────┐ ──┐ │ ──┘ │ ────┤ ────┘ The command used in CCU-based and D25 products allows you to select the data rate for the loopback test.
68K System Monitor User's Guide GE Energy Services SX - Send Exchange Platform þ Description Use this command to queue a message at one or more exchanges.
68K System Monitor User's Guide GE Energy Services SYSC - System Platform o Description Use this command to reset the reboot counter to zero. Syntax Below is usage and syntax information for this command CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base þ D25 Command Format sysc [(/?) | command] Variables /? = help Parameters command = rcount Example Type sysc rcount and press ENTER. Results: The reboot counter will be reset to 0.
68K System Monitor User's Guide GE Energy Services TEST - Invoke Test Tool Platform o Description Use this command to activate a test tool external to the monitor. CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base þ D20/200 ME CCU Base þ D25 To use a test tool, the test tool application must: • be included in the software for the system, and • be created specifically to make use of this monitor function.
68K System Monitor User's Guide GE Energy Services TR - Trace Platform o Description Use this command to track the execution sequence of the processes in the system.
68K System Monitor User's Guide GE Energy Services TR - Trace, Continued Syntax (continued) Example 1 Type tr /r 20 /t0 10 208000 = 12345678 and press ENTER. Results: This will allocate a buffer for 20 samples and triggers when the long memory location becomes 12345678. It saves 10 samples before the trigger, the trigger sample and 9 samples more to fill the buffer. Example 2 Type tr /r 20 /t0 10 208000 change and press ENTER. Results: This triggers if the long memory location changes value.
68K System Monitor User's Guide GE Energy Services UL - Upload Platform þ Description Use this command to retrieve an S-record from the device’s memory.
68K System Monitor User's Guide GE Energy Services VER - Version Platform þ þ Description Use this command to display the Base System and pSOS versions, plus any application version and embedded image information. On the D25, the monitor will also display the BootROM version.
68K System Monitor User's Guide GE Energy Services VP - Signal Process Platform þ Description Use this command to send a pSOS signal to one or several processes. Use it during development of application software.
68K System Monitor User's Guide GE Energy Services WINM - WIN Metrics Platform o Description Use this command to report statistics on processing in the Base System software. Syntax Below is usage and syntax information for this command CPM o D20 D20 Base o D20 ME D20 Base o D20/200 CCU Base o D20/200 ME CCU Base o D25 Command Format winm ((/r [data_type]) | data_type) Variables /r = reset Parameters data_type = Example Not required.
Index Download Command DL .............................................................................. 3-27 Dump Memory Command D................................................................................. 3-19 B Boot Command BOOT ...........................................................................3-7 C Calibrate KI Command CAL ..............................................................................3-9 Change Auto-logout Timer Command AL.................................................
68K System Monitor User's Guide GE Energy Services K S KI Metrics Command KIM ............................................................................ 3-44 Select Active Configuration Command SC............................................................................... 3-69 Send Exchange Command SX............................................................................... 3-76 Serial Analyzer Command SA...............................................................................