THE DYNABUS: A VLSI BUS FOR USE IN MULTI-PROCESSOR SYSTEMS THE DYNABUS: A VLSI BUS FOR USE IN MULTI-PROCESSOR SYSTEMS THE DYNABUS: A VLSI BUS FOR USE IN MULTI-PROCESSOR SYSTEMS VERSION 1.0 VERSION 1.0 1 1 1 The DynaBus A VLSI Bus for use in Multiprocessor Systems L. Bland, J.C. Cuenod, D. Curry, J.M. Frailong, J. Gasbarro, J. Gastinel, B. Gunning, J. Hoel, E. McCreight, M. Overton, E. Richley, M. Ross, and P. Sindhu Dragon-88-08 Written 4 September 88 Revised 15 February 89 c Copyright 1986, 1987, 1988, 1989 Xerox Corporation. All rights reserved. Abstract: The DynaBus is a synchronous, packet switched bus designed to address the requirements of high bandwidth, data consistency, and VLSI implementation within the memory system of a shared memory multiprocessor. Each DynaBus transaction consists of a request packet followed an arbitrary time later by a reply packet, with the bus being free to be used by other transactions in the interim. Besides making more efficient use of the bus, such packet switching enables the use of interleaved memory, allows arbitrarily slow devices to be connected without degrading performance, and simplifies data consistency in systems with multiple levels of caching. The bus provides a usable bandwidth of several hundred megabytes per second, permitting the construction of machines executing several hundred MIPS while providing high IO throughput. An efficient protocol ensures that multiple copies of read/write data within processor caches is kept consistent and that IO devices stream data into and out of a consistent view of memory. Both the physical structure of the DynaBus and its protocol are designed specifically to allow a high level of system integration. Complex functions such as memory and graphics controllers that traditionally required entire boards can be implemented in a single VLSI chip that is directly connected to the DynaBus. Keywords: VLSI DynaBus, Backpanel DynaBus, pipelined bus, timing, arbitration, DynaBus transactions, write-back cache, snoopy cache, data consistency, DynaBus signals, memory interconnect, multiprocessor bus, packet switched bus. FileName: [Dragon]Documentation>DynaBus>DynaBusDoc.tioga, .ip XEROX Xerox Corporation Palo Alto Research Center 3333 Coyote Hill Road Palo Alto, California 94304 Xerox Private Data Contents 1. Overview 2. Definition of Terms 3. Interconnection Schemes 4. Chip Level Signals 5. Arbitration and Flow Control 6. Transactions 7. Data Consistency 8. Atomic Operations 9. Input Output 10. Address Mapping 11. Error Detection and Reporting Appendix I. DynaBus Command Field Encoding 1. Overview The DynaBus is a synchronous, packet switched bus designed to address the requirements of high bandwidth, data consistency, and VLSI implementation within the memory system of a shared memory multiprocessor. Each DynaBus transaction consists of a request packet followed an arbitrary time later by a reply packet, with the bus being free to be used by other transactions in the interim. Besides making more efficient use of the bus, such packet switching enables the use of interleaved memory, allows arbitrarily slow devices to be connected without degrading performance, and simplifies data consistency in systems with multiple levels of caching. The bus provides a usable bandwidth of many hundreds of megabytes per second, permitting the construction of machines spanning a wide range of cost and performance. Because DynaBus is intended for use in high performance shared memory multiprocessors, there is an efficient protocol for ensuring that processors see a consistent view of memory in the face of caching and IO. With this protocol the hardware ensures that multiple copies of read/write data in caches are consistent, and that both input and output devices are able to take cached data into account. And the consistency protocol provides a model of shared memory that is both conceptually simple and natural. The DynaBus's physical structure and its protocol are designed to promote a high level of system integration. Complex devices, including: memory controllers, graphics controllers, high speed network controllers, and external bus controllers that traditionally required entire boards can be implemented using a single chip connected directly to the DynaBus. The result is a high performance, but compact system. Within a computer, the DynaBus may be used both as a VLSI interconnect to tie chips together on a single board and as a backplane bus to tie boards together over a backpanel. Figure 1 shows an application with two boards. Figure 1: The DynaBus is a VLSI interconnection system. Its efficient, compact design promotes a high level of integration. Key to Abbreviations in Figure 1: C: Cache Arb: Arbiter IOB: Input/Ouput Bridge P: Processor D/P: Display MC: Memory Controller MAP: Map Cache Mem: Memory The DynaBus design is flexible enough to allow its use in a wide variety of configurations. For example, in Figure 1, DynaBus A may be connected to DynaBuses B and C in two quite different ways. In the first, the buses are connected by pipeline registers. Here there is logically one DynaBus but three electrically separate bus segments, and all traffic on one segment is propagated to the others. In the second, the buses are connected by second level caches. Here there are three logically distinct DynaBuses, and traffic from one bus may or may not go to the others. Another configuration, not shown in the figure, is to use multiple Dynabuses operating independently and in parallel with one another to provide very high bandwidths. The DynaBus has 80 signals, 64 of which consist of a multiplexed data/address path (Data, Figure 2). HeaderCycle indicates whether the information carried by Data is a packet header or not, while DParity is parity computed over Data and HeaderCycle. Shared and Owner are signals used for data consistency. RequestOut, Grant, and LongGrant constitute the interface to the Dynabus arbiter. AParity provides a single bit parity check over the consistency and arbitration wires. The clock signal Clock provides global timing, while ClockOut allows the skew of Clock to be controlled. At the pins of a package that interfaces to DynaBus, the Data port signals can be provided optionally with inputs and outputs separated for added flexibility in building high performance pipelined bus configurations. The pin BidEn allows a given die to be used in either the bidirectional mode, or the higher performance unidirectional mode. Figure 2: Chip Level DynaBus Signals. The DynaBus's operation can be understood best in terms of three layers: cycles, packets, and transactions (these layers correspond to the electrical, logical, and functional levels, respectively). A bus cycle is simply one complete period of the bus clock; it forms the unit of time and information transfer on the bus; the information is typically either an address or data. A packet is a contiguous sequence of cycles; it is the mechanism by which one-way logical information transfer occurs on the bus. The first cycle of a packet carries address and control information; subsequent cycles typically carry data. There are two different packet sizes: 2 cycles and 9 cycles. A transaction consists of a request packet and a corresponding reply packet that together perform some logical function (such as a memory read). Each DynaBus has an arbiter that permits the bus to be multiplexed amongst contending devices, which are identified by a unique deviceId. Before a transaction can begin, the requesting device must get bus mastership from the arbiter. Once it has the bus, the device puts its request packet on the bus one cycle at a time, and then waits for the reply packet. Packet transmission is uninterruptable in that no other device can take the bus away during this time, regardless of its priority. The transaction is complete when another device gets bus mastership and sends a reply packet. Request and reply packets may be separated by an arbitrary number of cycles, provided timeout limits are not exceeded (see Section 11.2). In the interval between request and reply, the bus is free to be used by other devices. The arbiter is able to grant requests in such a way that no cycles are lost between successive packets. A request packet contains at least the transaction type, the requestor's deviceId, a small number of control bits, and an address; it may contain additional transaction dependent information. The reply packet contains the same transaction type, the orignial requestor's deviceId, the original address, some control bits, and transaction dependent data. This replication of type, deviceId, and address information allows request and reply packets to be paired unambiguously. Normally, the protocol ensures a one-to-one correspondence between request packets and reply packets; however, because of errors, some request packets may not get a reply. Thus, devices must not depend on the number of request and reply packets being equal since this invariant will not in general be maintained. The protocol requires devices to provide a simple, but crucial guarantee: they must service request packets in arrival order. This guarantee forms the basis for the DynaBus's data consistency scheme. The DynaBus defines a complete set of transactions for data transfer between caches and memory, data consistency, synchronization, input output, and address mapping. The ReadBlock transaction allows a device to read a block of data from memory or another cache. WriteBlock allows new data to be introduced into the memory system (for example disk reads). FlushBlock allows caches to write back dirty data to memory. KillBlock allows a block to be removed from all but one of the caches. WriteSingle is a short transaction used by caches to update multiple copies of shared data without affecting main memory. IOReadSingle and IOWriteSingle initiate and check IO operations, while IOReadBlock and IOWriteBlock allow block transfer of data between IO devices, completely bypassing the consistency mechanism. The Map and DeMap transactions permit the implemention of high speed address mapping in a multiple address space environment. Finally, the Interrupt transaction provides the mechanism for signalling interrupts to processors. The encoding space leaves room for defining five other transactions. The Dynabus has a maximum data transport efficiency of 8/11, or 73%. In other words, at least 3/11 of the overall bandwidth of the bus is consumed by protocol overhead such as deviceID, address, and transaction type. This number derives from the fact that in all of the block transfer transactions 8 cycles of data are transported for a total of 11 cycles. For example, the request packet for a ReadBlock transaction is 2 cycles while the reply is 9 cycles, of which 8 are data. In typical applications, most of the transactions on the bus are block transfer transactions so that the 73% efficiency is, in fact, close to what one would actually obtain. 2. Definition of Terms This section defines commonly used terms within this document. Definitions appear in bold and uses appear in italics. arbiter an entity that allows multiple devices contending for the same DynaBus to use the bus in a time multiplexed fashion. alignment an n-bit quantity is aligned within a container if the quantity is located starting at a position that is a multiple of n. This assumes big-endian numbering (see below). BIC bus interface chip. A chip containing two pipeline registers, one input and one output, used to connect two DynaBus segments. big-endian numbering a numbering system for data where the most significant unit (bit, byte, halfWord, word, doubleWord, or block) within a container is placed leftmost and numbered 0. The DynaBus uses big-endian numbering (Figure 3). Figure 3: Big-endian numbering as it is used on the DynaBus. block 512 bits of data. Within the real and IO address spaces block data is always aligned. bus a collection of one or more bus segments connected by pipeline registers. bus segment the portion of a bus that is traversed in one clock period. byte 8 bits of data. Within the real and IO address spaces byte data is always aligned. cycle one complete period of the DynaBus clock. It is the unit of time and information transfer on the DynaBus. Generally, a cycle is 25 ns, and carries one doubleWord (64 bits) of data. DBus a serial bus used for system initialization, testing, and debugging. device an entity that can arbitrate for the bus and place packets on it. deviceID a 10-bit unique identifier for DynaBus devices. This number is loaded into a device over the DBus during system initialization. doubleWord 64 bits of data. Within the real and IO address spaces doubleWord data is always aligned. The Dynabus transfers one doubleWord every cycle. halfWord 16 bits of data. Within the real and IO address spaces halfWord data is always aligned. header the first cycle of a packet. This cycle contains address and control information. hold a state in which the arbiter grants requests for reply packets but does not grant requests for request packets. IO address a 37-bit quantity used to address IO devices. An IO address consists of the address of an aligned doubleWord in IO address space concatenated with a 4-bit single specifier that identifies a single (aligned byte, halfWord, word, or doubleWord) within the doubleWord. An IO address may also be used to specify a block, in which case the single specifier identifies a single within the target block. When the block is transported over the Dynabus, this single is sent first, with the remaining doubleWords sent in cyclic order. Figure 4: Format of an IO Address IO address space the set of all IO addresses. IOBridge a chip that allows the DynaBus to be connected to an industry standard bus. MapCache a device that provides virtual to real address translation on the DynaBus. master a device that has been granted the DynaBus. module a unit of packaging intermediate between a chip package and a board. packet a contiguous sequence of bus cycles. The DynaBus supports packets of length 2 and 9. packet switched a dissociation between the request and reply packets of a transaction to allow the bus to be used for other transactions between request and reply. Same as split transaction. packet type a 5-bit field in the head cycle indicating one of 32 possible kinds of packet real address a 37-bit quantity used to address real memory. An addressed location may reside both in main memory and in caches. A real address consists of the address of an aligned doubleWord in real address space concatenated with a 4-bit single specifier that identifies a single (aligned byte, halfWord, word, or doubleWord) within the doubleWord. A real address may also be used to specify a block, in which case the single specifier identifies a single within the target block. When the block is transported over the Dynabus, this single is sent first, with the remaining doubleWords being sent in cyclic order. Figure 5: Format of a Real Address real address space the set of all real addresses. requester the device that sends the request packet of a transaction. responder the device that sends the reply packet of a transaction. single a byte, halfWord, word or doubleWord of data. Within the real and IO address spaces a single is always aligned. A single is transported on the Dynabus in the same relative position within a 64-bit cycle as the position the single occupies within its containing doubleWord in the real or IO address spaces. Non significant bits of the cycle containing the single are undefined. slave a device that is listening to an incoming packet on the DynaBus. snoopy cache a two port cache that watches transactions on the DynaBus port to maintain a consistent view of data as seen from the processor port. split transaction a dissociation between the request and reply packets of a transaction to allow the bus to be used for other transactions between request and reply. Same as packet switched. transaction a pair of packets, the first a request and the second a reply, that together performs some logical function. virtual address a 32-bit quantity used by a processor to address memory. virtual address space the set of all virtual addresses. word 32 bits of data. Within the real and IO address spaces word data is always aligned. write-back cache a cache that updates cached data upon a processor write without immediately updating main memory. write-through cache a cache that does a write on the bus side for each write it receives from its processor side. 3. Interconnection Schemes A unique aspect of DynaBus is that it can be used as an interconnection component in machines spanning a wide range of cost and performance. At the low end are low cost single board systems of up to a few hundred MIPS, while at the high end are more expensive multi-board systems capable of approaching 1 GIPS and sustaining high IO throughput. However, in all these systems, the logical and much of the electrical specification of the bus stays the same. This allows the same chip set to be employed across an entire family of machines and results in economies of scale not permitted by other buses. 3.1 Low to Medium Performance Systems Low performance systems typically cannot afford high pin count packages because of increased package cost and the need for more expensive high density interconnection on board. With the bidirectional option, the DynaBus requires just 80 pins per package, providing an attractive solution for low end systems. With the DynaBus confined to a single board, it is possible to build a high performance, compact 64-bit bus consisting of just one segment (Figure 6). Each DynaBus chip has an input and an output register connected to the bidirectional data port. These registers make a shorter cycle time possible, eliminating any computation (decoding, gating) during the transmission of data between chips. Figure 6: A Single-Board System contains only one bus segment. A special pin allows the input and output pins of a DynaBus chip to be connected resulting in a bidirectional interface with only 80 wires. Low cost midrange systems can also be built using a non-pipelined bidirectional DynaBus that spans multiple boards. Each board would have bidirectional buffers at its interface, much like VME or FUTUREBUS (see Figure 7 left). Such an implementation of Dynabus would not cycle as fast as a single board version or a pipelined version, but it would nonetheless provide an attractive low cost multi-board alternative. 3.2 High Performance Pipelined Systems One of the most interesting features of DynaBus is that it allows pipelining: a single DynaBus can be broken up into multiple bus segments separated by pipeline registers. These registers are placed at the input and output of each chip, module and board connecting to a DynaBus. During one clock cycle a signal starts out in one pipeline register, traverses one bus segment, and ends up in another pipeline register. The principal advantage of such pipelining is that the signal transit times on carefully designed short bus segments are a fraction of those on a single long segment whose length is the sum of the shorter segments. Small signal transit times in turn mean that the bus can be operated at a higher frequency and therefore deliver more bandwidth. Figure 7: In a nonpipelined system the segment transit time (the clock period lower bound) is T = T1 + T2 + T3. In a pipelined version the segment transit time is MAX[T1, T2, T3], or about T/3 if comparable transit times for the backpanel and the board are assumed. Thus the bandwidth of the pipelined version is up to three times higher. (This is an upper bound, as the additional setup and hold times will decrease the speed.) Figure 8 illustrates a low cost multi-board system in which all three segments of the Dynabus are bidirectional. In this configuration, the on-board Dynabuses require 66 fewer wires than the unidirectional configuration, resulting in lower cost packaging. The price to pay for this decreased cost is lower performance. In all of the other examples in this section, the Dynabus can be utilized fully, while in this configuration it cannot because incoming packets would collide with outgoing ones on the on-board bidirectional buses. Two cycles are lost for each packet transferred, so that the transport efficiency here is around 73% of the transport efficiency of a fully utilizable configuration. For a detailed explanation of these lost cycles, or "bubbles" see Section 5.3. Figure 8: A Low-Cost Multi-Board System with 3 Dynabus segments. Figure 9 illustrates a multi-board system with three DynaBus segments. The Backpanel is the only bidirectional segment. The boards have two unidirectional input and output buses. Figure 9: A Multi-Board System with 3 Dynabus segments. Finally, Figure 10 illustrates a multi-module multi-board system where the DynaBus has 5 pipelined segments. Figure 10: A Multi-Board Multi-Module System with 5 Dynabus segments. In all these configurations care must be taken in the physical layout of bus segments to minimize reflections in order to increase the clock rate. Additionally, great care must be taken in distributing the clock to reduce skew. The DynaBus uses balanced transmission lines for bus segments and a special clock distribution scheme that minimizes clock skew. 4. Chip Level Signals The signals comprising a DynaBus interface for a chip are divided into five groups: Control, Arbitration, Consistency, Data, and optionally DataIn. Control contains input and output versions of the Clock, and a BidEn pin that is used to either tie the Data and DataIn groups together or allow them to be used separately. The Arbitration group provides the signals used by the chip to request the bus and also the signals used by the arbiter to grant the bus. The consistency group contains input and output versions of Shared and Owner. Data provides a bidirectional (or optionally a unidirectional output) path for 64 bits of data, header information, and parity. Finally, the optional group DataIn provides a unidirectional input path for signals in the Data group when that group is being used in unidirectional output mode. Figure 11: The DynaBus Signals. 4.1 Control Signals Clock This input signal provides the global timing signal for the DynaBus. ClockOut This output signal provides an internal, loaded version of the Clock that is used to deskew Clock. BidEn This signal is used to place the Data signals in the optional unidirectional mode. When BidEn is asserted, Data function in a unidirectional output mode, and DataIn are used in a unidirectional input mode. When BidEn is deasserrted, the Data signals are used in a bidirectional mode, and the DataIn signals are not used. This feature can be used to reduce the number of DynaBus pins either for building low end systems or to simplify chip testing. 4.2 Arbitration Signals LongGrant LongGrant is defined one cycle before the first cycle of a grant, and at other times its value is undefined. It is asserted if the arbiter is responding to a request for a long packet (9-cycle) and deasserted if it is responding to a short packet (2-cycle). Grant Grant is asserted by the arbiter once for each bus cycle that has been granted to a requesting device. The duration of Grant is 2 or 9 cycles, depending on the length of the packet. RequestOut[0..2] The RequestOut wires are used by a device to signal its Arbiter that it wants the bus. A device uses the RequestOut wires for either one cycle or two consecutive cycles. The first cycle always communicates the priority of a request. For some requests, the device uses the second cycle to communicate a length (the number of cycles for which it wants the bus) and a color that is used by the arbiter to provide fair service. The encoding for the two cycles is as follows: First Cycle 7: Stop Arbitration 6: Reply High 5: Reply Low 4: Hold 3: Request High 2: Request Normal 1: Request Low 0: NoOp Second Cycle: xCL C: Color L: Packet Length (0=>2 cycles, 1=>9 cycles) For priorities corresponding to Stop, Hold, and NoOp, a request consists of one cycle, while for the remainder a request consists of two cycles. 4.3 Consistency Signals OwnerOut OwnerOut is asserted by a cache when it is the owner of the address specified in a ReadBlockRequest. The OwnerOut signal is needed because the memory system uses write-back caches. When the main memory copy of a block is stale, OwnerOut signals the memory to not respond to a ReadBlockRequest because the owning cache will respond instead. SharedOut SharedOut is asserted by a cache to indicate that it holds a cached copy of the data whose address appears on the DynaBus. When a cache initiates a WriteSingle, ReadBlock or KillBlock, all caches that contain the datum except the one that initiated the transaction assert SharedOut. OwnerIn OwnerIn is the logical OR of the OwnerOut wires of all caches. It is used by the Memory Controller to determine if memory should respond to a ReadBlockRequest. If the value of the Memory Controller's OwnerIn wire is TRUE, memory does not respond because one of the caches owns the datum and will issue the reply. SharedIn The SharedIn wire is used to compute the value of the Shared flag for a cache that initiates a WriteSingle, ReadBlock, or KillBlock. This wire is the logical OR of the SharedOut wires of all the caches. When a cache initiates on of the above transactions, all caches that contain the datum except the one that initiated the transaction assert SharedOut. The Memory Controller receives the logical OR of all the caches' SharedOut wires as SharedIn and reflects this value in its reply to the transaction. If none of the caches asserted SharedOut, the Memory Controller's reply indicates that the datum is no longer shared. The cache that initiated the transaction then sets its Shared flag to false. 4.4 AParity Signals AParityOut This wire carries single bit parity computed over the signals RequestOut, OwnerOut, and SharedOut. Parity is generated by a sending device, and checked by the arbiter. AParityIn This wire carries single bit parity computed over the signals LongGrant, Grant, OwnerIn, and SharedIn. It is generated by the arbiter and checked by a receiving device. 4.5 Data/DataOut Signals Data[0..63] These 64 signals carry the bulk of the information being transmitted from one chip to another. During header cycles they carry a packet type, some control bits, a deviceID, and an address, and during other cycles they carry data. These signals are driven only after receiving Grant from the Arbiter, otherwise they remain in a high impedance state. HeaderCycle/HeaderCycleOut This signal indicates the beginning of a packet. It is asserted during the first cycle of a packet, which is the header. It is generated by the device sending the packet, and is driven only during cycles in which the device has Grant from the Arbiter. During other cycles it remains in a high impedance state. DParity/ParityOut This signal carries parity computed over the HeaderCycle/HeaderCycleOut and Data lines. 4.6 DataIn Signals DataIn[0..63] These 64 wires carry a possibly delayed version of the information on the DataOut wires. HeaderCycleIn This wire carries a possibly delayed version of the information on the HeaderCycleOut wire. HeaderCycleIn is asserted if and only if the header cycle of a packet is being received. DParityIn This wire carries the parity computed by the source of the data. It is used to check if transmission of Data and HeaderCycle encountered an error. 5. Arbitration and Flow Control Each DynaBus has an arbiter that permits the bus to be time multiplexed amongst contending devices. Whenever a device has a packet to send, it makes a request to the arbiter using dedicated request lines, and the arbiter grants the bus using dedicated grant lines. Different devices may have different priority levels, and the arbiter guarantees fair (bounded-time) service to each device within its priority level. Bus allocation is non-preemptive, however, in that the transmission of a single packet is noninterruptable. When making an arbitration request, a device indicates both the priority and the length of the packet it wants to send. Two aspects of DynaBus arbitration ensure good performance. The first is that arbitration is overlapped with transmission, so that no bus cycles are wasted during arbitration and it is possible to fill up the bus completely with packets. The second is that a device may make multiple requests before the first request has been granted; this allows a single device to use the bus to its maximum potential. Figure 12: Arbitration is overlapped with packet transmission so that it is possible to fill up the bus completely with packets. The arbiter is also used to implement flow control, which is a mechanism to avoid packet congestion. To understand why congestion can occur, recall that Dynabus is packet switched: a device may get new requests while it is servicing older ones, so that requests can pile up faster than a device is able to service them. 5.1 Arbitration Each device interacts with the arbiter via a dedicated port consisting of three request wires RequestOut[0..2] and one Grant wire. One other wire, LongGrant, is shared by all devices connected to the arbiter. A device communicates requests by using the RequestOut wires for either one cycle or two consecutive cycles. In the first cycle it always communicates the priority of its request. For some of the requests the device uses a second cycle in which it indicates a length (number of cycles for which it wants the bus) and a color that is used by the arbiter to provide fair service. The encoding for the two cycles is as follows: First Cycle: P2P1P0 7: Stop Arbitration 6: Reply High 5: Reply Low 4: Hold 3: Request High 2: Request Normal 1: Request Low 0: NoOp Second Cycle: xCL C: Color L: Packet Length (0=>2 cycles, 1=>9 cycles) The five priorities: Request Low, Request Normal, Request High, Reply Low, and Reply High correspond to "normal" requests for the bus: they are used when the device actually intends to send a packet on the bus upon receiving a grant from the arbiter. Each normal request consists of two cycles, with the first cycle indicating priority and the second the length and color. A device may issue multiple requests back to back, but the number of non-granted requests may not exceed the implementation limit imposed by the arbiter. A separate request is registered for each pair of cycles constituting a request. Higher priority requests are served before lower priority ones, and requests within a priority level are serviced in approximately round-robin order. These five priority levels are used as follows in a typical Dynabus system: cache replies would use Reply High; memory replies would use Reply Low; requests from caches would use Request Normal. Other devices sending request packets would use one of the request priorities depending on the urgency of the request. For instance, a block transfer IO device doing output normally could use Request Low for ReadBlockRequests that pull data out of the memory system, but switch to Request High when the internal FIFO in the display gets close to empty. The remaining priorities, NoOp, Hold, and Stop are different in that a device uses them to request special service from the arbiter. Each such request consists of one cycle that specifies the priority. A device uses NoOp when it does not want to request any service at all. It uses Hold when it wants to prevent the arbiter from granting any requests for request packets (priorities below Hold). The arbiter stays in the Hold state for only as many cycles as the device asserts the Hold code. Finally, Stop is used when a device wants to stop all arbitration: the arbiter simply stops granting the bus for as many cycles as the device asserts the Stop code. However, while in Stop mode, the arbiter continues to accumulate requests from devices. Grant is used by the arbiter to signal that a device has grant. Grant is asserted for as many cycles as the packet is long. If Grant is asserted in cycle i then the device can drive its outgoing bus segment in cycle i+1. LongGrant describes a grant that is about to take place. In the cycle before Grant is asserted, LongGrant tells the device whether or not the next grant will correspond to a 9 cycle packet. Figures 13 and 14 show the timing of important signals at the pins of a requester during the arbitration and transmission of a 2 cycle and a 9 cycle packet, respectively. It is helpful to refer to the schematic of Figure 15 when reading the timing diagrams. Figure 13: Timing diagram for a two cycle packet assuming an arbitration latency of 6 cycles. All signals are at the pins of the requesting device (see Figure 15). Note that LongGrant is valid in the cycle just before Grant, and that Grant is asserted for two cycles. Figure 14: Timing diagram for a 9-cycle packet assuming an arbitration latency of 6 cycles. All signals are at the pins of the requesting device (see Figure 15). Note that LongGrant is valid in the cycle just before Grant, and that Grant is asserted for nine cycles. Figure 15: Schematic of the standard interface used by devices to connect to the DynaBus. 5.2 Flow Control The arbiter provides two mechanisms for flow control, the first being arbitration priorities. Devices making arbitration requests to send reply packets always use priorities higher than devices making arbitration requests to send request packets. This mechanism alone would eliminate the congestion problem if devices were always ready to reply before the onset of congestion, but it may not be possible for all devices to satisfy this requirement: a device must either be able to service packets at the maximum arrival rate, or it must have an input queue that is long enough so that it does not overflow even during the longest service time for a packet. For certain slow devices like the memory controller, servicing packets at arrival rate clearly is impossible, and the queue lengths required to ensure no overflow are prohibitive. The arbiter therefore provides a second mechanism suitable for slow devices. This mechanism involves the use of the special request priority called Hold described earlier. As long as the arbiter receives Hold from a device, it refuses to grant arbitration requests for sending request packets, but continues to grant requests for sending reply packets. This has the effect of choking off new request packets as long as Hold is being asserted by some device, and allows the device asserting Hold to clear the congestion. Because the effect of Hold can never be instantaneous, especially in pipelined configurations, devices still need to provide headroom within their input queues to tolerate a few request packets while Hold takes effect. Devices must not use Hold with abandon, however, because this would decrease bus throughput. 5.3 Arbitration in Pipelined Configurations In pipelined DynaBus configurations, the bus segments form a tree rooted at the bidirectional backpanel segment (Figure 16). All IC's are connected on the leaf segment, labeled A. The arbiter controls access to this segment independently of any board or module structure. Note that the existence of a bidirectional on-board bus means that the backpanel bus segment cannot be fully utilized (Figure 17). Assume that device 1 wants to send a packet and gets a grant in cycle 0. In cycles (1, 2), the packet is sent segment A1, in cycles (2, 3) it traverses segment B, and in cycles (3, 4) it moves to segment A2. If device 2 wants to send a packet, the earliest it can transmit information is in cycles (5, 6) because A2 is occupied in cycles (3, 4). This results in a bubble of two cycles on the backpanel bus B. Note also, that in this configuration, devices receive packets at different times. Devices on board 2 receive a packet sent from a device on board 1 two cycles later. Since the Owner and Shared signals from all devices need to be ORed together, this means that Owner and Shared for a board transmitting a packet must be delayed by two cycles compared to boards that are receiving the packet. Figure 16: A low-cost DynaBus system with three segments. The arbiter makes grants on the leaf bus segment, labeled A, without knowledge of the number of pipelined stages in the System. Figure 17: Timing diagram showing the transmission of data for Grants 1 and 2 over the three segments of the DynaBus pictured in Figure 16. Figure 18 shows a high performance version of the above configuration. Here the backpanel bus is still bidirectional, but each board has an input bus Ci, separate from the output bus Ai. In addition to allowing the Dynabus bandwidth to be utilized to its full potential, separate buses facilitate the computation of the shared and owner bits because all devices receive a packet at the same time. Shared and owner bits no longer need to be delayed differently as in the above configuration Figure 18: A DynaBus System with three segments. The arbiter makes grants on the leaf bus segment, labeled A, without knowledge of the number of pipelined stages in the System. Figure 19: Timing diagram showing the transmission of data for Grants 1 and 2 over the three segments of the DynaBus pictured in Figure 18. 6. Transactions Transactions form the top layer of the DynaBus protocol, with the two lower layers being packets and cycles. Each transaction consists of a pair of request-reply packets, which are independently arbitrated. A transaction begins when the requester asks the arbiter to grant the bus to send its request packet (Figure 20). Upon receiving bus grant, the requester sends the packet one cycle at a time, with the cycle containing packet control information going first. This first cycle, called the packet header, contains all the information needed to identify the packet and select the set of devices that need to service the packet. Subsequent cycles contain data that is dependent on the type of transaction in progress. All Dyanbus devices (including the requester) receive the request packet, and each device examines the header to decide whether or not it needs to take action. Figure 20: A transaction on the DynaBus consists of a request and a reply. Exactly one of the receiving devices elects to generate a reply, typically after the action requested by the request packet is complete. The mechanism by which a unique device is selected to respond is different for different transactions, but most transactions use an address contained in the header cycle for this purpose. The responding device then requests the arbiter to grant the bus for sending its reply packet. On receiving grant, this device sends the reply packet one cycle at a time, with the header cycle going first. As before, the header cycle contains all the information needed to identify the packet, and in particular to link it unambiguously to the corresponding request packet. All DynaBus devices receive this reply packet as well, and each device examines the header to see what action, if any, it needs to take. Typically, the initiating device behaves somewhat differently than other devices. The transaction is complete when the initiating device receives the reply. Normally, this protocol ensures a one-to-one correspondence between request and reply packets; however, because of errors, some request packets may not get a reply. Thus, devices must not depend on the number of request and reply packets being equal since this invariant will not in general be maintained. The protocol does require devices to provide a simple, but crucial guarantee that is central to the data consistency scheme: devices must service request packets in arrival order. To understand why arrival order must be maintained, see Section 7.1. The DynaBus defines a complete set of transactions for data transfer between caches and memory, data consistency, synchronization, input output, and address mapping. Twelve of the sixteen transactions are defined. They are: ReadBlock, WriteBlock, FlushBlock, KillBlock, WriteSingle, IOReadSingle, IOWriteSingle, IOReadBlock, IOWriteBlock, Map, DeMap, and Interrupt. The ReadBlock transaction allows a cache to read a packet from memory or another cache. WriteBlock allows new data to be introduced into the memory system (for example disk reads). FlushBlock allows caches to write back dirty data to memory. KillBlock allows a block to be removed from all but one of the caches. WriteSingle is a short transaction used by caches to update multiple copies of shared data without affecting main memory. IOReadSingle, and IOWriteSingle initiate and check IO operations, while IOReadBlock and IOWriteBlock allow block transfer of data between IO devices, completely bypassing the consistency mechanism. The Map and DeMap transactions permit the implemention of high speed address mapping in a multiple address space environment. Finally, the Interrupt transaction provides the mechanism for signalling interrupts to processors. The encoding space leaves room for defining five other transactions. 6.1 Header Cycle Format The first, or header cycle, of a request packet contains a Command, a Flavor bit, a Mode bit, a deviceID, and an Address (Figure 21). The Command identifies the transaction and indicates that the packet is a request rather than a reply packet. The Flavor bit is used for a few of the transactions to indicate one of two possible semantics. The Mode bit is used in protection checking by receiving devices. The deviceID identifies the initiator of the transaction, while the Address serves as a selector for a memory location or IO device register. Most of the information in the header cycle of the request packet is replicated in the header cycle of the reply packet (Figure 22). In fact, only bits [4..6] may be different. The bit 4, which is part of the Command field identifies the packet as a reply. The bit 5 indicates if the transaction encountered an error, while the bit 6 tells if the the addressed location is shared or not. 6.1.1 The Command Field The Command field in a header cycle is 5 bits. Four bits encode up to 16 different transactions, while the fifth bit encodes whether the packet is a request (0) or a reply (1). Twelve of the sixteen transactions are currently defined, as shown in Table 1 below. Table 1: Encoding of the Command Field of a Packet Header Transaction Name Abbreviation Encoding Length ReadBlockRequest RBRqst 0000 0 2 ReadBlockReply RBRply 0000 1 9 WriteBlockRequest WBRqst 0001 0 9 WriteBlockReply WBRply 0001 1 2 FlushBlockRequest FBRqst 0010 0 9 FlushBlockReply FBRply 0010 1 2 KillBlockRequest KBRqst 0011 0 2 KillBlockReply KBRply 0011 1 2 WriteSingleRequest WSRqst 0100 0 2 WriteSingleReply WSRply 0100 1 2 Unused 0101 0 0101 1 Unused 0110 0 0110 1 Unused 0111 0 0111 1 IOReadBlockRequest IORBRqst 1000 0 2 IOReadBlockReply IORBRply 1000 1 9 IOWriteBlockRequest IOWBRqst 1001 0 9 IOWriteBlockReply IOWBRply 1001 1 2 IOReadSingleRequest IORRqst 1010 0 2 IOReadSingleReply IORRply 1010 1 2 IOWriteSingleRequest IOWRqst 1011 0 2 IOWriteSingleReply IOWRply 1011 1 2 InterruptRequest IntRqst 1100 0 2 InterruptReply IntRply 1100 1 9 Unused 1101 0 1101 1 MapRequest MapRqst 1110 0 2 MapReply MapRply 1110 1 2 DeMapRequest DeMapRqst 1111 0 2 DeMapReply DeMapRply 1111 1 2 6.1.2 The Flavor/Fault Bit This bit has different interpretations for request and reply packets. In a request packet it supplies an additional command bit that is used to indicate which of two semantics to use for the WriteSingle transaction. If Flavor=0, then the Memory Controller does not update memory, while if Flavor=1 then the Memory Controller does update memory. In either case, it generates the same reply packet. In a reply packet the same bit is used to encode whether the device servicing the request packet encountered a fault or not. A 0 indicates no fault, and a 1 indicates a fault. When the fault bit is set in a reply packet, the 32 low order bits of the second cycle supply a FaultCode, while bits 7 through 16 supply the deviceID of the device that detected the fault. This format is shown in Figure 23. Figure 23: Format of the second cycle of an error reply packet. 6.1.3 The Mode/ReplyShared Bit This bit has different interpretations for request and reply packets. In a request packet it supplies the privilege mode (kernel=0, user=1) of the device that issued the request. When the requesting device is a cache, for example, this bit indicates whether the processor is in kernel or user mode. The Mode bit is used by devices servicing a request packet to check if the requestor has sufficient privileges to perform the requested operation. In the header of a reply packet the bit indicates whether the data whose address appears in the packet was shared at the time the request packet corresponding to the reply was received. This bit has a meaning only for the transactions ReadBlock, WriteSingle and KillBlock, and may be safely ignored by devices that do not participate in the consistency protocol. Caches use the value of ReplyShared within a RBReply to set the shared bit for the block being fetched. They use the value of ReplyShared within WSReply to know if the block is no longer shared and to clear the shared bit of the cached block if it is not. 6.1.4 The deviceID Field For request packets, the deviceID field of the header carries the unique identity of the device that sent the request packet. For reply packets, the deviceID field of the header is the unique identity of the intended recipient (that is, the identity of the device that sent the request packet). A deviceID is needed in reply packets because the address alone is not sufficient to disambiguate replies. Devices that either can have only one outstanding reply at a time, or that can have multiple outstanding replies but can somehow discriminate between them, need only one deviceID. Other devices must be allocated multiple deviceID's to allow them to disambiguate replies. These deviceID's must be contiguous and must be a power of two in number. The deviceID(s) for a device are loaded in at system initialization time via the Debug bus (see [DBusSpec] for details). 6.1.5 The Address Field The address field within a header cycle is 47 bits, of which the top 10 bits are reserved for virtual address disambiguation, and the bottom 37 bits represent either a real address or an IO address, depending on the transaction. The disambiguation bits will be used by virtual caches in which it is not possible to use the real address alone to locate the data. Figure 24: Format of the Address Field The 37 address bits in turn consist of a 33 bit doubleWord address, and a 4-bit single specifier. The doubleWord address identifies an aligned doubleWord location in IO address space or real address space, while the single specifier identifies one of 15 aligned singles within the doubleWord location. Of the fifteen singles 8 are bytes, 4 are halfWords, 2 are words, and one is a doubleWord. The fifteen cases are encoded in four bits as follows: Code Datum bbb0 byte bbb ww01 halfWord ww d011 word d 0111 entire doubleWord 1111 unused The code assumes that data is numbered left to right, in big-endian order. Thus byte 0 is the leftmost byte in the doubleWord, halfWord 0 is the leftmost halfWord in the doubleWord, and so on. For packets that transmit a block of data, doubleWords constituting the block are transmitted in cyclic order, with the doubleWord containing the addressed single being transmitted first (Figure 25). Figure 25: When memory replies with a block of data, the 8 doubleWords appear on the bus in cyclic order starting with the doubleWord containing the address single. Cyclic order decreases the latency of requested data for cache misses. 6.2. ReadBlock The ReadBlock transaction is used to read a block of data from the memory system. If a cache is owner then that cache replies, otherwise memory replies. Request (2 cycles) A ReadBlockRequest packet requests a block to be read from the memory system. The first cycle contains the packet type, the sender's deviceID, and the address of a single in the block. The second cycle contains the address of a single in the block (the victim) that the requested block will replace within the requesting device. Bits 27-63 contain the victim address, while bit 0 indicates whether this address is valid (1=> valid, 0=> invalid). The victim address is invalid for non-cache devices and for a cache when there is no victim (for example just after initialization). Normal Reply (9 cycles) A ReadBlockReply packet returns the block data requested by an earlier ReadBlockRequest. The first cycle reflects most of the information in the request header, with the shared bit indicating whether the block is shared. The remaining eight cycles contain the eight doubleWords of block data in cyclic order, with the doubleWord containing the addressed single appearing first. Error Reply (9 cycles) The first cycle of an error ReadBlockReply is the same as that for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. Remaining cycles are undefined. 6.3 WriteBlock The WriteBlock transaction is used to write a block of data into the memory system. Memory is overwritten, as are any cached copies. This transaction is used by producers of data outside the memory system to inject new data into the memory system. Request (9 cycles) A WriteBlockRequest packet requests a block to be written to the memory system. The first cycle contains the packet type, the sender's deviceID, and the address of a single in the block. The remaining eight carry the eight doubleWords of block data in cyclic order, with the cycle containing the addressed single appearing first. Normal Reply (2 cycles) A WriteBlockReply packet acknowledges an earlier WriteBlockRequest (WriteBlockReply is generated by memory). The first cycle reflects most of the information in the request header; the second cycle is undefined. Error Reply (2 cycles) The first cycle of an error WriteBlockReply is the same as that for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. 6.4 FlushBlock The FlushBlock transaction is used by caches to write a dirty block being victimized back to memory. Because caches are kept up-to-date, only memory is updated by this transaction. Request (9 cycles) A FlushBlockRequest packet requests a block to be written to main memory. The first cycle contains the packet type, the sender's deviceID, and the address of a single in the block. The remaining eight cycles carry the eight doubleWords of block data in cyclic order, with the cycle containing the addressed single appearing first. Normal Reply (2 cycles) A FlushBlockReply packet acknowledges an earlier FlushBlockRequest (FlushBlockReply is generated by memory). The first cycle reflects most of the information in the request header. The second cycle is undefined. Error Reply (2 cycles) The first cycle of an error FlushBlockReply is the same as that for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error.. 6.5 KillBlock The KillBlock transaction is used to remove all but one cached copies of a block. When a KillBlock completes, the cached copy belonging to the initator is normally the only one that remains. This operation does not guarantee removal of other cached copies when those copies are being actively written into by their processors. Request (2 cycles) A KillBlockRequest requests all cached copies except the one in the initiator to be removed. The first cycle contains the packet type, the sender's deviceID, and the address of a single in the block. The second cycle is undefined. Normal Reply (2 cycles) A KillBlockReply performs the work requested by an earlier KillBlockRequest. The first cycle reflects most of the information in the request header, with the shared bit indicating whether the block is shared. The second cycle is undefined. A cache receiving a foreign KillBlockReply when it has a KillBlockReply or WriteSingleReply pending must not kill its copy of the block. Error Reply (2 cycles) The first cycle of an error KillBlockReply is the same as for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. 6.6 WriteSingle The WriteSingle transaction is used to write a single to the memory system. There are two versions of the operation, one in which only cached copies of the single are updated, and the other in which main memory is also updated. This transaction is used by caches to keep multiple copies of cached read/write data consistent. Request (2 cycles) A WriteSingleRequest requests a write to all cached copies of a single. The first cycle contains the packet type, the sender's deviceID, and the address of the single. The second supplies the data. If the Flavor bit in the header is 1 then main memory copy of the single is also updated. Normal Reply (2 cycles) A WriteSingleReply packet performs the work requested by an earlier WriteSingleRequest. The first cycle reflects most of the information in the request header, with the shared bit indicating whether the datum is shared. The second cycle supplies the 64 bits of data just as in the request. WriteSingleReply is generated by the memory controller. Error Reply (2 cycles) The first cycle of an error WriteSingleReply is the same as for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. 6.7 IOReadBlock The IOReadBlock transaction is used to read a block of data from an IO device. Request (2 cycles) An IOReadBlockRequest packet requests a block of data to be read from an IO device. The first cycle contains the packet type, the sender's deviceID, and the IO address of a single in the block; the IO address specifies both a device and a location in that device. The second cycle is undefined. Normal Reply (9 cycles) An IOReadBlockReply packet returns the block requested by an earlier IOReadBlockRequest. The first cycle reflects most of the information in the request header, while the remaining eight cycles carry the eight doubleWords of block data in cyclic order, with the doubleWord containing the addressed single appearing first. Error Reply (9 cycles) The first cycle of an error IOReadBlockReply is the same for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. Remaining cycles are undefined. 6.8 IOWriteBlock The IOWriteBlock transaction is used to write a block of data to an IO device. Request (9 cycles) An IOWriteBlockRequest packet requests that a block of data be written to an IO device. The first cycle contains the packet type, the sender's deviceID, and the IO address of a single in the block; this IO address specifies both the device and a location in the device. The remaining eight carry the eight doubleWords of block data in cyclic order, with the cycle containing the addressed single appearing first. Normal Reply (2 cycles) An IOWriteBlockReply packet acknowledges the write requested by an earlier request packet. The first cycle reflects most of the information in the request header; the second cycle is undefined. Error Reply (2 cycles) The first cycle of an error IOWriteBlockReply is the same for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. 6.9 IOReadSingle The IOReadSingle transaction is used to read a single from an IO device. Request (2 cycles) An IOReadSingleRequest packet requests a single to be read from an IO device. The first cycle contains the packet type, the sender's deviceID, and the IO address of the single; this IO address specifies both the device and a location in the device. The second cycle is undefined. Normal Reply (2 cycles) An IOReadSingleReply returns the single requested by an earlier IOReadSingleRequest. The first cycle reflects most of the information in the request header, while the second carries the requested data aligned as specified by the single bits of the IO address. Error Reply (2 cycles) The first cycle of an error ReadBlockReply is the same for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. 6.10 IOWriteSingle The IOWriteSingle transaction is used to write a single to an IO device. Request (2 cycles) An IOWriteSingleRequest packet requests a single to be written to an IO device. The first cycle contains the packet type, the sender's deviceID, and the IO address of the single; this IO address specifies both the device and a location in the device. The second cycle contains the data aligned as specified by the single specifier bits of the IO address. Normal Reply (2 cycles) An IOWriteSingleReply packet acknowledges the write requested by a corresponding IOWriteSingleRequest. The first cycle reflects most of the information in the request header, while the second cycle is undefined. Error Reply (2 cycles) The first cycle of an error IOWriteSingleReply is the same for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. 6.11 Interrupt The Interrupt transaction is used to signal an interrupt to one or more processors on the Dynabus. Request (2 cycles) An InterruptRequest packet requests that one or more processors on the Dynabus be interrupted. The first cycle contains the packet type, the sender's deviceID, and the IO address of a single; this IO address specifies an interrupt register within one or more caches. The second cycle contains the single. Normal Reply (9 cycles) An InterruptReply packet performs the work requested by an earlier InterruptRequest. The first cycle of the reply reflects most of the information in the request header, while the remaining eight cycles are identical to the second cycle of the request packet. The reply is nine cycles long to give a cache time to do the read-modify-write required to update its interrupt registers. Error Reply (9 cycles) The first cycle of an error InterruptReply is the same for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. The remaining cycles are undefined. 6.12 Map The Map transaction is used to translate a 16-bit address space identifier and a 20-bit virtual page number to a 24-bit real page number and associated protection flags. Request (2 cycles) A MapRequest packet requests that a virtual page be translated to the corresponding real page. The first cycle contains the packet type, the sender's deviceID, and the 20-bits of the virtual page in bits (in bits 31 through 50). The second cycle contains the address space id. Normal Reply (2 cycles) A MapReply returns the translation requested by an earlier MapRequest. The first cycle contains the packet type, the deviceID of the transaction initiator, the 22-bit real page and four Flags: Dirty, KWtEnable, UWtEnable, and URdEnable. The second cycle is unused. Note that this is one reply packet whose address part is not the same as that of the corresponding request packet. Error Reply (2 cycles) An error MapReply is used to indicate that the responding device (MapCache) could not perform the translation. The first cycle contains the packet type, and the deviceID of the transaction initiator. The second cycle contains the deviceID of the reporting device and a code describing the error (the code shown below corresponds to MapFault). 6.13 DeMap The DeMap transaction is used to remove all cached virtual to real translations that correspond to a given real page. Request (2 cycles) A DeMapRequest packet requests that all cached virtual to real translations for a given real page be removed from processor caches. The first cycle contains the packet type, the sender's deviceID, and the 22-bits of the real page. The second cycle is undefined. Normal Reply (2 cycles) A DeMapReply actually performs the action requested by the corresponding DeMapRequest. The first cycle reflects most of the information in the header fo the request packet, while the second cycle is undefined. Error Reply (2 cycles) The first cycle of an error DeMapReply is the same for a normal reply except that it has the Fault bit set (bit 5 = 1). The second cycle contains the deviceID of the reporting device and a code describing the error. 6.14 NoOps Occasionally, a device that has made a request of its arbiter and has nothing to send when it gets a grant. In this situation the device is expected to send a NoOp packet of the same length as the packet it had originally intended to send. It does this simply by putting a 0 value for HeaderCycleOut during its allocated header cycle. Thus, there is no special command to indicate a NoOp. 7. Data Consistency The DynaBus supports an efficient protocol for maintaining cache coherency in a multiprocessor environment. Using the transactions just described, it is possible to build a high performance multiprocessor system that offers a simple model of shared memory to the programmer. In this system, processors are connected to the DynaBus via write-back caches. The caches are allowed to keep multiple copies of read/write data as needed, and the consistency of this data is maintained automatically and transparently by the hardware. Caches detect when a datum becomes shared by watching bus traffic, and they initiate a broadcast write when a processor issues a write to shared data. IO devices are permitted direct access to the memory system while preserving a consistent view of memory for the processors. A measure of the efficiency of this coherency protocol is that it requires just one more write to a shared datum than the absolute minimum. 7.1 Definition of Data Consistency A useful definition of data consistency must satisfy three criteria: it must allow interesting programs to be written; it must be simple to understand; and it must be practical to implement. A common way to define consistency is to say that all copies of any given location have the same value during each clock cycle. While this definition is adequate for writing programs and easy to understand, it is hard to implement efficiently when the potential number of cached copies is large. Fortunately, there is a weaker definition that is still sufficient for programming, but is much easier to implement in a large system. It is based on the notion of serializability. Figure 26 shows an abstract model of a shared memory multiprocessor that will be used to define serializability. Each processor has a private line to shared memory over which it issues the commands Fetch(A) and Store(A, D), where A is an address and D is data. For Fetch(A) the memory returns the value currently stored at A; for Store(A, D) it writes the value D into A and returns an indication that the write has completed. Let the starting time of an operation be the moment a request is sent to shared memory, and the ending time the moment a response is received by the processor. Figure 26: A number of processors connected to a shared memory. A computation C on this abstract model consists of N sequences of fetches and stores, one sequence for each of the processors. A computation transforms the initial state I of the shared memory into a final state F, but does not have any other visible effect. The Fetches and Stores of C are said to be serializable if there exists some global serial order of all the N sequences such that if the operations were performed in this order, without overlap, the same final state F would be reached starting from the same initial state I (two operations p and q overlap if the starting time of p is before the ending time of q and the starting point of q is before the ending time of p). The serial order must, of course, also preserve the semantics of Fetch and Store: the value returned by a Fetch(A) in this global sequence must have been the value stored by the most recent Store(A, .), or A's initial value in I if no such Store exists. Given this definition of serializability, a shared memory multiprocessor is said to maintain data consistency if there is an algorithmic procedure for serializing the Fetches and Stores for any computation C on this machine. This procedure takes the N sequences of Fetches and Stores and produces a single global sequence that has the same effect on shared memory. The procedure, of course, depends on concrete implementation details of the multiprocessor. For example, if the multiprocessor has a single port memory with no caches, the transformation of the N sequences to the global sequence is trivial. For a DynaBus based multiprocessor that has processor caches, the procedure depends on details of the cache consistency algorithm and certain synchronization properties enforced by caches and memory controllers. This definition also has a simple and intuitive interpretation. If a shared memory multiprocessor maintains data consistency according to the above definition, the memory model the programmer needs to know is the very simple one illustrated in Figure 26, regardless of the actual complexity of the machine's memory system. The real machine behaves for programming purposes as though its processors were directly connected to a simple read write memory with a single port that is able to service exactly one Fetch or Store operation at a time. Figure 27: The model of shared memory illustrated here is sufficient for programmers writing for DynaBus-based systems. 7.2 An Example The simplest way to understand how the DynaBus consistency protocol works is to look at an example (a more careful specification useful for reference will be given in the following section). Consider the five processor system showed in Figure 28. The example below describes a sequence of events for a particular location (address 73) starting from the state where none of the five caches has the block that contains this location. Numbers in the figure correspond to the numbers in the text below. For the example, it is sufficient to know that a cache maintains two state bits Shared and Owner for each block of data. When a block has Shared=1 it means that there may be other cached copies of this block; Shared=0 means this is the only cached copy. When Owner=1 it means that this cache's processor was the last one to update this block and any copies it has in other caches. At most one cached copy of a block may have Owner=1. The protocol uses the DynaBus lines shared and owner defined in Section 4.5. 1. Processor1 reads Address 73. Cache1 misses and does a ReadBlock on the bus. Memory provides the data. The block is marked Shared1 = 0, Owner1 = 0. 2. Processor2 reads Address 73. Cache2 misses and does a ReadBlock on the bus. Cache1 pulls the shared line to signal shared. Memory still provides the data. The block is marked Shared1 = Shared2 = 1, Owner2 = 0. 3. Processor3 reads Address 73. Cache3 misses and does a ReadBlock on the bus. Cache1 and Cache2 pull the shared line to signal shared. Memory still provides the data. The block is marked Shared1 = Shared2 = Shared3 = 1, Owner3 = 0. 4. Processor2 writes Address 73. Because the data is shared, Cache2 does a WriteSingle on the DynaBus. Cache1 and Cache3 pull the shared line to signal shared. Cache1, Cache2 and Cache3 update their values, but Memory does not. Cache2 becomes owner (Owner2 = 1). 5. Processor4 reads Address 73. Cache4 misses and does a ReadBlock on the bus. Cache1, Cache2 and Cache3 pull the shared line to signal shared. Cache2 pulls the owner line to keep Memory from responding and provides the data. The block is marked Shared4 = 1, Owner4 = 0. 6. Processor4 now writes Address 73. Because the data is shared, Cache4 does a WriteSingle on the DynaBus. Cache1, Cache2 and Cache3 pull the shared line to signal shared. Ownership changes from Cache2 to Cache4 (Owner2 = 0, Owner4 = 1). 7. Processor5 writes Address 73. Cache5 misses and does a ReadBlock on the bus. Cache1, Cache2, Cache3 and Cache4 pull the shared line to signal shared. Cache4, the current owner, pulls the owner line and supplies the data. The block is marked Shared5 = 1, Owner5 = 0. Cache5 then does a WriteSingle because the data is shared. Cache1, Cache2, Cache3 and Cache4 pull the shared line to signal shared. Ownership switches from Cache4 to Cache5 (Owner4 = 0, Owner5 = 1). Figure 28: An example illustrating the DynaBus consistency protocol. 7.3 Protocol Description for Single Level Systems A single level system consists of one or more processors connected to the DynaBus through caches, and a single main memory. The first thing to note about this configuration is that it is sufficient to maintain consistency between cached copies. The main memory copy can be stale with respect to the caches without causing incorrect behavior because processors have no way to access data except through caches. The protocol requires that for each block of data a cache keep two additional bits, shared and owner. For a given block, the shared bit indicates whether there are multiple copies of that block or not. This indication is not accurate, but conservative: if there is more than one copy then the bit is 1; if there is only one copy then the bit is probably 0, but may be 1. We will see later that this conservative indication is sufficient. The owner bit is set in a given cache if and only if the cache's processor wrote into the block last; thus at most one copy of a datum can have owner set. A cache is also required to maintain some pendingState for a transaction the cache has initiated but that hasn't been replied to as yet; this state allows a cache to correctly compute the value of the shared bit for the block addressed in the pending transaction, and to take special actions for certain "dangerous" packets that arrive while the reply is pending. In addition to this state, the protocol uses two lines on the DynaBus, Shared and Owner that were described earlier in Section 4.5. Generally, a cache initiates a ReadBlock transaction when its processor does a Fetch or Store to a block and the block is not in the cache; it initiates a FlushBlock when a block needs to get kicked out of the cache to make room for another one (only blocks with owner set are written out); and it A single level system consists of one or more processors connected to the DynaBus through caches, and a single main memory. The first thing to note about this configuration is that it is sufficient to maintain consistency between cached copies. The main memory copy can be stale with respect to the caches without causing incorrect behavior because processors have no way to access data except through caches. The protocol requires that for each block of data a cache keep two additional bits, shared and owner. For a given block, the shared bit indicates whether or not there are multiple copies of that block. This indication is not accurate, but conservative: if there is more than one copy then the bit is 1; if there is only one copy then the bit is probably 0, but may be 1. We will see later that this conservative indication is sufficient. The owner bit is set in a given cache if and only if the cache's processor wrote into the block last; thus at most one copy of a datum can have owner set. A cache is also required to maintain some pendingState for a transaction the cache has initiated but that has not received a reply; this state allows a cache to correctly compute the value of the shared bit for the block addressed in the pending transaction, and to take special actions for certain crucial packets that arrive while the reply is pending. In addition to this state, the protocol uses two lines on the DynaBus, Shared and Owner that were described earlier in Section 4.5. Generally, a cache initiates a ReadBlock transaction when its processor does a Fetch or Store to a block and the block is not in the cache; it initiates a FlushBlock when a block needs to be removed from the cache to make room for another one (only blocks with owner set are written out); and it initiates a WriteSingle when its processor does a write to a block that has the shared bit set. Caches do a match only if they see one of the following packet types: RBRqst, RBRply, WSRqst, WSRply, and WBRqst. In particular, note that no match is done either for a FBRqst or a FBRply. This is because FB is used only to flush data from a cache to memory, not to notify other caches that data has changed. No match is done for a WBRply, because this packet is only used to acknowledge that the memory has processed the WBRqst. When a cache issues a RBRqst or WSRqst, all other caches match the block address to see if they have the block. Each cache that matches, asserts Shared to signal that the block is shared and also sets its own copy of the shared bit for that block. The requesting cache uses pendingState to compute the value of the shared bit. It cannot simply copy the value of Shared into the shared bit like the other caches is because the status of the block might change from not shared to shared between request and reply due to an intervening packet with the same address. This ensures that the shared bit is TRUE for a block only if there are multiple copies, and that the shared bit is eventually cleared if there is only one copy. The shared bit will be cleared when only one copy is left and that copy's processor does a store. The store turns into a WSRqst, no one asserts Shared, and so the value the requestor computes for the shared bit is FALSE. The manipulation of the owner bit is simpler. This bit is set each time a processor stores into one of the singles of the block; it is cleared each time a WSRply arrives on the bus (except for the cache whose processor initiated the WSRqst). There are two cases to consider when a processor does a store. If the shared bit for the block is FALSE, then the cache updates the appropriate single and sets the owner bit right away. If the shared bit is TRUE, the cache puts out a WSRqst. When the memory sees the WSRqst, it turns it around as a WSRply with the same address and data, making sure that the shared bit in the reply is set to the value of the Shared line an appropriate number of cycles after the appearance of the WSRqst's header cycle. When the requestor sees the WSRply, it updates the single and also sets owner. Other caches that match on the WSRply update the single and clear owner. This guarantees that at most one copy of a block can ever have owner set. Owner may not be set at all, of course, if the block has not been written into since it was read from memory. When an RBRqst appears on the bus, two distinct cases are possible. Either some cache has owner set for the block or none has. In the first case the owner (and possibly other caches) assert Shared. The owner also asserts Owner, which prevents memory from responding, and then proceeds to supply the block via an RBRply. The second case breaks down into two subcases. In the first subcase no other cache has the block, Shared does not get asserted, and the block comes from memory. In the second subcase at least one other cache has the data, Shared does get asserted, but the block still comes from memory because no cache asserted Owner. Because the bus is packet switched, it is possible for the ownership of a block to change between the request and its reply. Suppose for instance that a cache does an RBRqst at a time when memory was owner of the block, and before memory could reply, some other cache issues a WSRqst which generates a WSRply which in turn makes the issuing cache the owner. Since Owner wasn't asserted for the RBRqst, memory still believes it is owner, so it responds with the RBRply. To avoid using this stale data, the cache that did the RBRqst uses pendingState to either compute the correct value of the data or to retry the ReadBlock when the RBRply is received. Dangerous transactions for a pending ReadBlock are the ones that modify data: WSRply and WBRqst. It is interesting to note that in the above protocol the Shared and Owner lines are output only for caches and input only for memory. This is because the caches never need the value on the Owner line, and the value on the Shared line is provided in the reply packet so they don't need to look at the Shared line either. Finally, from the point of view of the memory system, the WBRqst is identical to the FBRqst. From the point of view of the caches, the two requests are different: caches take no action for a FBRqst, but overwrite their data and clear the owner bit for a matching WBRqst. 7.4 Protocol Description for Two Level Systems Figure 29 illustrates a 2-level DynaBus-based system A two-level system consists of a number of one-level systems called clusters connected by a main DynaBus that also has the system's main memory. Each cluster contains a single large cache, that connects the cluster to the main DynaBus, and a private DynaBus, that connects the large cache to the small caches in the cluster. This private DynaBus is electrically and logically distinct from the DynaBuses of other clusters and from the main DynaBus. From the standpoint of a private DynaBus, its large cache looks identical to the main memory in a single-level system. From the standpoint of the main DynaBus, a large cache looks and behaves very much like a small cache in a single-level system. Further, the design of the protocol and the consistency protocol is such that a small cache cannot even discover whether it is in a one-level or a two-level system. The response from its environment is the same in either case. Thus, the behavior of a small cache in a two level system is identical to what was described in the previous section. Figure 29: A 2-level DynaBus-based System. The small open boxes pictured in each cluster might represent any of the devices that are pictured below them, including: a Small Cache, a Processor, an I/O Bridge, a Display Controller, a Printer or a LAN. The protocol requires the large cache to keep all of the state bits a small cache maintains, plus some additional ones. These additional bits are the existsBelow bits, kept one bit per block of the large cache. The existsBelow bit for a block is set only if some small cache in that cluster also has a copy of the block. This bit allows a large cache to filter packets that appear on the main bus and put only those packets on the private bus for which the existsBelow bit is set. Without such filtration, all of the traffic on the main bus would appear on every private bus, defeating the purpose of a two-level organization. The behavior of a small cache in a two-level system is identical to its behavior in a one-level system. In addition, a large cache behaves like main memory at its private bus interface and a small cache at its main bus interface. The following paragraphs will describe the internal functioning of a large cache and describe how packets on a private bus relate to those on the main bus and vice-versa. When a large cache receives a RBRqst from its private bus, two cases are possible: either the block is there or it's not. If it's there, the cache returns the data via an RBRply, making sure that it sets the shared bit in the reply packet to the OR of the value on the bus and its current state in the cache. (In the single-level system main memory returned the value on the Shared line for this bit.) If the block is not in the cache, the cache puts out a RBRqst on the main bus. When the RBRply comes back the cache updates itself with the new data and its shared bit and puts the RBRply on the private bus. When a large cache gets a WSRqst on its private bus, it checks to see if the shared bit for the block is set. If it is not set, then it updates the data, sets owner, and puts a WSRply (with shared set to the value of the Shared line at the appropriate time) on the private bus. If shared is set, then it puts out a WSRqst on the main bus. The memory responds some time later with a WSRply. At this time the large cache updates the single, sets the owner bit, and puts a WSRply on the private bus with shared set to one. When a large cache gets a FBRqst, it simply updates the block and sends back an FBRply. When a large cache gets an RBRqst on its main bus, it matches the address to determine if it has the block. If there is a match and owner is set, then it responds with the data. However, there are two cases. If existsBelow is set, then the data must be retrieved from the private bus by placing a RBRqst. Otherwise, the copy of the block it has is current, and it can return it directly. When a large cache gets a WSRqst on the main bus, it matches the address to see if the block is there and asserts shared as usual, but takes no other action. When the WSRply comes by, however, and there is a match, it updates the data it has. In addition, if the existsBelow bit for that block happens to be set, it also puts WSRply on the private bus. Note that this WSRply appears out of the blue on the private bus; that is, it has no corresponding request packet. This is another reason why the number of reply packets on a bus may exceed the number of request packets. 8. Atomic Operations The Dynabus WriteSingle transaction can be used to implement an atomic Swap operation. Typical implementations of Swap in multiprocessors require the bus or specific memory locations to be locked. It is impractical to lock the Dynabus because it is packet switched. And, memory locks entail performance compromises because it is impractical to have a lock for each location, and the alternative imposes unnecessary conflicts. The use of WriteSingle to perform a Swap does not require bus or memory locks, so that Swaps to the same location by different processors are limited only by the maximum rate at which WriteSingles can be placed on the bus. Swap has the following semantics: Swap[address, value] Returns[sample] = { sample _ address^; address _ value; } These semantics are implemented by a cache in the following manner: When a processor requests a Swap, the cache first determines if the location is shared. If it is, then the cache issues a WriteSingleRequest to that location and waits for the reply. Upon receiving the reply, it reads the current value of the location and updates the location in one atomic action. If the location is not shared, then the cache simply reads the current value and updates the location in one atomic action. In either case, the final action is to return the value read to the waiting processor. Note that this implementation generates no bus traffic for Swaps to non-shared locations. Figure 30: Using WriteSingle to implement Swap. Because the data is shared, traffic is generated on the DynaBus. 9. Input Output All interactions with IO devices fall into one of two categories: control or data transfer. Control interactions are used to initiate IO and to determine whether an earlier request has completed. Data transfer interactions are used to move the data to and from the memory system, or between IO devices. In most applications, the bandwidth requirements of control interactions is small compared to those of data transfer, so that the transport efficiency of data transfer is much more important that of control. When an IO device requires a low rate of data transfer, control interactions can also be used to transfer data. 9.1 Control All control interactions are carried out through the use of IOReadSingle, IOWriteSingle and Interrupt transactions directed to a common, unmapped 36-bit IO address space. This address space is common in the sense that all processors see the same space, and it is unmapped in the sense that addresses issued by processors are the ones seen by the IO devices. Generally, each type of IO device is allocated a unique, contiguous chunk of IO space at system design time, and the device responds only if an IOReadSingle, IOWriteSingle, or Interrupt is directed to its chunk. The term IO device is being used here not just for real IO devices, but any device (such as a cache) that responds to a portion of the IO address space. 9.1.1 IOWriteSingle The IOWriteSingle transaction is used to set up IO transfers and to start IO. The address cycle of the request packet carries an IO address, while the data cycle carries a single of data whose interpretation depends upon the IO address. For block transfer devices, a processor typically does a number of IOWriteSingles to set up the transfer, and then a final IOWriteSingle to initiate the transfer. An IOWriteSingle starts out at a small cache as an IOWRqst packet. The large cache of the cluster puts the IOWRqst on the main DynaBus, where it is picked up by all the other large caches. These caches put the IOWRqst on their private buses. Thus, the IOWRqst is broadcast throughout the system. Broadcasting eliminates the need for requestors to know the location of devices in the hierarchy and makes a simpler protocol possible. When the IOWRqst reaches the intended device, the device performs the requested operation and sends an IOWRply. The IOWRply is broadcast in the same manner as the IOWRqst, so it eventually makes its way to the requesting small cache. When the reply arrives, the small cache lets its processor proceed. 9.1.2 IOReadSingle The IOReadSingle transaction reads a single of data from an IO device. This data may either be status bits that are useful in controlling the device, or data being transferred directly from the device to the processor. The mechanics of the IOReadSingles are the same as IOWriteSingles: An IOReadSingle starts out at a small cache as an IORRqst packet. The large cache of the cluster puts the IORRqst onto the main DynaBus, where it is picked up by other large caches and put on the private buses. Once the intended IODevice receives the request, it reads the data from its registers and sends it along via an IORRply. The IORRply is broadcast in exactly the same way as the IORRqst, and eventually makes its way to the cache that initiated the transaction. Note that for both IOReadSingles and IOWriteSingles exactly one device responds to a given IO address. 9.1.3 Interrupt The Interrupt transaction is used by IO devices to generate interrupts for one or more processors. Each processor's cache has a set of interrupt registers each of which respond to two IO addresses, a directed address and a broadcast address. A directed address is unique to one cache, while a broadcast address is recognized by all caches. When an IO device wants to send an interrupt to one processor, it uses the directed address of that processor's cache in the Interrupt transaction. When an IO device wants to interrupt all processors, it uses the broadcast address. An Interrupt starts at some device as an InterruptRqst packet. The large cache of the cluster puts the InterruptRqst on the main bus. The memory then generates an InterruptRply with the same parameters as the InterruptRqst. An InterruptRply packet is nine cycles long, with all the data cycles being identical. All the large caches put this InterruptRply on their private DynaBuses. Thus the InterruptRply is broadcast throughout the system. Depending on the IO address parameter of the InterruptReply, either all caches interrupt their processors or just one cache does. When the InterruptRply reaches the requesting device, the transaction is complete. Note that the reply is not generated by the IO device, but by main memory. The reason is that there is no unique IO device that can generate the reply packet. It is important to point out that errors that occur during a InterruptRply may not be caught by the requesting device's time out mechanism. If one of the intended recipients of the Interrupt is broken, for instance, the requestor will not get any indication. This is a fundamental problem with broadcast operations; however, and there is no simple solution. 9.2 Data Transfer IO devices connected to the DynaBus via a cache automatically participate in the data consistency algorithm. If performance were not a problem, all devices could be connected to the DynaBus in this way, freeing designers of IO devices from having to build special chips to interface to the DynaBus. Unfortunately, this approach is insufficient for high speed input devices, which would cause a cache to needlessly transfer blocks from memory to cache each time the cache got a miss. The protocol provides the WriteBlock transaction to write directly to memory without going through a cache. Of course, a high speed output device could use ReadBlock's to directly transfer data out of consistent memory without going through a cache. In addition, the Dynabus provides the transactions IOReadBlock and IOWriteBlock to transfer data between IO devices without disturbing the contents of real address space. These operations would be useful when one IO device wants to stream data to another over the Dynabus without processing the data in any way. 10. Address Mapping Figure 31 shows how address mapping information is organized in a Dynabus system. There is a three-level hierarchy, with the first level residing in the processor cache, the second in the Map Cache, and the third in a Map Table kept in main memory. The Map Table keeps translation entries for all pages that are actually used in Main Memory. The Map Cache contains the subset of the translations in the Map Table that are used frequently by the current computation. A processor cache in turn keeps the subset of the entries in the Map Table that are frequently used by its processor. The Map Cache contains many more entries than a processor cache and acts as a performance accelerator, avoiding frequent accesses to the main memory Map Table. Figure 31: The organization of address mapping information. 10.1 The MapRequest/MapReply Transactions Figure 32 illustrates the Map transaction. When the cache of translations within a processor cache encounters a miss, the processor cache issues a MapRequest packet on the bus. This packet contains the virtual page number to be translated and an address space identifier (aid). The Map Cache checks to see if it has an entry for the requested page, and if it does it returns the translation via a MapReply. A MapReply contains the number of the real page and four flags: Dirty, KWtEnable (kernel write enable), UWtEnable (user write enable), and URdEnable (user read enable). If the MapCache does not have the entry, it sends a MapReply indicating a Map Fault. When the processor cache receives a Map Fault, it signals a TRAP to its processor. The TRAP handler looks up the translation in the Map Table (the translation is guaranteed to be there if the real page is resident in main memory), writes it to the Map Cache, rewinds the instruction being executed at the time of the TRAP and returns. When the instruction is reexecuted, the processor cache gets another map miss, but this time the Map Cache has the entry, so the miss is satisfied. Figure 32: The Map transaction. If the Processor Cache does not contain a map entry, it does a MapRequest to the Map Cache. If the Map Cache contains the requested translation, it replies via MapReply. If not, it uses MapReply to indicate a fault which causes the Processor to TRAP to Map Fault handling code. 10.2 DeMapRequest/DeMapReply The DeMap transaction is used to invalidate all translations from virtual pages to a given real page contained within processor caches. DeMap is used whenever a mapping entry needs to be modified. Changes to a map entry need to be made carefully because of the three levels in the mapping hierarchy. The system software must follow the following sequence: 1. Delete the mapping entry from the Map Table. 2. Delete the mapping entry from the Map Cache. 3. Initiate DeMap to remove the entry from the processor caches. Other sequences are not correct because old copies of the translation being modified could remain in caches for arbitrarily long periods of time and cause unwanted behavior. A DeMap is issued by sending a DeMapRequest containing the number of the real page whose translations are to be invalidated (Figure 33). Main memory turns the request around as a DeMapReply, and it is during the reply that the mapping entries for the real page are removed. Figure 33: The DeMap Transaction requests that all translations from some virtual page to a given real page be removed from processor caches. The work of DeMap is done during the reply packet. 11. Error Detection and Reporting The DynaBus specifies two aspects of dealing with errors: detection and reporting. Each device is expected to provide its own facilities for detecting errors, whether the errors are internal to the device or result from interactions with other devices. The bus provides parity to help check transport errors. Once an error is detected, a device must decide if it can handle the error on its own or needs to report the error to some other party. Errors that the device can handle on its own are uninteresting because the bus needs to provide no facilities. Errors that a device cannot handle are divided into recoverable errors and catastrophic ones, and the bus provides facilities to handle each kind. 11.1 Bus Parity The DynaBus provides a single parity wire to check transport on the 64 Data wires. A device that sends a packet is expected to generate the parity bit, and all receiving devices are expected to check the parity bit. Whether a device considers a DynaBus parity error to be recoverable or catastrophic is not specified. 11.2 Time Outs The DynaBus requires each device to implement a timeout facility to detect devices that do not respond, or unconnected devices. Each device must maintain a counter that starts counting bus cycles when the device issues a request to the arbiter to send a request packet. If the system-wide constant maxWaitCycles cycles have elapsed before the corresponding reply packet is received, the device must assume that an error has occurred. Whether a device considers a DynaBus timeout to be recoverable or catastrophic is not specified. The determination of a system-wide value for maxWaitCycles is difficult because of the wide variance in expected service times. For example, a low priority device might take a long time to receive a bus grant, while a higher priority device would get a grant relatively quickly. A low priority device might in fact be forced to wait for an arbitrarily long if a higher priority device decides to hog the bus. Whether tthe possibility of freezing out low-priority devices should be interpreted as an error is debatable. To avoid getting entangled in this issue, the DynaBus specifies a system-wide lower bound on the limit maxWaitCycles and lets the device implementor decide the exact value. Such a lower limit is needed to avoid generating frequent false alarms. A conservative lower limit can be arrived at by computing the worst-case service time for a cache request and increasing it by an order of magnitude for safety (caches are taken since they are the lowest priority devices that do not change their request priority). Assuming there are 8 caches and only one memory bank, the worst case service time is at most = 8*#cycles to service one request in an unloaded system = 8*25 cycles. Increasing this by an order of magnitude gives 2048 cycles, so each device is required to have maxWaitCycles > 2048. 11.3 Recoverable Errors When a device encounters a recoverable error while servicing a request packet, it uses the DynaBus Mode/Fault bit in the reply packet to report the error. The least significant 32 bits of the first data single of the reply packet are set aside for the FaultCode, while bits 7 through 16 are set aside for the deviceID of the reporting device. 11.4 Catastrophic Errors When a device encounters a catastrophic error it makes a Stop request to the arbiter. Upon receiving this request, the arbiter stops issuing all requests for the bus, bringing the system to a halt. The service processor detects the lack of activity on the DynaBus and initiates recovery. Appendix I. DynaBus Command Field Encoding The table below gives the encoding for the Command field within the header cycle of a DynaBus packet. Transaction Name Abbreviation Encoding Length ReadBlockRequest RBRqst 0000 0 2 ReadBlockReply RBRply 0000 1 9 WriteBlockRequest WBRqst 0001 0 9 WriteBlockReply WBRply 0001 1 2 FlushBlockRequest FBRqst 0010 0 9 FlushBlockReply FBRply 0010 1 2 KillBlockRequest KBRqst 0011 0 2 KillBlockReply KBRply 0011 1 2 WriteSingleRequest WSRqst 0100 0 2 WriteSingleReply WSRply 0100 1 2 Unused 0101 0 0101 1 Unused 0110 0 0110 1 Unused 0111 0 0111 1 IOReadBlockRequest IORBRqst 1000 0 2 IOReadBlockReply IORBRply 1000 1 9 IOWriteBlockRequest IOWBRqst 1001 0 9 IOWriteBlockReply IOWBRply 1001 1 2 IOReadSingleRequest IORRqst 1010 0 2 IOReadSingleReply IORRply 1010 1 2 IOWriteSingleRequest IOWRqst 1011 0 2 IOWriteSingleReply IOWRply 1011 1 2 InterruptRequest IntRqst 1100 0 2 InterruptReply IntRply 1100 1 9 Unused 1101 0 1101 1 MapRequest MapRqst 1110 0 2 MapReply MapRply 1110 1 2 DeMapRequest DeMapRqst 1111 0 2 DeMapReply DeMapRply 1111 1 2  [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] Figure 21: The header cycle of a request packet is transmitted on the Data wires. It contains a Command, a Flavor bit, a Mode bit, a deviceID, and an Address. [Artwork node; type 'Artwork on' to command tool] Figure 22: The first cycle of a DynaBus reply packet is transmitted on the Data wires. It contains a Command, a Fault bit, a ReplyShared bit, a deviceID, and an Address. All bits other than bits 4, 5, and 6 are the same as those in the header for the corresponding request packet. [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] [Artwork node; type 'Artwork on' to command tool] XW.8 in footerMargin"dragondoc" styleWordlistDynaBus IO responder requestor multiplexed unencumbered cached ConditionalStore IOWrite IORead WriteSingle WriteBlock ReadBlock parity BError BLength BRequest BReadyToSend BDataOut BSend BEOP BBOP BDeviceClock BClock DataIn BOwner BShared BReset mastership permuted cyclically DeviceID DAL Cmd RBRqst WSRply WSRqst sharedAccumulator rqstAdrs sketchy WQRply WBRqst filtration existsBelow DynaBuses subcase subcases RBRply IblockMark centerHeaders::KcenterRectoHeader::KcenterVersoHeader::K insideFooter K outsideFooter KKe"XeroxLogotypes" family 48 pt size 48 pt leading 48 pt topLeading 40 pt topIndent 24 pt bottomLeading centerFooterKcenterRectoFootere"XeroxLogotypes" family 48 pt size 48 pt leading 48 pt topLeading 40 pt topIndent 24 pt bottomLeadingKe"XeroxLogotypes" family 48 pt size 48 pt leading 48 pt topLeading 40 pt topIndent 24 pt bottomLeadingcenterVersoFooterItitle1 in smaller topLeading Isubtitle,IauthorsIabstract#st2{TNKS}>2{TNKS}>/=H4=?kxju kN?'=kN?kX=m4&W^*Y<m4lnÏY<W&Wn×X=G!}m4xju X=m4&W^*Y<m4lnÏY<W&Wn×X=G!}m4kxjXerox PressFonts Helvetica-mrr *)CkxjXerox PressFonts Helvetica-mrr N1L(SMAPkxjXerox PressFonts Helvetica-mrr cˠCkxjXerox PressFonts Helvetica-mrr N|?(RCkxjXerox PressFonts Helvetica-mrr 8B?D/PkxjXerox PressFonts Helvetica-mrr f=OMeMkxjXerox PressFonts Helvetica-mrr M|7ƠMeMkxjXerox PressFonts Helvetica-mrr KFPMCkxjXerox PressFonts Helvetica-mrr u2-[MCkxjXerox PressFonts Helvetica-mrr ,-FPkxjXerox PressFonts Helvetica-mrr 1PkxjXerox PressFonts Helvetica-mrr *QIOBkxju t9*O1B1>/Otkxju z[Q5 JkxjXerox PressFonts Helvetica-mrrI44=O#m kxju = _[n= kxju " )әa+Mh" )ӏkxju z5 Jkv[kxju JxS6L^ykA]kxjXerox PressFonts Helvetica-mrr$7>K` to displaykxjXerox PressFonts Helvetica-mrr$7$K; or printerkxjXerox PressFonts Helvetica-mrr$yQ/ to Industrykxj?U,=?Ukxj?U,=-;a,=kxj',=-;'kxj'-;XkkxjXk-;,=kxjXerox PressFonts Helvetica-mrr$n}PJg single boardkxjXerox PressFonts Helvetica-mrr$TN  single boardkxju ;UM*m DMkxju  8d+;UY !u0?Gkxju FAۙ `A F@ߗkMM>e 8+!Z4igM>CrsC%{[4ig 8Je%{[MM>xju MM>e 8+!Z4igM>CrsC%{[4ig 8Je%{[MM>k 1Ў cw *O9o%4[ c1%4[ xju  1Ў cw *O9o%4[ c1%4[ kfM><_Ei+!ZM>';+%{[EiJ<_%{[fM>xju fM><_Ei+!ZM>';+%{[EiJ<_%{[fM>k{GAϙh+zoAϗ9R3+nhR3{GAϏxju {GAϙh+zoAϗ9R3+nhR3{GAϏkxju /Jkzs \C>1_bV?H×\C>6?kxju l31kxj'?J&8fgkxj6?EW&8fg@'JSk4;D5sT&]?s^eD5g[q%A3A|^eT&]#Zs3A|4;D5xju 4;D5sT&]?s^eD5g[q%A3A|^eT&]#Zs3A|4;D5kՒ-aOFKNn0,-a51YR=0,.vOFK=Ւǎ-axju Ւ-aOFKNn0,-a51YR=0,.vOFK=Ւǎ-ak=.e2#B.?.ecDL14kB.0{2#k=.exju =.e2#B.?.ecDL14kB.0{2#k=.ek;'i|cnWl] j'i|m]0T)Q2jl]Id !cnWQ2;'i|xju ;'i|cnWl] j'i|m]0T)Q2jl]Id !cnWQ2;'i|kxjXerox PressFonts Helvetica-mrr$yQ " Standard SlowkxjXerox PressFonts Helvetica-mrr$yQc=]Busk^Q1 z2_P1 ~Hki Y_Pz<%^Q1 xju ^Q1 z2_P1 ~Hki Y_Pz<%^Q1 kxju YrT6! YQ@!3kxju {rl)! {Q@!3k*[q 7>ely 0wv 7`A<{0wvly˗>e{*[q 7xju *[q 7>ely 0wv 7`A<{0wvly˗>e{*[q 7kxjY!3{kxj{YkxjXerox PressFonts Helvetica-mrroR= DynaBus AkxjXerox PressFonts Helvetica-mrr_KW= DynaBus CkxjXerox PressFonts Helvetica-mrr=W9# DynaBus BkLa=.ejIVB5?k.eugkkB50{jIVkLa=.exju La=.ejIVB5?k.eugkkB50{jIVkLa=.ekbi2{T(|׎By`bibi2{Txju bi2{T(|׎By`bibi2{TkxjXerox PressFonts Helvetica-mrr IEnPkkkgArtwork InterpressBounds:0.0 mm xmin 0.0 mm ymin 154.5267 mm xmax 73.72589 mm ymax 76.54811 mm bigger topLeading 76.54811 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffGGFileGargoyle file for scene: stuffed from ///Users/bland.pa/datools/DynaBusGlobal.gargoyle at September 28, 1988 4:15:05 pm PDT Produced by version 8803.24 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [7.71301 7.71301] r2: 0.0] 1.0 1.0 Defaults: [] [1 1.0] 1.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [75]: Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [72.90083,118.0172] (Line ) [68.74394,118.0172] (Line ) [75.41676,122.2878] (Line ) [82.08931,118.0172] (Line ) [77.93268,118.0172] (Line ) [77.92552,105.0496] (Line ) [82.08931,105.0496] (Line ) [75.41676,100.7794] (Line ) [68.74394,105.0496] (Line ) [72.90083,105.0496] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [55.44513,122.6466] (Line ) [94.47116,122.6466] (Line ) [94.47116,140.2082] (Line ) [55.44513,140.2082] (Line ) [55.44513,122.6466] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [10.32142,122.2564] (Line ) [49.3474,122.2564] (Line ) [49.3474,139.8181] (Line ) [10.32142,139.8181] (Line ) [10.32142,122.2564] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [103.6179,123.0368] (Line ) [142.6439,123.0368] (Line ) [142.6439,140.5985] (Line ) [103.6179,140.5985] (Line ) [103.6179,123.0368] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [149.3515,123.0368] (Line ) [188.3775,123.0368] (Line ) [188.3775,140.5985] (Line ) [149.3515,140.5985] (Line ) [149.3515,123.0368] fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [27.39522,149.5746] (Line ) [23.23854,149.5746] (Line ) [29.91118,153.8452] (Line ) [36.58376,149.5746] (Line ) [32.42714,149.5746] (Line ) [32.42714,143.6938] (Line ) [36.58376,143.6938] (Line ) [29.91118,139.4234] (Line ) [23.23854,143.6938] (Line ) [27.39522,143.6938] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [72.51906,149.5746] (Line ) [68.36226,149.5746] (Line ) [75.0349,153.8452] (Line ) [81.70758,149.5746] (Line ) [77.551,149.5746] (Line ) [77.551,143.6938] (Line ) [81.70758,143.6938] (Line ) [75.0349,139.4234] (Line ) [68.36226,143.6938] (Line ) [72.51906,143.6938] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [57.27452,154.2579] (Line ) [93.86143,154.2579] (Line ) [93.86143,177.6731] (Line ) [57.27452,177.6731] (Line ) [57.27452,177.6731] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [120.6918,149.5746] (Line ) [116.535,149.5746] (Line ) [123.2077,153.8452] (Line ) [129.8801,149.5746] (Line ) [125.7235,149.5746] (Line ) [125.7235,143.6938] (Line ) [129.8801,143.6938] (Line ) [123.2077,139.4234] (Line ) [116.535,143.6938] (Line ) [120.6918,143.6938] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [105.4473,154.2579] (Line ) [142.0341,154.2579] (Line ) [142.0341,177.6731] (Line ) [105.4473,177.6731] (Line ) [105.4473,177.6731] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [167.0351,149.5746] (Line ) [162.8784,149.5746] (Line ) [169.551,153.8452] (Line ) [176.2236,149.5746] (Line ) [172.0669,149.5746] (Line ) [172.0669,143.6938] (Line ) [176.2236,143.6938] (Line ) [169.551,139.4234] (Line ) [162.8784,143.6938] (Line ) [167.0351,143.6938] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [151.7906,154.2579] (Line ) [188.3775,154.2579] (Line ) [188.3775,177.6731] (Line ) [151.7906,177.6731] (Line ) [151.7906,177.6731] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [257.2825,122.6466] (Line ) [296.3087,122.6466] (Line ) [296.3087,140.2082] (Line ) [257.2825,140.2082] (Line ) [257.2825,122.6466] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [212.1589,122.2564] (Line ) [251.1849,122.2564] (Line ) [251.1849,139.8181] (Line ) [212.1589,139.8181] (Line ) [212.1589,122.2564] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [303.0164,122.6466] (Line ) [342.0425,122.6466] (Line ) [342.0425,140.2082] (Line ) [303.0164,140.2082] (Line ) [303.0164,122.6466] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [353.6281,122.6466] (Line ) [392.6539,122.6466] (Line ) [392.6539,140.2082] (Line ) [353.6281,140.2082] (Line ) [353.6281,122.6466] fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [369.3115,178.0637] (Line ) [363.5186,178.0637] (Line ) [372.8177,184.0153] (Line ) [382.1167,178.0637] (Line ) [376.3241,178.0637] (Line ) [376.3241,145.6718] (Line ) [382.1167,145.6718] (Line ) [372.8177,139.7205] (Line ) [363.5186,145.6718] (Line ) [369.3115,145.672] (Line ) fwd: T Text T "C" Xerox/PressFonts/Helvetica [11.52 0.0 71.02045 0.0 11.52 125.9024][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MAP" Xerox/PressFonts/Helvetica [11.52 0.0 263.3815 0.0 11.52 126.0121][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "C" Xerox/PressFonts/Helvetica [11.52 0.0 26.11618 0.0 11.52 125.5123][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "C" Xerox/PressFonts/Helvetica [11.52 0.0 318.9206 0.0 11.52 126.6219][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "D/P" Xerox/PressFonts/Helvetica [11.52 0.0 219.197 0.0 11.52 126.4341][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MeM" Xerox/PressFonts/Helvetica [11.52 0.0 110.7869 0.0 11.52 160.9291][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MeM" Xerox/PressFonts/Helvetica [11.52 0.0 156.3858 0.0 11.52 160.601][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MC" Xerox/PressFonts/Helvetica [11.52 0.0 114.0951 0.0 11.52 126.3244][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MC" Xerox/PressFonts/Helvetica [11.52 0.0 160.4385 0.0 11.52 126.8242][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "P" Xerox/PressFonts/Helvetica [11.52 0.0 25.50454 0.0 11.52 161.5572][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "P" Xerox/PressFonts/Helvetica [11.52 0.0 71.23808 0.0 11.52 161.1672][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IOB" Xerox/PressFonts/Helvetica [11.52 0.0 363.0906 0.0 11.52 126.4788][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [349.9728,132.8178] (Line ) [349.9728,134.1481] (Line ) [353.3095,132.0129] (Line ) [349.9728,129.8776] (Line ) [349.9728,131.2077] (Line ) [345.3785,131.2077] (Line ) [345.3785,129.8776] (Line ) [342.0425,132.0129] (Line ) [345.3785,134.1481] (Line ) [345.3785,132.8178] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [229.7737,139.8181] (Line ) [229.7737,183.527] fwd: T Text T " " Xerox/PressFonts/Helvetica [11.47695 0.0 200.481 0.0 -11.47695 24.96712][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [75.83609,49.96149] (Line ) [121.1071,49.96149] (Line ) [121.1071,64.17273] (Line ) [75.83609,64.17273] (Line ) [75.83609,49.96149] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [277.7812,50.59716] (Line ) [323.052,50.59716] (Line ) [323.052,64.80849] (Line ) [277.7812,64.80849] (Line ) [277.7812,50.59716] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [229.7737,183.527] (Line ) [233.4322,180.7954] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [229.6867,183.5921] (Line ) [226.028,180.8602] fwd: T Text T "to display" Xerox/PressFonts/Helvetica [7.199997 0.0 235.6149 0.0 7.199997 166.1146][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "or printer" Xerox/PressFonts/Helvetica [7.199997 0.0 235.6149 0.0 7.199997 157.4746][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "to Industry" Xerox/PressFonts/Helvetica [7.199997 0.0 385.4321 0.0 7.199997 167.5957][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [12.54104,188.4754] (Line ) [12.54104,188.4754] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [12.54104,188.4754] (Line ) [12.54104,197.661] (Line ) [188.3759,197.661] (Line ) [188.3759,188.4754] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [392.6539,188.4754] (Line ) [392.6539,197.661] (Line ) [392.6539,197.661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [392.6539,197.661] (Line ) [212.1589,197.661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [212.1589,197.661] (Line ) [212.1589,188.4754] fwd: T Text T "single board" Xerox/PressFonts/Helvetica [7.199997 0.0 73.96588 0.0 7.199997 199.5534][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "single board" Xerox/PressFonts/Helvetica [7.199997 0.0 278.0128 0.0 7.199997 199.4444][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [180.0471,112.7514] (Line ) [180.0471,100.7798] (Line ) [20.77778,100.7794] (Line ) [20.77778,112.7514] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [20.77778,74.31604] (Line ) [20.77778,86.28763] (Line ) [180.0471,86.28839] (Line ) [180.0471,74.31626] (Line ) [198.6826,94.74995] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [20.43251,112.7223] (Line ) [1.797028,92.28839] (Line ) [20.43251,74.287] fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [121.0736,118.4072] (Line ) [116.9168,118.4072] (Line ) [123.5893,122.6778] (Line ) [130.2621,118.4072] (Line ) [126.1054,118.4072] (Line ) [126.0983,105.4396] (Line ) [130.2621,105.4396] (Line ) [123.5893,101.1693] (Line ) [116.9168,105.4396] (Line ) [121.0736,105.4396] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [27.77711,117.6269] (Line ) [23.6202,117.6269] (Line ) [30.29292,121.8975] (Line ) [36.96549,117.6269] (Line ) [32.80896,117.6269] (Line ) [32.8018,104.6593] (Line ) [36.96549,104.6593] (Line ) [30.29292,100.3889] (Line ) [23.6202,104.6593] (Line ) [27.77711,104.6593] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [167.4936,118.4072] (Line ) [163.3368,118.4072] (Line ) [170.0095,122.6778] (Line ) [176.682,118.4072] (Line ) [172.5254,118.4072] (Line ) [172.5184,105.4396] (Line ) [176.682,105.4396] (Line ) [170.0095,101.1693] (Line ) [163.3368,105.4396] (Line ) [167.4936,105.4396] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [96.74006,81.41064] (Line ) [92.58312,81.41064] (Line ) [99.25587,85.6812] (Line ) [105.9284,81.41064] (Line ) [101.7719,81.41064] (Line ) [101.7647,68.443] (Line ) [105.9284,68.443] (Line ) [99.25587,64.17273] (Line ) [92.58312,68.443] (Line ) [96.74006,68.443] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [7] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [222.3076,74.16173] (Line ) [222.3076,86.13332] (Line ) [380.9517,86.13332] (Line ) [380.9517,74.787] (Line ) [399.5872,95.22052] (Line ) [380.9517,113.2223] (Line ) [380.9517,101.2506] (Line ) [221.6826,101.25] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [221.8076,102.375] (Line ) [221.8076,114.3469] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [179.8076,113.375] (Line ) [198.3076,94.99996] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [221.6826,114.375] (Line ) [203.0575,94.99996] (Line ) [221.9325,74.375] fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [229.1187,118.7823] (Line ) [224.9618,118.7823] (Line ) [231.6344,123.053] (Line ) [238.307,118.7823] (Line ) [234.1504,118.7823] (Line ) [234.1433,105.8145] (Line ) [238.307,105.8145] (Line ) [231.6344,101.5444] (Line ) [224.9618,105.8145] (Line ) [229.1187,105.8145] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [274.7437,118.9072] (Line ) [270.5867,118.9072] (Line ) [277.2595,123.1779] (Line ) [283.9319,118.9072] (Line ) [279.7755,118.9072] (Line ) [279.7683,105.9396] (Line ) [283.9319,105.9396] (Line ) [277.2595,101.6695] (Line ) [270.5867,105.9396] (Line ) [274.7437,105.9396] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [370.0714,118.3762] (Line ) [365.9142,118.3762] (Line ) [372.587,122.6466] (Line ) [379.2595,118.3762] (Line ) [375.103,118.3762] (Line ) [375.0961,105.4084] (Line ) [379.2595,105.4084] (Line ) [372.587,101.1382] (Line ) [365.9142,105.4084] (Line ) [370.0714,105.4084] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [296.7316,81.3629] (Line ) [292.5747,81.3629] (Line ) [299.2474,85.63332] (Line ) [305.9199,81.3629] (Line ) [301.7634,81.3629] (Line ) [301.7562,68.39542] (Line ) [305.9199,68.39542] (Line ) [299.2474,64.12495] (Line ) [292.5747,68.39542] (Line ) [296.7316,68.39542] (Line ) fwd: T Text T "Standard Slow" Xerox/PressFonts/Helvetica [7.199997 0.0 385.4321 0.0 7.199997 158.9555][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Bus" Xerox/PressFonts/Helvetica [7.199997 0.0 385.4321 0.0 7.199997 150.3157][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [297.0988,45.49638] (Line ) [292.9422,45.49638] (Line ) [299.6148,49.76717] (Line ) [306.2874,45.49638] (Line ) [302.1308,45.49638] (Line ) [302.1237,32.52902] (Line ) [306.2874,32.52902] (Line ) [299.6148,28.25865] (Line ) [292.9422,32.52902] (Line ) [297.0988,32.52902] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [382.4944,13.14339] (Line ) [382.4944,1.797012] (Line ) [401.1298,22.23076] (Line ) [382.4944,40.23211] (Line ) [382.4944,28.26059] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [20.68253,13.14339] (Line ) [20.68253,1.797012] (Line ) [2.047016,22.23076] (Line ) [20.68253,40.23211] (Line ) [20.68253,28.26059] fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [95.95572,45.69092] (Line ) [91.79886,45.69092] (Line ) [98.47164,49.96149] (Line ) [105.1441,45.69092] (Line ) [100.9877,45.69092] (Line ) [100.9805,32.72357] (Line ) [105.1441,32.72357] (Line ) [98.47164,28.4532] (Line ) [91.79886,32.72357] (Line ) [95.95572,32.72357] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [382.4944,28.26059] (Line ) [20.68253,28.26059] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [20.68253,13.14339] (Line ) [382.4944,13.14339] fwd: T Text T "DynaBus A" Xerox/PressFonts/Helvetica [9.999996 0.0 79.40242 0.0 9.999996 90.41041][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus C" Xerox/PressFonts/Helvetica [9.999996 0.0 280.4023 0.0 9.999996 90.41041][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus B" Xerox/PressFonts/Helvetica [9.999996 0.0 182.4023 0.0 9.999996 16.91066][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [320.5409,118.3762] (Line ) [316.3838,118.3762] (Line ) [323.0566,122.6466] (Line ) [329.729,118.3762] (Line ) [325.5726,118.3762] (Line ) [325.5655,105.4084] (Line ) [329.729,105.4084] (Line ) [323.0566,101.1382] (Line ) [316.3838,105.4084] (Line ) [320.5409,105.4084] (Line ) fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 1.594021 c: T [1 1.0] d: T F [11.61773,153.8452] (Line ) [48.20464,153.8452] (Line ) [48.20464,177.2604] (Line ) [11.61773,177.2604] (Line ) [11.61773,177.2604] (Line ) fwd: T Text T "P" Xerox/PressFonts/Helvetica [11.52 0.0 25.58128 0.0 11.52 160.7545][1 1.0] F 1.0 props: ( F ) ls: 1.2 n33K t}K@clearTabStops 1.75 in flushLeft tabStop 3.5 in flushLeft tabStopbzIdefault@clearTabStops 1.75 in flushLeft tabStop 3.5 in flushLeft tabStop0V@clearTabStops 1.75 in flushLeft tabStop 3.5 in flushLeft tabStop1V@clearTabStops 1.75 in flushLeft tabStop 3.5 in flushLeft tabStopK@clearTabStops 1.75 in flushLeft tabStop 3.5 in flushLeft tabStop JUGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/ChipLevelSignals.gargoyle at February 15, 1989 9:00:11 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [T 0.19947 0.2] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/HELVETICA-MIR [r1: 0.0 s: [7.180687 7.180687] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [181]: Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [104.1723,179.32] (Line ) [438.121,179.32] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [99.72227,125.3156] (Line ) [158.0655,125.3156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [180.2839,124.9041] (Line ) [238.627,124.9041] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [260.9408,124.8923] (Line ) [319.2839,124.8923] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [395.1724,124.8199] (Line ) [427.8235,124.8155] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [427.3748,113.5957] (Line ) [427.3748,124.3669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [395.6724,114.0699] (Line ) [395.6724,124.841] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [318.8353,113.6724] (Line ) [318.8353,124.4436] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [261.3896,113.6724] (Line ) [261.3896,124.4436] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [238.1782,113.6842] (Line ) [238.1782,124.4554] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [180.7327,113.6842] (Line ) [180.7327,124.4554] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [157.6167,114.0957] (Line ) [157.6167,124.8669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [100.171,114.0957] (Line ) [100.171,124.8669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [75.49954,125.9179] (Line ) [77.29462,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [71.01168,125.9179] (Line ) [73.70438,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [66.52366,125.9179] (Line ) [69.21647,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [62.03572,125.9179] (Line ) [64.72846,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [57.54783,125.9179] (Line ) [60.24058,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [53.05989,125.9179] (Line ) [55.75261,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [48.57195,125.9179] (Line ) [51.26469,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [44.08402,125.9179] (Line ) [46.77674,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [39.59611,125.9179] (Line ) [42.28883,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [35.10817,125.9179] (Line ) [37.80091,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [30.62024,125.9179] (Line ) [33.313,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [26.13226,125.9179] (Line ) [28.82505,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [21.64435,125.9179] (Line ) [24.3371,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [17.15643,125.9179] (Line ) [19.84919,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [76.84588,122.7766] (Line ) [76.84588,125.4694] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [17.60519,122.7766] (Line ) [17.60519,125.4694] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [76.84588,119.1862] (Line ) [76.84588,121.879] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [17.60519,119.1862] (Line ) [17.60519,121.879] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [76.84588,115.5957] (Line ) [76.84588,118.2885] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [17.60519,115.5957] (Line ) [17.60519,118.2885] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [44.86142,102.8761] (Line ) [44.86142,107.364] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [59.22273,101.9786] (Line ) [59.22273,106.4665] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [30.5,101.9786] (Line ) [30.5,106.4665] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [55.18364,97.49064] (Line ) [55.63243,97.49064] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [55.18364,97.26626] (Line ) [56.08124,97.26626] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [55.63243,97.04171] (Line ) [56.52998,97.04171] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [56.08124,96.81745] (Line ) [56.97882,96.81745] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [56.52998,96.59299] (Line ) [57.4276,96.59299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [56.97882,96.36863] (Line ) [57.87638,96.36863] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [59.22273,96.14424] (Line ) [59.22273,100.1833] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [57.4276,96.14424] (Line ) [58.32519,96.14424] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [57.87638,95.91986] (Line ) [59.67158,95.91986] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [58.32519,95.69539] (Line ) [59.67158,95.69539] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [58.77398,95.47114] (Line ) [59.67158,95.47114] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [58.77398,95.24664] (Line ) [60.12032,95.24664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [58.77398,95.02225] (Line ) [60.56912,95.02225] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [44.86142,94.79784] (Line ) [44.86142,99.2857] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [30.5,93.90023] (Line ) [30.5,98.3882] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [60.12032,94.79784] (Line ) [61.01792,94.79784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [60.56912,94.57355] (Line ) [61.46675,94.57355] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [61.01792,94.349] (Line ) [61.91555,94.349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [61.46675,94.12466] (Line ) [62.3643,94.12466] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [61.91555,93.90023] (Line ) [62.81316,93.90023] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [62.3643,93.67592] (Line ) [63.26192,93.67592] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [62.81316,93.45148] (Line ) [63.26192,93.45148] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [59.22273,92.10511] (Line ) [59.22273,95.02225] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [135.6379,92.95138] (Line ) [136.0867,92.95138] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [135.6379,92.72688] (Line ) [136.5354,92.72688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [136.0867,92.50245] (Line ) [136.9842,92.50245] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [136.5354,92.27825] (Line ) [137.433,92.27825] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [136.9842,92.05378] (Line ) [137.8818,92.05378] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [137.433,91.82933] (Line ) [138.3306,91.82933] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.677,91.60489] (Line ) [139.677,106.4151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [137.8818,91.60489] (Line ) [138.7794,91.60489] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [138.3306,91.3806] (Line ) [140.1258,91.3806] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [138.7794,91.1562] (Line ) [140.1258,91.1562] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.2281,90.93169] (Line ) [140.1258,90.93169] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.2281,90.7074] (Line ) [140.5745,90.7074] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.2281,90.48304] (Line ) [141.0233,90.48304] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [140.5745,90.25861] (Line ) [141.4722,90.25861] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [141.0233,90.03412] (Line ) [141.921,90.03412] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [141.4722,89.8098] (Line ) [142.3697,89.8098] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [141.921,89.58547] (Line ) [142.8187,89.58547] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [142.3697,89.36099] (Line ) [143.2674,89.36099] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [142.8187,89.13658] (Line ) [143.7161,89.13658] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [143.2674,88.91221] (Line ) [143.7161,88.91221] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [300.0128,89.43772] (Line ) [300.4617,89.43772] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [300.0128,89.21323] (Line ) [300.9107,89.21323] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [300.4617,88.98895] (Line ) [301.3594,88.98895] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [300.9107,88.7645] (Line ) [301.8082,88.7645] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [301.3594,88.5401] (Line ) [302.2567,88.5401] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [301.8082,88.3156] (Line ) [302.7056,88.3156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [304.0521,88.09134] (Line ) [304.0521,106.4918] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [302.2567,88.09134] (Line ) [303.1545,88.09134] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [302.7056,87.86693] (Line ) [304.5008,87.86693] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [303.1545,87.64248] (Line ) [304.5008,87.64248] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [303.6034,87.41802] (Line ) [304.5008,87.41802] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [303.6034,87.19371] (Line ) [304.9496,87.19371] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [303.6034,86.96927] (Line ) [305.3984,86.96927] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [304.9496,86.74489] (Line ) [305.8472,86.74489] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [305.3984,86.52054] (Line ) [306.296,86.52054] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [305.8472,86.29608] (Line ) [306.7449,86.29608] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [306.296,86.07174] (Line ) [307.1935,86.07174] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [306.7449,85.84736] (Line ) [307.6423,85.84736] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [307.1935,85.62294] (Line ) [308.0912,85.62294] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [307.6423,85.39849] (Line ) [308.0912,85.39849] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [424.6818,79.48756] (Line ) [424.6818,106.4152] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [413.0131,79.48756] (Line ) [413.0131,106.4152] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [399.5496,79.48756] (Line ) [399.5496,106.4152] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [363.8409,78.53884] (Line ) [363.8409,105.4664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [350.6724,79.03884] (Line ) [350.6724,105.9664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [304.0521,79.5642] (Line ) [304.0521,86.96927] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [289.6908,79.5642] (Line ) [289.6908,106.4918] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [275.0,79.75599] (Line ) [275.0,106.6836] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [231.8952,79.5759] (Line ) [231.8952,106.5035] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [217.5337,79.5759] (Line ) [217.5337,106.5035] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [203.1723,79.5759] (Line ) [203.1723,106.5035] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [188.8108,79.5759] (Line ) [188.8108,106.5035] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.677,79.4875] (Line ) [139.677,90.48304] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [125.3156,79.4875] (Line ) [125.3156,106.4151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [110.9543,79.4875] (Line ) [110.9543,106.4151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [59.22273,79.53884] (Line ) [59.22273,90.30995] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [44.86142,79.53884] (Line ) [44.86142,91.20753] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [30.5,79.53884] (Line ) [30.5,90.30995] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [1.448793,79.53884] (Line ) [445.492,79.53884] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [445.0432,1.897547] (Line ) [445.0432,79.08992] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [1.448793,1.448793] (Line ) [1.448793,79.53884] fwd: T Text T "The DynaBus Signals at the Chip Level" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 157.3429 0.0 7.180687 9.902349][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Clock" Xerox/PressFonts/Helvetica [0.0 7.180687 417.0519 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "ClockOut" Xerox/PressFonts/Helvetica [0.0 7.180687 404.4859 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [424.6818,79.93641] (Line ) [428.2723,87.11711] (Line ) [424.6818,85.32191] (Line ) [421.0916,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [399.5496,79.93641] (Line ) [403.1397,87.11711] (Line ) [399.5496,85.32191] (Line ) [395.9592,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [363.8409,78.53884] (Line ) [367.4313,85.71951] (Line ) [363.8409,83.92431] (Line ) [360.2507,85.71951] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.6724,104.6201] (Line ) [354.2626,97.43939] (Line ) [350.6724,99.23456] (Line ) [347.082,97.43939] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [413.0131,105.0688] (Line ) [416.6037,97.88804] (Line ) [413.0131,99.68333] (Line ) [409.423,97.88804] (Line ) fwd: T Text T "OwnerIn" Xerox/PressFonts/Helvetica [0.0 7.180687 180.2837 -7.180687 0.0 75.9854][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [188.8108,81.8199] (Line ) [192.4012,89.00059] (Line ) [188.8108,87.2054] (Line ) [185.2206,89.00059] (Line ) fwd: T Text T "SharedIn" Xerox/PressFonts/Helvetica [0.0 7.180687 194.6451 -7.180687 0.0 75.08796][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [203.1723,81.8199] (Line ) [206.7627,89.00059] (Line ) [203.1723,87.2054] (Line ) [199.582,89.00059] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [217.5337,104.2595] (Line ) [221.124,97.07894] (Line ) [217.5337,98.87411] (Line ) [213.9434,97.07894] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [231.8952,104.2595] (Line ) [235.4854,97.07894] (Line ) [231.8952,98.87411] (Line ) [228.3047,97.07894] (Line ) fwd: T Text T "OwnerOut" Xerox/PressFonts/Helvetica [0.0 7.180687 209.0064 -7.180687 0.0 75.9854][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "64" Xerox/PressFonts/Helvetica [0.0 7.180687 140.1257 -7.180687 0.0 101.0295][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [154.0384,99.68333] (Line ) [150.4481,97.88804] (Line ) [154.0384,105.0688] (Line ) [157.6287,97.88804] fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [139.677,105.0688] (Line ) [143.2674,97.88804] (Line ) [139.677,99.68333] (Line ) [136.0867,97.88804] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [125.3156,105.0688] (Line ) [128.9059,97.88804] (Line ) [125.3156,99.68333] (Line ) [121.7253,97.88804] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [110.9541,105.0688] (Line ) [114.5446,97.88804] (Line ) [110.9541,99.68333] (Line ) [107.3639,97.88804] (Line ) fwd: T Text T "Data" Xerox/PressFonts/Helvetica [0.0 7.180687 131.1498 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DParity" Xerox/PressFonts/Helvetica [0.0 7.180687 101.5295 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DParityIn" Xerox/PressFonts/Helvetica [0.0 7.180687 23.76809 -7.180687 0.0 75.94845][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [0.0 7.180687 281.1634 -7.180687 0.0 75.07612][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "RequestOut" Xerox/PressFonts/Helvetica [0.0 7.180687 295.5246 -7.180687 0.0 75.07612][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [44.86142,81.7828] (Line ) [48.45175,88.96354] (Line ) [44.86142,87.16844] (Line ) [41.27104,88.96354] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [30.5,81.7828] (Line ) [34.09035,88.96354] (Line ) [30.5,87.16844] (Line ) [26.90967,88.96354] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [289.6908,81.80821] (Line ) [293.281,88.98895] (Line ) [289.6908,87.19371] (Line ) [286.1003,88.98895] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.0,82.0] (Line ) [278.5902,89.18074] (Line ) [275.0,87.3855] (Line ) [271.4096,89.18074] (Line ) fwd: T Text T "3" Xerox/PressFonts/Helvetica [0.0 7.180687 304.5005 -7.180687 0.0 91.23283][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "LongGrant" Xerox/PressFonts/Helvetica [0.0 7.180687 266.4728 -7.180687 0.0 75.2679][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [59.22281,81.7828] (Line ) [62.81316,88.96354] (Line ) [59.22281,87.16844] (Line ) [55.63243,88.96354] (Line ) fwd: T Text T "DataIn" Xerox/PressFonts/Helvetica [0.0 7.180687 51.59325 -7.180687 0.0 75.94845][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "HeaderCycleIn" Xerox/PressFonts/Helvetica [0.0 7.180687 38.12946 -7.180687 0.0 76.84603][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "64" Xerox/PressFonts/Helvetica [0.0 7.180687 59.67148 -7.180687 0.0 105.5687][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [110.9541,79.93642] (Line ) [114.5446,87.11711] (Line ) [110.9541,85.32191] (Line ) [107.3639,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [125.3156,79.93642] (Line ) [128.9059,87.11711] (Line ) [125.3156,85.32191] (Line ) [121.7253,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [139.677,79.93642] (Line ) [143.2674,87.11711] (Line ) [139.677,85.32191] (Line ) [136.0867,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [157.6287,87.11711] (Line ) [154.0384,85.32191] (Line ) [150.4481,87.11711] (Line ) [154.0384,79.93642] fwd: T Text T "SharedOut" Xerox/PressFonts/Helvetica [0.0 7.180687 223.3677 -7.180687 0.0 75.9854][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [304.0521,104.2479] (Line ) [307.6424,97.06716] (Line ) [304.0521,98.86231] (Line ) [300.4617,97.06716] (Line ) fwd: T Text T "HeaderCycle" Xerox/PressFonts/Helvetica [0.0 7.180687 115.8909 -7.180687 0.0 76.7947][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Arbitration <5>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 262.7357 0.0 7.180687 132.5217][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Consistency <4>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 183.7517 0.0 7.180687 132.4022][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DataPort <66>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 107.5646 0.0 7.180687 132.2002][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Control <3>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 393.8226 0.0 7.180687 132.2002][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Receive option <66>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 16.46875 0.0 7.180687 132.3198][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [179.6857,151.3199] (Line ) [186.8663,154.9102] (Line ) [185.0712,151.3199] (Line ) [186.8663,147.7295] (Line ) fwd: T Text T "DYNABUS SIGNALS <80>" Xerox/PressFonts/Helvetica [7.180687 0.0 234.3688 0.0 7.180687 181.5636][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [341.2235,124.8712] (Line ) [373.8746,124.8669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [373.8746,114.0957] (Line ) [373.8746,124.8669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [341.7236,114.1212] (Line ) [341.7236,124.8923] fwd: T Text T "Parity <2>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 342.1719 0.0 7.180687 131.8197][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [1 1.0] d: T F [180.7327,151.3199] (Line ) [373.2329,151.3199] fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [101.6857,179.32] (Line ) [108.8664,182.9102] (Line ) [107.0711,179.32] (Line ) [108.8664,175.7295] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [373.1587,151.3199] (Line ) [365.9782,154.9102] (Line ) [367.7733,151.3199] (Line ) [365.9782,147.7295] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [437.6588,179.32] (Line ) [430.4782,182.9102] (Line ) [432.2734,179.32] (Line ) [430.4782,175.7295] (Line ) fwd: T Text T "AParityOut" Xerox/PressFonts/Helvetica [0.0 7.180687 344.4198 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "AParityIn" Xerox/PressFonts/Helvetica [0.0 7.180687 356.9196 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "AParity computed over Consistency and Arbitration Wires" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 182.0 0.0 7.180687 156.5][] F 1.0 props: ( F ) ls: 1.2 Text T "BidEn" Xerox/PressFonts/Helvetica [0.0 7.180687 392.9859 -7.180687 0.0 75.39713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 70.19657 mm bigger topLeading 70.19657 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 157.6708 mm xmax 67.37435 mm ymax  InterpressϙInterpress/Xerox/3.0 fjkj=xjxj`XeroxResearchCMYKxs(7|kxj`XeroxResearchCMYK%=kxj`XeroxResearchCMYK9 Q#Ius~kxj`XeroxResearchCMYKAeQkxj`XeroxResearchCMYK,Ni28gkxj`XeroxResearchCMYKƚC/Ckxj`XeroxResearchCMYKY:?tkxj`XeroxResearchCMYKiU:@kxj`XeroxResearchCMYKNM:@kxj`XeroxResearchCMYK]epgՏkxj`XeroxResearchCMYKGNepgՏkxj`XeroxResearchCMYK$<)^kxj`XeroxResearchCMYKK)^kxj`XeroxResearchCMYKACA!pkxj`XeroxResearchCMYK/oA!skxj`XeroxResearchCMYKL(AXHkxj`XeroxResearchCMYKA&.kxj`XeroxResearchCMYKsAQ/Ykxj`XeroxResearchCMYK"A>kxj`XeroxResearchCMYK3kA"kxj`XeroxResearchCMYK~wA'I׎kxj`XeroxResearchCMYK?A<okxj`XeroxResearchCMYK9 A ݎkxj`XeroxResearchCMYK sOA kxj`XeroxResearchCMYK6A4"ώkxj`XeroxResearchCMYK5A2{kxj`XeroxResearchCMYK A!kkxj`XeroxResearchCMYKS-^1kxj`XeroxResearchCMYK[-^1kxj`XeroxResearchCMYKSC; |kxj`XeroxResearchCMYK[C; |kxj`XeroxResearchCMYKS9/4kxj`XeroxResearchCMYK[9/4kxj`XeroxResearchCMYK. -iqhkxj`XeroxResearchCMYK07]kxj`XeroxResearchCMYK=7]kxjXXeroxResearchCMYKWQ֙(4kxjXXeroxResearchCMYKW:# kxjXXeroxResearchCMYK(4 dkxjXXeroxResearchCMYK# /~*kxjXXeroxResearchCMYKd sV kxjXXeroxResearchCMYK*XYkxj`XeroxResearchCMYK0'hkxjXXeroxResearchCMYK 'h{kxjXXeroxResearchCMYKYk/̎kxjXXeroxResearchCMYK{8r/̎kxjXXeroxResearchCMYK!&h/̎kxjXXeroxResearchCMYK!7WvkxjXXeroxResearchCMYK!-{kxj`XeroxResearchCMYK. "^kxj`XeroxResearchCMYK= UkxjXXeroxResearchCMYKWv"^5'ߎkxjXXeroxResearchCMYK{DkxjXXeroxResearchCMYK5'66k᎘kxjXXeroxResearchCMYKi"kxjXXeroxResearchCMYK6k]=|kxjXXeroxResearchCMYK"'l a*kxjXXeroxResearchCMYK]=|V a*kxj`XeroxResearchCMYK0wM-kxjXXeroxResearchCMYK:4IOkxjXXeroxResearchCMYK:R9CkxjXXeroxResearchCMYKOIZ˙ekxjXXeroxResearchCMYKC)ts4akxjXXeroxResearchCMYKe!q];?nkxjXXeroxResearchCMYK4awAbykxj`XeroxResearchCMYKWI[͙5kxjXXeroxResearchCMYK;?nI[͙$DkxjXXeroxResearchCMYKAby/RkxjXXeroxResearchCMYK$DV-RkxjXXeroxResearchCMYK990RkxjXXeroxResearchCMYK9_/kxjXXeroxResearchCMYK9)v+kxjXXeroxResearchCMYK/s:$kxjXXeroxResearchCMYK+}&kxjXXeroxResearchCMYK$9/B.wkxjXXeroxResearchCMYK&C_fkxjXXeroxResearchCMYKB.wG͙0!VkxjXXeroxResearchCMYK_fGa͙-yQkxjXXeroxResearchCMYK0!VG3͙-yQkxjXXeroxResearchCMYK[iNb,'֎kxjXXeroxResearchCMYK[iN/eA8kxjXXeroxResearchCMYK'>KW@kxjXXeroxResearchCMYKA8_VIkxjXXeroxResearchCMYKKW@@W_JkxjXXeroxResearchCMYKVIZŎkxj`XeroxResearchCMYKr`GЙ`=kxjXXeroxResearchCMYKW_JGЙCnkxjXXeroxResearchCMYKU+ukxjXXeroxResearchCMYKCn=H+ukxjXXeroxResearchCMYKD:)z+ukxjXXeroxResearchCMYKD:AwkxjXXeroxResearchCMYKD:yf{kxjXXeroxResearchCMYKw!5bVHkxjXXeroxResearchCMYK{IuAbkxjXXeroxResearchCMYKVH3=umbkxjXXeroxResearchCMYKuAbJߙ%3kxjXXeroxResearchCMYKumb+{kxjXXeroxResearchCMYK%3g=~>kxjXXeroxResearchCMYK{,^~>kxj`XeroxResearchCMYK$>iəGkxj`XeroxResearchCMYKzL>iəGkxj`XeroxResearchCMYK>o>iəGkxj`XeroxResearchCMYK>,;6b kxj`XeroxResearchCMYKOs:g1Bwkxj`XeroxResearchCMYKr`Oyfkxj`XeroxResearchCMYKO`=kxj`XeroxResearchCMYKAљIkxj`XeroxResearchCMYK_i;_;~kxj`XeroxResearchCMYKA;_;~kxj`XeroxResearchCMYK(;_;~kxj`XeroxResearchCMYKJ%;_;~kxj`XeroxResearchCMYKWP)vkxj`XeroxResearchCMYKP5kxj`XeroxResearchCMYKKP5kxj`XeroxResearchCMYK0;o6C+%o>o0K1%o>o6xjk>,;6I33uR>,<cuR>,;6xjkOs:I'nPBOs:fQR=BOs:I'xjkzLMV@53=zL]<)3=zLMxjkxjXerox PressFonts Helvetica-MRR AFcL(OwnerInkJ%3uyOJ%?13DOJ%3uxjkxjXerox PressFonts Helvetica-MRR AF?[ؠSharedInk(3u/;O(?_zO(3uxjkA@Yhyi&A7;,K5i&A@Yxjk_i@Y^gi&_i7;]ii&_i@YxjkxjXerox PressFonts Helvetica-MRR AF](OwnerOutkxjXerox PressFonts Helvetica-MRR AF_x^164kxjkWM0!V3=W]<O3=WMxjkM*U3=]<+E[3=Mxjk/>mM_N3=/>m]<R3=/>mMxjkxjXerox PressFonts Helvetica-MRR AFtK3DatakxjXerox PressFonts Helvetica-MRR AFi3DParitykxjXerox PressFonts Helvetica-MRR AF2 a DParityInkxjXerox PressFonts Helvetica-MRR AF T!GrantkxjXerox PressFonts Helvetica-MRR AFFk=T! RequestOutk. Fݙ+'B.  Y_@kB. Fݗxjk=FݙB= Y_KB=FݗxjkTIy>Ad?>TIxjkBb=SYoWSSxjkxjXerox PressFonts Helvetica-MRR AF]_3kxjXerox PressFonts Helvetica-MRR AFny LongGrantk*Fݙ]=|B* Y_(4B*FݗxjkxjXerox PressFonts Helvetica-MRR AFqw3aDataInkxjXerox PressFonts Helvetica-MRR AF!]6i HeaderCycleInkxjXerox PressFonts Helvetica-MRR AF@WӠ64k/>m6_N%o/>m0R%o/>m6xjk6*U%o0+E[%o6xjkW60!V%oW0O%oW6xjkxjkxjXerox PressFonts Helvetica-MRR AF;UD( SharedOutkr`1Fyv2r`5K'2r`1FyxjkxjXerox PressFonts Helvetica-MRR AF7-L HeaderCyclekxjXerox PressFonts HELVETICA-mir AYJW Arbitration <5>kxjXerox PressFonts HELVETICA-mir Ah/\Consistency <4>kxjXerox PressFonts HELVETICA-mir A=8 DataPort <66>kxjXerox PressFonts HELVETICA-mir A_a>8 Control <3>kxjXerox PressFonts HELVETICA-mir A XReceive option <66>k#}/3Nc5}Fgz#xjkxjXerox PressFonts Helvetica-MRR Aoz'7DYNABUS SIGNALS <80>kxj`qLU@c37kxj`37)^kxj`esL!AkxjXerox PressFonts HELVETICA-mir AU@i= Parity <2>kxj`GNejnIk #i 7NX@i Sz #xjk[?A./3NkKA.Fgz[?xjkQU&7N#&SzQUxjkxjXerox PressFonts Helvetica-MRR AFlQ3 AParityOutkxjXerox PressFonts Helvetica-MRR AFyLW3 AParityInkxjXerox PressFonts HELVETICA-mir AV97AParity computed over Consistency and Arbitration WireskxjXerox PressFonts Helvetica-MRR AFlG)BidEnkkkg33Icenter &Ti TeeT2KTTRcentered lastLineFormatting TUuraggedbtIindentRt Y \  Y{~Y= I UInterpress/Xerox/3.0 fjkj=xj\)xjXerox PressFonts Helvetica-mrr2@:least significant bytekxjXerox PressFonts Helvetica-mrr24Qmost significant bytekxjXerox PressFonts Helvetica-mrr2' 󠢠least significant bitk$? B5s $? 4 ; $? BxjkxjXerox PressFonts Helvetica-mrr2@:Q#O3kxjXerox PressFonts Helvetica-mrr2۸Q#O2kxjXerox PressFonts Helvetica-mrr2hQ#O0kxjXerox PressFonts Helvetica-mrr2@:ᠢ24kxjXerox PressFonts Helvetica-mrr2۸ᠢ16kxjXerox PressFonts Helvetica-mrr2,^ᠢ8kxjXerox PressFonts Helvetica-mrr2hᠢ0kxjXerox PressFonts Helvetica-mrr2oP31kxjXerox PressFonts Helvetica-mrr2GCᠢ23kxjXerox PressFonts Helvetica-mrr2Hebᠢ15kxjXerox PressFonts Helvetica-mrr2 ᠢ7kxjXerox PressFonts Helvetica-mrr2,^Q#O1kZ@/"#YߗZ@  #YߗZ@xjkxjXerox PressFonts Helvetica-mrr2Q#Obyte no:kxjXerox PressFonts Helvetica-mrr2N堢bit no:kxjXerox PressFonts Helvetica-mrr2B# 󠢠most significant bitkxjXerox PressFonts HIPPO-MRRJ5K+akxjXerox PressFonts HIPPO-MRRjK+bkxjXerox PressFonts HIPPO-MRR,)/SgkxjXerox PressFonts HIPPO-MRRQbdkxj-)6C돘kxjLa56C돘kxj;3~ ]skxj!x56C돘kxj56C돘kxj+"]56C돘kxjg lkxjg/Ι=+kxj;3~Iv" ykxj<+]sԏkxj<+UZE(kxjXerox PressFonts Helvetica-mrrfkeJl. . .kkkg Interpress:0.0 mm xmin 0.0 mm ymin 140.3393 mm xmax 25.33774 mm ymax 28.15996 mm bigger topLeading 28.15996 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff1Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Figure3a.gargoyle at February 9, 1989 11:35:12 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: F Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [36]: Text T "least significant byte" Xerox/PressFonts/Helvetica [7.713007 0.0 286.8102 0.0 7.713007 38.86391][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "most significant byte" Xerox/PressFonts/Helvetica [7.713007 0.0 39.99407 0.0 7.713007 38.86391][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "least significant bit" Xerox/PressFonts/Helvetica [7.713007 0.0 297.0942 0.0 7.713007 5.44088][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [39.72733,13.10425] (Line ) [37.15633,18.24627] (Line ) [39.72733,16.96067] (Line ) [42.29841,18.24627] (Line ) fwd: T Text T "3" Xerox/PressFonts/Helvetica [7.713007 0.0 286.8102 0.0 7.713007 62.00298][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.713007 0.0 204.5382 0.0 7.713007 62.00298][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [7.713007 0.0 37.42304 0.0 7.713007 62.00298][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "24" Xerox/PressFonts/Helvetica [7.713007 0.0 286.8102 0.0 7.713007 26.00888][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [7.713007 0.0 204.5382 0.0 7.713007 26.00888][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "8" Xerox/PressFonts/Helvetica [7.713007 0.0 122.266 0.0 7.713007 26.00888][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [7.713007 0.0 37.42304 0.0 7.713007 26.00888][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [7.713007 0.0 357.5125 0.0 7.713007 27.61579][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "23" Xerox/PressFonts/Helvetica [7.713007 0.0 273.9551 0.0 7.713007 26.00888][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "15" Xerox/PressFonts/Helvetica [7.713007 0.0 189.1122 0.0 7.713007 26.00888][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [7.713007 0.0 111.9821 0.0 7.713007 26.00888][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.713007 0.0 122.266 0.0 7.713007 62.00298][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [362.9531,13.74941] (Line ) [360.3824,18.89144] (Line ) [362.9531,17.60588] (Line ) [365.5241,18.89144] (Line ) fwd: T Text T "byte no:" Xerox/PressFonts/Helvetica [7.713007 0.0 3.999998 0.0 7.713007 62.00298][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "bit no:" Xerox/PressFonts/Helvetica [7.713007 0.0 3.999998 0.0 7.713007 26.97301][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "most significant bit" Xerox/PressFonts/Helvetica [7.713007 0.0 35.49476 0.0 7.713007 5.44088][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "a" Xerox/PressFonts/HIPPO [10.28401 0.0 75.98799 0.0 10.28401 50.11198][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "b" Xerox/PressFonts/HIPPO [10.28401 0.0 158.2601 0.0 10.28401 50.11198][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "g" Xerox/PressFonts/HIPPO [10.28401 0.0 240.532 0.0 10.28401 51.3976][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "d" Xerox/PressFonts/HIPPO [10.28401 0.0 322.8042 0.0 10.28401 48.82654][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [284.561,35.97164] (Line ) [284.561,59.11064] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [202.2887,34.68623] (Line ) [202.2887,59.11064] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [39.67277,12.8325] (Line ) [39.67277,18.6174] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [37.74448,34.68623] (Line ) [37.74448,59.11064] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [366.8331,34.68623] (Line ) [366.8331,59.11064] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [118.7312,34.68623] (Line ) [118.7312,59.11064] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [37.42313,35.00756] (Line ) [367.0,34.78704] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [37.42313,59.43204] (Line ) [366.5116,59.43204] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [39.67277,17.97457] (Line ) [39.67277,23.11671] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [362.9767,18.6174] (Line ) [362.9767,23.75943] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [362.9767,13.4754] (Line ) [362.9767,19.26014] fwd: T Text T ". . ." Xerox/PressFonts/Helvetica [13.99999 0.0 374.9998 0.0 13.99999 46.28702][1 1.0] F 1.0 props: ( F ) ls: 1.2 33W 4=YY  UY !I Y';Y$RYw YDDY% AY'   Y %    Y % YY ,TY)q Y-%      '#  21.16666 mm bigger topLeading 21.16666 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 119.5917 mm xmax 18.34444 mm ymax  Interpress Interpress/Xerox/3.0 fjkj=ԡrj$WBrj=xjXerox PressFonts Helvetica-mrr1$A栢0kxjXerox PressFonts Helvetica-mrr1V>236kZ@]  u[Z@Ed u[Z@]xjkxj\G(\Gj{kxj.=(?.=֑6kxj(?֑6kxjg&7jQJ&7塹kxjg4u=+4uȡkxjxU pxU kxjxU+$xUߡkxjXerox PressFonts Helvetica-mrr1232kxjXerox PressFonts Helvetica-mrr1(233kxjkxj衹kxjXerox PressFonts Helvetica-mrr1Gy.?ؠLocationkxjXerox PressFonts Helvetica-mrr1_'ؠ& SizekxjXerox PressFonts Helvetica-mrr1(F+KؠDoubleWord Addresskkkkg33IartworkCaption !Y  YMMY JY#+YDDYUY -et  % YM Y)u     '# U21.16666 mm bigger topLeading 21.16666 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 119.5917 mm xmax 18.34444 mm ymax  Interpress Interpress/Xerox/3.0 fjkj=ԡrj$WBrj=xjXerox PressFonts Helvetica-mrr1$A栢0kxjXerox PressFonts Helvetica-mrr1V>236kZ@]  u[Z@Ed u[Z@]xjkxj\G(\Gj{kxj.=(?.=֑6kxj(?֑6kxjg&7jQJ&7塹kxjg4u=+4uȡkxjxU pxU kxjxU+$xUߡkxjXerox PressFonts Helvetica-mrr1232kxjXerox PressFonts Helvetica-mrr1(233kxjkxj衹kxjXerox PressFonts Helvetica-mrr1Gy.?ؠLocationkxjXerox PressFonts Helvetica-mrr1_'ؠ& SizekxjXerox PressFonts Helvetica-mrr1(F+KؠDoubleWord Addresskkkkg33Z "YY Y : Y 8Y  M Y"@ Y [Y -  % Y [lY8Y!Y%SYccY]]Rcentered lastLineFormatting TX %T UInterpress/Xerox/3.0 fjkj=xj@, z, , & ԎVqR, _Mxjkxj=ݏގ==ݏގ=kxj{{{{鎡kxj{?{{?{kxjl, z, , & ԎVqR, _Mkxj6N  v]Rkxjl  kxj6N  (kxj6N  kxjlv]Rv]Rkxj6Nv]RR (kxj6Nv]R~kxj[qs  s kxj[q a  kxj[qY((( PcPkxj[qY((%3(kxj[q(,dOPCkxj[q,dO kxj[qM( CUU( kxj[q c  kxj[qa  a kxj[q (((OcPkxj[q (( i(3(kxj[q(,dOCkxj[q,dOkxj[q CUU( kxj[q  Mk   kxj[qNU ҏ] NU kxj[qPe((n+cPkxj[qPe(63(kxj[q<-(,dOEzCkxj[q<-,dO&Rkxj[q. CUUE@w kxj6N  jAUUFkxj6N j [kxj6N AUU#kxj6Ny 8ՙ  7 kxj6N    kxj6N 7kxj6N!2jAUUYCFkxj6N2jDf[kxj6N2AUU kxj[q CUUkxj[q1CUUkxj[qHUe "㏘kxjXerox PressFonts Helvetica-mrr#3򠢠DynaBuskxjXerox PressFonts Helvetica-mrr !gICkxjXerox PressFonts Helvetica-mrr!gICkxjXerox PressFonts Helvetica-mrrUsr񠢠ICkxjTekxjTekxjׁTeׁkxjׁTeׁkxj9uTe9ukxj9uTe9ukkkg Interpress:0.0 mm xmin 0.0 mm ymin 65.05217 mm xmax 31.18556 mm ymax 34.00778 mm bigger topLeading 34.00778 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffgGargoyle file for scene: stuffed from Gargoyle at September 28, 1988 4:28:13 pm PDT Produced by version 8803.24 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [] [1 1.0] 1.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [55]: Outline fillColor: [1 0.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [15] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [1.6,86.80001] (Line ) [1.6,9.400018] (Line ) [24.4,9.400018] (Line ) [24.4,1.6] (Line ) [52.6,1.6] (Line ) [52.6,9.400018] (Line ) [77.80001,9.400018] (Line ) [77.80001,1.6] (Line ) [108.4,1.6] (Line ) [108.4,9.400018] (Line ) [134.1999,9.400018] (Line ) [134.1999,1.6] (Line ) [160.5999,1.6] (Line ) [160.5999,9.400018] (Line ) [182.7998,9.400018] (Line ) [182.7998,86.80001] (Line ) fwd: T Box [-12.5,-6.5] [25.5,24.0] [1.0 0.0 36.5 0.0 1.0 37.0] strokeWidths: ( 1.0 1.0 1.0 1.0 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [1 0.2] dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: T 0 Box [-12.5,-6.5] [25.5,24.0] [1.0 0.0 85.5 0.0 1.0 37.25] strokeWidths: ( 1.0 1.0 1.0 1.0 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [1 0.2] dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: T 0 Box [-12.5,-6.5] [25.5,24.0] [1.0 0.0 134.0 0.0 1.0 37.25] strokeWidths: ( 1.0 1.0 1.0 1.0 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [1 0.2] dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: T 0 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [15] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [1.6,86.80001] (Line ) [1.6,9.400018] (Line ) [24.4,9.400018] (Line ) [24.4,1.6] (Line ) [52.6,1.6] (Line ) [52.6,9.400018] (Line ) [77.80001,9.400018] (Line ) [77.80001,1.6] (Line ) [108.4,1.6] (Line ) [108.4,9.400018] (Line ) [134.1999,9.400018] (Line ) [134.1999,1.6] (Line ) [160.5999,1.6] (Line ) [160.5999,9.400018] (Line ) [182.7998,9.400018] (Line ) [182.7998,86.80001] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [19.3,73.00003] (Line ) [19.3,73.00003] (Line ) [166.5999,73.00003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [19.3,73.00003] (Line ) [19.3,73.00003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [19.3,73.00003] (Line ) [24.625,67.675] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [19.3,73.00003] (Line ) [24.70001,78.39999] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [166.5999,73.00003] (Line ) [166.5999,73.00003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [166.5999,73.00003] (Line ) [161.2748,67.675] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [166.5999,73.00003] (Line ) [161.1999,78.39999] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [28.75,54.1] (Line ) [39.55,54.1] (Line ) [39.55,48.70001] (Line ) [28.75,48.70001] (Line ) [28.75,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [45.24999,54.1] (Line ) [56.05,54.1] (Line ) [56.05,48.70001] (Line ) [45.24999,48.70001] (Line ) [45.24999,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [34.22501,38.27501] (Line ) [34.22501,48.475] (Line ) [31.7875,46.0375] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [34.22501,48.475] (Line ) [36.62499,46.075] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [50.8,48.325] (Line ) [50.8,38.12502] (Line ) [48.36249,40.56253] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [50.8,38.12502] (Line ) [53.2,40.52502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [33.925,54.1] (Line ) [33.925,56.50003] (Line ) [50.57501,56.50003] (Line ) [50.57501,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [77.95,54.1] (Line ) [88.74999,54.1] (Line ) [88.74999,48.70001] (Line ) [77.95,48.70001] (Line ) [77.95,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [94.45,54.1] (Line ) [105.25,54.1] (Line ) [105.25,48.70001] (Line ) [94.45,48.70001] (Line ) [94.45,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [83.42502,38.27501] (Line ) [83.42502,48.475] (Line ) [80.98733,46.0375] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [83.42502,48.475] (Line ) [85.82501,46.075] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [99.99999,48.325] (Line ) [99.99999,38.12502] (Line ) [97.56249,40.56253] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [99.99999,38.12502] (Line ) [102.4,40.52502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [83.12499,54.1] (Line ) [83.12499,56.50003] (Line ) [99.77500,56.50003] (Line ) [99.77500,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [127.15,54.1] (Line ) [137.9499,54.1] (Line ) [137.9499,48.70001] (Line ) [127.15,48.70001] (Line ) [127.15,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [143.6499,54.1] (Line ) [154.4499,54.1] (Line ) [154.4499,48.70001] (Line ) [143.6499,48.70001] (Line ) [143.6499,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.6249,38.27501] (Line ) [132.6249,48.475] (Line ) [130.1874,46.0375] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.6249,48.475] (Line ) [135.0249,46.075] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [149.1999,48.325] (Line ) [149.1999,38.12502] (Line ) [146.7623,40.56253] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [149.1999,38.12502] (Line ) [151.5999,40.52502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.3249,54.1] (Line ) [132.3249,56.50003] (Line ) [148.9748,56.50003] (Line ) [148.9748,54.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [39.7,69.25002] (Line ) [42.7,72.39999] (Line ) [42.7,62.50003] (Line ) [45.4,65.2] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [42.7,72.39999] (Line ) [45.7,69.39999] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [42.7,62.50003] (Line ) [40.15,65.05002] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [88.89999,68.95005] (Line ) [91.89999,72.1] (Line ) [91.89999,62.2] (Line ) [94.6,64.90002] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [91.89999,72.1] (Line ) [94.89999,69.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [91.89999,62.2] (Line ) [89.35,64.75002] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [137.7999,69.25002] (Line ) [140.7999,72.39999] (Line ) [140.7999,62.50003] (Line ) [143.4999,65.2] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [140.7999,72.39999] (Line ) [143.7999,69.39999] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [140.7999,62.50003] (Line ) [138.2499,65.05002] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [42.7,61.15002] (Line ) [42.7,56.50003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [92.05001,61.15002] (Line ) [92.05001,56.50003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [140.6499,61.30001] (Line ) [140.6499,56.65003] fwd: T Text T "DynaBus" Xerox/PressFonts/Helvetica [7.119315 0.0 33.5999 0.0 7.119315 76.79974][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 39.2499 0.0 6.999994 32.76245][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 88.49988 0.0 6.999994 32.76245][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 137.9999 0.0 6.999994 33.01244][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [121.6002,60.70028] (Line ) [121.6002,60.70028] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [121.6002,60.70028] (Line ) [121.6002,60.70028] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [72.40026,60.70028] (Line ) [72.40026,60.70028] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [72.40026,60.70028] (Line ) [72.40026,60.70028] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [23.20032,60.70028] (Line ) [23.20032,60.70028] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [23.20032,60.70028] (Line ) [23.20032,60.70028] fwd: T 33K T T & UNInterpress/Xerox/3.0 fjkj=xj $ xj XeroxResearch RGBLinearm Fcw'[&\kxj XeroxResearch RGBLinear (-?kxj XeroxResearch RGBLinear (-?6u\2(-?3Ŏkxj XeroxResearch RGBLinearUa&A\kxj XeroxResearch RGBLinear uZ(-?kxj XeroxResearch RGBLinear uZ(-?M\f (-?)Dkxj XeroxResearch RGBLinear,@{[kxj XeroxResearch RGBLinear'[&\@{[kxj XeroxResearch RGBLinearUa\@{[kxj XeroxResearch RGBLinear.!Wdݏkxj!XeroxResearch RGBLinear/.u@{[/.+kxj!XeroxResearch RGBLinearu,@{[+kxjXerox PressFonts Helvetica-mrrXeroxResearch RGBLineardTkxj XeroxResearch RGBLinear/Spxjkp$O$>pxjp$O$>pkxj >Sz-yk5emkxj5em-yk!jkxj !;)Uk@5}G:g8яHP{G:g@5}xjkxj@5}G:g8яHP{G:g@5}kxj@*Qkxj uZ)Dkxj 17SoGlBz嗘kxj ',Kv (kxj ',KvBzEKvDQ; (kxj <, 7Bz变kxj 8-Kv (kxj 8-Kv5I)BzYKvfD (kxj $UyC{kxj oGlBzUykxj <,BzUykxj %H'Okkxj ?C0_%H'O90_kxj!"6,>C{Uy"69#Rkxj!6:,>$Uy9#RkxjXerox PressFonts Helvetica-mrr@ȠTkxjXerox PressFonts Helvetica-mrr'Tkxj?/UfȏkxjUSgUSkxjUSgUSk9EmC#Em9xjkxj9EmC#Em9kxj @*=gUSkxjUSgkxj PS38KEIk X]3X] xjk X]3X] xj X]3X] kxj 3%'OkkxjW\?fșW\?kxj>uoW\?fȗkxjH4gH4kxjH4gH4kEmC. EmxjkxjEmC. Emkxj gH4kxjH4gkxj t38e8Ikc[X]3p!X]c[xjkxjc[X]3p!X]c[kxj8- (fDkxjNO/U-M/UNOkxj\E/U-M-/U\EkxjMlLIkxj hSHoÙcdE,MhSH:dkxj#V=,'kxj VO3[1.VO&5kxjXerox PressFonts Helvetica-mrr830ՠCkkxjXerox PressFonts Helvetica-mrrD/fCkkxj 55p`^A)6[4pkxj H5tW^)H4+a`kxj %%y%X`MIJy%kxj uVHAw<, 7{AkkxjXerox PressFonts Helvetica-mrr(K(Unpipelined Buskxj', (DQ;kxjXerox PressFonts Helvetica-mrrP<GEu Pipelined BuskxjXerox PressFonts Helvetica-mrr5 VG_w2kxjXerox PressFonts Helvetica-mrr5 9/C2kxjXerox PressFonts Helvetica-mrr-:Tkxj ijΙe#jΗkxjXerox PressFonts Helvetica-mrr5 Y1kxjXerox PressFonts Helvetica-mrr5 Ɇ?Ƞ3kxjXerox PressFonts Helvetica-mrr@ȠTkxjXerox PressFonts Helvetica-mrr&8fg-:TkxjXerox PressFonts Helvetica-mrr5  UUY1kxjXerox PressFonts Helvetica-mrr5 D,?Ƞ3kxjXerox PressFonts Helvetica-mrrAICkxjXerox PressFonts Helvetica-mrrfgICkxjXerox PressFonts Helvetica-mrr*PICkxjXerox PressFonts Helvetica-mrrfgAICkxjXerox PressFonts Helvetica-mrrPICkxjXerox PressFonts Helvetica-mrr$DICkxjXerox PressFonts Helvetica-mrr$+ PICkxjXerox PressFonts Helvetica-mrr PICkxj VC&K3%']"w&Kkxj 1i\%zOkxj xH_':Nx kxj +\$$kxj W H_o%N:NW  kkkg Interpress:0.0 mm xmin 0.0 mm ymin 137.1009 mm xmax 69.80205 mm ymax 72.62427 mm bigger topLeading 72.62427 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffGargoyle file for scene: stuffed from Gargoyle at September 28, 1988 4:20:20 pm PDT Produced by version 8803.24 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [] [1 1.0] 1.0 round round Dashed: F Shadows: []F Anchor: T [187.5,235.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [122]: Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [34.37505,151.4201] (Line ) [34.26871,170.5108] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [1.613686,163.2539] (Line ) [1.613686,21.74857] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [6] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [1.613686,163.2539] (Line ) [12.49866,163.2539] (Line ) [12.49866,170.5108] (Line ) [56.03879,170.5108] (Line ) [56.03879,163.2539] (Line ) [66.92386,163.2539] (Line ) [66.92386,21.74857] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [124.9773,152.3692] (Line ) [124.9773,170.5108] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [92.32222,163.2539] (Line ) [92.32222,21.74857] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [6] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [92.32222,163.2539] (Line ) [103.2073,163.2539] (Line ) [103.2073,170.5108] (Line ) [146.7472,170.5108] (Line ) [146.7472,163.2539] (Line ) [157.6324,163.2539] (Line ) [157.6324,21.74857] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [8.870416,181.3956] (Line ) [154.004,181.3956] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [34.26871,170.5108] (Line ) [34.26871,181.3956] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [124.9773,170.5108] (Line ) [124.9773,181.3956] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [15.21799,135.5879] (Line ) [15.21799,26.73755] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.453543 c: T [0 0.0 0.0 0.0] d: T F [151.2826,184.5706] (Line ) [154.004,181.3956] (Line ) [151.2826,178.6744] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.453543 c: T [0 0.0 0.0 0.0] d: T F [11.13802,184.5706] (Line ) [8.870416,181.3956] (Line ) [11.59145,178.6744] fwd: T Text T "T" Xerox/PressFonts/Helvetica [6.999994 0.0 78.49997 0.0 6.999994 184.295][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [26.25005,139.0451] (Line ) [26.25005,134.1701] (Line ) [42.25004,134.1701] (Line ) [42.25004,139.5451] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [26.42377,145.8076] (Line ) [22.67505,139.8701] (Line ) [29.82504,139.8701] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [42.17376,139.8076] (Line ) [38.42505,145.745] (Line ) [45.57505,145.745] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [26.25005,145.9201] (Line ) [26.25005,151.5451] (Line ) [42.25004,151.5451] (Line ) [42.25004,146.1701] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [34.37505,134.1701] (Line ) [34.37505,37.29508] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [34.40366,108.7944] (Line ) [34.40366,108.7944] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [34.40366,108.7944] (Line ) [34.40366,108.7944] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [40.75004,99.58691] (Line ) [40.75004,118.5949] (Line ) [59.75812,118.5949] (Line ) [59.75812,99.58691] (Line ) fwd: T Outline fillColor: [0 0.85 0.85 0.85] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [40.75004,99.58691] (Line ) [40.75004,118.5949] (Line ) [59.75812,118.5949] (Line ) [59.75812,99.58691] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [39.77869,108.7944] (Line ) [34.40366,108.7944] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [34.40366,108.7944] (Line ) [37.09116,108.7944] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [39.83391,59.79447] (Line ) [34.45886,59.79447] fwd: T Outline fillColor: [0 0.85 0.85 0.85] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [40.49606,50.79108] (Line ) [40.49606,69.79906] (Line ) [59.50404,69.79906] (Line ) [59.50404,50.79108] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [40.49606,50.79108] (Line ) [40.49606,69.79906] (Line ) [59.50404,69.79906] (Line ) [59.50404,50.79108] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [106.218,135.5879] (Line ) [106.218,26.73755] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [102.5896,30.36589] (Line ) [106.218,26.73755] (Line ) [109.8462,30.36589] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [117.25,139.0451] (Line ) [117.25,134.1701] (Line ) [133.25,134.1701] (Line ) [133.25,139.5451] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [117.4238,145.8076] (Line ) [113.675,139.8701] (Line ) [120.825,139.8701] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [133.1738,139.8076] (Line ) [129.425,145.745] (Line ) [136.575,145.745] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [117.25,145.9201] (Line ) [117.25,151.5451] (Line ) [133.25,151.5451] (Line ) [133.25,146.1701] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [125.4842,37.29508] (Line ) [125.4842,37.29508] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [125.375,134.1701] (Line ) [125.4842,37.29508] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [125.4037,108.7944] (Line ) [125.4037,108.7944] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [125.4037,108.7944] (Line ) [125.4037,108.7944] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [131.75,99.58691] (Line ) [131.75,118.5949] (Line ) [150.7581,118.5949] (Line ) [150.7581,99.58691] (Line ) fwd: T Outline fillColor: [0 0.85 0.85 0.85] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [131.75,99.58691] (Line ) [131.75,118.5949] (Line ) [150.7581,118.5949] (Line ) [150.7581,99.58691] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [130.7787,108.7944] (Line ) [125.4037,108.7944] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [125.4037,108.7944] (Line ) [128.0912,108.7944] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [130.8339,59.79447] (Line ) [125.4588,59.79447] fwd: T Outline fillColor: [0 0.85 0.85 0.85] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [131.496,50.79108] (Line ) [131.496,69.79906] (Line ) [150.5041,69.79906] (Line ) [150.5041,50.79108] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [131.496,50.79108] (Line ) [131.496,69.79906] (Line ) [150.5041,69.79906] (Line ) [150.5041,50.79108] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [1.500046,22.04508] (Line ) [66.75005,22.04508] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [92.32222,21.74857] (Line ) [157.6324,21.74857] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [263.75,151.7951] (Line ) [263.7686,170.2144] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [231.1136,162.9576] (Line ) [231.1136,21.45223] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [6] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [231.1136,162.9576] (Line ) [241.9987,162.9576] (Line ) [241.9987,170.2144] (Line ) [285.5388,170.2144] (Line ) [285.5388,162.9576] (Line ) [296.4237,162.9576] (Line ) [296.4237,21.45223] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [354.4773,152.0727] (Line ) [354.4773,170.2144] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [321.8222,162.9576] (Line ) [321.8222,21.45223] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [6] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [321.8222,162.9576] (Line ) [332.7073,162.9576] (Line ) [332.7073,170.2144] (Line ) [376.2472,170.2144] (Line ) [376.2472,162.9576] (Line ) [387.1324,162.9576] (Line ) [387.1324,21.45223] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [238.3704,181.0992] (Line ) [383.504,181.0992] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [263.7686,170.2144] (Line ) [263.7686,181.0992] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [354.4773,170.2144] (Line ) [354.4773,181.0992] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [244.718,135.2914] (Line ) [244.718,26.44115] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [241.0896,131.6631] (Line ) [244.718,135.2914] (Line ) [248.3462,131.6631] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.453543 c: T [0 0.0 0.0 0.0] d: T F [380.7826,184.2742] (Line ) [383.504,181.0992] (Line ) [380.7826,178.378] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.453543 c: T [0 0.0 0.0 0.0] d: T F [240.6379,184.2742] (Line ) [238.3704,181.0992] (Line ) [241.0915,178.378] fwd: T Text T "T" Xerox/PressFonts/Helvetica [6.999994 0.0 233.9998 0.0 6.999994 82.79499][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "T" Xerox/PressFonts/Helvetica [6.999994 0.0 308.9999 0.0 6.999994 183.7949][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [263.875,144.5058] (Line ) [263.875,36.9986] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [263.9036,108.498] (Line ) [263.9036,108.498] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [263.9036,108.498] (Line ) [263.9036,108.498] fwd: T Outline fillColor: [0 0.85 0.85 0.85] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [270.25,99.29049] (Line ) [270.25,118.2985] (Line ) [289.258,118.2985] (Line ) [289.258,99.29049] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [270.25,99.29049] (Line ) [270.25,118.2985] (Line ) [289.258,118.2985] (Line ) [289.258,99.29049] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [269.2787,108.498] (Line ) [263.9036,108.498] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [263.9036,108.498] (Line ) [266.5912,108.498] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [269.3339,59.49797] (Line ) [263.9589,59.49797] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [269.996,50.49463] (Line ) [269.996,69.50262] (Line ) [289.004,69.50262] (Line ) [289.004,50.49463] (Line ) fwd: T Outline fillColor: [0 0.85 0.85 0.85] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [269.996,50.49463] (Line ) [269.996,69.50262] (Line ) [289.004,69.50262] (Line ) [289.004,50.49463] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [335.718,135.2914] (Line ) [335.718,26.44115] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [354.9841,36.9986] (Line ) [354.9841,36.9986] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [355.0,144.0451] (Line ) [354.9841,36.9986] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [354.9038,108.498] (Line ) [354.9038,108.498] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [354.9038,108.498] (Line ) [354.9038,108.498] fwd: T Outline fillColor: [0 0.85 0.85 0.85] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [361.25,99.29049] (Line ) [361.25,118.2985] (Line ) [380.258,118.2985] (Line ) [380.258,99.29049] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [361.25,99.29049] (Line ) [361.25,118.2985] (Line ) [380.258,118.2985] (Line ) [380.258,99.29049] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [361.25,108.498] (Line ) [354.9038,108.498] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [354.9038,108.498] (Line ) [357.5912,108.498] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [360.3339,59.49797] (Line ) [354.9589,59.49797] fwd: T Outline fillColor: [0 0.85 0.85 0.85] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [360.996,50.49463] (Line ) [360.996,69.50262] (Line ) [380.004,69.50262] (Line ) [380.004,50.49463] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [360.996,50.49463] (Line ) [360.996,69.50262] (Line ) [380.004,69.50262] (Line ) [380.004,50.49463] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [321.8222,21.45223] (Line ) [387.1324,21.45223] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [253.0506,144.5058] (Line ) [253.0506,151.5844] (Line ) [274.6995,151.5844] (Line ) [274.6995,144.5058] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [343.5507,144.5058] (Line ) [343.5507,151.5844] (Line ) [365.1996,151.5844] (Line ) [365.1996,144.5058] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [368.6016,148.0323] (Line ) [379.7808,148.0323] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [370.9305,145.8359] (Line ) [368.7536,148.013] (Line ) [370.9305,150.19] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [278.0,148.295] (Line ) [289.1795,148.295] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [280.3291,146.0989] (Line ) [278.1522,148.2758] (Line ) [280.3291,150.4528] fwd: T Text T "Ck" Xerox/PressFonts/Helvetica [6.999994 0.0 281.6275 0.0 6.999994 141.3076][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Ck" Xerox/PressFonts/Helvetica [6.999994 0.0 373.1275 0.0 6.999994 140.8075][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [260.3396,111.4131] (Line ) [263.9681,115.0414] (Line ) [267.5962,111.4131] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [351.3396,115.4131] (Line ) [354.9681,112.0487] (Line ) [358.5962,115.6771] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [260.1081,177.2172] (Line ) [263.7366,180.8456] (Line ) [267.3649,177.2172] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [350.8488,155.437] (Line ) [354.4773,152.0727] (Line ) [358.1057,155.7009] fwd: T Text T "Unpipelined Bus" Xerox/PressFonts/Helvetica [6.999994 0.0 53.9227 0.0 6.999994 5.307685][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [231.1136,21.45223] (Line ) [296.4237,21.45223] fwd: T Text T "Pipelined Bus" Xerox/PressFonts/Helvetica [6.999994 0.0 289.2956 0.0 6.999994 5.807631][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [4.981312 0.0 313.0986 0.0 4.981312 182.3806][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [4.981312 0.0 82.59889 0.0 4.981312 182.8806][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "T" Xerox/PressFonts/Helvetica [6.999994 0.0 324.9999 0.0 6.999994 83.29499][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [11.30748,131.7524] (Line ) [14.93594,135.3808] (Line ) [18.56415,131.7524] fwd: T Text T "1" Xerox/PressFonts/Helvetica [4.981312 0.0 237.2498 0.0 4.981312 82.04496][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3" Xerox/PressFonts/Helvetica [4.981312 0.0 328.5988 0.0 4.981312 81.795][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "T" Xerox/PressFonts/Helvetica [6.999994 0.0 3.999998 0.0 6.999994 82.79499][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "T" Xerox/PressFonts/Helvetica [6.999994 0.0 94.99996 0.0 6.999994 83.29499][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [4.981312 0.0 7.249997 0.0 4.981312 82.04496][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3" Xerox/PressFonts/Helvetica [4.981312 0.0 98.59889 0.0 4.981312 81.795][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 137.4999 0.0 6.999994 106.0126][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 46.49998 0.0 6.999994 57.49992][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 137.9999 0.0 6.999994 57.51252][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 46.49998 0.0 6.999994 106.0126][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 275.9999 0.0 6.999994 57.01252][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 366.9998 0.0 6.999994 56.49992][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 365.9998 0.0 6.999994 105.5125][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [6.999994 0.0 275.9999 0.0 6.999994 105.5125][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [332.0895,30.06949] (Line ) [335.718,26.44115] (Line ) [339.3462,30.06949] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [137.4892,192.5] (Line ) [28.63881,192.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [133.6537,196.4105] (Line ) [137.282,192.7821] (Line ) [133.6537,189.1539] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [364.9891,192.5] (Line ) [256.1388,192.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.9070861 c: T [0 0.0 0.0 0.0] d: T F [361.1537,196.4105] (Line ) [364.782,192.7821] (Line ) [361.1537,189.1539] fwd: T 33KbnZd6k KUGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Figure9.gargoyle at February 10, 1989 9:25:45 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 0.899999 round round Dashed: F Shadows: []F Anchor: T [121.25,28.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [124]: Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [20.65007,123.0515] (Line ) [20.65007,123.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.999997 c: T [1 1.0] d: T F [20.65007,123.0515] (Line ) [194.9499,123.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [17.95008,122.9014] (Line ) [17.95008,122.9014] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [17.95008,122.9014] (Line ) [23.2752,117.5765] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [17.95008,122.9014] (Line ) [23.35015,128.3015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [195.5499,123.0515] (Line ) [195.5499,123.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [195.5499,123.0515] (Line ) [190.2249,117.7264] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [195.5499,123.0515] (Line ) [190.1499,128.4515] fwd: T Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 187.1495 0.0 5.999987 102.0513][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [29.95007,102.0515] (Line ) [40.75008,102.0515] (Line ) [40.75008,96.65151] (Line ) [29.95007,96.65151] (Line ) [29.95007,102.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [43.07507,102.0515] (Line ) [53.87508,102.0515] (Line ) [53.87508,96.65151] (Line ) [43.07507,96.65151] (Line ) [43.07507,102.0515] fwd: T Cluster frozen: T Children: [4] Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [41.63137,93.90151] (Line arrow ) [39.19386,91.46387] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [41.63137,93.90151] (Line arrow ) [44.03136,91.50144] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [41.63137,93.90151] (Line arrow ) [41.63137,14.14571] (Line arrow ) [39.19396,16.58318] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [41.63137,14.14571] (Line arrow ) [44.03147,16.54583] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [35.27507,102.5015] (Line ) [35.27507,104.9016] (Line ) [48.77508,104.9016] (Line ) [48.77508,102.5015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [39.10007,117.6515] (Line ) [42.10007,120.8015] (Line ) [42.10007,110.9016] (Line ) [44.80008,113.6014] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [42.10007,120.8015] (Line ) [45.10007,117.8015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [42.10007,110.9016] (Line ) [39.55008,113.4515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [42.10007,109.5515] (Line ) [42.10007,104.9016] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.9501,102.5015] (Line ) [130.75,102.5015] (Line ) [130.75,97.1015] (Line ) [119.9501,97.1015] (Line ) [119.9501,102.5015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [133.0751,102.5015] (Line ) [143.875,102.5015] (Line ) [143.875,97.1015] (Line ) [133.0751,97.1015] (Line ) [133.0751,102.5015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [131.9249,14.62661] (Line ) [131.9249,94.12654] (Line ) [129.4875,91.68898] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [131.9249,94.12654] (Line ) [134.3251,91.72651] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.2751,102.9515] (Line ) [125.2751,105.3515] (Line ) [138.7751,105.3515] (Line ) [138.7751,102.9515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [129.1001,118.1014] (Line ) [132.1,121.2515] (Line ) [132.1,111.3514] (Line ) [134.8,114.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [132.1,121.2515] (Line ) [135.1,118.2515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [132.1,111.3514] (Line ) [129.55,113.9016] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.1,110.0015] (Line ) [132.1,105.3515] fwd: T Text T "board 1" Xerox/PressFonts/Helvetica [7.119315 0.0 25.77221 0.0 7.119315 5.829972][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "board 2" Xerox/PressFonts/Helvetica [7.119315 0.0 115.95 0.0 7.119315 6.329972][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Backpanel" Xerox/PressFonts/Helvetica [7.119315 0.0 72.79848 0.0 7.119315 127.9787][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus" Xerox/PressFonts/Helvetica [0.0 -7.119315 39.72123 7.119315 0.0 44.35122][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus" Xerox/PressFonts/Helvetica [0.0 -7.119315 129.75 7.119315 0.0 45.0][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [188.7249,110.0015] (Line ) [188.7249,110.0015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [188.7249,110.0015] (Line ) [188.7249,110.0015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [35.49999,96.5] (Line bracket ) [35.49999,94.0999] (Line bracket ) [49.0,94.0999] (Line bracket ) [49.0,96.5] fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [58.5,58.5] (Line ) [58.5,100.5] (Line ) [94.0,100.5] (Line ) [94.0,58.5] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [58.5,58.5] (Line ) [58.5,100.5] (Line ) [94.0,100.5] (Line ) [94.0,58.5] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35006,63.40157] (Line ) [69.35006,74.20149] (Line ) [74.75007,74.20149] (Line ) [74.75007,63.40157] (Line ) [69.35006,63.40157] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [85.1751,68.87654] (Line ) [74.97507,68.87654] (Line ) [77.41259,66.4391] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [74.97507,68.87654] (Line ) [77.37508,71.27662] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [75.12508,85.45151] (Line ) [85.32509,85.45151] (Line ) [82.88757,83.01404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [85.32509,85.45151] (Line ) [82.92508,87.85148] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [98.72507,109.5515] (Line ) [98.72507,109.5515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [98.72507,109.5515] (Line ) [98.72507,109.5515] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35006,85.45151] (Line ) [69.35006,85.45151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35006,79.90151] (Line ) [69.35006,90.70149] (Line ) [74.75007,90.70149] (Line ) [74.75007,79.90151] (Line ) [69.35006,79.90151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35006,85.45151] (Line ) [69.35006,85.45151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35006,85.45151] (Line ) [69.35006,85.45151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35006,68.87654] (Line ) [69.35006,68.87654] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35006,68.87654] (Line ) [64.5,68.75] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [64.5,68.75] (Line ) [64.5,85.45151] (Line ) [69.35006,85.45151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [58.5,77.34998] (Line ) [42.34999,77.34998] (Line ) [44.78751,74.91254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [42.34999,77.34998] (Line ) [44.75,79.75007] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [58.82509,77.30149] (Line ) [56.38757,74.86402] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [58.82509,77.30149] (Line ) [64.5,77.34998] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [0.0 -6.0 86.70348 6.0 0.0 74.0][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 168.0 0.0 5.999987 20.60136][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 208.5 0.0 5.999987 5.60136][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [149.5,58.5] (Line ) [149.5,58.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [149.5,58.5] (Line ) [149.5,58.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [21.0,1.5] (Line ) [21.0,1.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [111.75,1.75] (Line ) [111.75,1.75] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.5,96.5] (Line bracket ) [125.5,94.0999] (Line bracket ) [139.0,94.0999] (Line bracket ) [139.0,96.5] fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.0,58.5] (Line ) [149.0,100.5] (Line ) [184.5,100.5] (Line ) [184.5,58.5] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [149.0,58.5] (Line ) [149.0,100.5] (Line ) [184.5,100.5] (Line ) [184.5,58.5] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,63.40157] (Line ) [159.8501,74.20149] (Line ) [165.2501,74.20149] (Line ) [165.2501,63.40157] (Line ) [159.8501,63.40157] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [175.6751,68.87654] (Line ) [165.4751,68.87654] (Line ) [167.9126,66.4391] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [165.4751,68.87654] (Line ) [167.8751,71.27662] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [165.6251,85.45151] (Line ) [175.8251,85.45151] (Line ) [173.3876,83.01404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [175.8251,85.45151] (Line ) [173.4251,87.85148] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,85.45151] (Line ) [159.8501,85.45151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,79.90151] (Line ) [159.8501,90.70149] (Line ) [165.2501,90.70149] (Line ) [165.2501,79.90151] (Line ) [159.8501,79.90151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,85.45151] (Line ) [159.8501,85.45151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,85.45151] (Line ) [159.8501,85.45151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,68.87654] (Line ) [159.8501,68.87654] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,68.87654] (Line ) [155.0,68.75] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.0,68.75] (Line ) [155.0,85.45151] (Line ) [159.8501,85.45151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [149.0,77.34998] (Line ) [146.5625,74.91251] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [149.0,77.34998] (Line ) [146.6,79.74995] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [0.0 -6.0 177.2035 6.0 0.0 74.0][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [58.5,12.25] (Line ) [58.5,54.25] (Line ) [94.0,54.25] (Line ) [94.0,12.25] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [58.5,12.25] (Line ) [58.5,54.25] (Line ) [94.0,54.25] (Line ) [94.0,12.25] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35007,17.15157] (Line ) [69.35007,27.95149] (Line ) [74.75006,27.95149] (Line ) [74.75006,17.15157] (Line ) [69.35007,17.15157] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [85.17511,22.62654] (Line ) [74.97507,22.62654] (Line ) [77.4126,20.1891] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [74.97507,22.62654] (Line ) [77.37508,25.02662] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [75.12508,39.20151] (Line ) [85.32509,39.20151] (Line ) [82.88757,36.76404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [85.32509,39.20151] (Line ) [82.92508,41.60148] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35007,39.20151] (Line ) [69.35007,39.20151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35007,33.65151] (Line ) [69.35007,44.45149] (Line ) [74.75006,44.45149] (Line ) [74.75006,33.65151] (Line ) [69.35007,33.65151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35007,39.20151] (Line ) [69.35007,39.20151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35007,39.20151] (Line ) [69.35007,39.20151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35007,22.62654] (Line ) [69.35007,22.62654] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [69.35007,22.62654] (Line ) [64.5,22.5] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [64.5,22.5] (Line ) [64.5,39.20151] (Line ) [69.35007,39.20151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [58.5,30.72641] (Line ) [56.06248,28.28894] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [58.5,30.72641] (Line ) [56.09999,33.12638] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [0.0 -6.0 86.70349 6.0 0.0 27.75][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.0,12.25] (Line ) [149.0,54.25] (Line ) [184.5,54.25] (Line ) [184.5,12.25] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [149.0,12.25] (Line ) [149.0,54.25] (Line ) [184.5,54.25] (Line ) [184.5,12.25] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,17.15157] (Line ) [159.8501,27.95149] (Line ) [165.2501,27.95149] (Line ) [165.2501,17.15157] (Line ) [159.8501,17.15157] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [175.6751,22.62654] (Line ) [165.4751,22.62654] (Line ) [167.9126,20.1891] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [165.4751,22.62654] (Line ) [167.8751,25.02662] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [165.6251,39.20151] (Line ) [175.8251,39.20151] (Line ) [173.3876,36.76404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [175.8251,39.20151] (Line ) [173.4251,41.60148] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,39.20151] (Line ) [159.8501,39.20151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,33.65151] (Line ) [159.8501,44.45149] (Line ) [165.2501,44.45149] (Line ) [165.2501,33.65151] (Line ) [159.8501,33.65151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,39.20151] (Line ) [159.8501,39.20151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,39.20151] (Line ) [159.8501,39.20151] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,22.62654] (Line ) [159.8501,22.62654] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [159.8501,22.62654] (Line ) [155.0,22.5] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.0,22.5] (Line ) [155.0,39.20151] (Line ) [159.8501,39.20151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [149.1751,30.99218] (Line ) [146.7376,28.55471] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [149.1751,30.99218] (Line ) [146.7751,33.39215] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [0.0 -6.0 177.2035 6.0 0.0 27.75][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [64.5,30.72641] (Line ) [42.35,30.72641] (Line ) [44.78751,28.28896] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [42.35,30.72641] (Line ) [44.75,33.1265] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.0,30.85076] (Line ) [132.85,30.72642] (Line ) [135.2875,28.28897] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.85,30.72642] (Line ) [135.25,33.1265] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.0,77.34998] (Line ) [132.1,77.25] (Line ) [134.5375,74.81255] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.1,77.25] (Line ) [134.5,79.6501] fwd: T Box [-54.99999,67.4001] [23.00001,175.1501] [1.0 0.0 78.99999 0.0 1.0 -64.9001] strokeWidths: ( 0.899999 0.899999 0.899999 0.899999 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [] pa: 0 dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: F 0 Box [-54.99999,67.4001] [23.00001,175.1501] [1.0 0.0 169.25 0.0 1.0 -64.9001] strokeWidths: ( 0.899999 0.899999 0.899999 0.899999 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [] pa: 0 dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: F 0 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.15,14.35001] (Line ) [134.5875,16.78751] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.15,14.35001] (Line ) [129.7499,16.75] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [58.5,77.84998] (Line ) [56.1,80.24995] fwd: T 51.27667 mm bigger topLeading 51.27667 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 69.93817 mm xmax 48.45445 mm ymax  InterpressBInterpress/Xerox/3.0 fjkj=xjDj xjn3@8A_8kxjO8A_;kxj9*$Y"G*$Ykxjn3@*$Y"Gu' Ukxjn3@*$Y"GQD)kxj9gA_g׎kxjn3@gA_M0jkxjn3@gA_x+kxjXerox PressFonts Helvetica-mrru/iN9k' kxj[qR67* -BR67kxj[q8M67FB8M67kxj[q&a0kO ;Okxj[q&a0k+{PYkxj[q&a0kW^#"kxj[q&aW^11𗘠kxj[q0]K=7!Kkxjn3@4UB=m=M ?ukxjn3@=:P8kxj[qiiQe /kxj[qޡ_c+P6\kkxj[qPc+cr3"ekxjs:3skxjs:3skxj[qEc+Ekxj[qE)3C'%9)3Ekxj[qEc+Ekxj[qEc+Ekxj[qEQEkxj[qEQkxj[qc+Ekxj[qu O PLkxj[qO nB9kxj[q8kxj[qiiDekxj[qޡ_(FP6 Ykxj[qP(Fcr3, kxj[qǧ(Fǧ᎘kxj[qǧB)'KBǧ᎘kxj[qǧ(Fǧ᎘kxj[qǧ(Fǧ᎘kxj[qǧDǧ᎘kxj[qǧD-kxj[q-(Fǧ᎘kxj[qu j +kxj[qu j1 kxjXerox PressFonts Helvetica-mrr:AoICk51q15xjkxj51q15kxj[q<$?C  #$?<kxj[qDݎCg8kxj[qDkxj[qn(F)ߎW_ Ykxj[q)(FT, kxj[q<(F<kxj[q<B)' #B<kxj[q<(F<kxj[q<(F<kxj[q<D<kxj[q<D;-kxj[q;-(F<kxj[qP kxj[qw3kxjXerox PressFonts Helvetica-mrrN8qoICkxj[q jO P" 4kxj[qO j{kxj[q;C a j*GPkxj[q a j{kxj[q; ) 5* PSkxj[q) 5  kxj[qkxj[qkxj[q S*P?Pkxj[q SCkxj[qu1 bIkkkg33W ;DTUGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/Figure6.gargoyle at January 24, 1989 11:36:21 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: F Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [89]: Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [58.5,15.0] (Line ) [58.5,57.0] (Line ) [94.0,57.0] (Line ) [94.0,15.0] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [58.5,15.0] (Line ) [58.5,57.0] (Line ) [94.0,57.0] (Line ) [94.0,15.0] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [58.5,58.5] (Line ) [58.5,100.5] (Line ) [94.0,100.5] (Line ) [94.0,58.5] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [58.5,58.5] (Line ) [58.5,100.5] (Line ) [94.0,100.5] (Line ) [94.0,58.5] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.0,14.75] (Line ) [149.0,56.75] (Line ) [184.5,56.75] (Line ) [184.5,14.75] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [149.0,14.75] (Line ) [149.0,56.75] (Line ) [184.5,56.75] (Line ) [184.5,14.75] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.5,58.5] (Line ) [149.5,100.5] (Line ) [185.0,100.5] (Line ) [185.0,58.5] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [149.5,58.5] (Line ) [149.5,100.5] (Line ) [185.0,100.5] (Line ) [185.0,58.5] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [20.65007,123.0515] (Line ) [20.65007,123.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.999997 c: T [1 1.0] d: T F [20.65007,123.0515] (Line ) [194.9499,123.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [17.95008,122.9014] (Line ) [17.95008,122.9014] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [17.95008,122.9014] (Line ) [23.2752,117.5765] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [17.95008,122.9014] (Line ) [23.35015,128.3015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [195.5499,123.0515] (Line ) [195.5499,123.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [195.5499,123.0515] (Line ) [190.2249,117.7264] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [195.5499,123.0515] (Line ) [190.1499,128.4515] fwd: T Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 187.1495 0.0 5.999987 102.0513][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [65.35007,65.90157] (Line ) [65.35007,76.70149] (Line ) [70.75007,76.70149] (Line ) [70.75007,65.90157] (Line ) [65.35007,65.90157] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [65.35007,82.40151] (Line ) [65.35007,93.20149] (Line ) [70.75007,93.20149] (Line ) [70.75007,82.40151] (Line ) [65.35007,82.40151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [81.1751,71.37654] (Line ) [70.97507,71.37654] (Line ) [73.41259,68.9391] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [70.97507,71.37654] (Line ) [73.37508,73.77663] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [71.12508,87.95151] (Line ) [81.32509,87.95151] (Line ) [78.88757,85.51404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [81.32509,87.95151] (Line ) [78.92508,90.35149] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [48.85644,88.25156] (Line ) [65.35007,88.25156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [65.35007,71.07658] (Line ) [35.42509,71.07658] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [29.95007,102.0515] (Line ) [40.75008,102.0515] (Line ) [40.75008,96.65151] (Line ) [29.95007,96.65151] (Line ) [29.95007,102.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [43.07507,102.0515] (Line ) [53.87508,102.0515] (Line ) [53.87508,96.65151] (Line ) [43.07507,96.65151] (Line ) [43.07507,102.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [35.42509,16.92662] (Line ) [35.42509,96.42660] (Line ) [32.98758,93.98896] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [35.42509,96.42660] (Line ) [37.82508,94.02653] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [48.63137,96.65151] (Line ) [48.63137,16.89571] (Line ) [46.19396,19.33318] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [48.63137,16.89571] (Line ) [51.03147,19.29583] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [35.27507,102.5015] (Line ) [35.27507,104.9016] (Line ) [48.77508,104.9016] (Line ) [48.77508,102.5015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [39.10007,117.6515] (Line ) [42.10007,120.8015] (Line ) [42.10007,110.9016] (Line ) [44.80008,113.6014] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [42.10007,120.8015] (Line ) [45.10007,117.8015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [42.10007,110.9016] (Line ) [39.55008,113.4515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [42.10007,109.5515] (Line ) [42.10007,104.9016] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [65.35007,22.02664] (Line ) [65.35007,32.82668] (Line ) [70.75007,32.82668] (Line ) [70.75007,22.02664] (Line ) [65.35007,22.02664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [65.35007,38.52669] (Line ) [65.35007,49.32663] (Line ) [70.75007,49.32663] (Line ) [70.75007,38.52669] (Line ) [65.35007,38.52669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [81.1751,27.50161] (Line ) [70.97507,27.50161] (Line ) [73.41259,25.06414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [70.97507,27.50161] (Line ) [73.37508,29.90164] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [71.12508,44.07658] (Line ) [81.32509,44.07658] (Line ) [78.88757,41.6391] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [81.32509,44.07658] (Line ) [78.92508,46.47656] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [48.85644,44.15158] (Line ) [65.35007,44.15158] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [65.35007,27.72662] (Line ) [35.42509,27.72662] fwd: T Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 4.0 0.0 5.999987 53.60136][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.35,66.35156] (Line ) [155.35,77.15151] (Line ) [160.75,77.15151] (Line ) [160.75,66.35156] (Line ) [155.35,66.35156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.35,82.85151] (Line ) [155.35,93.65151] (Line ) [160.75,93.65151] (Line ) [160.75,82.85151] (Line ) [155.35,82.85151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [171.1749,71.82657] (Line ) [160.9749,71.82657] (Line ) [163.4125,69.389] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [160.9749,71.82657] (Line ) [163.3749,74.22656] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [161.125,88.40151] (Line ) [171.3249,88.40151] (Line ) [168.8876,85.964] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [171.3249,88.40151] (Line ) [168.9251,90.80153] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [138.8563,88.70149] (Line ) [155.35,88.70149] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.35,71.52655] (Line ) [125.4249,71.52655] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.9501,102.5015] (Line ) [130.75,102.5015] (Line ) [130.75,97.1015] (Line ) [119.9501,97.1015] (Line ) [119.9501,102.5015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [133.0751,102.5015] (Line ) [143.875,102.5015] (Line ) [143.875,97.1015] (Line ) [133.0751,97.1015] (Line ) [133.0751,102.5015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.4249,17.37661] (Line ) [125.4249,96.87654] (Line ) [122.9875,94.43898] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.4249,96.87654] (Line ) [127.8251,94.47651] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [138.6312,97.1015] (Line ) [138.6312,17.34563] (Line ) [136.1937,19.78319] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [138.6312,17.34563] (Line ) [141.0312,19.74569] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.2751,102.9515] (Line ) [125.2751,105.3515] (Line ) [138.7751,105.3515] (Line ) [138.7751,102.9515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [129.1001,118.1014] (Line ) [132.1,121.2515] (Line ) [132.1,111.3514] (Line ) [134.8,114.0515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [132.1,121.2515] (Line ) [135.1,118.2515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [132.1,111.3514] (Line ) [129.55,113.9016] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [132.1,110.0015] (Line ) [132.1,105.3515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.35,22.47661] (Line ) [155.35,33.27665] (Line ) [160.75,33.27665] (Line ) [160.75,22.47661] (Line ) [155.35,22.47661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.35,38.9766] (Line ) [155.35,49.7766] (Line ) [160.75,49.7766] (Line ) [160.75,38.9766] (Line ) [155.35,38.9766] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [171.1749,27.95159] (Line ) [160.9749,27.95159] (Line ) [163.4125,25.51403] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [160.9749,27.95159] (Line ) [163.3749,30.35157] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [161.125,44.52655] (Line ) [171.3249,44.52655] (Line ) [168.8876,42.08898] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [171.3249,44.52655] (Line ) [168.9251,46.9266] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [138.8563,44.60156] (Line ) [155.35,44.60156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [155.35,28.17667] (Line ) [125.4249,28.17667] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [0.0 -7.119315 87.74993 7.119315 0.0 32.1902][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "board" Xerox/PressFonts/Helvetica [7.119315 0.0 25.77221 0.0 7.119315 5.829972][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "board" Xerox/PressFonts/Helvetica [7.119315 0.0 115.95 0.0 7.119315 6.329972][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Backpanel" Xerox/PressFonts/Helvetica [7.119315 0.0 72.79848 0.0 7.119315 127.9787][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: In" Xerox/PressFonts/Helvetica [0.0 -7.119315 136.4712 7.119315 0.0 39.35122][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Out" Xerox/PressFonts/Helvetica [0.0 -7.119315 32.47123 7.119315 0.0 35.35122][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Out" Xerox/PressFonts/Helvetica [0.0 -7.119315 122.9711 7.119315 0.0 36.85122][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: In" Xerox/PressFonts/Helvetica [0.0 -7.119315 45.97123 7.119315 0.0 38.85122][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -7.119315 86.99992 7.119315 0.0 76.44014][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -7.119315 178.2498 7.119315 0.0 77.44014][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -7.119315 178.7711 7.119315 0.0 32.6902][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [188.7249,110.0015] (Line ) [188.7249,110.0015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [188.7249,110.0015] (Line ) [188.7249,110.0015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [98.72507,109.5515] (Line ) [98.72507,109.5515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [98.72507,109.5515] (Line ) [98.72507,109.5515] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [21.0,1.5] (Line ) [21.0,109.5515] (Line ) [104.0,109.5515] (Line ) [104.0,1.5] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [111.75,1.75] (Line ) [111.75,109.8015] (Line ) [194.75,109.8015] (Line ) [194.75,1.75] (Line ) fwd: T 51.27668 mm bigger topLeading 51.27668 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 69.76177 mm xmax 48.45446 mm ymax  Interpress0Interpress/Xerox/3.0 fjkj=xj@uُuxjkxjuُukuuuuxjkxjuuuuk5;q;5xjkxj5;q;5k+uYu+xjkxj+uYu+kxj6N7A_7kxjUV7A_NOkxjl.Y"G.Ykxj6N.Y"Gu' Ukxj6N.Y"G=D)kxjlgA_g׎kxj6NgA_M0jkxj6NgA_x+kxjXerox PressFonts Helvetica-mrrq$N9k' kxj[q#1C Ɏ1#᎘kxj[q#*}0 Ɏ*}#᎘kxj[qQ~-+di)5 ŗkxj[qdi-+3eS#kxj[q%_8M24#kkxj[qM28^3GKʗkxj[q&6#᎘kxj[q#=ޙ'kxj[qMU&a ɎBMU&akxj[q8M&aWaB8M&akxj[q'&JRڏBtkxj[q'Rڙ,/)qkxj[q0qB )wkxj[q0q 9𗘠kxj[q0]IO7!Ikxj6NlUB@-SM Akxj6N@-R>kxj6NSa-u?Jkxj[qFOkxj[q##f" Ɏ##᎘kxj[q#*J&XǏ Ɏ*J#᎘kxj[qQ~!25di) kxj[qdi!253e =kxj[q%_&9ޙM24kxj[qM2&9ޙ^3=kxj[q&F#᎘kxj[q#'kxjXerox PressFonts Helvetica-mrrq$ kxj[q #!- !!- #kxj[q # e%B e #kxj[q0p3P뗘kxj[qp0eS%kxj[q -Ŏo~%Fokxj[q-ʔ3.wkxj[q^a7C #kxj[q #9ϙkxj[q?I d ?Ikxj[qMId MIkxj[qI>Q&oPʇ%kxj[qQK/6kxj[qL[d "ew◘kxj[qL[" 藘kxj[qpB[C!B[kxj6N) M4%+7akxj6N) M4G KKkxj6N) % Ukxj[q) Ckxj[q #V37V #kxj[q # G^  #kxj[qH,p3P8:kxj[qpH,eSG~[kxj[q $ϙŎo~&엘kxj[q$ϙʔ3mkxj[q^aM #kxj[q #!,kxjXerox PressFonts Helvetica-mrrb +[ICkxjXerox PressFonts Helvetica-mrr[boardkxjXerox PressFonts Helvetica-mrr  boardkxjXerox PressFonts Helvetica-mrr$/DynaBus: BackpanelkxjXerox PressFonts Helvetica-mrr7qh͠ DynaBus: InkxjXerox PressFonts Helvetica-mrr.LmO͠ DynaBus: OutkxjXerox PressFonts Helvetica-mrrSky DynaBus: OutkxjXerox PressFonts Helvetica-mrr]y DynaBus: InkxjXerox PressFonts Helvetica-mrrf34TICkxjXerox PressFonts Helvetica-mrrseUICkxjXerox PressFonts Helvetica-mrr9S ICkxjO O kxjO O kxjsFskxjsFskxjFkxj80 kkkg33W /8WmmUGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/Figure6.gargoyle at January 24, 1989 11:43:12 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [199]: Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 270.6245 0.0 5.999987 91.76956][1 0.2] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [116.5,21.85124] (Line ) [116.5,50.35124] (Line ) [137.5,50.35124] (Line ) [137.5,21.85124] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [116.5,21.85124] (Line ) [116.5,50.35124] (Line ) [137.5,50.35124] (Line ) [137.5,21.85124] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [116.5,51.85124] (Line ) [116.5,80.35123] (Line ) [137.5,80.35123] (Line ) [137.5,51.85124] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [116.5,51.85124] (Line ) [116.5,80.35123] (Line ) [137.5,80.35123] (Line ) [137.5,51.85124] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [253.0,21.85124] (Line ) [253.0,50.35124] (Line ) [274.0,50.35124] (Line ) [274.0,21.85124] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [253.0,21.85124] (Line ) [253.0,50.35124] (Line ) [274.0,50.35124] (Line ) [274.0,21.85124] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [253.0,51.85124] (Line ) [253.0,80.35123] (Line ) [274.0,80.35123] (Line ) [274.0,51.85124] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [253.0,51.85124] (Line ) [253.0,80.35123] (Line ) [274.0,80.35123] (Line ) [274.0,51.85124] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [252.5,121.3512] (Line ) [252.5,149.8512] (Line ) [273.5,149.8512] (Line ) [273.5,121.3512] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [252.5,121.3512] (Line ) [252.5,149.8512] (Line ) [273.5,149.8512] (Line ) [273.5,121.3512] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [117.0,91.35123] (Line ) [117.0,119.8512] (Line ) [138.0,119.8512] (Line ) [138.0,91.35123] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [117.0,91.35123] (Line ) [117.0,119.8512] (Line ) [138.0,119.8512] (Line ) [138.0,91.35123] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [117.0,121.3512] (Line ) [117.0,149.8512] (Line ) [138.0,149.8512] (Line ) [138.0,121.3512] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [117.0,121.3512] (Line ) [117.0,149.8512] (Line ) [138.0,149.8512] (Line ) [138.0,121.3512] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [28.97505,179.6316] (Line ) [28.97505,179.6316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.999997 c: T [1 1.0] d: T F [28.97505,179.6316] (Line ) [290.425,179.6316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [26.7584,179.7818] (Line ) [26.7584,179.7818] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [26.7584,179.7818] (Line ) [36.43428,170.1063] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [26.7584,179.7818] (Line ) [36.57044,189.5938] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [291.325,179.6316] (Line ) [291.325,179.6316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [291.325,179.6316] (Line ) [283.3373,171.6442] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [291.325,179.6316] (Line ) [283.2247,187.7315] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [43.82493,150.8317] (Line ) [60.02493,150.8317] (Line ) [60.02493,142.7317] (Line ) [43.82493,142.7317] (Line ) [43.82493,150.8317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [63.51244,150.8317] (Line ) [79.71242,150.8317] (Line ) [79.71242,142.7317] (Line ) [63.51244,142.7317] (Line ) [63.51244,150.8317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [52.03743,23.14428] (Line ) [52.03743,142.3943] (Line ) [48.38119,138.7381] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [52.03743,142.3943] (Line ) [55.63754,138.7943] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [71.84701,142.7317] (Line ) [71.84701,23.09799] (Line ) [68.19075,26.75415] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [71.84701,23.09799] (Line ) [75.44715,26.69792] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [51.81243,151.5067] (Line ) [51.81243,155.1066] (Line ) [72.06243,155.1066] (Line ) [72.06243,151.5067] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [57.54993,174.2316] (Line ) [62.04993,178.9565] (Line ) [62.04993,164.1066] (Line ) [66.10004,168.1566] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [62.04993,178.9565] (Line ) [66.54993,174.4566] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [62.04993,164.1066] (Line ) [58.22493,167.9316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [62.04993,162.0817] (Line ) [62.04993,155.1066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [90.17492,30.79425] (Line ) [90.17492,46.99428] (Line ) [98.27494,46.99428] (Line ) [98.27494,30.79425] (Line ) [90.17492,30.79425] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [90.17492,55.54424] (Line ) [90.17492,71.74423] (Line ) [98.27494,71.74423] (Line ) [98.27494,55.54424] (Line ) [90.17492,55.54424] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [108.6249,39.00668] (Line ) [98.6124,39.00673] (Line ) [102.2688,35.3505] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [98.6124,39.00673] (Line ) [102.2124,42.60683] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [98.49993,63.75664] (Line ) [104.2375,63.86931] (Line ) [100.5813,60.21294] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [104.2375,63.86931] (Line ) [100.6377,67.46925] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [72.18452,63.98164] (Line ) [89.27494,63.98164] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [90.62493,39.23165] (Line ) [52.03743,39.34427] fwd: T Text T " " Xerox/PressFonts/Helvetica [8.999979 0.0 4.0 0.0 8.999979 75.45661][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.3749,56.73167] (Line ) [119.3749,63.93173] (Line ) [122.9749,63.93173] (Line ) [122.9749,56.73167] (Line ) [119.3749,56.73167] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.3749,67.73164] (Line ) [119.3749,74.93165] (Line ) [122.9749,74.93165] (Line ) [122.9749,67.73164] (Line ) [119.3749,67.73164] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [129.9249,60.3817] (Line ) [123.1249,60.3817] (Line ) [124.7499,58.75665] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [123.1249,60.3817] (Line ) [124.7249,61.98168] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [123.2249,71.43177] (Line ) [130.0249,71.43177] (Line ) [128.3999,69.80665] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [130.0249,71.43177] (Line ) [128.4249,73.03179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [104.1249,75.90665] (Line ) [104.1249,28.65668] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [108.8499,75.68167] (Line ) [108.8499,28.4317] fwd: T Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 133.8247 0.0 5.999987 22.46971][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.3749,27.03173] (Line ) [119.3749,34.23172] (Line ) [122.9749,34.23172] (Line ) [122.9749,27.03173] (Line ) [119.3749,27.03173] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.3749,38.03175] (Line ) [119.3749,45.23174] (Line ) [122.9749,45.23174] (Line ) [122.9749,38.03175] (Line ) [119.3749,38.03175] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [129.9249,30.68172] (Line ) [123.1249,30.68172] (Line ) [124.7499,29.05669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [123.1249,30.68172] (Line ) [124.7249,32.2817] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [123.2249,41.73177] (Line ) [130.0249,41.73177] (Line ) [128.3999,40.10663] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [130.0249,41.73177] (Line ) [128.4249,43.33172] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [104.1249,71.18163] (Line ) [119.3749,71.18163] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [108.8499,60.60668] (Line ) [119.1999,60.60668] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [104.3499,41.93164] (Line ) [119.1999,41.93164] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [109.0749,30.68171] (Line ) [118.9749,30.68171] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [90.17492,100.9943] (Line ) [90.17492,117.1941] (Line ) [98.27494,117.1941] (Line ) [98.27494,100.9943] (Line ) [90.17492,100.9943] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [90.17492,125.7442] (Line ) [90.17492,141.9442] (Line ) [98.27494,141.9442] (Line ) [98.27494,125.7442] (Line ) [90.17492,125.7442] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [108.6249,109.2067] (Line ) [98.6124,109.2068] (Line ) [102.2688,105.5503] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [98.6124,109.2068] (Line ) [102.2124,112.8068] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [98.49993,133.9565] (Line ) [104.2375,134.0692] (Line ) [100.5813,130.413] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [104.2375,134.0692] (Line ) [100.6377,137.6694] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [72.18452,134.1816] (Line ) [89.27494,134.1816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [90.62493,109.4317] (Line ) [52.03743,109.544] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.3749,126.9316] (Line ) [119.3749,134.1317] (Line ) [122.9749,134.1317] (Line ) [122.9749,126.9316] (Line ) [119.3749,126.9316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.3749,137.9316] (Line ) [119.3749,145.1316] (Line ) [122.9749,145.1316] (Line ) [122.9749,137.9316] (Line ) [119.3749,137.9316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [129.9249,130.5815] (Line ) [123.1249,130.5815] (Line ) [124.7499,128.9565] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [123.1249,130.5815] (Line ) [124.7249,132.1816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [123.2249,141.6316] (Line ) [130.0249,141.6316] (Line ) [128.3999,140.0067] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [130.0249,141.6316] (Line ) [128.4249,143.2317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [104.1249,146.1066] (Line ) [104.1249,98.85661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [108.8499,145.8816] (Line ) [108.8499,98.63161] fwd: T Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 133.8247 0.0 5.999987 92.66952][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.3749,97.23167] (Line ) [119.3749,104.4317] (Line ) [122.9749,104.4317] (Line ) [122.9749,97.23167] (Line ) [119.3749,97.23167] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [119.3749,108.2317] (Line ) [119.3749,115.4317] (Line ) [122.9749,115.4317] (Line ) [122.9749,108.2317] (Line ) [119.3749,108.2317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [129.9249,100.8817] (Line ) [123.1249,100.8817] (Line ) [124.7499,99.25664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [123.1249,100.8817] (Line ) [124.7249,102.4817] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [123.2249,111.9317] (Line ) [130.0249,111.9317] (Line ) [128.3999,110.3066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [130.0249,111.9317] (Line ) [128.4249,113.5317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [104.1249,141.3816] (Line ) [119.3749,141.3816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [108.8499,130.8066] (Line ) [119.1999,130.8066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [104.3499,112.1317] (Line ) [119.1999,112.1317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [109.0749,100.8817] (Line ) [118.9749,100.8817] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [180.625,149.9316] (Line ) [196.825,149.9316] (Line ) [196.825,141.8317] (Line ) [180.625,141.8317] (Line ) [180.625,149.9316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [200.3125,149.9316] (Line ) [216.5122,149.9316] (Line ) [216.5122,141.8317] (Line ) [200.3125,141.8317] (Line ) [200.3125,149.9316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [188.8372,22.24426] (Line ) [188.8372,141.4942] (Line ) [185.181,137.838] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [188.8372,141.4942] (Line ) [192.4372,137.8943] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [208.6468,141.8317] (Line ) [208.6468,22.19799] (Line ) [204.9906,25.85418] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [208.6468,22.19799] (Line ) [212.2469,25.7979] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [188.6124,150.6067] (Line ) [188.6124,154.2067] (Line ) [208.8625,154.2067] (Line ) [208.8625,150.6067] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [194.35,173.3316] (Line ) [198.85,178.0565] (Line ) [198.85,163.2067] (Line ) [202.8999,167.2567] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [198.85,178.0565] (Line ) [203.35,173.5566] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [198.85,163.2067] (Line ) [195.0249,167.0317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [198.85,161.1816] (Line ) [198.85,154.2067] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [226.975,29.89428] (Line ) [226.975,46.09427] (Line ) [235.075,46.09427] (Line ) [235.075,29.89428] (Line ) [226.975,29.89428] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [226.975,54.64424] (Line ) [226.975,70.84429] (Line ) [235.075,70.84429] (Line ) [235.075,54.64424] (Line ) [226.975,54.64424] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.4247,38.10663] (Line ) [235.4125,38.10675] (Line ) [239.0685,34.45047] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [235.4125,38.10675] (Line ) [239.0124,41.70684] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [235.2997,62.85661] (Line ) [241.0375,62.96922] (Line ) [237.3812,59.31299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [241.0375,62.96922] (Line ) [237.4375,66.56937] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [208.9844,63.08165] (Line ) [226.0748,63.08165] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [227.425,38.33164] (Line ) [188.8372,38.44424] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,55.83163] (Line ) [256.1747,63.0318] (Line ) [259.7747,63.0318] (Line ) [259.7747,55.83163] (Line ) [256.1747,55.83163] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,66.83167] (Line ) [256.1747,74.03165] (Line ) [259.7747,74.03165] (Line ) [259.7747,66.83167] (Line ) [256.1747,66.83167] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.7246,59.48168] (Line ) [259.9247,59.48168] (Line ) [261.5497,57.85661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [259.9247,59.48168] (Line ) [261.5248,61.08165] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [260.0247,70.53169] (Line ) [266.8247,70.53169] (Line ) [265.1997,68.90665] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.8247,70.53169] (Line ) [265.2247,72.13172] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [240.9247,75.00664] (Line ) [240.9247,27.7567] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.6497,74.7817] (Line ) [245.6497,27.53171] fwd: T Text T " " Xerox/PressFonts/Helvetica [5.999987 0.0 270.6245 0.0 5.999987 21.56971][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,26.13175] (Line ) [256.1747,33.33174] (Line ) [259.7747,33.33174] (Line ) [259.7747,26.13175] (Line ) [256.1747,26.13175] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,37.13176] (Line ) [256.1747,44.33172] (Line ) [259.7747,44.33172] (Line ) [259.7747,37.13176] (Line ) [256.1747,37.13176] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.7246,29.78177] (Line ) [259.9247,29.78177] (Line ) [261.5497,28.15673] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [259.9247,29.78177] (Line ) [261.5248,31.38175] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [260.0247,40.83174] (Line ) [266.8247,40.83174] (Line ) [265.1997,39.20664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.8247,40.83174] (Line ) [265.2247,42.43175] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [240.9247,70.28167] (Line ) [256.1747,70.28167] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.6497,59.70661] (Line ) [255.9997,59.70661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [241.1497,41.03165] (Line ) [255.9997,41.03165] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.8748,29.78167] (Line ) [255.7746,29.78167] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [226.975,100.0943] (Line ) [226.975,116.2943] (Line ) [235.075,116.2943] (Line ) [235.075,100.0943] (Line ) [226.975,100.0943] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [226.975,124.8441] (Line ) [226.975,141.0442] (Line ) [235.075,141.0442] (Line ) [235.075,124.8441] (Line ) [226.975,124.8441] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.4247,108.3066] (Line ) [235.4125,108.3068] (Line ) [239.0685,104.6503] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [235.4125,108.3068] (Line ) [239.0124,111.9068] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [235.2997,133.0566] (Line ) [241.0375,133.1691] (Line ) [237.3812,129.5129] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [241.0375,133.1691] (Line ) [237.4375,136.7693] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [208.9844,133.2816] (Line ) [226.0748,133.2816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [227.425,108.5317] (Line ) [188.8372,108.6442] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,126.0316] (Line ) [256.1747,133.2316] (Line ) [259.7747,133.2316] (Line ) [259.7747,126.0316] (Line ) [256.1747,126.0316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,137.0316] (Line ) [256.1747,144.2316] (Line ) [259.7747,144.2316] (Line ) [259.7747,137.0316] (Line ) [256.1747,137.0316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.7246,129.6816] (Line ) [259.9247,129.6816] (Line ) [261.5497,128.0566] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [259.9247,129.6816] (Line ) [261.5248,131.2816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [260.0247,140.7315] (Line ) [266.8247,140.7315] (Line ) [265.1997,139.1066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.8247,140.7315] (Line ) [265.2247,142.3317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [240.9247,145.2065] (Line ) [240.9247,97.95668] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.6497,144.9815] (Line ) [245.6497,97.73167] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,96.33163] (Line ) [256.1747,103.5317] (Line ) [259.7747,103.5317] (Line ) [259.7747,96.33163] (Line ) [256.1747,96.33163] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,107.3316] (Line ) [256.1747,114.5317] (Line ) [259.7747,114.5317] (Line ) [259.7747,107.3316] (Line ) [256.1747,107.3316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.7246,99.98166] (Line ) [259.9247,99.98166] (Line ) [261.5497,98.35663] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [259.9247,99.98166] (Line ) [261.5248,101.5817] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [260.0247,111.0316] (Line ) [266.8247,111.0316] (Line ) [265.1997,109.4066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.8247,111.0316] (Line ) [265.2247,112.6316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [240.9247,140.4816] (Line ) [256.1747,140.4816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.6497,129.9065] (Line ) [255.9997,129.9065] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [241.1497,111.2317] (Line ) [255.9997,111.2317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.8748,99.98166] (Line ) [255.7746,99.98166] fwd: T Text T "DynaBus: In" Xerox/PressFonts/Helvetica [0.0 -4.746169 113.5723 4.746169 0.0 109.1811][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Out" Xerox/PressFonts/Helvetica [0.0 -4.746169 108.3222 4.746169 0.0 108.9311][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "module" Xerox/PressFonts/Helvetica [4.746169 0.0 84.84248 0.0 4.746169 87.76956][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: In" Xerox/PressFonts/Helvetica [0.0 -4.746169 113.3222 4.746169 0.0 38.93117][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Out" Xerox/PressFonts/Helvetica [0.0 -4.746169 108.3222 4.746169 0.0 38.93117][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "module" Xerox/PressFonts/Helvetica [4.746169 0.0 86.34251 0.0 4.746169 17.50373][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "board" Xerox/PressFonts/Helvetica [7.119315 0.0 40.32216 0.0 7.119315 5.329976][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: In" Xerox/PressFonts/Helvetica [0.0 -7.119315 69.246 7.119315 0.0 68.43112][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Out" Xerox/PressFonts/Helvetica [0.0 -7.119315 49.746 7.119315 0.0 66.23651][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Out" Xerox/PressFonts/Helvetica [0.0 -7.119315 186.7459 7.119315 0.0 66.9865][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: In" Xerox/PressFonts/Helvetica [0.0 -7.119315 207.2458 7.119315 0.0 68.62872][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "board" Xerox/PressFonts/Helvetica [7.119315 0.0 173.3221 0.0 7.119315 5.329975][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "module" Xerox/PressFonts/Helvetica [4.746169 0.0 224.9746 0.0 4.746169 87.83359][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "module" Xerox/PressFonts/Helvetica [4.746169 0.0 224.9746 0.0 4.746169 17.33372][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: In" Xerox/PressFonts/Helvetica [0.0 -4.746169 250.322 4.746169 0.0 108.1811][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Out" Xerox/PressFonts/Helvetica [0.0 -4.746169 244.822 4.746169 0.0 108.1811][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Out" Xerox/PressFonts/Helvetica [0.0 -4.746169 245.0722 4.746169 0.0 38.18117][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: In" Xerox/PressFonts/Helvetica [0.0 -4.746169 250.0722 4.746169 0.0 38.18117][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus: Backpanel" Xerox/PressFonts/Helvetica [7.119315 0.0 126.4747 0.0 7.119315 184.4097][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 133.7499 4.746169 0.0 33.60119][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 133.3473 4.746169 0.0 63.60115][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 133.5973 4.746169 0.0 104.3511][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 132.9999 4.746169 0.0 134.1011][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 270.8471 4.746169 0.0 32.85119][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 270.5971 4.746169 0.0 62.35117][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 270.0973 4.746169 0.0 102.8511][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 269.8471 4.746169 0.0 132.6011][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [283.7872,161.1816] (Line ) [283.7872,161.1816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [283.7872,161.1816] (Line ) [283.7872,161.1816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [146.9873,162.0817] (Line ) [146.9873,162.0817] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [146.9873,162.0817] (Line ) [146.9873,162.0817] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [36.72485,3.079954] (Line ) [36.72485,162.0817] (Line ) [150.5,162.0817] (Line ) [150.5,3.079954] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 2.0 c: T [1 1.0] d: T F [170.2248,4.079954] (Line ) [170.2248,163.0817] (Line ) [284.0,163.0817] (Line ) [284.0,4.079954] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [82.5,16.35124] (Line ) [82.5,83.35123] (Line ) [141.0,83.35123] (Line ) [141.0,16.35124] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [82.5,86.85123] (Line ) [82.5,153.8512] (Line ) [141.0,153.8512] (Line ) [141.0,86.85123] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [219.5,86.85123] (Line ) [219.5,153.8512] (Line ) [278.0,153.8512] (Line ) [278.0,86.85123] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [220.0,16.35124] (Line ) [220.0,83.35123] (Line ) [278.5,83.35123] (Line ) [278.5,16.35124] (Line ) fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [253.0,89.85124] (Line ) [253.0,118.3512] (Line ) [274.0,118.3512] (Line ) [274.0,89.85124] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [253.0,89.85124] (Line ) [253.0,118.3512] (Line ) [274.0,118.3512] (Line ) [274.0,89.85124] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,93.83164] (Line ) [256.1747,101.0318] (Line ) [259.7747,101.0318] (Line ) [259.7747,93.83164] (Line ) [256.1747,93.83164] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [256.1747,104.8317] (Line ) [256.1747,112.0316] (Line ) [259.7747,112.0316] (Line ) [259.7747,104.8317] (Line ) [256.1747,104.8317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.7246,97.48168] (Line ) [259.9247,97.48168] (Line ) [261.5497,95.85661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [259.9247,97.48168] (Line ) [261.5248,99.08165] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [260.0247,108.5317] (Line ) [266.8247,108.5317] (Line ) [265.1997,106.9066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.8247,108.5317] (Line ) [265.2247,110.1317] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [0.0 -4.746169 270.5971 4.746169 0.0 100.3512][1 1.0] F 1.0 props: ( F ) ls: 1.2 71.18429 mm bigger topLeading 71.18429 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 103.5491 mm xmax 68.36207 mm ymax  InterpressmInterpress/Xerox/3.0 fjkj=xjrxjXerox PressFonts Helvetica-mrrq$^ Rs栢 k Ty(R͏ Tyxjkxj Ty(R͏ Tyky@X͏yxjkxjy@X͏yk Ty(R͏ Tyxjkxj Ty(R͏ Tyky@X͏yxjkxjy@X͏yka-͙Fy#a-͏xjkxja-͙Fy#a-͏kI'͙8y*I'͏xjkxjI'͙8y*I'͏ka-͙Fy*a-͏xjkxja-͙Fy*a-͏kxjn3@:  U: kxjUV:  U-a(kxj91&71܎kxjn3@1&7;/kxjn3@1&7)# kxj9-( U-(kxjn3@-( U[SmJkxjn3@-( UbwYO3lkxj[q9Q;eKDA)9Q;ekxj[q1;e/)1Ɏ;ekxj[q&,ə9h&-*kxj[q&9hC(5^kxj[qK7 )#.u-kxj[qK7 #$@{ `kxj[q[,cKIz,cKkxjn3@@_tN5zGH6Skxjn3@t;kxjn3@tN5zSqLukxj[qtIzkxj[qj/$љ $яj/kxj[qj/1 ݏ1 j/kxj[qI1? eakxj[q1Myukxj[q zq8I P+OWCskxj[q P+h- "Ckxj[q/_>mTkxj[q'& `=kxjXerox PressFonts Helvetica-mrr/@۠ kxj[qP79ә>/9ӏP7kxj[qP7R9"?uR9P7kxj[qMiM73◘kxj[qi\}~kxj[q!|[iէ (kxj[q[i|9bZkxj[q =K!,kxj[qQ.Up!SkxjXerox PressFonts Helvetica-mrrq$Pi kxj[qP7K RKP7kxj[qP7 \?7; \?P7kxj[qM5iM7—kxj[qi5Gkxj[q!>[iէ 6][kxj[q[i>9"͗kxj[q !ԙP7kxj[qQ.#p Վkxj[q?**up Վkxj[q/okxj[qj/DlDj/kxj[qj/+m;ŏ+j/kxj[qI?1}'?Mkxj[q1}'M&Xkxj[q zq  PDO}kxj[q PDh- Aykxj[q/_ҵTkxj[qN:&5}}kxj[qP7:uW:uP7kxj[qP7? u&? uP7kxj[qMGiM7 kxj[qiGϑkxj[q! [iէ R kxj[q[i 9-Rkxj[q EzfU kxj[qQ.+OLRkxjXerox PressFonts Helvetica-mrrq$P*v kxj[qP7b_Jb_P7kxj[qP7"RR"RP7kxj[qMBiM7+qkxj[qiBLvkxj[q!3(u[iէ ;kxj[q[i3(u9# Okxj[q )LP7kxj[qQ.lSԙp Վkxj[q?*I&p Վkxj[qBokxj[qDu(7eDukxj[q Du")7e Dukxj[q+)ߙ_Ki`akxj[q+_8hkxj[q7e*Tj0kxj[q*C(Qkxj[q_ 4\YHyAEP4\Ykxjn3@/ę{M$y&Iqkxjn3@{Gjkxjn3@M$yigkxj[qHykxj[q#w((^+$((^#w(kxj[q#w(3h!z$(3h#w(kxj[qEI3[IPD,I*9kxj[qIPKQ23kxj[q)A KSPAZkxj[qKSPA#kxj[q4?@ 1^~kkxj[q#(;%+Pkxj[qgg*ęEH G*ďggkxj[qgg^e-H G^eggkxj[qGE,a^m]; kxj[q^m],ag.e 1kxj[qRFQN?eay0Kkxj[qeaN?\5Y/kxj[qW]+0kxj[q){ ͏kxjXerox PressFonts Helvetica-mrrq$^ & kxj[qgg7(ЏH G7(ggkxj[qgg*(#͏H G*(ggkxj[qGE*j^m]@Kkxj[q^m]*jg.e񗘠kxj[qRFQ!-Йeay)kxj[qea!-Й\5Y46;kxj[qW]~Gggkxj[q8q ̎kxj[q'S ̎kxj[q+)sFGkxj[q#w(Jo$(J#w(kxj[q#w(Z%wD$(Z#w(kxj[qEI9IP%;XD,IBkxj[qIP%;XKQ3vkxj[q)5KSPFu_藘kxj[qKSPF kxj[q4?@5g^~kkxj[q#(!~O+E-kxj[qgg._1q_H G._ggkxj[qgg2_5_H G2_ggkxj[qGEeə^m]5kxj[q^m]eəg.e4gkxj[qRFQ;_leayBKzkxj[qea;_l\5YnǗkxj[qW]4/\a1kxj[q6h/kxj[qggHrH GHggkxj[qggP#XOH GPggkxj[qGE*m^m]6kxj[q^m]*mg.e&bkxj[qRFQDeay@kxj[qeaD\5Y\kxj[qW]Xggkxj[q6Lk ̎kxj[q'#R ̎kxj[q*mFGkxjXerox PressFonts Helvetica-mrryɠF6* DynaBus: InkxjXerox PressFonts Helvetica-mrryɠ&Z$ DynaBus: OutkxjXerox PressFonts Helvetica-mrryɠ0cN栢modulekxjXerox PressFonts Helvetica-mrryɠ'Z% DynaBus: InkxjXerox PressFonts Helvetica-mrryɠ&Z% DynaBus: OutkxjXerox PressFonts Helvetica-mrryɠnJGS modulekxjXerox PressFonts Helvetica-mrrxDboardkxjXerox PressFonts Helvetica-mrr"~, DynaBus: InkxjXerox PressFonts Helvetica-mrrHv&K DynaBus: OutkxjXerox PressFonts Helvetica-mrrXz]J DynaBus: OutkxjXerox PressFonts Helvetica-mrr_v6'ʠ DynaBus: InkxjXerox PressFonts Helvetica-mrrdDboardkxjXerox PressFonts Helvetica-mrryɠEmOmodulekxjXerox PressFonts Helvetica-mrryɠEmO:o_modulekxjXerox PressFonts Helvetica-mrryɠ9;5 DynaBus: InkxjXerox PressFonts Helvetica-mrryɠEI5 DynaBus: OutkxjXerox PressFonts Helvetica-mrryɠOuS DynaBus: OutkxjXerox PressFonts Helvetica-mrryɠQS DynaBus: InkxjXerox PressFonts Helvetica-mrrNgDynaBus: BackpanelkxjXerox PressFonts Helvetica-mrryɠ ICkxjXerox PressFonts Helvetica-mrryɠV*ICkxjXerox PressFonts Helvetica-mrryɠM5fICkxjXerox PressFonts Helvetica-mrryɠ%.YICkxjXerox PressFonts Helvetica-mrryɠL-HICkxjXerox PressFonts Helvetica-mrryɠFCH+ICkxjXerox PressFonts Helvetica-mrryɠKHdICkxjXerox PressFonts Helvetica-mrryɠKH\3ICkxj4/4/kxj4/4/kxj-\O-\Okxj-\O-\Okxj0}R b_- b_0}Rkxjp` _] _p`kxjuB͏-ukxj) yHy-) ykxj) yHy) ykxj|uB͏-u|k*xy^͏*xyxjkxj*xy^͏*xykxj[qggGęoH GGďggkxj[qgg)\eE%H G)\eggkxj[qGEH^m]c: kxj[q^m]Hg.e1kxj[qRFQ!~OeayRKkxj[qea!~O\5YGkxjXerox PressFonts Helvetica-mrryɠFC3ZICkkkg33K ?ITTRcentered lastLineFormatting  z`UGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/ChipLevelSignals.gargoyle at February 15, 1989 9:00:54 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [T 0.19947 0.2] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/HELVETICA-MIR [r1: 0.0 s: [7.180687 7.180687] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [181]: Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [104.1723,179.32] (Line ) [438.121,179.32] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [99.72227,125.3156] (Line ) [158.0655,125.3156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [180.2839,124.9041] (Line ) [238.627,124.9041] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [260.9408,124.8923] (Line ) [319.2839,124.8923] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [395.1724,124.8199] (Line ) [427.8235,124.8155] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [427.3748,113.5957] (Line ) [427.3748,124.3669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [395.6724,114.0699] (Line ) [395.6724,124.841] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [318.8353,113.6724] (Line ) [318.8353,124.4436] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [261.3896,113.6724] (Line ) [261.3896,124.4436] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [238.1782,113.6842] (Line ) [238.1782,124.4554] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [180.7327,113.6842] (Line ) [180.7327,124.4554] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [157.6167,114.0957] (Line ) [157.6167,124.8669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [100.171,114.0957] (Line ) [100.171,124.8669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [75.49954,125.9179] (Line ) [77.29462,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [71.01168,125.9179] (Line ) [73.70438,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [66.52366,125.9179] (Line ) [69.21647,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [62.03572,125.9179] (Line ) [64.72846,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [57.54783,125.9179] (Line ) [60.24058,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [53.05989,125.9179] (Line ) [55.75261,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [48.57195,125.9179] (Line ) [51.26469,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [44.08402,125.9179] (Line ) [46.77674,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [39.59611,125.9179] (Line ) [42.28883,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [35.10817,125.9179] (Line ) [37.80091,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [30.62024,125.9179] (Line ) [33.313,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [26.13226,125.9179] (Line ) [28.82505,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [21.64435,125.9179] (Line ) [24.3371,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [17.15643,125.9179] (Line ) [19.84919,125.9179] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [76.84588,122.7766] (Line ) [76.84588,125.4694] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [17.60519,122.7766] (Line ) [17.60519,125.4694] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [76.84588,119.1862] (Line ) [76.84588,121.879] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [17.60519,119.1862] (Line ) [17.60519,121.879] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [76.84588,115.5957] (Line ) [76.84588,118.2885] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [17.60519,115.5957] (Line ) [17.60519,118.2885] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [44.86142,102.8761] (Line ) [44.86142,107.364] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [59.22273,101.9786] (Line ) [59.22273,106.4665] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [30.5,101.9786] (Line ) [30.5,106.4665] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [55.18364,97.49064] (Line ) [55.63243,97.49064] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [55.18364,97.26626] (Line ) [56.08124,97.26626] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [55.63243,97.04171] (Line ) [56.52998,97.04171] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [56.08124,96.81745] (Line ) [56.97882,96.81745] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [56.52998,96.59299] (Line ) [57.4276,96.59299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [56.97882,96.36863] (Line ) [57.87638,96.36863] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [59.22273,96.14424] (Line ) [59.22273,100.1833] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [57.4276,96.14424] (Line ) [58.32519,96.14424] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [57.87638,95.91986] (Line ) [59.67158,95.91986] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [58.32519,95.69539] (Line ) [59.67158,95.69539] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [58.77398,95.47114] (Line ) [59.67158,95.47114] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [58.77398,95.24664] (Line ) [60.12032,95.24664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [58.77398,95.02225] (Line ) [60.56912,95.02225] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [44.86142,94.79784] (Line ) [44.86142,99.2857] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [30.5,93.90023] (Line ) [30.5,98.3882] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [60.12032,94.79784] (Line ) [61.01792,94.79784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [60.56912,94.57355] (Line ) [61.46675,94.57355] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [61.01792,94.349] (Line ) [61.91555,94.349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [61.46675,94.12466] (Line ) [62.3643,94.12466] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [61.91555,93.90023] (Line ) [62.81316,93.90023] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [62.3643,93.67592] (Line ) [63.26192,93.67592] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [62.81316,93.45148] (Line ) [63.26192,93.45148] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [59.22273,92.10511] (Line ) [59.22273,95.02225] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [135.6379,92.95138] (Line ) [136.0867,92.95138] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [135.6379,92.72688] (Line ) [136.5354,92.72688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [136.0867,92.50245] (Line ) [136.9842,92.50245] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [136.5354,92.27825] (Line ) [137.433,92.27825] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [136.9842,92.05378] (Line ) [137.8818,92.05378] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [137.433,91.82933] (Line ) [138.3306,91.82933] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.677,91.60489] (Line ) [139.677,106.4151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [137.8818,91.60489] (Line ) [138.7794,91.60489] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [138.3306,91.3806] (Line ) [140.1258,91.3806] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [138.7794,91.1562] (Line ) [140.1258,91.1562] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.2281,90.93169] (Line ) [140.1258,90.93169] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.2281,90.7074] (Line ) [140.5745,90.7074] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.2281,90.48304] (Line ) [141.0233,90.48304] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [140.5745,90.25861] (Line ) [141.4722,90.25861] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [141.0233,90.03412] (Line ) [141.921,90.03412] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [141.4722,89.8098] (Line ) [142.3697,89.8098] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [141.921,89.58547] (Line ) [142.8187,89.58547] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [142.3697,89.36099] (Line ) [143.2674,89.36099] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [142.8187,89.13658] (Line ) [143.7161,89.13658] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [143.2674,88.91221] (Line ) [143.7161,88.91221] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [300.0128,89.43772] (Line ) [300.4617,89.43772] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [300.0128,89.21323] (Line ) [300.9107,89.21323] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [300.4617,88.98895] (Line ) [301.3594,88.98895] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [300.9107,88.7645] (Line ) [301.8082,88.7645] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [301.3594,88.5401] (Line ) [302.2567,88.5401] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [301.8082,88.3156] (Line ) [302.7056,88.3156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [304.0521,88.09134] (Line ) [304.0521,106.4918] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [302.2567,88.09134] (Line ) [303.1545,88.09134] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [302.7056,87.86693] (Line ) [304.5008,87.86693] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [303.1545,87.64248] (Line ) [304.5008,87.64248] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [303.6034,87.41802] (Line ) [304.5008,87.41802] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [303.6034,87.19371] (Line ) [304.9496,87.19371] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [303.6034,86.96927] (Line ) [305.3984,86.96927] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [304.9496,86.74489] (Line ) [305.8472,86.74489] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [305.3984,86.52054] (Line ) [306.296,86.52054] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [305.8472,86.29608] (Line ) [306.7449,86.29608] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [306.296,86.07174] (Line ) [307.1935,86.07174] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [306.7449,85.84736] (Line ) [307.6423,85.84736] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [307.1935,85.62294] (Line ) [308.0912,85.62294] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.2243966 c: T [5 0.0 0.0 0.0 1.0] d: T F [307.6423,85.39849] (Line ) [308.0912,85.39849] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [424.6818,79.48756] (Line ) [424.6818,106.4152] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [413.0131,79.48756] (Line ) [413.0131,106.4152] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [399.5496,79.48756] (Line ) [399.5496,106.4152] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [363.8409,78.53884] (Line ) [363.8409,105.4664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [350.6724,79.03884] (Line ) [350.6724,105.9664] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [304.0521,79.5642] (Line ) [304.0521,86.96927] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [289.6908,79.5642] (Line ) [289.6908,106.4918] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [275.0,79.75599] (Line ) [275.0,106.6836] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [231.8952,79.5759] (Line ) [231.8952,106.5035] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [217.5337,79.5759] (Line ) [217.5337,106.5035] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [203.1723,79.5759] (Line ) [203.1723,106.5035] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [188.8108,79.5759] (Line ) [188.8108,106.5035] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [139.677,79.4875] (Line ) [139.677,90.48304] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [125.3156,79.4875] (Line ) [125.3156,106.4151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [110.9543,79.4875] (Line ) [110.9543,106.4151] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [59.22273,79.53884] (Line ) [59.22273,90.30995] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [44.86142,79.53884] (Line ) [44.86142,91.20753] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [30.5,79.53884] (Line ) [30.5,90.30995] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [1.448793,79.53884] (Line ) [445.492,79.53884] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [445.0432,1.897547] (Line ) [445.0432,79.08992] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [1.448793,1.448793] (Line ) [1.448793,79.53884] fwd: T Text T "The DynaBus Signals at the Chip Level" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 157.3429 0.0 7.180687 9.902349][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Clock" Xerox/PressFonts/Helvetica [0.0 7.180687 417.0519 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "ClockOut" Xerox/PressFonts/Helvetica [0.0 7.180687 404.4859 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [424.6818,79.93641] (Line ) [428.2723,87.11711] (Line ) [424.6818,85.32191] (Line ) [421.0916,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [399.5496,79.93641] (Line ) [403.1397,87.11711] (Line ) [399.5496,85.32191] (Line ) [395.9592,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [363.8409,78.53884] (Line ) [367.4313,85.71951] (Line ) [363.8409,83.92431] (Line ) [360.2507,85.71951] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [350.6724,104.6201] (Line ) [354.2626,97.43939] (Line ) [350.6724,99.23456] (Line ) [347.082,97.43939] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [413.0131,105.0688] (Line ) [416.6037,97.88804] (Line ) [413.0131,99.68333] (Line ) [409.423,97.88804] (Line ) fwd: T Text T "OwnerIn" Xerox/PressFonts/Helvetica [0.0 7.180687 180.2837 -7.180687 0.0 75.9854][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [188.8108,81.8199] (Line ) [192.4012,89.00059] (Line ) [188.8108,87.2054] (Line ) [185.2206,89.00059] (Line ) fwd: T Text T "SharedIn" Xerox/PressFonts/Helvetica [0.0 7.180687 194.6451 -7.180687 0.0 75.08796][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [203.1723,81.8199] (Line ) [206.7627,89.00059] (Line ) [203.1723,87.2054] (Line ) [199.582,89.00059] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [217.5337,104.2595] (Line ) [221.124,97.07894] (Line ) [217.5337,98.87411] (Line ) [213.9434,97.07894] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [231.8952,104.2595] (Line ) [235.4854,97.07894] (Line ) [231.8952,98.87411] (Line ) [228.3047,97.07894] (Line ) fwd: T Text T "OwnerOut" Xerox/PressFonts/Helvetica [0.0 7.180687 209.0064 -7.180687 0.0 75.9854][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "64" Xerox/PressFonts/Helvetica [0.0 7.180687 140.1257 -7.180687 0.0 101.0295][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [154.0384,99.68333] (Line ) [150.4481,97.88804] (Line ) [154.0384,105.0688] (Line ) [157.6287,97.88804] fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [139.677,105.0688] (Line ) [143.2674,97.88804] (Line ) [139.677,99.68333] (Line ) [136.0867,97.88804] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [125.3156,105.0688] (Line ) [128.9059,97.88804] (Line ) [125.3156,99.68333] (Line ) [121.7253,97.88804] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [110.9541,105.0688] (Line ) [114.5446,97.88804] (Line ) [110.9541,99.68333] (Line ) [107.3639,97.88804] (Line ) fwd: T Text T "Data" Xerox/PressFonts/Helvetica [0.0 7.180687 131.1498 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DParity" Xerox/PressFonts/Helvetica [0.0 7.180687 101.5295 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DParityIn" Xerox/PressFonts/Helvetica [0.0 7.180687 23.76809 -7.180687 0.0 75.94845][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [0.0 7.180687 281.1634 -7.180687 0.0 75.07612][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "RequestOut" Xerox/PressFonts/Helvetica [0.0 7.180687 295.5246 -7.180687 0.0 75.07612][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [44.86142,81.7828] (Line ) [48.45175,88.96354] (Line ) [44.86142,87.16844] (Line ) [41.27104,88.96354] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [30.5,81.7828] (Line ) [34.09035,88.96354] (Line ) [30.5,87.16844] (Line ) [26.90967,88.96354] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [289.6908,81.80821] (Line ) [293.281,88.98895] (Line ) [289.6908,87.19371] (Line ) [286.1003,88.98895] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.0,82.0] (Line ) [278.5902,89.18074] (Line ) [275.0,87.3855] (Line ) [271.4096,89.18074] (Line ) fwd: T Text T "3" Xerox/PressFonts/Helvetica [0.0 7.180687 304.5005 -7.180687 0.0 91.23283][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "LongGrant" Xerox/PressFonts/Helvetica [0.0 7.180687 266.4728 -7.180687 0.0 75.2679][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [59.22281,81.7828] (Line ) [62.81316,88.96354] (Line ) [59.22281,87.16844] (Line ) [55.63243,88.96354] (Line ) fwd: T Text T "DataIn" Xerox/PressFonts/Helvetica [0.0 7.180687 51.59325 -7.180687 0.0 75.94845][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "HeaderCycleIn" Xerox/PressFonts/Helvetica [0.0 7.180687 38.12946 -7.180687 0.0 76.84603][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "64" Xerox/PressFonts/Helvetica [0.0 7.180687 59.67148 -7.180687 0.0 105.5687][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [110.9541,79.93642] (Line ) [114.5446,87.11711] (Line ) [110.9541,85.32191] (Line ) [107.3639,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [125.3156,79.93642] (Line ) [128.9059,87.11711] (Line ) [125.3156,85.32191] (Line ) [121.7253,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [139.677,79.93642] (Line ) [143.2674,87.11711] (Line ) [139.677,85.32191] (Line ) [136.0867,87.11711] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [157.6287,87.11711] (Line ) [154.0384,85.32191] (Line ) [150.4481,87.11711] (Line ) [154.0384,79.93642] fwd: T Text T "SharedOut" Xerox/PressFonts/Helvetica [0.0 7.180687 223.3677 -7.180687 0.0 75.9854][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [304.0521,104.2479] (Line ) [307.6424,97.06716] (Line ) [304.0521,98.86231] (Line ) [300.4617,97.06716] (Line ) fwd: T Text T "HeaderCycle" Xerox/PressFonts/Helvetica [0.0 7.180687 115.8909 -7.180687 0.0 76.7947][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Arbitration <5>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 262.7357 0.0 7.180687 132.5217][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Consistency <4>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 183.7517 0.0 7.180687 132.4022][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DataPort <66>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 107.5646 0.0 7.180687 132.2002][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Control <3>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 393.8226 0.0 7.180687 132.2002][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Receive option <66>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 16.46875 0.0 7.180687 132.3198][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [179.6857,151.3199] (Line ) [186.8663,154.9102] (Line ) [185.0712,151.3199] (Line ) [186.8663,147.7295] (Line ) fwd: T Text T "DYNABUS SIGNALS <80>" Xerox/PressFonts/Helvetica [7.180687 0.0 234.3688 0.0 7.180687 181.5636][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [341.2235,124.8712] (Line ) [373.8746,124.8669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [373.8746,114.0957] (Line ) [373.8746,124.8669] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [5 0.0 0.0 0.0 1.0] d: T F [341.7236,114.1212] (Line ) [341.7236,124.8923] fwd: T Text T "Parity <2>" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 342.1719 0.0 7.180687 131.8197][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.8975864 c: T [1 1.0] d: T F [180.7327,151.3199] (Line ) [373.2329,151.3199] fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [101.6857,179.32] (Line ) [108.8664,182.9102] (Line ) [107.0711,179.32] (Line ) [108.8664,175.7295] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [373.1587,151.3199] (Line ) [365.9782,154.9102] (Line ) [367.7733,151.3199] (Line ) [365.9782,147.7295] (Line ) fwd: T Outline fillColor: [5 0.0 0.0 0.0 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [437.6588,179.32] (Line ) [430.4782,182.9102] (Line ) [432.2734,179.32] (Line ) [430.4782,175.7295] (Line ) fwd: T Text T "AParityOut" Xerox/PressFonts/Helvetica [0.0 7.180687 344.4198 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "AParityIn" Xerox/PressFonts/Helvetica [0.0 7.180687 356.9196 -7.180687 0.0 75.89713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "AParity computed over Consistency and Arbitration Wires" Xerox/PressFonts/HELVETICA-I [7.180687 0.0 182.0 0.0 7.180687 156.5][] F 1.0 props: ( F ) ls: 1.2 Text T "BidEn" Xerox/PressFonts/Helvetica [0.0 7.180687 392.9859 -7.180687 0.0 75.39713][5 0.0 0.0 0.0 1.0] F 1.0 props: ( F ) ls: 1.2 70.19657 mm bigger topLeading 70.19657 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 157.6708 mm xmax 67.37435 mm ymax  InterpressϙInterpress/Xerox/3.0 fjkj=xjxj`XeroxResearchCMYKxs(7|kxj`XeroxResearchCMYK%=kxj`XeroxResearchCMYK9 Q#Ius~kxj`XeroxResearchCMYKAeQkxj`XeroxResearchCMYK,Ni28gkxj`XeroxResearchCMYKƚC/Ckxj`XeroxResearchCMYKY:?tkxj`XeroxResearchCMYKiU:@kxj`XeroxResearchCMYKNM:@kxj`XeroxResearchCMYK]epgՏkxj`XeroxResearchCMYKGNepgՏkxj`XeroxResearchCMYK$<)^kxj`XeroxResearchCMYKK)^kxj`XeroxResearchCMYKACA!pkxj`XeroxResearchCMYK/oA!skxj`XeroxResearchCMYKL(AXHkxj`XeroxResearchCMYKA&.kxj`XeroxResearchCMYKsAQ/Ykxj`XeroxResearchCMYK"A>kxj`XeroxResearchCMYK3kA"kxj`XeroxResearchCMYK~wA'I׎kxj`XeroxResearchCMYK?A<okxj`XeroxResearchCMYK9 A ݎkxj`XeroxResearchCMYK sOA kxj`XeroxResearchCMYK6A4"ώkxj`XeroxResearchCMYK5A2{kxj`XeroxResearchCMYK A!kkxj`XeroxResearchCMYKS-^1kxj`XeroxResearchCMYK[-^1kxj`XeroxResearchCMYKSC; |kxj`XeroxResearchCMYK[C; |kxj`XeroxResearchCMYKS9/4kxj`XeroxResearchCMYK[9/4kxj`XeroxResearchCMYK. -iqhkxj`XeroxResearchCMYK07]kxj`XeroxResearchCMYK=7]kxjXXeroxResearchCMYKWQ֙(4kxjXXeroxResearchCMYKW:# kxjXXeroxResearchCMYK(4 dkxjXXeroxResearchCMYK# /~*kxjXXeroxResearchCMYKd sV kxjXXeroxResearchCMYK*XYkxj`XeroxResearchCMYK0'hkxjXXeroxResearchCMYK 'h{kxjXXeroxResearchCMYKYk/̎kxjXXeroxResearchCMYK{8r/̎kxjXXeroxResearchCMYK!&h/̎kxjXXeroxResearchCMYK!7WvkxjXXeroxResearchCMYK!-{kxj`XeroxResearchCMYK. "^kxj`XeroxResearchCMYK= UkxjXXeroxResearchCMYKWv"^5'ߎkxjXXeroxResearchCMYK{DkxjXXeroxResearchCMYK5'66k᎘kxjXXeroxResearchCMYKi"kxjXXeroxResearchCMYK6k]=|kxjXXeroxResearchCMYK"'l a*kxjXXeroxResearchCMYK]=|V a*kxj`XeroxResearchCMYK0wM-kxjXXeroxResearchCMYK:4IOkxjXXeroxResearchCMYK:R9CkxjXXeroxResearchCMYKOIZ˙ekxjXXeroxResearchCMYKC)ts4akxjXXeroxResearchCMYKe!q];?nkxjXXeroxResearchCMYK4awAbykxj`XeroxResearchCMYKWI[͙5kxjXXeroxResearchCMYK;?nI[͙$DkxjXXeroxResearchCMYKAby/RkxjXXeroxResearchCMYK$DV-RkxjXXeroxResearchCMYK990RkxjXXeroxResearchCMYK9_/kxjXXeroxResearchCMYK9)v+kxjXXeroxResearchCMYK/s:$kxjXXeroxResearchCMYK+}&kxjXXeroxResearchCMYK$9/B.wkxjXXeroxResearchCMYK&C_fkxjXXeroxResearchCMYKB.wG͙0!VkxjXXeroxResearchCMYK_fGa͙-yQkxjXXeroxResearchCMYK0!VG3͙-yQkxjXXeroxResearchCMYK[iNb,'֎kxjXXeroxResearchCMYK[iN/eA8kxjXXeroxResearchCMYK'>KW@kxjXXeroxResearchCMYKA8_VIkxjXXeroxResearchCMYKKW@@W_JkxjXXeroxResearchCMYKVIZŎkxj`XeroxResearchCMYKr`GЙ`=kxjXXeroxResearchCMYKW_JGЙCnkxjXXeroxResearchCMYKU+ukxjXXeroxResearchCMYKCn=H+ukxjXXeroxResearchCMYKD:)z+ukxjXXeroxResearchCMYKD:AwkxjXXeroxResearchCMYKD:yf{kxjXXeroxResearchCMYKw!5bVHkxjXXeroxResearchCMYK{IuAbkxjXXeroxResearchCMYKVH3=umbkxjXXeroxResearchCMYKuAbJߙ%3kxjXXeroxResearchCMYKumb+{kxjXXeroxResearchCMYK%3g=~>kxjXXeroxResearchCMYK{,^~>kxj`XeroxResearchCMYK$>iəGkxj`XeroxResearchCMYKzL>iəGkxj`XeroxResearchCMYK>o>iəGkxj`XeroxResearchCMYK>,;6b kxj`XeroxResearchCMYKOs:g1Bwkxj`XeroxResearchCMYKr`Oyfkxj`XeroxResearchCMYKO`=kxj`XeroxResearchCMYKAљIkxj`XeroxResearchCMYK_i;_;~kxj`XeroxResearchCMYKA;_;~kxj`XeroxResearchCMYK(;_;~kxj`XeroxResearchCMYKJ%;_;~kxj`XeroxResearchCMYKWP)vkxj`XeroxResearchCMYKP5kxj`XeroxResearchCMYKKP5kxj`XeroxResearchCMYK0;o6C+%o>o0K1%o>o6xjk>,;6I33uR>,<cuR>,;6xjkOs:I'nPBOs:fQR=BOs:I'xjkzLMV@53=zL]<)3=zLMxjkxjXerox PressFonts Helvetica-MRR AFcL(OwnerInkJ%3uyOJ%?13DOJ%3uxjkxjXerox PressFonts Helvetica-MRR AF?[ؠSharedInk(3u/;O(?_zO(3uxjkA@Yhyi&A7;,K5i&A@Yxjk_i@Y^gi&_i7;]ii&_i@YxjkxjXerox PressFonts Helvetica-MRR AF](OwnerOutkxjXerox PressFonts Helvetica-MRR AF_x^164kxjkWM0!V3=W]<O3=WMxjkM*U3=]<+E[3=Mxjk/>mM_N3=/>m]<R3=/>mMxjkxjXerox PressFonts Helvetica-MRR AFtK3DatakxjXerox PressFonts Helvetica-MRR AFi3DParitykxjXerox PressFonts Helvetica-MRR AF2 a DParityInkxjXerox PressFonts Helvetica-MRR AF T!GrantkxjXerox PressFonts Helvetica-MRR AFFk=T! RequestOutk. Fݙ+'B.  Y_@kB. Fݗxjk=FݙB= Y_KB=FݗxjkTIy>Ad?>TIxjkBb=SYoWSSxjkxjXerox PressFonts Helvetica-MRR AF]_3kxjXerox PressFonts Helvetica-MRR AFny LongGrantk*Fݙ]=|B* Y_(4B*FݗxjkxjXerox PressFonts Helvetica-MRR AFqw3aDataInkxjXerox PressFonts Helvetica-MRR AF!]6i HeaderCycleInkxjXerox PressFonts Helvetica-MRR AF@WӠ64k/>m6_N%o/>m0R%o/>m6xjk6*U%o0+E[%o6xjkW60!V%oW0O%oW6xjkxjkxjXerox PressFonts Helvetica-MRR AF;UD( SharedOutkr`1Fyv2r`5K'2r`1FyxjkxjXerox PressFonts Helvetica-MRR AF7-L HeaderCyclekxjXerox PressFonts HELVETICA-mir AYJW Arbitration <5>kxjXerox PressFonts HELVETICA-mir Ah/\Consistency <4>kxjXerox PressFonts HELVETICA-mir A=8 DataPort <66>kxjXerox PressFonts HELVETICA-mir A_a>8 Control <3>kxjXerox PressFonts HELVETICA-mir A XReceive option <66>k#}/3Nc5}Fgz#xjkxjXerox PressFonts Helvetica-MRR Aoz'7DYNABUS SIGNALS <80>kxj`qLU@c37kxj`37)^kxj`esL!AkxjXerox PressFonts HELVETICA-mir AU@i= Parity <2>kxj`GNejnIk #i 7NX@i Sz #xjk[?A./3NkKA.Fgz[?xjkQU&7N#&SzQUxjkxjXerox PressFonts Helvetica-MRR AFlQ3 AParityOutkxjXerox PressFonts Helvetica-MRR AFyLW3 AParityInkxjXerox PressFonts HELVETICA-mir AV97AParity computed over Consistency and Arbitration WireskxjXerox PressFonts Helvetica-MRR AFlG)BidEnkkkg33W  itemYHHYcY  YYYT9dY T&clearTabStops .5 in flushLeft tabStop fT&clearTabStops .5 in flushLeft tabStop  T&clearTabStops .5 in flushLeft tabStop  T&clearTabStops .5 in flushLeft tabStop T&clearTabStops .5 in flushLeft tabStop T&clearTabStops .5 in flushLeft tabStop T&clearTabStops .5 in flushLeft tabStop  T&clearTabStops .5 in flushLeft tabStop YT&clearTabStops .5 in flushLeft tabStop  T&clearTabStops .5 in flushLeft tabStop ,,Y Y YY]YRcentered lastLineFormatting  Y Y  YYYW  YX Y YRcentered lastLineFormatting T|?TUGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/Figure9.gargoyle at January 24, 1989 11:49:39 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: F Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [92]: Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [1.416666,236.0317] (Line ) [170.7292,236.0317] fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [20.66667,243.0317] (Line ) [27.66668,246.5316] (Line ) [34.66685,243.0317] (Line ) [34.66685,228.1567] (Line ) [27.66668,224.6567] (Line ) [20.66667,228.1567] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [20.66667,243.0317] (Line ) [27.66668,246.5316] (Line ) [34.66685,243.0317] (Line ) [34.66685,228.1567] (Line ) [27.66668,224.6567] (Line ) [20.66667,228.1567] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [35.54168,243.0317] (Line ) [42.54168,246.5316] (Line ) [49.54168,243.0317] (Line ) [49.54168,228.1567] (Line ) [42.54168,224.6567] (Line ) [35.54168,228.1567] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.54168,243.0317] (Line ) [42.54168,246.5316] (Line ) [49.54168,243.0317] (Line ) [49.54168,228.1567] (Line ) [42.54168,224.6567] (Line ) [35.54168,228.1567] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [20.66667,143.3985] (Line ) [27.66668,146.8985] (Line ) [34.66668,143.3985] (Line ) [34.66668,128.5235] (Line ) [27.66668,125.0235] (Line ) [20.66667,128.5235] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [20.66667,143.3985] (Line ) [27.66668,146.8985] (Line ) [34.66668,143.3985] (Line ) [34.66668,128.5235] (Line ) [27.66668,125.0235] (Line ) [20.66667,128.5235] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [35.54168,143.3985] (Line ) [42.54168,146.8985] (Line ) [49.54168,143.3985] (Line ) [49.54168,128.5235] (Line ) [42.54168,125.0235] (Line ) [35.54168,128.5235] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.54168,143.3985] (Line ) [42.54168,146.8985] (Line ) [49.54168,143.3985] (Line ) [49.54168,128.5235] (Line ) [42.54168,125.0235] (Line ) [35.54168,128.5235] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [50.41668,143.3985] (Line ) [57.41668,146.8985] (Line ) [64.41667,143.3985] (Line ) [64.41667,128.5235] (Line ) [57.41668,125.0235] (Line ) [50.41668,128.5235] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [50.41668,143.3985] (Line ) [57.41668,146.8985] (Line ) [64.41667,143.3985] (Line ) [64.41667,128.5235] (Line ) [57.41668,125.0235] (Line ) [50.41668,128.5235] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [65.29167,143.3985] (Line ) [72.29167,146.8985] (Line ) [79.29167,143.3985] (Line ) [79.29167,128.5235] (Line ) [72.29167,125.0235] (Line ) [65.29167,128.5235] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [65.29167,143.3985] (Line ) [72.29167,146.8985] (Line ) [79.29167,143.3985] (Line ) [79.29167,128.5235] (Line ) [72.29167,125.0235] (Line ) [65.29167,128.5235] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [80.16667,143.3985] (Line ) [87.16667,146.8985] (Line ) [94.16667,143.3985] (Line ) [94.16667,128.5235] (Line ) [87.16667,125.0235] (Line ) [80.16667,128.5235] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [80.16667,143.3985] (Line ) [87.16667,146.8985] (Line ) [94.16667,143.3985] (Line ) [94.16667,128.5235] (Line ) [87.16667,125.0235] (Line ) [80.16667,128.5235] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [25.1508,217.7661] (Line ) [22.85401,215.4695] (Line ) [48.66668,215.4695] (Line ) [48.66668,215.4695] (Line ) [46.37006,217.7661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [48.66668,215.4695] (Line ) [46.3698,213.1725] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [22.85401,215.4695] (Line ) [25.3698,212.9536] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [24.05708,117.9142] (Line ) [21.76043,115.6175] (Line ) [47.57293,115.6175] (Line ) [47.57293,115.6175] (Line ) [93.9481,115.7487] (Line ) [91.8698,117.9142] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [21.76043,115.6175] (Line ) [24.27605,113.1015] fwd: T Text T " " Xerox/PressFonts/Helvetica [6.999997 0.0 141.7775 0.0 6.999997 120.3587][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [94.0573,115.5079] (Line ) [91.76042,113.211] fwd: T Text T "Address" Xerox/PressFonts/Helvetica [0.0 -6.999997 26.72112 6.999997 0.0 256.0688][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Address" Xerox/PressFonts/Helvetica [0.0 -6.999997 25.69231 6.999997 0.0 155.6544][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 44.22105 6.999997 0.0 156.6206][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 58.87726 6.999997 0.0 156.6206][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 73.53359 6.999997 0.0 156.6206][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 88.62709 6.999997 0.0 156.6206][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Victim" Xerox/PressFonts/Helvetica [0.0 -6.999997 42.979 6.999997 0.0 256.594][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [172.8071,226.9532] (Line ) [175.1038,224.6565] (Line ) [175.1042,247.188] (Line ) [175.1042,247.188] (Line ) [172.8072,244.891] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [175.1042,247.188] (Line ) [177.4007,244.891] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [175.1038,224.6565] (Line ) [177.6195,227.1724] fwd: T Text T "64 Bits" Xerox/PressFonts/Helvetica [6.999997 0.0 180.791 0.0 6.999997 236.0314][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [20.59056,74.6338] (Line ) [23.45698,77.49995] (Line ) [23.45698,1.833332] (Line ) [26.19137,4.567685] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [23.45698,77.49995] (Line ) [26.35661,74.6006] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [23.45698,1.833332] (Line ) [20.83194,4.458347] fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [32.8631,59.1457] (Line ) [39.97221,71.45909] (Line ) [39.97221,67.45828] (Line ) [73.27028,67.45828] (Line ) [73.27028,71.45909] (Line ) [80.37944,59.1457] (Line ) [73.27028,46.83248] (Line ) [73.27028,50.61452] (Line ) [39.97221,50.61452] (Line ) [39.97221,46.8324] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [9] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [32.8631,59.1457] (Line ) [39.97221,71.45909] (Line ) [39.97221,67.45828] (Line ) [73.27028,67.45828] (Line ) [73.27028,71.45909] (Line ) [80.37944,59.1457] (Line ) [73.27028,46.83248] (Line ) [73.27028,50.61452] (Line ) [39.97221,50.61452] (Line ) [39.97221,46.8324] (Line ) fwd: T Text T "64 Bits" Xerox/PressFonts/Helvetica [6.999997 0.0 46.06076 0.0 6.999997 56.99992][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,38.36452] (Line ) [78.80061,38.36452] (Line ) [77.09167,41.32447] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [78.80061,38.36452] (Line ) [77.14623,35.49921] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,38.36452] (Line ) [37.07313,41.48847] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,38.36452] (Line ) [37.03303,35.30984] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,30.4895] (Line ) [78.80061,30.4895] (Line ) [77.09167,33.44948] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [78.80061,30.4895] (Line ) [77.14623,27.62428] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,30.4895] (Line ) [37.07313,33.61349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,30.4895] (Line ) [37.03303,27.4349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,20.86457] (Line ) [78.80061,20.86457] (Line ) [77.09167,23.82446] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [78.80061,20.86457] (Line ) [77.14623,17.99926] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,20.86457] (Line ) [37.07313,23.98858] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,20.86457] (Line ) [37.03303,17.80988] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,13.2083] (Line ) [78.80061,13.2083] (Line ) [77.09167,16.16829] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [78.80061,13.2083] (Line ) [77.14623,10.34312] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,13.2083] (Line ) [37.07313,16.33237] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.26948,13.2083] (Line ) [37.03303,10.15363] fwd: T Text T "Parity" Xerox/PressFonts/Helvetica [6.999997 0.0 38.76919 0.0 6.999997 40.17692][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "HeadeCycle" Xerox/PressFonts/Helvetica [6.999997 0.0 38.11294 0.0 6.999997 32.15355][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Shared" Xerox/PressFonts/Helvetica [6.999997 0.0 38.76919 0.0 6.999997 22.45821][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Owner" Xerox/PressFonts/Helvetica [6.999997 0.0 38.55056 0.0 6.999997 15.02075][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [98.92619,64.17766] (Line ) [95.2069,60.45827] (Line ) [98.92619,56.739] (Line ) [98.92619,11.45835] (Line ) [102.754,7.630407] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [98.92619,64.17766] (Line ) [98.92619,72.70828] (Line ) [101.6604,75.44232] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [113.5818,73.58323] (Line ) [113.5818,8.39581] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [110.0819,74.02069] (Line ) [116.6442,74.02069] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [110.0819,61.55203] (Line ) [116.6442,61.55203] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [110.0819,56.73948] (Line ) [116.6442,56.73948] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [110.0819,42.73956] (Line ) [116.6442,42.73956] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [110.0819,7.739546] (Line ) [116.6442,7.739546] fwd: T Text T ":5" Xerox/PressFonts/Helvetica [6.999997 0.0 118.9547 0.0 6.999997 67.09098][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Command" Xerox/PressFonts/Helvetica [6.999997 0.0 129.8799 0.0 6.999997 67.09098][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T ":2" Xerox/PressFonts/Helvetica [6.999997 0.0 119.3921 0.0 6.999997 58.55988][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Status" Xerox/PressFonts/Helvetica [6.999997 0.0 129.9062 0.0 6.999997 58.55988][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T ":10 " Xerox/PressFonts/Helvetica [6.999997 0.0 119.7065 0.0 6.999997 49.15355][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Device ID" Xerox/PressFonts/Helvetica [6.999997 0.0 130.1946 0.0 6.999997 49.37227][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T ":47" Xerox/PressFonts/Helvetica [6.999997 0.0 119.9253 0.0 6.999997 23.92697][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Address" Xerox/PressFonts/Helvetica [6.999997 0.0 130.1782 0.0 6.999997 24.21607][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "& Cmd" Xerox/PressFonts/Helvetica [0.0 -6.999997 32.98738 6.999997 0.0 256.1743][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "& Cmd" Xerox/PressFonts/Helvetica [0.0 -6.999997 32.0 6.999997 0.0 156.6744][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [172.8071,127.005] (Line ) [175.1038,124.7083] (Line ) [175.1042,147.2397] (Line ) [175.1042,147.2397] (Line ) [172.8072,144.9428] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [175.1038,124.7083] (Line ) [177.6195,127.2241] fwd: T Text T "64 Bits" Xerox/PressFonts/Helvetica [6.999997 0.0 180.791 0.0 6.999997 136.0832][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [175.1042,147.2397] (Line ) [177.4007,144.9428] fwd: T Text T "2-cycle packet" Xerox/PressFonts/Helvetica [6.999997 0.0 11.98438 0.0 6.999997 205.9998][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "9-cycle packet" Xerox/PressFonts/Helvetica [6.999997 0.0 33.98437 0.0 6.999997 107.8076][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [94.20835,143.2971] (Line ) [101.2084,146.797] (Line ) [108.2084,143.2971] (Line ) [108.2084,128.422] (Line ) [101.2084,124.922] (Line ) [94.20835,128.422] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [94.20835,143.2971] (Line ) [101.2084,146.797] (Line ) [108.2084,143.2971] (Line ) [108.2084,128.422] (Line ) [101.2084,124.922] (Line ) [94.20835,128.422] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [109.0834,143.2971] (Line ) [116.0834,146.797] (Line ) [123.0833,143.2971] (Line ) [123.0833,128.422] (Line ) [116.0834,124.922] (Line ) [109.0834,128.422] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [109.0834,143.2971] (Line ) [116.0834,146.797] (Line ) [123.0833,143.2971] (Line ) [123.0833,128.422] (Line ) [116.0834,124.922] (Line ) [109.0834,128.422] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [123.9583,143.2971] (Line ) [130.9583,146.797] (Line ) [137.9583,143.2971] (Line ) [137.9583,128.422] (Line ) [130.9583,124.922] (Line ) [123.9583,128.422] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [123.9583,143.2971] (Line ) [130.9583,146.797] (Line ) [137.9583,143.2971] (Line ) [137.9583,128.422] (Line ) [130.9583,124.922] (Line ) [123.9583,128.422] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [138.8333,143.2971] (Line ) [145.8333,146.797] (Line ) [152.8333,143.2971] (Line ) [152.8333,128.422] (Line ) [145.8333,124.922] (Line ) [138.8333,128.422] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [138.8333,143.2971] (Line ) [145.8333,146.797] (Line ) [152.8333,143.2971] (Line ) [152.8333,128.422] (Line ) [145.8333,124.922] (Line ) [138.8333,128.422] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [1.416666,136.0835] (Line ) [170.7292,136.0835] fwd: T 103.9847 mm bigger topLeading 103.9847 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff90.0 mm xmin 0.0 mm ymin 72.9084 mm xmax 101.1625 mm ymax  Interpress?Interpress/Xerox/3.0 fjkj=xjxj@K :? 0k>;?SLO;?ISS:C>IS;?xjkxjUX35>;?SLO;?ISS:C>IS;?kZ ;?? LO;?IS? :CZ IS;?xjkxjUX35Z ;?? LO;?IS? :CZ IS;?k>JSq ŗ fgJ@CSh՗>@CJxjkxjUX35>JSq ŗ fgJ@CSh՗>@CJkZ J? q ŗJ@C? h՗Z @CJxjkxjUX35Z J? q ŗJ@C? h՗Z @CJk] J q ŗ J@C h՗] @CJxjkxjUX35] J q ŗ J@C h՗] @CJkJq ŗoJ@Ch՗@CJxjkxjUX35Jq ŗoJ@Ch՗@CJkJ q ŗ5J@C h՗@CJxjkxjUX35J q ŗ5J@C h՗@CJkxj@KO{)v ; )vkxj@K "}kxj@K ; #+kxj@K%[3ƙ)```MT<#kxj@K)`58kxjXerox PressFonts Helvetica-mrr%UYUVk+A\ kxj@KFr"i`8kxjXerox PressFonts Helvetica-mrr%UYUV%c AddresskxjXerox PressFonts Helvetica-mrr%UYUVN RAddresskxjXerox PressFonts Helvetica-mrr%UYUVi_DatakxjXerox PressFonts Helvetica-mrr%UYUV2DatakxjXerox PressFonts Helvetica-mrr%UYUVHDatakxjXerox PressFonts Helvetica-mrr%UYUVm;DatakxjXerox PressFonts Helvetica-mrr%UYUV'e<eVictimkxj@K^^kHjVc 0pu 08S;kxj@K 0pu;kxj@KHjVcNgqkxjXerox PressFonts Helvetica-mrr%UYUV/QC64 BitskxjUX35?G  $QA嗘kxjUX35  $)Ia MkxjUX35 QA w3 k"$=iܗә# %=i܏Op" %"#d$ "xjkxjUX35"$=iܗә# %=i܏Op" %"#d$ "kxjXerox PressFonts Helvetica-mrr%UYUV  ۣ0Ġ64 BitskxjUX35l˙dYF$#xYkxjUX35dYFl˙?WykxjUX35l˙U'L#+ٗkxjUX35l˙0,MT#bkxjUX35dYF$#xƗkxjUX35dYF?kxjUX35U'LgkxjUX350,M&ikxjUX35K:dYF$#xkxjUX35dYFK:?^@kxjUX35K:U'LfkxjUX35K:0,MLkxjUX35EEdYF$#xkxjUX35dYFEE?kxjUX35EEU'LZkxjUX35EE0,M3fkxjXerox PressFonts Helvetica-mrr%UYUV)gParitykxjXerox PressFonts Helvetica-mrr%UYUV6 k HeadeCyclekxjXerox PressFonts Helvetica-mrr%UYUV)q[SharedkxjXerox PressFonts Helvetica-mrr%UYUV gY$񠢠Ownerkxj@K91cř ×9F{>g 2~kxj@K91cř) 5S4kxjUX35t,[kxjUX35c)/chkxjUX35c5#ݙ/chkxjUX35c`w/chkxjUX35c37/chkxjUX35c/chkxjXerox PressFonts Helvetica-mrr%UYUVaKC𠢠:5kxjXerox PressFonts Helvetica-mrr%UYUVKC𠢠CommandkxjXerox PressFonts Helvetica-mrr%UYUVLgN:2kxjXerox PressFonts Helvetica-mrr%UYUV= LgNStatuskxjXerox PressFonts Helvetica-mrr%UYUV+\0:10 kxjXerox PressFonts Helvetica-mrr%UYUV^l Device IDkxjXerox PressFonts Helvetica-mrr%UYUV2 k:47kxjXerox PressFonts Helvetica-mrr%UYUV3\eǠAddresskxjXerox PressFonts Helvetica-mrr%UYUV(=VV& CmdkxjXerox PressFonts Helvetica-mrr%UYUVQ+& Cmdkxj@K^bǙHj  0S 08S#kxj@KHj Ngq+kxjXerox PressFonts Helvetica-mrr%UYUV/QCX64 Bitskxj@K 0S#kxjXerox PressFonts Helvetica-mrr%UYUV 2-cycle packetkxjXerox PressFonts Helvetica-mrr%UYUV@eq9-cycle packetkM? }LD %M?6m }jaڗ6mM?xjkxjUX35M? }LD %M?6m }jaڗ6mM?k M?q LD M?6mq jaڗ 6mM?xjkxjUX35 M?q LD M?6mq jaڗ 6mM?k M? GLD M?6m Gjaڗ 6mM?xjkxjUX35 M? GLD M?6m Gjaڗ 6mM?kAM?kLDM?6mkjaڗA6mM?xjkxjUX35AM?kLDM?6mkjaڗA6mM?kxj@K  0kkkg33K wTT&  T ^  a5dYdiT&clearTabStops .5 in flushLeft tabStop T&clearTabStops .5 in flushLeft tabStop  T&clearTabStops .5 in flushLeft tabStop  T&clearTabStops .5 in flushLeft tabStop T&clearTabStops .5 in flushLeft tabStop T&clearTabStops .5 in flushLeft tabStop T&clearTabStops .5 in flushLeft tabStop  T&clearTabStops .5 in flushLeft tabStop YT&clearTabStops .5 in flushLeft tabStop  T&clearTabStops .5 in flushLeft tabStop ,,T # T ;;= E T @Interpress/Xerox/3.0 fjkj=xjYxjs38QAkxjs#%4Q%=lkxjsGOAkxjs m!QMDkxjsRTUOAkxjs}ROAkxjsH3_OAkxjs<]OAkxjsOAkxjsS!QP%Pkxjsm0!QC/kxjs}RhpkxjsH3_hpkxjs#4jJVkxjs<]GЙpkxjsGЙpkxjs38GЙJMkxjsGGЙpkxjsSOAWxkxjs mya:kxjsRTUGЙpkxjsT`OAP%PkxjsRTU;Bkxjs}R;#[kxjsH3_;#[kxjs<];Bkxjs;Bkxjs38;BkxjsG;Bkxjs>yܙ;kxjs38>yܙ;kxjsG>yܙ;kxjsS"{9hkxjs 32Dd2akxjsRTU>yܙ;kxjs}R>yܙ;kxjsH3_>yܙ;kxjs#4"{P%PkxjsRTUuݙ$kxjs}R=$kxjsH3_ GD=$kxjs<]=;kxjs=$kxjs38=$kxjsG=$kxjsS1ΙP%PkxjsR`!}R,kxjs<] GD,kxjs GD,kxjs38 GD,kxjsG GD,kxjs?%I'}R!kxjXerox PressFonts Helvetica-mrrUW\2yE?5kxjXerox PressFonts Helvetica-mrrUW(=E?4kxjXerox PressFonts Helvetica-mrrUWAvE?3kxjXerox PressFonts Helvetica-mrrF=Q~kxjXerox PressFonts Helvetica-mrrF6}Q~kxjXerox PressFonts Helvetica-mrrUWF{KP0kxjs$OA)>jkxjs07OA{jkxjs"!QB%4Qkxjs !Q2%4QkxjXerox PressFonts Helvetica-mrrUW ,iCRequestOut[0..2]kxjXerox PressFonts Helvetica-mrrUW ':`GrantkxjXerox PressFonts Helvetica-mrrUW '  LongGrantkxjXerox PressFonts Helvetica-mrrUW#)E?1kxjXerox PressFonts Helvetica-mrrF6}$%f~kxjXerox PressFonts Helvetica-mrrF=$%f~kxjXerox PressFonts Helvetica-mrrF=%~kxjXerox PressFonts Helvetica-mrrF6}%~kxjXerox PressFonts Helvetica-mrrF6},~kxjXerox PressFonts Helvetica-mrrF=,~kxjXerox PressFonts Helvetica-mrrF=I~kxjXerox PressFonts Helvetica-mrrF6}I~kxjsx"{>m1Ηkxjs"{$1ΗkxjXerox PressFonts Helvetica-mrrUWQm^E?6kxjXerox PressFonts Helvetica-mrrUW\3_E?7kxjXerox PressFonts Helvetica-mrrUW?aHeaderCycleOutkxjXerox PressFonts Helvetica-mrrUW/\DataOut[0..63]kxjXerox PressFonts Helvetica-mrrUW7 AParityOutkxjs mdD!!kxjsBU kukxjs] TkxjsBUsukxjsa!Ka)akxjssx kkxjsa!Kakxjs kxs험kxjsb~"qkxjs?%I'{kxjsb~Wqkxjs+/8!י#. kxjs׃WIU"◘kxjs+/8!י#. GDkxjs׃"IUWkxjsYe kTmWkxjs&( TkxjsYesTmWkxjs- .!dg kkxjs- .!j5us험kxjsmq|" kxjs'{kxjsmq|W kxjs!י;I="◘kxjsP%P!י;I=WkxjXerox PressFonts Helvetica-mrrFj=ʠ~kxjXerox PressFonts Helvetica-mrrFVFʠ~kxjXerox PressFonts Helvetica-mrrFVFʠ~kxjXerox PressFonts Helvetica-mrrF3.w7D~kxjXerox PressFonts Helvetica-mrrF*za7D~kxjXerox PressFonts Helvetica-mrrF3.w7D~kxjXerox PressFonts Helvetica-mrrF*za7D~kxjsa!=Ckxjs+/8!יYkxjs m2%Xkxjs m'\kxjs 3G%KXkxjs/=2Q*1kxjs$0xRk^험kxjsP%PFyQi2Qkxjs$0xGGkxjXerox PressFonts Helvetica-mrrvtw] kxjs- .!P%PP%Pkkkg Interpress:0.0 mm xmin 0.0 mm ymin 90.96656 mm xmax 45.97504 mm ymax 48.79726 mm bigger topLeading 48.79726 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffGargoyle file for scene: stuffed from Gargoyle at February 14, 1989 10:45:02 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: F Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [124]: Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [87.76782,117.7472] (Line ) [87.76782,126.0902] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [65.57556,117.5803] (Line ) [88.26849,117.5803] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [61.07041,107.0681] (Line ) [61.07041,126.0902] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [2.135349,106.9012] (Line ) [61.571,106.9012] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [247.9528,107.0681] (Line ) [247.9528,126.0902] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.2552,107.0681] (Line ) [221.2552,126.0902] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [194.5579,107.0681] (Line ) [194.5579,126.0902] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [167.8602,107.0681] (Line ) [167.8602,126.0902] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.1629,107.0681] (Line ) [141.1629,126.0902] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [118.9705,106.9012] (Line ) [256.4625,106.9012] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [92.27302,106.9012] (Line ) [110.9613,106.9012] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.2552,99.05903] (Line ) [221.2552,106.7343] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [194.5579,99.05903] (Line ) [194.5579,106.7343] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [172.3654,98.89226] (Line ) [221.7558,98.89226] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [167.8602,88.37979] (Line ) [167.8602,106.7343] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.1629,88.37979] (Line ) [141.1629,106.7343] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [87.76782,88.37979] (Line ) [87.76782,117.4136] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [61.07041,88.37979] (Line ) [61.07041,106.7343] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [118.9705,88.21305] (Line ) [168.3609,88.21305] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [2.135349,88.43908] (Line ) [111.0963,88.43908] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [247.9528,88.37979] (Line ) [247.9528,106.7343] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [225.7604,88.21305] (Line ) [256.4625,88.21305] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [247.9528,80.37081] (Line ) [247.9528,88.04641] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.2552,80.37081] (Line ) [221.2552,98.72526] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [194.5579,80.37081] (Line ) [194.5579,98.72526] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [167.8602,80.37081] (Line ) [167.8602,88.04641] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.1629,80.37081] (Line ) [141.1629,88.04641] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [87.76782,80.37081] (Line ) [87.76782,88.04641] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [61.07041,80.37081] (Line ) [61.07041,88.04641] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.1629,72.69548] (Line ) [141.1629,80.37081] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [87.76782,72.69548] (Line ) [87.76782,80.37081] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [61.07041,72.69548] (Line ) [61.07041,80.37081] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [118.9705,72.52846] (Line ) [141.6634,72.52846] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [2.635349,72.60337] (Line ) [110.8853,72.6629] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [247.9528,72.69548] (Line ) [247.9528,80.37081] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.2552,72.69548] (Line ) [221.2552,80.37081] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [194.5579,72.69548] (Line ) [194.5579,80.37081] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [172.3654,72.52846] (Line ) [256.4625,72.52846] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [247.9528,5.162897] (Line ) [247.9528,72.36156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.2552,62.01641] (Line ) [221.2552,72.36156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [194.5579,1.606333] (Line ) [194.5579,62.01641] (Line ) [194.5579,72.36156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [167.8602,62.01641] (Line ) [167.8602,80.37081] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.1629,62.01641] (Line ) [141.1629,72.36156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [87.76782,62.01641] (Line ) [87.76782,72.36156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [61.07041,62.01641] (Line ) [61.07041,72.36156] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [118.9705,61.84952] (Line ) [256.4625,61.84952] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.1353,48.60337] (Line ) [221.2552,61.68281] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [167.8602,1.606333] (Line ) [167.8602,61.68281] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.1629,1.606333] (Line ) [141.1629,61.68281] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [87.76782,1.606333] (Line ) [87.76782,61.68281] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [61.07041,1.606333] (Line ) [61.07041,61.68281] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.4384,1.56249] (Line ) [221.2552,49.54835] fwd: T Text T "5" Xerox/PressFonts/Helvetica [6.499997 0.0 195.0579 0.0 6.499997 121.4178][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [6.499997 0.0 168.3606 0.0 6.499997 121.4178][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3" Xerox/PressFonts/Helvetica [6.499997 0.0 142.3305 0.0 6.499997 121.4178][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 110.2937 -5.339484 0.0 110.0712][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.296 -5.339484 0.0 110.0712][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [6.499997 0.0 63.30878 0.0 6.499997 121.2578][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [168.5278,88.21305] (Line ) [172.5323,98.89226] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [225.9272,88.21305] (Line ) [221.9226,98.89226] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [61.73791,106.9012] (Line ) [65.74244,117.5803] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [92.43999,106.9012] (Line ) [88.43535,117.5803] fwd: T Text T "RequestOut[0..2]" Xerox/PressFonts/Helvetica [6.499997 0.0 4.635334 0.0 6.499997 109.2578][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [6.499997 0.0 4.467918 0.0 6.499997 90.56969][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "LongGrant" Xerox/PressFonts/Helvetica [6.499997 0.0 4.467918 0.0 6.499997 64.20614][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [6.499997 0.0 88.26828 0.0 6.499997 121.4178][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.296 -5.339484 0.0 90.71567][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 110.2937 -5.339484 0.0 90.71567][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 110.2937 -5.339484 0.0 75.03103][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.296 -5.339484 0.0 75.03103][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.296 -5.339484 0.0 64.35195][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 110.2937 -5.339484 0.0 64.35195][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 110.2937 -5.339484 0.0 46.03893][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.296 -5.339484 0.0 46.03893][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [141.8303,72.52846] (Line ) [145.8349,61.84952] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [172.5324,72.52846] (Line ) [168.5278,61.84952] fwd: T Text T "6" Xerox/PressFonts/Helvetica [6.499997 0.0 221.7554 0.0 6.499997 121.4178][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [6.499997 0.0 248.4527 0.0 6.499997 121.4178][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "HeaderCycleOut" Xerox/PressFonts/Helvetica [6.499997 0.0 3.999998 0.0 6.499997 46.16148][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DataOut[0..63]" Xerox/PressFonts/Helvetica [6.499997 0.0 4.092911 0.0 6.499997 27.24494][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "AParityOut" Xerox/PressFonts/Helvetica [6.499997 0.0 4.092911 0.0 6.499997 8.494943][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [2.135349,62.10337] (Line ) [110.8853,61.9051] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [199.0353,30.60747] (Line ) [221.7279,30.60747] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.2274,20.09524] (Line ) [221.2274,30.44048] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [199.0353,19.92827] (Line ) [221.7279,19.92827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [197.2284,25.36332] (Line ) [199.2681,30.4051] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [225.8995,19.92827] (Line ) [221.8948,30.60747] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [197.2284,25.36332] (Line ) [199.2681,20.06915] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [225.8995,30.60747] (Line ) [221.8948,19.92827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [199.2461,12.07453] (Line ) [221.9389,12.07453] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [221.4384,1.56249] (Line ) [221.4384,11.90766] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [199.2461,1.395529] (Line ) [221.9389,1.395529] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [197.4107,6.945924] (Line ) [199.413,12.2855] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [226.1107,1.395529] (Line ) [222.1059,12.07453] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [197.4107,6.945924] (Line ) [199.413,1.606333] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [226.1107,12.07453] (Line ) [222.1059,1.395529] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [225.7327,30.60747] (Line ) [248.4254,30.60747] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [247.9251,20.09524] (Line ) [247.9251,30.44048] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [225.7327,19.92827] (Line ) [248.4254,19.92827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [250.6305,25.36332] (Line ) [248.5923,30.60747] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [250.6305,25.36332] (Line ) [248.5925,19.92827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [225.9436,12.07453] (Line ) [248.6364,12.07453] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [248.1357,1.56249] (Line ) [248.1357,11.90766] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [225.9436,1.395529] (Line ) [248.6364,1.395529] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [250.8848,6.945924] (Line ) [248.8033,12.07453] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [256.4625,6.945924] (Line ) [250.8848,6.945924] (Line ) [248.8033,1.395529] fwd: T Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 110.1093 -5.339484 0.0 8.2507][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.1117 -5.339484 0.0 8.2507][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.1117 -5.339484 0.0 8.2507][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 110.1009 -5.339484 0.0 27.36557][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.1031 -5.339484 0.0 27.36557][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 110.1009 -5.339484 0.0 27.36557][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "~" Xerox/PressFonts/Helvetica [0.0 5.339484 112.1031 -5.339484 0.0 27.36557][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [197.2284,25.36332] (Line ) [119.1353,25.35337] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [197.4107,6.945924] (Line ) [118.0518,6.945924] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [2.135349,25.7002] (Line ) [109.9887,25.7002] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [2.135349,6.988329] (Line ) [110.2283,6.988329] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [2.635349,44.10337] (Line ) [108.4887,44.0752] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [197.3278,49.3525] (Line ) [220.0204,49.3525] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [195.5208,44.10835] (Line ) [197.5607,49.1501] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [256.4625,44.11332] (Line ) [222.7284,44.11332] (Line ) [220.1873,49.3525] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [195.5208,44.10835] (Line ) [116.8853,44.10337] fwd: T Text T " " Xerox/PressFonts/Helvetica [10.49999 0.0 250.6303 0.0 10.49999 25.36328][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [250.6305,25.36332] (Line ) [256.4625,25.36332] (Line ) [256.4625,25.36332] fwd: T 33K  # zU[Interpress/Xerox/3.0 fjkj=xj xjsB1`ew揘kxjs0]6E َkxjs1_>ՙw揘kxjs 50m9kxjs9_>ՙw揘kxjsIb_>ՙw揘kxjsBg_>ՙw揘kxjs_>ՙw揘kxjsNI0m\^V2kxjs40m[ێkxjsIb.qN;kxjs:Y79'kxjsBg2N;kxjs2N;kxjsB2 *kxjs12N;kxjsNIkY[kxjs 5=4e}kxjsN-Rp^Y9N;kxjsIb/$WkxjsBg/'&ikxjs/'&ikxjsB["'&ikxjs1/'&ikxjs3/kxjsB3/kxjs13/kxjsNI,kxjs 5_+kxjs9[</kxjsIb3/kxjs:Y,{험kxjsIb[<+ekxjsB` GBg+/kxjs+ekxjsB+ekxjs1+ekxjs[<!}kxjs1[<!}kxjXerox PressFonts Helvetica-mrrUWX#w5kxjXerox PressFonts Helvetica-mrrUWLwlؠ4kxjXerox PressFonts Helvetica-mrrUW/M^3kxjXerox PressFonts Helvetica-mrrFq\<ɠ~kxjXerox PressFonts Helvetica-mrrF;\<ɠ~kxjXerox PressFonts Helvetica-mrrUWXlؠ0kxjsckr79kxjs-0mH-]6kxjs$\i0m}}]6kxjXerox PressFonts Helvetica-mrrUW9 }RequestOut[0..2]kxjXerox PressFonts Helvetica-mrrUW,a ^S۠GrantkxjXerox PressFonts Helvetica-mrrUW,a ^@S LongGrantkxjXerox PressFonts Helvetica-mrrUW&6slؠ1kxjXerox PressFonts Helvetica-mrrF;~kxjXerox PressFonts Helvetica-mrrFq~kxjXerox PressFonts Helvetica-mrrFq"p~kxjXerox PressFonts Helvetica-mrrF;"p~kxjXerox PressFonts Helvetica-mrrF;~kxjXerox PressFonts Helvetica-mrrFq~kxjXerox PressFonts Helvetica-mrrFGFvc~kxjXerox PressFonts Helvetica-mrrFE|Fvc~kxjsNI. Wu/kxjsp"f*kxjXerox PressFonts Helvetica-mrrUW #0a6kxjXerox PressFonts Helvetica-mrrUWfk0a7kxjXerox PressFonts Helvetica-mrrUW1?HeaderCycleOutkxjXerox PressFonts Helvetica-mrrUWU~DataOut[0..63]kxjXerox PressFonts Helvetica-mrrFG#([~kxjXerox PressFonts Helvetica-mrrF?$([~kxjXerox PressFonts Helvetica-mrrFG#([~kxjXerox PressFonts Helvetica-mrrF?$([~kxjXerox PressFonts Helvetica-mrrUWU3 AParityOutkxjs 5G+YkxjXerox PressFonts Helvetica-mrrFu7~kxjXerox PressFonts Helvetica-mrrF?7~kxjsE[)#)kxjsE[0#)kxjs0@;D-Yqkxjs=G0t3)kxjse;0@D-Y&Gtkxjs=G)t30kxjs64ǙN\kxjs64 N\kxjs.(5 F!RǗkxjs.(5ǙF!R kxjsVc)7:kxjsVc07:kxjsF1G0Z]ShW)kxjsZ])ShW0kxjsQ^ǙnEskxjsQ^ nEskxjs&'  Ǘkxjs+,Ǚ&'  kxjsZ])F1Gkxjs ;KBg*kxjs,:Ykxjs})+)kxjs}0+)kxjsLG0)kxjsLG)0kxjs%&Ǚb\kxjs%& b\kxjs{ 4>1Ǘkxjs{Ǚ4>1 kxjs1)C:kxjs10C:kxjsU+G0n;]eW)kxjsn;])eW0kxjse^Ǚskxjse^ skxjs.B'  Ǘkxjs.B'Ǚ  kxjs{~) 3Ўkxjs{~0 3ЎkxjsgmǙdkxjsgm dkxjshcw[`'kxjs6+w[X?<=P;<; ; ; ;"⠡; ;$⟡;";&➡;$;(❡;&;*✡;(;,⛡;2;2⸡;*;.⚡;,;4♡;.;4☡;0;4◡;0;6□;0;8╡;6;:┡;8;<ⓡ;:;>⒡;<;@②;>;B␡;@;D⏡;B;D⎡<<<<>Z>Z>>ⴡ>>ⳡ>>ⲡ>>ⱡ>>Ⱑ=R=R>>⯡>>ⴡ>>ⳡ>>ⲡ>>ⱡ>>Ⱑ>>⯡@8H|??>>>>⮡>>>>⮡>>⭡>>⭡>>⬡>>⬡>>⫡>>⫡>>⪡>>⪡>?⩡>>⩡>>⨡>>⧡>>⦡>>⥡>>⤡>>⣡>>⢡>?⨡??⧡??⦡??⥡?? ⤡?? ⣡? ? ⢡@:@:??ⴡ?V?Vⴡ>>⩡>>⩡?|?␡?V|?V␡>|>␡>|>␡?P?t?VP?Vt>P>t>P>tDXDZ∡DXD\⇡DZD^↡D\D`ⅡD^Db℡D`Dd⃡DD∡DD⇡DD↡DDⅡDD℡DD⃡DD⼡DD₡DjDj⼡DbDf₡DD⁡DdDl⁡DD‡DfDl‡DDDhDlD~D~Dh~Dn~D}D}Dh}Dp}Dn|Dr|Dp{Dt{DrzDvzDtyDxyDvxDzxDxwD|wDzvD|vD|D|D{D{DzDzDyDyDxDxDwDwDvDvH H"⠡H H$⟡H"H&➡H$H(❡H&H*✡H(H,⛡HzHzH2H2⸡H*H.⚡H,H4♡H.H4☡H0H4◡H0H6□H0H8╡H6H:┡H8H<ⓡH:H>⒡H<H@②H>HB␡H@HD⏡HBHD⎡H2LH2╡GLG⸡GLG⸡GrLGr⸡ELE⼡ERLER⼡DLD}DjLDj}BLB⸡ALA⸡AzLAz⸡A2LA2⸡@L@⸡@L@⸡@ZL@Z⸡=L=⸡<L<⸡;L;⸡;L;⸡;2L;2╡:PJIJ;2p;2H:b;b;R;R;;H;;;;P;b;bT;B;BT;";"T;;T::T:;;L߆;X߆;B߄;B;@߂;X߂?8?H?V8?VH>8>H>8>H??,?V?V,>>,>>,???V?V>>>>??䡹?V?V䡹>>䡹>>䡹??ġ?V?Vġ>>ġ>>ġ??ᠡ?V?Vᠡ>>ᠡ>>ᠡ?h?|?Vh?V|>h>|>h>|=d=H<b=0b>D>X>D>XBtBHBlBጡA8AHAz8AzHA28A2H@8@H@8@H@Z8@ZH?8?X?V8?VX>8>D>8>D>7>7>7>7?L7?X7?7?7@P7@\7@7@7@7@7A(7A47Ap7A|7A7A7BjCjB@jBjBLBhBBDBBhBD8BDDB@7BT7DDDHDjDDjHE8EHER8ERHD8DDDh8DhDDX7Dl7D7D7EH7ET7E7E7E4E7E4E7ES4ES7EH4EH7D4D7D4D7Dk4Dk7DX4DX7C4ChBS4BS7B@4B@7A4A7A4A7A{4A{7Ap4Ap7A34A37A(4A(7@4@7@4@7@4@7@4@7@[4@[7@P4@P7?4?7?4?7?W4?W7?L4?L7>4>7>4>7>4>7>4>7C2E2>2B\2>,>0>,>0>,>0>,>0?W,?W0?L,?L0?,?0?,?0?+?+?L+?X+>+>+>+>+===== = ====<=0꡹==ࢡ==ࠡ= = ࠡ==@[,@[0@P,@P0@,@0@,@0@,@0@,@0A3,A30A(,A(0A{,A{0Ap,Ap0A,A0A,A0BS,BS0B@,B@0Dk,Dk0DX,DX0D,D0D,D0D+D+DX+Dl+B@+BT+A+A+Ap+A|+A(+A4+@+@+@+@+@P+@\+C*C*BC,ҡ??0?@d?H?=4=<4<H<2=2?@F?F@b@b??D?@d??????????졹CpC|ڡES,ES0EH,EH0E,E0E,E0E+E+EH+ET+H2$H2HH0H0$GGHGGHGrGrHGhGtGGGGH H4H3H3H H GGGGGGGGGsGsGhGhG`HdGs GsGh GhG GG GG G Gh Gt EE0CCCzCzءCxCҡCzCzСCrCrءCpC|ʡC*C*СCCڡCCءCDҡCCСCCءCCʡCCСDDਡDDDDGGਡGGGGG GG GH3 H3H  H H  H4 G G GGGGGGEEഡDDDDDEDDDCBDBGhHLGjDGjEEDD@GBGlBDEHJHJGjGj@GhHLG ߴG @EߴECߴC@BߴBС?ߴ??Bߴ?BD=ߴ=0=߲G ߲;߆<߆;߄;H;߂<߂;L~;X~;~<~>0`>D`>`>`?h`?t`?`?`?`@`@@`@L`@`@`@`@`A`A$`A``Al`Ak\Ak`A`\A``A#\A#`A\A`@\@`@\@`@\@`@\@`@K\@K`@@\@@`@\@`?\?`?\?߰?\?`?\?`?s\?s`?h\?h`>\>`>\>`>C\>C`>0\>0`>(ZAZ>CU>CX>0U>0X>U>X>U>X?sU?sX?hU?hX?U?X?U?X@U@X?U?X@KU@KX@@U@@X@U@X@U@X@U@X@U@XA#UA#XAUAXAkUAkXA`UA`XA`TAlTATA$T@T@T@T@T@@T@LT?T@T?T?T?hT?tT>T>T>0T>DT>H>T>@H>@T>0>2С>0>4ϡ>2>6Ρ>4>8͡>6>:̡>8><ˡ>>С>>ϡ>>Ρ>>͡>>̡>>ˡ>>H>>ʡ>B>BH>:>>ʡ>>ɡ><>Dɡ>>ȡ>>>Dȡ>>ǡ>@>Dǡ>>ơ>@>Fơ>>š>@>Hš>F>Jġ>H>Lá>J>N¡>L>P>N>R>Pݿ>Tݿ>Rݾ>Tݾ>>ġ>>á>>¡>>>>>ݿ>ݿ>ݾ>ݾDXhDlhDhDhEHhEThEhEhGhhGthGhGhGhGhH hH4hH3dH3hH dH hGdGhGdGhGdGGdGhGdGhGsdGshGhdGhhEdEhEdEhESdEShEHdEHhEdE߰DdDhDdDhDkdDkhDXdDXhG`bHdbDPbEbDk]Dk`DX]DX`D]D`D]D`ES]ES`EH]EH`E]E`E]E`Gs]Gs`Gh]Gh`G]G`G]G`G]G`G]G`H3]H3`H ]H `H \H4\G\G\G\G\Gh\Gt\E\E\EH\ET\D\D\DX\Dl\DPD\DhPDh\BB߰AjAjTAhB⡹DXDZСDXD\ϡDZD^ΡD\D`͡D^Db̡D`DdˡDDСDDϡDDΡDD͡DD̡DDˡDDPDDʡDjDjPDbDfʡDDɡDdDlɡDDȡDfDlȡDDǡDhDlǡDDơDhDnơDDšDhDpšDnDrġDpDtáDrDv¡DtDxDvDzDxݿD|ݿDzݾD|ݾDDġDDáDD¡DDDDDݿDݿDݾDݾH0PH0\H H"衹H H$硹H"H&桹H$H(塹H&H*䡹H(H,㡹H2H2PH*H.⡹H,H4᡹H.H4ࡹH0H4ߡH0H6ޡH0H8ݡH6H:ܡH8H<ۡH:H>ڡH<H@١H>HBءH@HDסHBHD֡H2ݐH2ݡGݐG\GݐG\GrݐGr\EݐE\ERݐER\DݐDšDjݐDjšAjݐAjࡹA"ݐA"T@ݐ@T@ݐ@T@Jݐ@JT@ݐ@T?ݐ?T?rݐ?rT>ݐ>š>Bݐ>Bš=ݐ=߰;ݐ;߀;Bݐ;B߀IIH:R:RHkxjXeroxResearchCMYKXerox PressFonts Helvetica-MRRFEHeaderFE\(Parity(DFDSpareʼFD|Data$DZR-NFER-NEBR-N^DR-N֠BlBlBhB.8ARF-NAҠF?⼠2ОF>ؠ64F?8SpareIn8ИF>4DataIn4F?8HeaderIn8GLOutput/TGhT™8TGG䠢CԠԠCР.РCĠB.ܠCĠB.ܠF<HCkOutHҼFA<8 GPriority8dFA0GLength0FHD4Request4\F<ޠDSelectޠӜF< 8DSelect8ӔEXภb_68H.蠢D䠢ҙ"җ䠢F;TtDBustL="ݢF1="C(ԠxԠC(Рx.РFGܠ ISStopOutǤFG|蠢 IOwnerOut$FG ISharedOut䠢FG8 SharedOut8䠢FG|4OwnerOut4$Gޠ5. G1.Gޠ5Ǯ. G2Ǯ.H2ޠ5n. H23/2n.Grޠ5.. Gr0..FE IHeaderOut젢FE\蠢 IParityOutDFDܠ ISpareOutʴFDZݺݺFFEݺݺFEBݺݺ^FDr64.FDݺݺ֠FDؠ2ʾE"ꠢE"@RF-N@F=ddҐ=dd=FAlތIGrantތ4F@Р IGpriorityμF@޴ISStopIn޴F@T̠ ISharedInLF@ IOwnerInϔF?̠ IHeaderInܠF?| IParityIn$F>ސISpareސ̠F>LޠIDataInޠTFA0Grant0ԠF@8SStopIn8άF@8SharedIn8F@d4OwnerIn4^740B>:64/20f>B^74^0B>B:0/64^0fFD␠2ʾFD⺠֠F;8DBusOut8<RF-N<FDr⬠64.ARF-NAFGrrǾFH"rr~FEB⺠^FE⺠FGbrr>FGrr;BbF->;B?fRF-N?f?RF-N?@jRF-N@j@RF-N@ABRF-NAB>RF-N>FDZ⺠FF;rrF;:⨠6fFH:⨠2fF=HCkInH҄FG8SStopOut8ǤF<zz֠F;$DExecute$ԘF:$DAddress$ԸF;h$ DSerialIn$8F:$DShiftCK$ԠF;$<nDFreeze<|F;@<nDreset<`;RݚF2;R;Rꠢ;RF;<8DBusIn8d="RF-N="? RF-N? >74.>"0/64.~>74Ц.>"64/2Ц.~?74.?"67.~@Z74F.@Z"68F.~@74ζ.@"70ζ.~@74.@"69.~?V74J.?V"66J.~A274n.A2"71n.~Az74&.Az"72&.~A74.A"73.~F>ؠ2Π>ݚF2>ڠAzݚF2AzF>J64V>RݚF2>R@ݚF2@ꠢ@ݚF2@@ZݚF2@Z@ݚF2@?ݚF2?ʠ?ݚF2?A2ݚF2A2D68.D"64/2.~ER68N.ER"66N.~E68.E"67.~Dj686.Dj"0/646.~Djf6860:DjB0/6460^Ef680:EB670^ERf68N0:ERB66N0^Df680:DB64/20^@ʠF/@FDtРIDataOut,Grf5.0:GrB0.0^H2f5n0:H2B3/2n0^Gf5Ǯ0:GB2Ǯ0^Gf50:GB10^FH:𠢠2fFGݺݺFGbݺݺ>FH"ݺݺ~FGݺݺǾFHDIRequest\=젢=F=젢ҐF=䠢BҜF=䠢BҜ<ݚF2<FA,޼IGLength޼tF<|CkOut|Ġ?LInput/T?4™ /l?F/??Reg/Xerox PressFonts Helvetica-MRRР@HInternal Logic of the ChipX2DLOutput/TDT™TEEDRegʸ/GReg2/F?`HParityInH@BRF-NBB74͎.A:0/68ͺ.fFBBidEn>x< Optional <68>(,d;84DBus <8>h,l<4 Clock <2>,lC4 DynaBus <77>,lkkkkg33W PZ TT ,T Ul UGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/lowCost3Segments.gargoyle at February 15, 1989 12:23:09 pm PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 0.899999 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [144]: Box [162.0,170.0] [221.4354,219.1723] [1.0 0.0 -148.0 0.0 1.0 -126.0] strokeWidths: ( 0.899999 0.899999 0.899999 0.899999 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [1 0.2] pa: 0 dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: F 0 Box [162.0,170.0] [221.4354,219.1723] [1.0 0.0 -78.43537 0.0 1.0 -126.1723] strokeWidths: ( 0.899999 0.899999 0.899999 0.899999 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [1 0.2] pa: 0 dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: F 0 Box [162.0,170.0] [221.4354,219.1723] [1.0 0.0 40.5 0.0 1.0 -126.5] strokeWidths: ( 0.899999 0.899999 0.899999 0.899999 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [1 0.2] pa: 0 dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: F 0 Box [162.0,170.0] [221.4354,219.1723] [1.0 0.0 110.6632 0.0 1.0 -126.0] strokeWidths: ( 0.899999 0.899999 0.899999 0.899999 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [1 0.2] pa: 0 dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: F 0 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [33.25294,194.3335] (Line ) [33.25294,194.3335] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.999997 c: T [1 1.0] d: T F [33.25294,194.3335] (Line ) [305.1607,194.3335] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [29.04091,194.0995] (Line ) [29.04091,194.0995] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [29.04091,194.0995] (Line ) [37.34815,185.7925] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [29.04091,194.0995] (Line ) [37.46505,202.5234] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [306.0964,194.3335] (Line ) [297.7896,186.0266] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [306.0964,194.3335] (Line ) [297.6727,202.7575] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [143.6232,107.9878] (Line ) [9.463167,107.9878] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [51.38816,153.8128] (Line ) [51.38816,161.8078] (Line ) [102.0881,162.0028] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [77.71318,193.3979] (Line ) [77.71318,162.3928] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [153.3731,174.2878] (Line ) [1.962267,174.2878] (Line ) [1.962267,31.15782] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [1.962267,31.15782] (Line ) [152.9832,31.15782] (Line ) [152.9832,174.2878] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [102.8682,162.1977] (Line ) [102.8682,154.5927] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [51.42714,154.0078] (Line ) [47.6249,157.8101] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [51.42714,154.0078] (Line ) [55.1712,157.7517] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [102.8682,162.1977] (Line ) [99.06586,158.3954] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [102.8682,162.1977] (Line ) [106.6122,158.454] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.8689,194.3335] (Line ) [266.8689,162.3928] fwd: T Text T "Arbiter" Xerox/PressFonts/Helvetica [7.999997 0.0 156.6046 0.0 7.999997 5.944494][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [79.0782,19.84781] (Bezier [79.0782,19.84781] [79.0782,19.84781] ) [79.192,33.2703] (Bezier [79.30573,46.69275] [79.53317,73.53784] ) [77.45317,87.98416] (Bezier [75.37317,102.4304] [70.98566,104.4778] ) [67.97942,103.4541] (Bezier [64.97315,102.4304] [63.34815,98.33535] ) [62.53565,96.28783] (Bezier [61.72316,94.24032] [61.72316,94.24032] ) [61.72316,94.24032] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [148.4981,19.55529] (Bezier [148.4981,19.55533] [148.4981,19.55533] ) [148.6119,32.97783] (Bezier [148.7257,46.40028] [148.9531,73.24527] ) [146.8731,87.6916] (Bezier [144.7931,102.1378] [140.4056,104.1852] ) [137.3995,103.1615] (Bezier [134.3932,102.1378] [132.7681,98.04285] ) [131.9557,95.99531] (Bezier [131.1434,93.9479] [131.1434,93.9479] ) [131.1434,93.9479] fwd: T Text T "Grant" Xerox/PressFonts/Helvetica [7.999997 0.0 51.073 0.0 7.999997 20.02066][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [7.999997 0.0 229.5697 0.0 7.999997 20.28638][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "B" Xerox/PressFonts/Helvetica [7.999997 0.0 164.3207 0.0 7.999997 200.7863][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "A" Xerox/PressFonts/Helvetica [7.999997 0.0 13.87022 0.0 7.999997 113.45][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [5.99999 0.0 19.49999 0.0 5.99999 111.45][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [5.99999 0.0 72.78916 0.0 5.99999 17.63316][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.99999 0.0 251.7988 0.0 5.99999 18.0232][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Board 1" Xerox/PressFonts/Helvetica [7.999997 0.0 3.999998 0.0 7.999997 32.68451][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [7.999997 0.0 108.4999 0.0 7.999997 46.6787][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [7.999997 0.0 121.4999 0.0 7.999997 20.67869][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3" Xerox/PressFonts/Helvetica [5.99999 0.0 143.2161 0.0 5.99999 18.29119][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [7.999997 0.0 302.0696 0.0 7.999997 20.28638][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [5.99999 0.0 324.2988 0.0 5.99999 18.0232][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [51.97316,142.4465] (Line ) [51.97316,134.4516] (Line ) [102.6731,134.2565] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [103.4532,134.0616] (Line ) [103.4532,143.2] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [37.93316,142.4465] (Line ) [37.93316,142.4465] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [88.43802,143.0316] (Line ) [88.43802,143.0316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [2.053162,5.807814] (Line ) [2.053162,5.807814] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [22.29422,81.85777] (Line ) [39.1424,81.85777] (Line ) [39.1424,73.43387] (Line ) [22.29422,73.43387] (Line ) [22.29422,81.85777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [48.03431,81.85777] (Line ) [64.88227,81.85777] (Line ) [64.88227,73.43387] (Line ) [48.03431,73.43387] (Line ) [48.03431,81.85777] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [7.999997 0.0 39.49998 0.0 7.999997 46.6787][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [61.72316,94.24032] (Line ) [59.88398,99.29328] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [61.72316,94.24032] (Line ) [66.69871,96.05108] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [30.71831,81.85777] (Line ) [30.71831,81.85777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [13.63679,92.15414] (Line ) [13.63679,92.15414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.08197,92.15414] (Line ) [82.08197,92.15414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.08197,92.15414] (Line ) [82.08197,92.15414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [31.0,82.45] (Line ) [31.0,86.45] (Line ) [56.45833,86.45] (Line ) [56.45833,81.85777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [44.11682,107.0989] (Line ) [40.31438,103.2967] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [44.11682,107.0989] (Line ) [47.86083,103.3552] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [44.0,107.45] (Line ) [44.0,86.45] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [44.0,92.15414] (Line ) [40.19776,95.9564] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [44.0,92.15414] (Line ) [47.74408,95.89805] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [91.79423,82.35777] (Line ) [108.6424,82.35777] (Line ) [108.6424,73.93387] (Line ) [91.79423,73.93387] (Line ) [91.79423,82.35777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [117.5343,82.35777] (Line ) [134.3823,82.35777] (Line ) [134.3823,73.93387] (Line ) [117.5343,73.93387] (Line ) [117.5343,82.35777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [131.2231,94.74032] (Line ) [129.384,99.79328] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [131.2231,94.74032] (Line ) [136.1987,96.55112] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [100.2183,82.35777] (Line ) [100.2183,82.35777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.1368,92.65414] (Line ) [83.1368,92.65414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [151.582,92.65414] (Line ) [151.582,92.65414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [151.582,92.65414] (Line ) [151.582,92.65414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [100.5,82.95] (Line ) [100.5,86.95] (Line ) [125.9583,86.95] (Line ) [125.9583,82.35777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [113.6168,107.5989] (Line ) [109.8144,103.7967] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [113.6168,107.5989] (Line ) [117.3608,103.8552] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [113.5,107.95] (Line ) [113.5,86.95] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [113.5,92.65414] (Line ) [109.6978,96.4564] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [113.5,92.65414] (Line ) [117.2441,96.39805] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [33.25,143.2] (Line ) [33.25,154.7] (Line ) [69.75,154.7] (Line ) [69.75,143.2] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [85.5,142.95] (Line ) [85.5,154.45] (Line ) [122.0,154.45] (Line ) [122.0,142.95] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [77.32313,134.3541] (Line ) [77.71318,107.9878] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [332.318,107.9878] (Line ) [198.158,107.9878] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [240.083,153.8128] (Line ) [240.083,161.8078] (Line ) [290.783,162.0028] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [342.068,174.2878] (Line ) [190.6572,174.2878] (Line ) [190.6572,31.15782] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [190.6572,31.15782] (Line ) [341.678,31.15782] (Line ) [341.678,174.2878] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [291.5631,162.1977] (Line ) [291.5631,154.5927] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [240.122,154.0078] (Line ) [236.3197,157.8101] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [240.122,154.0078] (Line ) [243.866,157.7517] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [291.5631,162.1977] (Line ) [287.7607,158.3954] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [291.5631,162.1977] (Line ) [295.307,158.454] fwd: T Text T "A" Xerox/PressFonts/Helvetica [7.999997 0.0 202.565 0.0 7.999997 113.45][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.99999 0.0 208.1947 0.0 5.99999 111.45][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Board 2" Xerox/PressFonts/Helvetica [7.999997 0.0 192.6948 0.0 7.999997 32.68451][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [7.999997 0.0 297.1947 0.0 7.999997 46.6787][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [240.668,142.4465] (Line ) [240.668,134.4516] (Line ) [291.3679,134.2565] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [292.1482,134.0616] (Line ) [292.1482,143.2] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [226.628,142.4465] (Line ) [226.628,142.4465] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [277.1329,143.0316] (Line ) [277.1329,143.0316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [210.989,81.85777] (Line ) [227.8372,81.85777] (Line ) [227.8372,73.43387] (Line ) [210.989,73.43387] (Line ) [210.989,81.85777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [236.7292,81.85777] (Line ) [253.5772,81.85777] (Line ) [253.5772,73.43387] (Line ) [236.7292,73.43387] (Line ) [236.7292,81.85777] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [7.999997 0.0 228.1947 0.0 7.999997 46.6787][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [250.4179,94.24032] (Line ) [248.5788,99.29328] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [250.4179,94.24032] (Line ) [255.3936,96.05108] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [219.4132,81.85777] (Line ) [219.4132,81.85777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [202.3316,92.15414] (Line ) [202.3316,92.15414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [270.7768,92.15414] (Line ) [270.7768,92.15414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [270.7768,92.15414] (Line ) [270.7768,92.15414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [219.6949,82.45] (Line ) [219.6949,86.45] (Line ) [245.1532,86.45] (Line ) [245.1532,81.85777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [232.8118,107.0989] (Line ) [229.0093,103.2967] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [232.8118,107.0989] (Line ) [236.5557,103.3552] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [232.6949,107.45] (Line ) [232.6949,86.45] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [232.6949,92.15414] (Line ) [228.8926,95.9564] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [232.6949,92.15414] (Line ) [236.439,95.89805] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [280.4891,82.35777] (Line ) [297.3373,82.35777] (Line ) [297.3373,73.93387] (Line ) [280.4891,73.93387] (Line ) [280.4891,82.35777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [306.2292,82.35777] (Line ) [323.0771,82.35777] (Line ) [323.0771,73.93387] (Line ) [306.2292,73.93387] (Line ) [306.2292,82.35777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [319.918,94.74032] (Line ) [318.0788,99.79328] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [319.918,94.74032] (Line ) [324.8936,96.55112] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [288.9132,82.35777] (Line ) [288.9132,82.35777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [271.8316,92.65414] (Line ) [271.8316,92.65414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [340.2769,92.65414] (Line ) [340.2769,92.65414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [340.2769,92.65414] (Line ) [340.2769,92.65414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [289.1948,82.95] (Line ) [289.1948,86.95] (Line ) [314.6532,86.95] (Line ) [314.6532,82.35777] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [302.3117,107.5989] (Line ) [298.5091,103.7967] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [302.3117,107.5989] (Line ) [306.0556,103.8552] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [302.1948,107.95] (Line ) [302.1948,86.95] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [302.1948,92.65414] (Line ) [298.3926,96.4564] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [302.1948,92.65414] (Line ) [305.939,96.39805] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [221.9449,143.2] (Line ) [221.9449,154.7] (Line ) [258.4448,154.7] (Line ) [258.4448,143.2] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [274.1948,142.95] (Line ) [274.1948,154.45] (Line ) [310.6949,154.45] (Line ) [310.6949,142.95] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [266.8689,134.3508] (Line ) [266.8689,107.9878] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [268.0425,20.00998] (Bezier [268.0425,20.00998] [268.0425,20.00998] ) [268.1563,33.43246] (Bezier [268.2701,46.85491] [268.4975,73.7] ) [266.4176,88.14629] (Bezier [264.3375,102.5926] [259.95,104.6399] ) [256.9437,103.6162] (Bezier [253.9375,102.5926] [252.3125,98.4975] ) [251.5,96.45] (Bezier [250.6875,94.40249] [250.6875,94.40249] ) [250.6875,94.40249] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [337.5425,21.00998] (Bezier [337.5425,21.00998] [337.5425,21.00998] ) [337.6563,34.43246] (Bezier [337.7701,47.85491] [337.9975,74.7] ) [335.9175,89.14629] (Bezier [333.8375,103.5926] [329.45,105.6399] ) [326.4437,104.6162] (Bezier [323.4375,103.5926] [321.8125,99.4975] ) [321.0,97.45] (Bezier [320.1875,95.40249] [320.1875,95.40249] ) [320.1875,95.40249] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [1.5,1.45] (Line ) [1.5,16.45] (Line ) [341.0,16.45] (Line ) [341.0,1.45] (Line ) fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [202.3316,92.15414] (Line ) [202.3316,92.65414] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [30.71831,81.85777] (Line ) [26.91607,85.66004] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [30.71831,81.85777] (Line ) [34.46239,85.60168] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [100.5,82.95] (Line ) [96.69776,86.75228] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [100.5,82.95] (Line ) [104.2441,86.69391] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [219.6949,82.45] (Line ) [215.8927,86.25228] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [219.6949,82.45] (Line ) [223.439,86.19391] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [289.1948,82.95] (Line ) [285.3925,86.75228] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [289.1948,82.95] (Line ) [292.9389,86.69391] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [56.45833,86.45] (Line ) [52.65589,82.64778] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [56.45833,86.45] (Line ) [60.20234,82.70623] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.9583,86.95] (Line ) [122.1559,83.14778] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.9583,86.95] (Line ) [129.7023,83.20623] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.1532,86.45] (Line ) [241.3508,82.64778] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [245.1532,86.45] (Line ) [248.8972,82.70623] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [314.6532,86.95] (Line ) [310.8508,83.14778] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [314.6532,86.95] (Line ) [318.3972,83.20623] fwd: T 77.19603 mm bigger topLeading 77.19603 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 121.1661 mm xmax 74.37381 mm ymax  InterpressNInterpress/Xerox/3.0 fjkj=xj xj̙k(*+̏[q̙k(*+̏kxj/2(/2([q/2(/2(/kxjW+wlAdW[qW+wlAdWkxje/_̙k(\G̏[qe/_̙k(\G̏e/_kxjn3@kxjOB8kxj9fə܎kxjn3@fə&w5kxjn3@fə0&ITkkxjn3@c>Snkxjn3@c>S?7Vkxj[q&E"R(%>kxj[qy˙zMLIdkxj[q')FB]kxjOd($C^2-TkxjOd2-TGw^kxjOd36}VƭIkxj[q'M0Okxj[q'M7cYZkxj[q36}V@ &kxj[q36}Vdkxj[q?=kxjXerox PressFonts Helvetica-mrr ]ArbiterkxjOd7Klq7Klq7Klq&}k890 ~r"/wd%K?xO9$Z@O5ġ%O!h>~e*/}*/}*/}kxjOdff%Gf%G&C4MAq %=@*5q$kgeWNn L@l%eW#EFQqOա+#;`+#;`+#;`kxjXerox PressFonts Helvetica-mrrU򠢠GrantkxjXerox PressFonts Helvetica-mrrFOՠGrantkxjXerox PressFonts Helvetica-mrr"5[uBkxjXerox PressFonts Helvetica-mrr'AkxjXerox PressFonts Helvetica-mrr $1kxjXerox PressFonts Helvetica-mrr $/341kxjXerox PressFonts Helvetica-mrr $OQ2kxjXerox PressFonts Helvetica-mrr-ScBoard 1kxjXerox PressFonts Helvetica-mrrX2ICkxjXerox PressFonts Helvetica-mrr X1GrantkxjXerox PressFonts Helvetica-mrr $oT3kxjXerox PressFonts Helvetica-mrrsՠGrantkxjXerox PressFonts Helvetica-mrr $aMQ4kxj[q@wיH4 kxjOdR " Akxj7kvwי7kvkxj)y5_)ykxjC|Ckxj[q1;G/?5671;GᏘkxj[q G67 GᏘkxjXerox PressFonts Helvetica-mrrfg2ICkxj[q*/}*WPЗkxj[q*/}(3gkxj[qGGGkxj K[ KԎkxj=[=kxj=[=kxj[qqKGᏘkxj[q$&[/+$[kxj[q$&[$EIkxj[qekxj[q[* Xkxj[q['ZM+Ηkxj[qW"#m@"yW"#mkxj[q!I#m""y!I#mkxj[qBB?-}Ekxj[qBBPVBakxj[q7#m7kxjD0#DԎkxjH=z0#H=zkxjH=z0#H=zkxj[q{ #mkxj[q/}kJe)aIkxj[q/}kJe,xa:kxj[qokxj[q0#M8$kxj[q0#:*&gkxj[q kxj[q +  +kxj[qX&')"Rkxj[q6@"ReΎkxj[qy˙zMxgjIdkxjOdg^#TkxjOd#TN;^kxjOduOg6}VƭIkxj[q&u)Mpz0Okxj[q&u)M\gaYZkxj[quOg6}Vu &kxj[quOg6}VtedkxjXerox PressFonts Helvetica-mrrAAkxjXerox PressFonts Helvetica-mrr $[q2kxjXerox PressFonts Helvetica-mrrG_-ScBoard 2kxjXerox PressFonts Helvetica-mrrYdM2ICkxj[qwיHcW kxjOd" Akxj&+wי&+kxj5_kxj[qK[G&E+67K[GᏘkxj[q,c0Gy{67,c0GᏘkxjXerox PressFonts Helvetica-mrrDM2ICkxj[qAC/}@oJPЗkxj[qAC/}]^3gkxj[qgyGgykxj+[+kxjvwp[vwpkxjvwp[vwpkxj[q2;qjLoGᏘkxj[qMMU&[_k$[kxj[qMMU&[PIkxj[q5;ekxj[q5;[l0yXkxj[q5;[%)M+Ηkxj[qd\#m`gS"yd\#mkxj[q9k0#mh "y9k0#mkxj[qL;=BEkxj[qL;=B;/Bakxj[q#m򎘠kxjd_0#d_kxjVfA0#VfAkxjVfA0#VfAkxj[qVM{i|#mkxj[qZMJe@"7Ikxj[qZMJe:kxj[qZMokxj[qZM0#[8$kxj[qZM0#aR&gkxj[q^m @=^mkxj[qRyM + G; +RyMkxj[q?=d="RkxjOd16/X16/X16/X! w#Sз ^[RP OGCG(c LXXX񡒘kxjOdM; M; M; *5 {yrW$ HahSP I(uc7 MXYYY񡒘kxj[qIkxj[q+[0#kxj[qGG+2kxj[qGG0Tg'uvkxj[q{T$mkxj[q{31kxj[q2;q%fokxj[q2;q#) bkxj[qVM{XO$mkxj[qVM{1kxj[qKET3Ukxj[qKjL9kxjXerox PressFonts Helvetica-mrr͠E@9R6kxjXerox PressFonts Helvetica-mrr͠W9R7kxjs/OI#}kxjsSD<љA;E@|kxjs/莘kxjsH::(ߙSD]kxjsn{C:(ߙH:SD/kxjs[CMkOkxjXerox PressFonts Helvetica-mrr͠= }8kxjA{MkOkxjXerox PressFonts Helvetica-mrr;@Ai1kxjXerox PressFonts Helvetica-mrr͠J V2kxjXerox PressFonts Helvetica-mrr͠zro$AkxjXerox PressFonts Helvetica-mrr;6UUH1kxj"=Mkxjs3K\}. Bkxjs3K\B }.kxjs_B[_;wkxjs_}.[kxjs_;w-D}.kxjO;wukxjXerox PressFonts Helvetica-mrr͠ @CvGrantkxjXerox PressFonts Helvetica-mrr;cO2kxjsGL9kxjXerox PressFonts Helvetica-mrr͠ 2Bkxj7*kxjs2B]0O+qkxjsCaM;kxjsCam!^󗘠kxjsfm!AQkxjsfAQkxjsdYz7AQm!kxjsdYz7AQ󗘠kxjs3LQ>4kxjs3OLQ>kxjs2(O4kxjs2(4Okxjs4*4*xkxjs4*O*xkxjsn{C7OP;4kxjs71P;OkxjXerox PressFonts Helvetica-mrr͠Y *lAkxjXerox PressFonts Helvetica-mrr;`'2kxjsf\kJ#}kxjsf\kJ|E@kxj#}OIkxjsPKp@^+kxjsmo$)@^AkxjsN?kxjsUBgNdEjkxjsUBgmdEjkxjsj!o-LQNkxjsj!o-LQmkxjKpPJKkxj*7 ^kxjJ"ʎkxjXerox PressFonts Helvetica-mrr͠QgB1kxjXerox PressFonts Helvetica-mrr͠BwpgB1kxjXerox PressFonts Helvetica-mrr͠`1kxjXerox PressFonts Helvetica-mrr͠Mj`1kxjXerox PressFonts Helvetica-mrr͠Р2kxjXerox PressFonts Helvetica-mrr͠0 2kxjXerox PressFonts Helvetica-mrr͠&56 ٠1kxjXerox PressFonts Helvetica-mrr͠GQ6 ٠1kxjXerox PressFonts Helvetica-mrr͠lj0B2kxjXerox PressFonts Helvetica-mrr͠MC0B2kxjC}."=MMBkxj BMkxj }.CkxjsO+qM;kxjseCMkOkxjsn{CMkOkxjXerox PressFonts Helvetica-mrr͠T9kxj[qdYz7,)kxj[q,)73Okxj[q,)73kxjs*uAkxjs O*ukxjs7( O[CAkxjs7(A[C Okxjs3A]>kxjs3 O]>kxjs #UOzEQAkxjs%EzEQ OkxjXerox PressFonts Helvetica-mrr͠VdC5Р2kxjXerox PressFonts Helvetica-mrr͠`C=-2kxj[qdRF Okxj[qdRFkxj[q #UOn{Ckkkg Interpress90.0 mm xmin 0.0 mm ymin 149.5691 mm xmax 53.8549 mm ymax 56.67713 mm bigger topLeading 56.67713 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/3SegmentTiming.gargoyle at February 9, 1989 5:51:53 pm PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [T 0.32756 0.33] [T 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 0.899999 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [115]: Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [100.5528,39.5] (Line ) [100.5528,175.3621] (Line ) [100.5528,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [70.96316,175.1395] (Line ) [101.2202,175.1395] (Line ) [138.5,175.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [64.95614,125.0818] (Line ) [64.95614,161.1234] (Line ) [64.95614,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [32.00002,160.9999] (Line ) [65.62362,160.9011] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [314.1324,161.1234] (Line ) [314.1324,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [278.5,39.5] (Line ) [278.5357,75.24657] (Line ) [278.5,98.0] (Line ) [278.5357,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [242.939,160.6784] (Line ) [242.939,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [207.3426,160.6784] (Line ) [207.3426,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [171.746,160.6784] (Line ) [171.746,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [143.5476,161.0007] (Line ) [422.5,161.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [243.0,99.5] (Line ) [242.939,160.6784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [314.1324,136.2058] (Line ) [314.1324,160.6784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [314.0,39.5] (Line ) [314.0,100.5] (Line ) [314.1324,135.7609] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [207.3426,39.5] (Line ) [207.3426,125.5268] (Line ) [207.3426,160.6784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [171.746,39.5] (Line ) [171.746,160.6784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [64.95614,39.5] (Line ) [64.95614,111.2882] (Line ) [64.95614,125.0818] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [242.939,39.5] (Line ) [242.939,86.37051] (Line ) [242.939,100.1643] fwd: T Text T "5" Xerox/PressFonts/Helvetica [7.49999 0.0 243.6062 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [7.49999 0.0 208.0096 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3" Xerox/PressFonts/Helvetica [7.49999 0.0 173.303 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [7.49999 0.0 65.6235 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [65.84612,160.9011] (Line ) [71.18561,175.1395] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [143.6687,160.6786] (Line ) [138.329,174.9172] fwd: T Text T "Grant" Xerox/PressFonts/Helvetica [7.49999 0.0 4.5 0.0 7.49999 163.1164][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 101.2201 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [32.00002,137.4155] (Line ) [207.3426,137.2991] (Line ) [212.6821,151.5377] (Line ) [275.0955,151.5377] (Line ) [280.435,137.4155] fwd: T Text T "6" Xerox/PressFonts/Helvetica [7.49999 0.0 279.203 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [7.49999 0.0 314.7993 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [285.2284,59.64294] (Line ) [279.1506,73.112] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [314.6323,73.56939] (Line ) [284.5425,73.56939] (Line ) [279.2031,59.33066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [285.0057,59.64294] (Line ) [315.263,59.64294] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [318.1551,66.76233] (Line ) [315.4852,73.88172] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [422.1343,66.76233] (Line ) [318.1551,66.76233] (Line ) [315.4852,59.64294] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [350.1343,186.4859] (Line ) [350.1343,39.5] fwd: T Text T "8" Xerox/PressFonts/Helvetica [7.49999 0.0 350.9924 0.0 7.49999 180.0026][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [136.5528,186.4859] (Line ) [136.5528,39.5] fwd: T Text T "1" Xerox/PressFonts/Helvetica [5.499994 0.0 24.45312 0.0 5.499994 160.4381][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 138.4998 0.0 7.49999 180.9998][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "A" Xerox/PressFonts/Helvetica [7.49999 0.0 4.999978 0.0 7.49999 112.4585][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [5.499994 0.0 9.953101 0.0 5.499994 110.3079][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [102.5,113.8311] (Line ) [15.0,113.8311] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [142.7282,106.7119] (Line ) [137.0528,120.9503] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [142.7282,120.9503] (Line ) [137.0528,106.7119] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [142.5058,120.9503] (Line ) [172.763,120.9503] (Line ) [175.5,114.4587] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [142.5058,106.7119] (Line ) [172.763,106.7119] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [175.5,114.4587] (Line ) [172.9853,106.7119] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [175.0,114.4587] (Line ) [314.5,114.5] fwd: T Text T "Grant" Xerox/PressFonts/Helvetica [7.49999 0.0 4.5 0.0 7.49999 139.4152][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.499994 0.0 24.90623 0.0 5.499994 136.8537][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [423.0,137.5] (Line ) [280.435,137.4155] fwd: T Text T "B" Xerox/PressFonts/Helvetica [7.49999 0.0 4.419974 0.0 7.49999 87.61743][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [15.0,90.24683] (Line ) [138.0,90.24683] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [138.3441,90.88319] (Line ) [141.1667,97.46905] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [178.1752,82.99999] (Line ) [173.0,97.49683] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [178.1752,97.23876] (Line ) [172.8357,82.99999] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [177.9527,97.23876] (Line ) [208.2099,97.23876] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [177.9527,82.99999] (Line ) [208.2099,82.99999] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [210.5656,90.24683] (Line ) [208.4321,97.23876] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [210.5656,90.24683] (Line ) [208.4321,82.99999] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [281.5,97.0] (Line ) [315.1129,96.98559] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [281.5,82.74682] (Line ) [315.1129,82.74682] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [320.675,82.74682] (Line ) [315.3358,96.98559] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [320.675,96.98559] (Line ) [315.3358,82.74682] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [320.4524,96.98559] (Line ) [350.7097,96.98559] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [320.4524,82.74682] (Line ) [350.7097,82.74682] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [422.1343,90.24683] (Line ) [353.0,90.49365] (Line ) [350.9321,96.98559] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [353.5,89.99365] (Line ) [350.9321,82.74682] fwd: T Text T "A" Xerox/PressFonts/Helvetica [7.49999 0.0 4.499978 0.0 7.49999 64.26037][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.499994 0.0 9.483212 0.0 5.499994 62.19878][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [244.8972,66.52614] (Line ) [247.7198,73.112] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [244.8972,66.52614] (Line ) [247.7198,59.33066] (Line ) [279.2031,59.33066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [247.7198,73.112] (Line ) [279.1506,73.112] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [15.0,66.6625] (Line ) [173.2946,66.6625] (Line ) [176.117,73.24836] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [212.1256,58.77939] (Line ) [207.0,72.88978] (Line ) [176.117,72.99827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [212.1256,73.01812] (Line ) [207.75,59.88978] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [211.903,73.01812] (Line ) [242.1604,73.01812] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [211.903,58.77939] (Line ) [242.1604,58.77939] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [244.7658,66.66287] (Line ) [242.3827,73.01812] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [244.7658,66.66287] (Line ) [242.3827,58.77939] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [173.2946,66.6625] (Line ) [175.8064,59.27939] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [138.0,90.24683] (Line ) [142.1562,82.99999] (Line ) [172.8357,82.99999] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [175.8064,59.02942] (Line ) [207.5297,59.02942] fwd: T Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 115.8398 0.0 7.49999 110.8292][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 151.9197 0.0 7.49999 110.8292][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 151.5899 0.0 7.49999 88.11745][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 187.6698 0.0 7.49999 88.11745][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 294.5896 0.0 7.49999 88.11423][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 331.5896 0.0 7.49999 87.86428][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 188.3397 0.0 7.49999 63.76037][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 224.4198 0.0 7.49999 63.76037][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 260.8397 0.0 7.49999 64.01036][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 297.0896 0.0 7.49999 64.01036][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [105.1152,106.7119] (Line ) [102.5,113.8311] (Line ) [105.3377,120.9503] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [137.0528,120.9503] (Line ) [105.3377,120.9503] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [137.0528,106.7119] (Line ) [105.1152,106.7119] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.1667,97.46905] (Line ) [173.0,97.49683] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [386.1343,186.4859] (Line ) [386.1343,39.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [422.1343,186.4859] (Line ) [422.1343,39.5] fwd: T Text T "9" Xerox/PressFonts/Helvetica [7.49999 0.0 387.5 0.0 7.49999 180.0][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [210.5656,90.24683] (Line ) [278.5122,90.24683] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [278.5122,90.24683] (Line ) [281.5,82.74682] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [278.5122,90.24683] (Line ) [281.5,97.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [317.0,121.0] (Line ) [350.6129,120.9856] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [317.0,106.7468] (Line ) [350.6129,106.7468] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [356.175,106.7468] (Line ) [350.8358,120.9856] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [356.175,120.9856] (Line ) [350.8358,106.7468] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [355.9524,120.9856] (Line ) [386.2097,120.9856] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [355.9524,106.7468] (Line ) [386.2097,106.7468] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [388.5,114.4937] (Line ) [386.4321,120.9856] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [389.0,113.9937] (Line ) [386.4321,106.7468] fwd: T Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 330.0896 0.0 7.49999 112.1142][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 367.0896 0.0 7.49999 111.8643][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [314.0122,114.2468] (Line ) [317.0,106.7468] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [314.0122,114.2468] (Line ) [317.0,121.0] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [388.5,114.4937] (Line ) [422.1343,114.4937] fwd: T 33K qTTdt KUFInterpress/Xerox/3.0 fjkj=xj $I K;)6a; KԎxjkxjn3@MgkxjUVMgB8kxj9Ha܎kxjn3@Ha4Ikxjn3@Ha0&IUmkxjn3@c>SMgnPokxjn3@c>SMg?7Dk=;)6;=xjkxj[q=;)6;=kxj[q' ZgA$o>' Zgkxj[qXg Zg7ko>Xg Zgkxj[q5 J<kxj[q5 KIkxj[qE Zg%f'%wkxj[qE Zg@:kxj[q5  Zgkxj[qE Zgv kxj[q2[&CMgkxj[q&E1w2[kxj[qCAqDGmLM${kxj[q')G`#kxj[q K)6a; KԎ)6kxj[q1; Zg/?5o>1; Zgkxj[q&G Zgo>&G̎ Zgkxj[q$?5=iAkxj[q$?5=+.=tkxj[qG Zg }5'%wkxj[qG Zg0Tg:kxj[q+   Zgkxj[q Zgv kxjXerox PressFonts Helvetica-MRRO!7ICkxjOd($C%S 3󏘠kxjOdS 3Gw%kxjOd9,!QoL,!9kxjOd)ye7~]%Se)ykxjOd3Eo;kxj[q'Wػkxj[q'W7cFtkxj[q3Eo@!7kxj[q3Eom|kxjOd 5eKkxjOd@U.v kxj[qCM=})5kxj[qCM=}k+Vkxj[q 5U.)lkxj[q 5U.aS2_k;)6jU;xjkxj[q;)6jU;kxj[qid Zgko>id Zgkxj[q Zgko> Zgkxj[qq P=D<kxj[qq 3 Zgkxj[qT_ ZgjLoo>T_ Zgkxj[qAG5="&Akxj[qAG5=.=tkxj[qL] ZgI['%wkxj[qL] ZgP\:kxj[qgp  Zgkxj[q0 Zgv kxjOdL;%t3󏘠kxjOdt3L;%kxjOd)1,!QoTX,!)1kxjOd97e7~]ee97kxjOd1sEo;kxj[q/5Wkxj[q/5WW__Ftkxj[q1sEog_!7kxj[q1sEoVJM|kxjOd[;eKkxjOdNVU.v kxj[qa'k=}5kxj[qa'k=}AG+Vkxj[q[;U.QKkxj[q[;U.QI2_kxjOd (%w\ kxjXerox PressFonts Helvetica-MRRneBArbiterkxjOdKKK&}:١0B{~r)d%K6lx3M]}$@b%3!h;kM[ %*y>*y>*y>kxj[q*y>*W37kxj[q*y>(CkxjOd   =` =`&CIQAq%=@#L22gJV:#jQ?4=luJV#E4QqMuV[V[V[kxj[qV[3f,vkxj[qV[QkxjOdr.r.r.pKotds!?AA*%.%!eajhk!T%8d$U&j]J;7GL$fGL$fGL$fkxj[qGL$f+.A8kxj[qGL$fTXVkxjOd8, 8,=`8,=`% IQ[TGSA#pX22{JV3h)Qyb4SJVS;D4_9NMuzV[zV[zV[kxj[qzV[ w,vkxj[qzV[Kv=QkxjXerox PressFonts Helvetica-MRR#4wGrantkxjXerox PressFonts Helvetica-MRRSf]( GrantkxjXerox PressFonts Helvetica-MRRVSQkBkxjXerox PressFonts Helvetica-MRR!JACkxjXerox PressFonts Helvetica-MRR3734  A1kxjXerox PressFonts Helvetica-MRRM7AkxjXerox PressFonts Helvetica-MRR3734F,O1kxjXerox PressFonts Helvetica-MRRgow٠CkxjXerox PressFonts Helvetica-MRR3734I`$I2kxjXerox PressFonts Helvetica-MRRs.kAkxjXerox PressFonts Helvetica-MRR3734G F栢2kxjXerox PressFonts Helvetica-MRR3734?h ʠ1kxjXerox PressFonts Helvetica-MRR3734͒$A02kxjXerox PressFonts Helvetica-MRR/WBoard 1kxjXerox PressFonts Helvetica-MRR{/ƠBoard 2kxjXerox PressFonts Helvetica-MRRy*!7ICkxjXerox PressFonts Helvetica-MRR_U!ICkxjXerox PressFonts Helvetica-MRR!ICkxjXerox PressFonts Helvetica-MRRߠGrantkxjXerox PressFonts Helvetica-MRR3734%T頢3kxjXerox PressFonts Helvetica-MRR( GrantkxjXerox PressFonts Helvetica-MRR3734k$A04kkkg Interpress90.0 mm xmin 0.0 mm ymin 118.1943 mm xmax 73.8623 mm ymax 76.68452 mm bigger topLeading 76.68452 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffGargoyle file for scene: stuffed from Gargoyle at September 28, 1988 8:40:58 pm PDT Produced by version 8803.24 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [] [1 1.0] 1.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [122]: Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [13.63679,90.70416] (Line ) [13.63679,42.03187] (Line ) [73.07217,42.03187] (Line ) [73.07217,90.70416] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [33.25294,192.8835] (Line ) [33.25294,192.8835] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.999997 c: T [1 1.0] d: T F [33.25294,192.8835] (Line ) [305.1607,192.8835] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.199999 c: T [1 1.0] d: T F [29.04091,192.6495] (Line ) [29.04091,192.6495] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [29.04091,192.6495] (Line ) [37.34815,184.3425] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [29.04091,192.6495] (Line ) [37.46505,201.0733] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [306.0964,192.8835] (Line ) [297.7896,184.5766] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 2.399997 c: T [1 1.0] d: T F [306.0964,192.8835] (Line ) [297.6727,201.3075] fwd: T Outline fillColor: [1 0.2] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [82.08197,90.70416] (Line ) [82.08197,42.03187] (Line ) [141.5172,42.03187] (Line ) [141.5172,90.70416] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [82.08197,90.70416] (Line ) [82.08197,42.03187] (Line ) [141.5172,42.03187] (Line ) [141.5172,90.70416] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [90.73913,80.40779] (Line ) [107.5871,80.40779] (Line ) [107.5871,71.9839] (Line ) [90.73913,71.9839] (Line ) [90.73913,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [116.4791,80.40779] (Line ) [133.3271,80.40779] (Line ) [133.3271,71.9839] (Line ) [116.4791,71.9839] (Line ) [116.4791,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.6052,106.138] (Line ) [121.8026,102.3355] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.6052,106.138] (Line ) [129.349,102.394] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [98.81215,80.40779] (Line ) [95.0098,84.21011] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [98.81215,80.40779] (Line ) [102.5562,84.15168] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [125.6052,106.138] (Line ) [125.6052,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [98.81215,80.40779] (Line ) [98.81215,127.0909] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [9.463165,127.2078] (Line ) [144.7931,127.2078] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [143.6232,106.5378] (Line ) [9.463165,106.5378] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [51.38816,152.3628] (Line ) [51.38816,160.3578] (Line ) [102.0881,160.5529] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [77.71318,191.9478] (Line ) [77.71318,160.9428] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [13.63679,42.03187] (Line ) [73.07217,42.03187] (Line ) [73.07217,90.70416] (Line ) [13.63679,90.70416] (Line ) [13.63679,42.03187] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [22.29422,80.40779] (Line ) [39.1424,80.40779] (Line ) [39.1424,71.9839] (Line ) [22.29422,71.9839] (Line ) [22.29422,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [48.03431,80.40779] (Line ) [64.88227,80.40779] (Line ) [64.88227,71.9839] (Line ) [48.03431,71.9839] (Line ) [48.03431,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [56.92638,105.7869] (Line ) [53.12381,101.9846] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [56.92638,105.7869] (Line ) [60.67027,102.0431] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [30.71831,80.40779] (Line ) [26.91586,84.21011] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [30.71831,80.40779] (Line ) [34.46239,84.15168] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [56.80927,106.138] (Line ) [56.80927,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [31.18636,80.40779] (Line ) [31.18636,127.0909] fwd: T Text T "IC" Xerox/PressFonts/Helvetica [7.999997 0.0 39.49998 0.0 7.999997 45.22873][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [153.3731,172.8379] (Line ) [1.962265,172.8379] (Line ) [1.962265,29.70781] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [1.962265,29.70781] (Line ) [152.9832,29.70781] (Line ) [152.9832,172.8379] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [37.93316,140.9965] (Line ) [37.93316,152.1678] (Line ) [66.01316,152.1678] (Line ) [66.01316,140.9965] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [88.43802,141.5815] (Line ) [88.43802,152.7527] (Line ) [116.5181,152.7527] (Line ) [116.5181,141.5815] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [102.8682,160.7478] (Line ) [102.8682,153.1427] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [51.42715,152.5578] (Line ) [47.6249,156.3601] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [51.42715,152.5578] (Line ) [55.1712,156.3017] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [102.8682,160.7478] (Line ) [99.06586,156.9455] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [102.8682,160.7478] (Line ) [106.6122,157.004] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [102.4783,141.5815] (Line ) [102.4783,106.489] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [51.97316,140.9967] (Line ) [51.97316,127.0909] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [52.16817,126.896] (Line ) [48.36585,130.6981] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [52.16817,126.896] (Line ) [55.91225,130.6396] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [102.4783,140.9967] (Line ) [98.67592,137.1944] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [102.4783,140.9967] (Line ) [106.2221,137.2526] fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [262.3526,90.70416] (Line ) [262.3526,42.03187] (Line ) [321.7882,42.03187] (Line ) [321.7882,90.70416] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [262.3526,90.70416] (Line ) [262.3526,42.03187] (Line ) [321.7882,42.03187] (Line ) [321.7882,90.70416] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [271.01,80.40779] (Line ) [287.8581,80.40779] (Line ) [287.8581,71.9839] (Line ) [271.01,71.9839] (Line ) [271.01,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [296.75,80.40779] (Line ) [313.5981,80.40779] (Line ) [313.5981,71.9839] (Line ) [296.75,71.9839] (Line ) [296.75,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [305.876,106.138] (Line ) [302.0735,102.3355] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [305.876,106.138] (Line ) [309.62,102.394] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [279.0833,80.40779] (Line ) [275.2807,84.21011] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [279.0833,80.40779] (Line ) [282.8273,84.15168] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [305.876,106.138] (Line ) [305.876,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [279.0833,80.40779] (Line ) [279.0833,127.0909] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [189.7342,127.2078] (Line ) [325.0641,127.2078] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [323.894,106.5378] (Line ) [189.7342,106.5378] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [231.6591,152.3628] (Line ) [231.6591,160.3578] (Line ) [282.359,160.5529] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [257.9841,192.8835] (Line ) [257.9841,160.9428] fwd: T Outline fillColor: [1 0.2] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [193.9077,90.70416] (Line ) [193.9077,42.03187] (Line ) [253.343,42.03187] (Line ) [253.343,90.70416] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [193.9077,42.03187] (Line ) [253.343,42.03187] (Line ) [253.343,90.70416] (Line ) [193.9077,90.70416] (Line ) [193.9077,42.03187] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [202.5652,80.40779] (Line ) [219.4132,80.40779] (Line ) [219.4132,71.9839] (Line ) [202.5652,71.9839] (Line ) [202.5652,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [228.3053,80.40779] (Line ) [245.1532,80.40779] (Line ) [245.1532,71.9839] (Line ) [228.3053,71.9839] (Line ) [228.3053,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [237.1972,105.7869] (Line ) [233.3947,101.9846] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [237.1972,105.7869] (Line ) [240.9412,102.0431] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [210.9892,80.40779] (Line ) [207.1868,84.21011] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [210.9892,80.40779] (Line ) [214.7332,84.15168] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [237.0804,106.138] (Line ) [237.0804,80.40779] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [211.4572,80.40779] (Line ) [211.4572,127.0909] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [333.6441,172.8379] (Line ) [182.2332,172.8379] (Line ) [182.2332,29.70781] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [182.2332,29.70781] (Line ) [333.2542,29.70781] (Line ) [333.2542,172.8379] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [218.2041,140.9965] (Line ) [218.2041,152.1678] (Line ) [246.2841,152.1678] (Line ) [246.2841,140.9965] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [268.7091,141.5815] (Line ) [268.7091,152.7527] (Line ) [296.789,152.7527] (Line ) [296.789,141.5815] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [283.1391,160.7478] (Line ) [283.1391,153.1427] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [231.6981,152.5578] (Line ) [227.8957,156.3601] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [231.6981,152.5578] (Line ) [235.4421,156.3017] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [283.1391,160.7478] (Line ) [279.3369,156.9455] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [283.1391,160.7478] (Line ) [286.8831,157.004] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [282.7492,141.5815] (Line ) [282.7492,106.489] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [232.2442,140.9967] (Line ) [232.2442,127.0909] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [232.4392,126.896] (Line ) [228.6368,130.6981] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [232.4392,126.896] (Line ) [236.1831,130.6396] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [282.7492,140.9967] (Line ) [278.9467,137.1944] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [282.7492,140.9967] (Line ) [286.4932,137.2526] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [2.053161,4.35781] (Line ) [2.053161,16.05781] (Line ) [333.163,16.05781] (Line ) [333.163,4.35781] (Line ) fwd: T Text T "Arbiter" Xerox/PressFonts/Helvetica [7.999997 0.0 148.1047 0.0 7.999997 5.494496][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [79.07819,18.3978] (Bezier [79.07819,18.3978] [79.07819,18.3978] ) [79.192,31.8203] (Bezier [79.30573,45.24274] [79.53317,72.08783] ) [77.45317,86.53415] (Bezier [75.37317,100.9804] [70.98566,103.0278] ) [67.97942,102.0041] (Bezier [64.97315,100.9804] [63.34815,96.88534] ) [62.53565,94.83782] (Bezier [61.72316,92.79034] [61.72316,92.79034] ) [61.72316,92.79034] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [61.72316,92.79034] (Line ) [59.88398,97.84331] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [61.72316,92.79034] (Line ) [66.69869,94.60109] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [148.4981,18.10529] (Bezier [148.4981,18.10532] [148.4981,18.10532] ) [148.6119,31.52782] (Bezier [148.7257,44.95027] [148.9531,71.7953] ) [146.8731,86.24159] (Bezier [144.7931,100.6878] [140.4056,102.7352] ) [137.3995,101.7116] (Bezier [134.3932,100.6878] [132.7681,96.59288] ) [131.9557,94.54531] (Bezier [131.1434,92.49791] [131.1434,92.49791] ) [131.1434,92.49791] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [131.1432,92.49791] (Line ) [129.3039,97.55083] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [131.1432,92.49791] (Line ) [136.1186,94.30867] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [258.8682,17.71534] (Bezier [258.8682,17.71534] [258.8682,17.71534] ) [258.982,31.1378] (Bezier [259.0956,44.5602] [259.3231,71.40525] ) [257.2432,85.85151] (Bezier [255.1632,100.2978] [250.7757,102.3453] ) [247.7694,101.3216] (Bezier [244.7632,100.2978] [243.1381,96.20273] ) [242.3257,94.15527] (Bezier [241.5132,92.10781] [241.5132,92.10781] ) [241.5132,92.10781] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [241.5132,92.10781] (Line ) [239.6739,97.16074] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [241.5132,92.10781] (Line ) [246.4886,93.91862] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.79 c: T [1 1.0] d: T F [329.0682,18.10529] (Bezier [329.0682,18.10532] [329.0682,18.10532] ) [329.1818,31.52782] (Bezier [329.2958,44.95027] [329.5231,71.7953] ) [327.4432,86.24159] (Bezier [325.3632,100.6878] [320.9756,102.7352] ) [317.9694,101.7116] (Bezier [314.9632,100.6878] [313.3382,96.59288] ) [312.5256,94.54531] (Bezier [311.7132,92.49791] [311.7132,92.49791] ) [311.7132,92.49791] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [311.7132,92.49791] (Line ) [309.874,97.55083] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.899999 c: T [1 1.0] d: T F [311.7132,92.49791] (Line ) [316.6885,94.30867] fwd: T Text T "Grant" Xerox/PressFonts/Helvetica [7.999997 0.0 51.07304 0.0 7.999997 18.57067][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [7.999997 0.0 229.5699 0.0 7.999997 18.8364][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "B" Xerox/PressFonts/Helvetica [7.999997 0.0 164.3209 0.0 7.999997 199.3364][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "C" Xerox/PressFonts/Helvetica [7.999997 0.0 10.63308 0.0 7.999997 131.1076][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [5.999996 0.0 16.19808 0.0 5.999996 129.1076][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "A" Xerox/PressFonts/Helvetica [7.999997 0.0 76.82102 0.0 7.999997 111.8363][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [5.999996 0.0 81.12555 0.0 5.999996 110.1731][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "C" Xerox/PressFonts/Helvetica [7.999997 0.0 190.8129 0.0 7.999997 131.4977][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.999996 0.0 196.8854 0.0 5.999996 128.9041][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "A" Xerox/PressFonts/Helvetica [7.999997 0.0 254.0728 0.0 7.999997 111.3364][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.999996 0.0 259.8427 0.0 5.999996 108.3848][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [5.999996 0.0 72.78925 0.0 5.999996 16.18316][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.999996 0.0 251.799 0.0 5.999996 16.57322][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Board 1" Xerox/PressFonts/Helvetica [7.999997 0.0 3.999998 0.0 7.999997 31.23454][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Board 2" Xerox/PressFonts/Helvetica [7.999997 0.0 184.9631 0.0 7.999997 31.26769][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [7.999997 0.0 108.5 0.0 7.999997 45.22873][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [7.999997 0.0 220.4999 0.0 7.999997 45.72871][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "IC" Xerox/PressFonts/Helvetica [7.999997 0.0 288.9999 0.0 7.999997 45.72871][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [7.999997 0.0 121.5 0.0 7.999997 19.2287][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3" Xerox/PressFonts/Helvetica [5.999996 0.0 143.2162 0.0 5.999996 16.8412][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Grant" Xerox/PressFonts/Helvetica [7.999997 0.0 302.0699 0.0 7.999997 18.8364][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [5.999996 0.0 324.2991 0.0 5.999996 16.57322][1 1.0] F 1.0 props: ( F ) ls: 1.2 33K UGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/newFigure19.gargoyle at February 15, 1989 12:33:06 pm PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [143]: Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [100.5528,93.26744] (Line ) [100.5528,175.3621] (Line ) [100.5528,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [70.96316,175.1395] (Line ) [101.2202,175.1395] (Line ) [138.5,175.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [64.95614,125.0818] (Line ) [64.95614,161.1234] (Line ) [64.95614,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [32.00002,160.9999] (Line ) [65.62362,160.9011] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [314.1324,161.1234] (Line ) [314.1324,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [278.5357,1.5] (Line ) [278.5357,10.62572] (Line ) [278.5357,75.24657] (Line ) [278.5,98.0] (Line ) [278.5357,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [242.939,160.6784] (Line ) [242.939,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [207.3426,160.6784] (Line ) [207.3426,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [171.746,160.6784] (Line ) [171.746,186.4859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [143.5476,161.0007] (Line ) [363.5,161.0007] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [243.0,99.5] (Line ) [242.939,160.6784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [314.1324,136.2058] (Line ) [314.1324,160.6784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [314.0,1.5] (Line ) [314.0,100.5] (Line ) [314.1324,135.7609] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [207.25,1.5] (Line ) [207.3426,125.5268] (Line ) [207.3426,160.6784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [171.746,1.5] (Line ) [171.746,11.0007] (Line ) [171.746,125.5268] (Line ) [171.746,160.6784] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [64.95614,1.5] (Line ) [64.95614,111.2882] (Line ) [64.95614,125.0818] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [242.939,10.90602] (Line ) [242.939,86.37051] (Line ) [242.939,100.1643] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [100.5528,86.37051] (Line ) [100.5528,100.1643] fwd: T Text T "5" Xerox/PressFonts/Helvetica [7.49999 0.0 243.6062 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [7.49999 0.0 208.0096 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3" Xerox/PressFonts/Helvetica [7.49999 0.0 173.303 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [7.49999 0.0 65.6235 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [65.84612,160.9011] (Line ) [71.18561,175.1395] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [143.6687,160.6786] (Line ) [138.329,174.9172] fwd: T Text T "Grant" Xerox/PressFonts/Helvetica [7.49999 0.0 4.5 0.0 7.49999 163.1164][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 101.2201 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [32.00002,111.0] (Line ) [141.0,111.0] (Line ) [146.3395,125.2386] (Line ) [208.753,125.2386] (Line ) [214.0924,111.1164] fwd: T Text T "6" Xerox/PressFonts/Helvetica [7.49999 0.0 279.203 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [7.49999 0.0 314.7993 0.0 7.49999 180.2561][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [15.00002,86.0] (Line ) [174.0,86.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [284.7284,31.75316] (Line ) [278.6506,45.22222] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [314.1324,45.67961] (Line ) [284.0425,45.67961] (Line ) [278.7031,31.44088] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [285.0096,11.04286] (Line ) [279.5,25.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [285.0096,25.28125] (Line ) [279.6702,11.04286] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [284.5057,31.75316] (Line ) [314.763,31.75316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [317.6552,38.87255] (Line ) [314.9853,45.99194] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [363.5,38.87255] (Line ) [317.6552,38.87255] (Line ) [314.9853,31.75316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [284.7871,25.28125] (Line ) [315.0441,25.28125] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [284.7871,11.04286] (Line ) [315.0441,11.04286] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [318.0,18.0] (Line ) [315.2667,25.28125] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [318.0,18.0] (Line ) [315.2667,11.04286] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [350.1343,186.4859] (Line ) [350.1343,11.12837] (Line ) [350.1343,1.5] fwd: T Text T "8" Xerox/PressFonts/Helvetica [7.49999 0.0 350.9924 0.0 7.49999 180.0026][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [100.3729,87.12572] (Line ) [100.3729,10.62572] (Line ) [100.3729,1.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [136.5528,186.4859] (Line ) [136.5528,10.62572] (Line ) [136.5528,1.5] fwd: T Text T "1" Xerox/PressFonts/Helvetica [5.499994 0.0 24.45312 0.0 5.499994 160.4381][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 138.4998 0.0 7.49999 180.9998][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "A" Xerox/PressFonts/Helvetica [7.49999 0.0 4.5 0.0 7.49999 133.4998][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [5.499994 0.0 9.453123 0.0 5.499994 131.3493][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [102.0,134.8725] (Line ) [14.50002,134.8725] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [142.2283,127.7532] (Line ) [136.5528,141.9917] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [142.2283,141.9917] (Line ) [136.5528,127.7532] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [142.0058,141.9917] (Line ) [172.263,141.9917] (Line ) [175.0,135.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [142.0058,127.7532] (Line ) [172.263,127.7532] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [175.0,135.5] (Line ) [172.4853,127.7532] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [174.5,135.5] (Line ) [363.5,135.5] fwd: T Text T "Grant" Xerox/PressFonts/Helvetica [7.49999 0.0 4.5 0.0 7.49999 112.9998][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.499994 0.0 24.90623 0.0 5.499994 110.4383][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [363.5,111.1164] (Line ) [214.0924,111.1164] fwd: T Text T "A" Xerox/PressFonts/Helvetica [7.49999 0.0 4.5 0.0 7.49999 83.49987][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.499994 0.0 9.453123 0.0 5.499994 81.34928][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "B" Xerox/PressFonts/Helvetica [7.49999 0.0 4.419996 0.0 7.49999 58.3706][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [15.00002,61.0] (Line ) [138.0,61.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [138.3441,61.63636] (Line ) [141.1667,68.22222] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [178.1753,53.75316] (Line ) [173.0,68.25] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [178.1753,67.99194] (Line ) [172.8357,53.75316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [177.9527,67.99194] (Line ) [208.2099,67.99194] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [177.9527,53.75316] (Line ) [208.2099,53.75316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [218.6444,53.75316] (Line ) [213.7719,53.75316] (Line ) [208.4321,67.99194] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [213.7719,67.99194] (Line ) [208.4321,53.75316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [213.7719,67.99194] (Line ) [218.6444,67.99194] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [214.3562,67.99194] (Line ) [244.6129,67.99194] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [214.3562,53.75316] (Line ) [244.6129,53.75316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [250.175,53.75316] (Line ) [244.8358,67.99194] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [250.175,67.99194] (Line ) [244.8358,53.75316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [249.9524,67.99194] (Line ) [280.2097,67.99194] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [249.9524,53.75316] (Line ) [280.2097,53.75316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [282.5,61.5] (Line ) [280.4321,67.99194] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [283.0,61.0] (Line ) [280.4321,53.75316] fwd: T Text T "C" Xerox/PressFonts/Helvetica [7.49999 0.0 4.0 0.0 7.49999 36.37059][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [5.499994 0.0 8.983235 0.0 5.499994 34.309][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [244.3973,38.63636] (Line ) [247.2198,45.22222] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [244.3973,38.63636] (Line ) [247.2198,31.44088] (Line ) [278.7031,31.44088] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [247.2198,45.22222] (Line ) [278.6506,45.22222] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [14.50002,38.77273] (Line ) [172.7946,38.77273] (Line ) [175.617,45.35859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [211.6256,30.88961] (Line ) [206.5,45.0] (Line ) [175.617,45.10849] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [211.6256,45.12834] (Line ) [207.25,32.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [211.403,45.12834] (Line ) [241.6604,45.12834] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [211.403,30.88961] (Line ) [241.6604,30.88961] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [244.2658,38.77309] (Line ) [241.8827,45.12834] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [244.2658,38.77309] (Line ) [241.8827,30.88961] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [172.7946,38.77273] (Line ) [175.3065,31.38961] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [245.4169,18.69549] (Line ) [248.2394,25.28125] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [245.4169,18.69549] (Line ) [248.5195,11.05914] (Line ) [279.75,11.25] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [248.2394,25.28125] (Line ) [279.6702,25.28125] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [15.50002,18.5] (Line ) [171.75,18.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [212.4225,25.18739] (Line ) [242.68,25.18739] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [245.2855,18.83219] (Line ) [242.9022,25.18739] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [245.2855,18.83219] (Line ) [242.75,11.75] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [138.0,61.0] (Line ) [142.1563,53.75316] (Line ) [172.8357,53.75316] fwd: T Text T "C" Xerox/PressFonts/Helvetica [7.49999 0.0 4.46988 0.0 7.49999 15.83174][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [5.499994 0.0 9.453123 0.0 5.499994 13.7702][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [176.5,78.5] (Line ) [207.8437,78.66742] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [213.4058,92.90607] (Line ) [208.0664,78.66742] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [213.1833,92.90607] (Line ) [243.4405,92.90607] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [213.1833,78.66742] (Line ) [243.4405,78.66742] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [243.4405,78.66742] (Line ) [246.6774,86.16418] (Line ) [243.6628,92.90607] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [173.8974,86.13636] (Line ) [176.1774,78.91411] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [175.3065,31.13964] (Line ) [207.0297,31.13964] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [212.75,11.3091] (Line ) [242.75,11.25] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [175.75,25.25] (Line ) [207.0441,25.28125] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [175.0,11.0] (Line ) [207.0441,11.04286] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [212.6063,11.04286] (Line ) [207.2665,25.28125] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [212.6063,25.28125] (Line ) [207.2667,11.04286] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [243.0,11.5] (Line ) [243.0,2.25] fwd: T Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 115.3398 0.0 7.49999 131.8705][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 151.4197 0.0 7.49999 131.8705][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 151.5899 0.0 7.49999 58.87062][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 187.6698 0.0 7.49999 58.87062][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 224.0896 0.0 7.49999 59.12058][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 261.0896 0.0 7.49999 58.87062][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 187.8397 0.0 7.49999 35.8706][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 223.9198 0.0 7.49999 35.8706][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 260.3397 0.0 7.49999 36.12059][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 296.5896 0.0 7.49999 36.12059][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 187.8397 0.0 7.49999 15.87062][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [7.49999 0.0 223.9198 0.0 7.49999 15.87062][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 260.3397 0.0 7.49999 16.12061][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 296.8395 0.0 7.49999 16.37062][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [172.7946,18.52272] (Line ) [175.617,25.10849] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [172.7946,18.52272] (Line ) [175.3065,11.13963] fwd: T Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 189.6772 0.0 7.49999 82.91397][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2" Xerox/PressFonts/Helvetica [7.49999 0.0 225.6772 0.0 7.49999 83.16403][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [104.6152,127.7532] (Line ) [102.0,134.8725] (Line ) [104.8377,141.9917] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [136.5528,141.9917] (Line ) [104.8377,141.9917] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [136.5528,127.7532] (Line ) [104.6152,127.7532] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [283.0,61.0] (Line ) [363.5,61.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [318.0,18.0] (Line ) [363.5,18.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [246.6774,86.16418] (Line ) [363.5,86.16418] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.1667,68.22222] (Line ) [173.0,68.25] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [141.0,111.1164] (Line ) [143.5476,117.7936] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [174.0,86.0] (Line ) [176.457,92.90607] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [213.4058,79.25588] (Line ) [207.3182,92.90607] (Line ) [176.457,92.90607] fwd: T 70.08268 mm bigger topLeading 70.08268 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 128.7639 mm xmax 67.26046 mm ymax  InterpressJInterpress/Xerox/3.0 fjkj=xjxjs?=UV':Mkkxjs4k++mOkxjsr5n`Mkkxjsr$Ex92[kxjsSqD`Mkkxjsw uI-wMkkxjsMRkTMkkxjsWylkTMkkxjs*D?kTMkkxjs*kxjsMRkTkxjsSqDx7kTkxjsSqDe.kxjs=Wyl6pkTkxjs*D?=]6pkTkxjsrc5nkxjsMRT6kxjs?=T6kxjXerox PressFonts Helvetica-mrr͠9R5kxjXerox PressFonts Helvetica-mrr͠Th9R4kxjXerox PressFonts Helvetica-mrr͠W!9R3kxjXerox PressFonts Helvetica-mrr͠UL9R0kxjsy 92[.pk+kxjsY)LckxjXerox PressFonts Helvetica-mrr͠ AgGrantkxjXerox PressFonts Helvetica-mrr͠R9R1kxjs-\+ XEPUcwR kxjXerox PressFonts Helvetica-mrr͠E@9R6kxjXerox PressFonts Helvetica-mrr͠W9R7kxjs oKNkxjsZQZXS kxjsSqDag4&/E@=I󗘠kxjsshF/3kxjssh) f^Fkxjs`Wkxjs#}fSDG|kxjs}f#SDkxjsn) SDkxjsnFSDkxjsy) kxjsyFkxjs[CMknwkxjXerox PressFonts Helvetica-mrr͠= }8kxjs";; kxjA{Mk kxjXerox PressFonts Helvetica-mrr;@Ai1kxjXerox PressFonts Helvetica-mrr͠J V2kxjXerox PressFonts Helvetica-mrr͠ u AkxjXerox PressFonts Helvetica-mrr;]@ S?1kxjN Y kxjs3\&mMA{Bxkxjs3\BxA{&mMkxjs_iBx GOkxjs_i&mM GkxjsO-D&mMkxj]kxjXerox PressFonts Helvetica-mrr͠ GrantkxjXerox PressFonts Helvetica-mrr;cE2kxjsR cwkxjXerox PressFonts Helvetica-mrr͠ 7AkxjXerox PressFonts Helvetica-mrr;]@BjѠ2kxjXerox PressFonts Helvetica-mrr͠Q{ Bkxj oKݙ*kxjs2B] Of kxjsCa!-MkxjsCa |^!-kxjsf |AQkxjsf!-AQkxjs&o-!-/9AQ |kxjs/9 |AQ!-kxjs/9 |&o-kxjs= I |kxjs= I!-kxjs'(!-@C |kxjs'( |@C!-kxjs |C>kxjs!-C>kxjs5{XQ |kxjsݙXQ!-kxjXerox PressFonts Helvetica-mrr͠'CkxjXerox PressFonts Helvetica-mrr;MC1kxjsEI W[ kxjsEI W[=IE@kxjW[ ZXSkxjs Y UKp >/#Ɨkxjs͗ >/%[ԗkxjs =kxjs7TC 25kxjs7TC25kxjsKaO'a kxjsKaO'akxjKpU*u> qMkxjsTScm DG) kxjsTScm JM _-kxjDG) f^kxjsd+Y %kxjs:G6+kxjsj{$WK\6+kxjsj{$/kxj*ݙ !-^kxjXerox PressFonts Helvetica-mrr͠sS X CkxjXerox PressFonts Helvetica-mrr;]@-2kxjsa kxjs9EAkxjs1<AOTkxjs1<OTkxjsOTCQVAkxj~'g*>2?kxj*u>ޙQekxjSTwx-kxjse6D) kxjsO6DFkxjsiyF2{) kxjsiy)  %Fkxj kxjXerox PressFonts Helvetica-mrr͠.hgG1kxjXerox PressFonts Helvetica-mrr͠r(G1kxjXerox PressFonts Helvetica-mrr͠igA1kxjXerox PressFonts Helvetica-mrr͠KgA1kxjXerox PressFonts Helvetica-mrr͠~ 2kxjXerox PressFonts Helvetica-mrr͠DUCA2kxjXerox PressFonts Helvetica-mrr͠` U1kxjXerox PressFonts Helvetica-mrr͠o U1kxjXerox PressFonts Helvetica-mrr͠55/T2kxjXerox PressFonts Helvetica-mrr͠/T2kxjXerox PressFonts Helvetica-mrr͠`1kxjXerox PressFonts Helvetica-mrr͠o1kxjXerox PressFonts Helvetica-mrr͠55/2kxjXerox PressFonts Helvetica-mrr͠]Q %2kxjsKp  >/ԗkxjKp *u>1痘kxjXerox PressFonts Helvetica-mrr͠u]2kxjXerox PressFonts Helvetica-mrr͠I=f2kxj&mMNN8BxkxjA{BxN8kxjA{&mMkxjsݙkxjskxjsCkxjsOf Mkxjs-R *?kxjsNhAkxjs9EiCTAhkkkg33K qRcentered lastLineFormatting TU)Interpress/Xerox/3.0 fjkj=xj.z1ՙS4ԗ{F1՗=]Sg=]1ՏxjkxjUX351ՙS4ԗ{F1՗=]Sg=]1Տk71ՙ4ԗUk1՗=]g7=]1ՏxjkxjUX3571ՙ4ԗUk1՗=]g7=]1ՏkwsQwnowsE:Q$4E:wsxjkxjUX35wsQwnowsE:Q$4E:wskJwsrwwsE:r$JE:wsxjkxjUX35JwsrwwsE:r$JE:wskmcwsxw |xwsE:x$mcE:wsxjkxjUX35mcwsxw |xwsE:x$mcE:wskv$wswwsE:$v$E:wsxjkxjUX35v$wswwsE:$v$E:wsk Uwsrw DwsE:r$E: UwsxjkxjUX35 Uwsrw DwsE:r$E: Uwskxj@KEęY#"ėkxj@K#6/ kxj@KY#7YkxjXerox PressFonts Helvetica-mrr%UYUV8DRequestkxj@KX- JecIpEEMS`QI[\&9kxj@KecIp5kxjXerox PressFonts Helvetica-mrr%UYUV_(~ kxj@K[rۙMMa2kxjXerox PressFonts Helvetica-mrr%UYUVJNReplykxjXerox PressFonts Helvetica-mrr%UYUV%c#{AddresskxjXerox PressFonts Helvetica-mrr%UYUV69ȠAddresskxjXerox PressFonts Helvetica-mrr%UYUV; qDatakxjXerox PressFonts Helvetica-mrr%UYUVO qDatakxjXerox PressFonts Helvetica-mrr%UYUV* qDatakxjXerox PressFonts Helvetica-mrr%UYUVDz qDatakxjXerox PressFonts Helvetica-mrr%UYUV'=Victimkxj@Ka)ej& w1}—w1}NfS`?kxj@Kw1}™M`?kxj@Kej& X\ qkxjXerox PressFonts Helvetica-mrr%UYUV@BFc64 BitskxjXerox PressFonts Helvetica-mrr%UYUVۉJh& CmdkxjXerox PressFonts Helvetica-mrr%UYUV$I%3h& Cmdkk`ʙ(o4@`ks$J 7j_y/H3w@-?GP9$Jk 0]v1k`ʡxjkxjXerox PressFonts Helvetica-mrr%UYUVk J transactionkzws@wEwsE:@$zE:wsxjkxjUX35zws@wEwsE:@$zE:wskjwswwsE:$jE:wsxjkxjUX35jwswwsE:$jE:wskswsw wsE:$sE:wsxjkxjUX35swsw wsE:$sE:wskUws e wuwsE: e $\ME:UwsxjkxjUX35Uws e wuwsE: e $\ME:Uwskxj@K ,ՙ՗kxjXerox PressFonts Helvetica-mrr%UYUV*EGDatakxjXerox PressFonts Helvetica-mrr%UYUV';GDatakxjXerox PressFonts Helvetica-mrr%UYUV+<GDatakxjXerox PressFonts Helvetica-mrr%UYUV09=GDatakkkg Interpress:0.0 mm xmin 0.0 mm ymin 96.81603 mm xmax 37.59518 mm ymax 40.41741 mm bigger topLeading 40.41741 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffdGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/Figure15.gargoyle at January 25, 1989 2:54:38 pm PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 0.7910357 round round Dashed: F Shadows: []F Anchor: T [23.0,24.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [51]: Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [20.6666,59.99532] (Line ) [27.66667,63.4953] (Line ) [34.66675,59.99532] (Line ) [34.66675,45.12035] (Line ) [27.66667,41.62032] (Line ) [20.6666,45.12035] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [20.6666,59.99532] (Line ) [27.66667,63.4953] (Line ) [34.66675,59.99532] (Line ) [34.66675,45.12035] (Line ) [27.66667,41.62032] (Line ) [20.6666,45.12035] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [35.54156,59.99532] (Line ) [42.54167,63.4953] (Line ) [49.54172,59.99532] (Line ) [49.54172,45.12035] (Line ) [42.54167,41.62032] (Line ) [35.54156,45.12035] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [35.54156,59.99532] (Line ) [42.54167,63.4953] (Line ) [49.54172,59.99532] (Line ) [49.54172,45.12035] (Line ) [42.54167,41.62032] (Line ) [35.54156,45.12035] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [74.91649,60.43281] (Line ) [81.91659,63.93277] (Line ) [88.91659,60.43281] (Line ) [88.91659,45.55784] (Line ) [81.91659,42.05779] (Line ) [74.91659,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [74.91649,60.43281] (Line ) [81.91659,63.93277] (Line ) [88.91659,60.43281] (Line ) [88.91659,45.55784] (Line ) [81.91659,42.05779] (Line ) [74.91659,45.55784] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [89.79149,60.43281] (Line ) [96.79157,63.93277] (Line ) [103.7916,60.43281] (Line ) [103.7916,45.55784] (Line ) [96.79157,42.05779] (Line ) [89.79149,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [89.79149,60.43281] (Line ) [96.79157,63.93277] (Line ) [103.7916,60.43281] (Line ) [103.7916,45.55784] (Line ) [96.79157,42.05779] (Line ) [89.79149,45.55784] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [104.6665,60.43281] (Line ) [111.6666,63.93277] (Line ) [118.6666,60.43281] (Line ) [118.6666,45.55784] (Line ) [111.6666,42.05779] (Line ) [104.6665,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [104.6665,60.43281] (Line ) [111.6666,63.93277] (Line ) [118.6666,60.43281] (Line ) [118.6666,45.55784] (Line ) [111.6666,42.05779] (Line ) [104.6665,45.55784] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [119.5415,60.43281] (Line ) [126.5416,63.93277] (Line ) [133.5416,60.43281] (Line ) [133.5416,45.55784] (Line ) [126.5416,42.05779] (Line ) [119.5415,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [119.5415,60.43281] (Line ) [126.5416,63.93277] (Line ) [133.5416,60.43281] (Line ) [133.5416,45.55784] (Line ) [126.5416,42.05779] (Line ) [119.5415,45.55784] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [134.4164,60.43281] (Line ) [141.4166,63.93277] (Line ) [148.4165,60.43281] (Line ) [148.4165,45.55784] (Line ) [141.4166,42.05779] (Line ) [134.4165,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [134.4164,60.43281] (Line ) [141.4166,63.93277] (Line ) [148.4165,60.43281] (Line ) [148.4165,45.55784] (Line ) [141.4166,42.05779] (Line ) [134.4165,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [25.1507,34.72958] (Line ) [22.85393,32.4331] (Line ) [48.66666,32.4331] (Line ) [48.66666,32.4331] (Line ) [46.3698,34.72958] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [48.66666,32.4331] (Line ) [46.36964,30.13603] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [22.85393,32.4331] (Line ) [25.36978,29.9172] fwd: T Text T "Request" Xerox/PressFonts/Helvetica [6.999997 0.0 22.08498 0.0 6.999997 25.16732][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [78.3068,34.94849] (Line ) [76.01009,32.6518] (Line ) [101.8228,32.6518] (Line ) [101.8228,32.6518] (Line ) [206.1979,32.5329] (Line ) [204.1196,34.69859] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [76.01009,32.6518] (Line ) [78.52602,30.13587] fwd: T Text T " " Xerox/PressFonts/Helvetica [6.999997 0.0 144.0412 0.0 6.999997 5.307732][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [206.3071,32.29223] (Line ) [204.0102,29.99532] fwd: T Text T "Reply" Xerox/PressFonts/Helvetica [6.999997 0.0 130.8151 0.0 6.999997 25.67471][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Address" Xerox/PressFonts/Helvetica [0.0 -6.999997 26.72113 6.999997 0.0 73.03254][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Address" Xerox/PressFonts/Helvetica [0.0 -6.999997 80.9711 6.999997 0.0 73.99502][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 98.47096 6.999997 0.0 73.6549][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 113.1271 6.999997 0.0 73.6549][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 127.7834 6.999997 0.0 73.6549][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 142.877 6.999997 0.0 73.6549][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Victim" Xerox/PressFonts/Helvetica [0.0 -6.999997 42.97899 6.999997 0.0 73.5574][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [241.8071,44.91682] (Line ) [244.1038,42.62009] (Line ) [244.104,65.15156] (Line ) [244.104,65.15156] (Line ) [241.8072,62.85459] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [244.104,65.15156] (Line ) [246.4008,62.85459] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [244.1038,42.62009] (Line ) [246.6196,45.13587] fwd: T Text T "64 Bits" Xerox/PressFonts/Helvetica [6.999997 0.0 248.5607 0.0 6.999997 51.17464][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "& Cmd" Xerox/PressFonts/Helvetica [0.0 -6.999997 32.99997 6.999997 0.0 73.33656][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "& Cmd" Xerox/PressFonts/Helvetica [0.0 -6.999997 87.99995 6.999997 0.0 74.33656][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [22.44791,24.75743] (Bezier [25.8193,4.045451] [101.1043,24.66995] ) [114.1537,11.50674] (Bezier [127.2028,24.66981] [202.4876,4.045732] ) [205.8594,24.75748] (Bezier [202.4875,7.915644] [127.2028,27.06221] ) [114.1537,12.94209] (Bezier [101.1041,27.06208] [25.81947,7.915384] ) fwd: T Text T "transaction" Xerox/PressFonts/Helvetica [6.999997 0.0 95.48433 0.0 6.999997 3.424667][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [148.7915,60.43281] (Line ) [155.7916,63.93277] (Line ) [162.7916,60.43281] (Line ) [162.7916,45.55784] (Line ) [155.7916,42.05779] (Line ) [148.7915,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [148.7915,60.43281] (Line ) [155.7916,63.93277] (Line ) [162.7916,60.43281] (Line ) [162.7916,45.55784] (Line ) [155.7916,42.05779] (Line ) [148.7915,45.55784] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [163.6665,60.43281] (Line ) [170.6666,63.93277] (Line ) [177.6666,60.43281] (Line ) [177.6666,45.55784] (Line ) [170.6666,42.05779] (Line ) [163.6665,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [163.6665,60.43281] (Line ) [170.6666,63.93277] (Line ) [177.6666,60.43281] (Line ) [177.6666,45.55784] (Line ) [170.6666,42.05779] (Line ) [163.6665,45.55784] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [178.5415,60.43281] (Line ) [185.5416,63.93277] (Line ) [192.5416,60.43281] (Line ) [192.5416,45.55784] (Line ) [185.5416,42.05779] (Line ) [178.5415,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [178.5415,60.43281] (Line ) [185.5416,63.93277] (Line ) [192.5416,60.43281] (Line ) [192.5416,45.55784] (Line ) [185.5416,42.05779] (Line ) [178.5415,45.55784] (Line ) fwd: T Outline fillColor: [1 0.0] ow: F fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [193.4164,60.43281] (Line ) [200.4166,63.93277] (Line ) [207.4165,60.43281] (Line ) [207.4165,45.55784] (Line ) [200.4166,42.05779] (Line ) [193.4165,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [5] arrows: 0 j: round e: T round w: 1.666665 c: T [1 1.0] d: T F [193.4164,60.43281] (Line ) [200.4166,63.93277] (Line ) [207.4165,60.43281] (Line ) [207.4165,45.55784] (Line ) [200.4166,42.05779] (Line ) [193.4165,45.55784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.8333324 c: T [1 1.0] d: T F [1.416666,52.99532] (Line ) [232.5,53.0] fwd: T Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 157.971 6.999997 0.0 74.1549][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 172.6271 6.999997 0.0 74.1549][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 187.2834 6.999997 0.0 74.1549][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [0.0 -6.999997 202.377 6.999997 0.0 74.1549][1 1.0] F 1.0 props: ( F ) ls: 1.2 33Iartworkcaption AKTT5GT  ; gZ>8BUInterpress/Xerox/3.0 fjkj=xj+%̃⠢XeroxResearch ChipNDaleCD InitialColor5_5_\)5_5_xjkXeroxResearch ChipNDaleCDCommentN!.o!ُN!xjkq2=yҎ`7ȏq2xjk)z24E`7ȏ)z2xjk:M.p=:Mxjk72% 7ю2xjk) h+j`7ȏ) h+xjkY 2Q$`7ȏY 2xjki%`7șY 4mi%`7ȏxjki%22<`7ȏi%2xjk.o5 %HI.o5 xjkB95 2ώ%HIB95 xjki%2Y  i%2xjkN!pq?N!xjkXv5 <%HIXv5 xjkq 62}_`7ȏq 62xjk05-1י7MCŏ05-1׏xjk05-1י.o05-1׏xjk:M ]MCŏ:MxjkxjXerox PressFonts Helvetica-mrrľ8ܠModekxjXerox PressFonts Helvetica-mrrľqCommandkxjXerox PressFonts Helvetica-mrrľKFlavorkxjXerox PressFonts Helvetica-mrrq 6gDeviceIDkxjXerox PressFonts Helvetica-mrr/|AddresskxjXerox PressFonts Helvetica-mrr:~[63kxjXerox PressFonts Helvetica-mrrp~[16kxjXerox PressFonts Helvetica-mrri%;0kxjXerox PressFonts Helvetica-mrr8~[4kxjXerox PressFonts Helvetica-mrr6~[5kxjXerox PressFonts Helvetica-mrr4E~[6kxjXerox PressFonts Helvetica-mrr`~[7kxjXerox PressFonts Helvetica-mrr"5~[17kkkg Interpress90.0 mm xmin 0.0 mm ymin 196.8994 mm xmax 41.0323 mm ymax FitTRUE0.2083922 the lineLength .mul 2.822222 .add bigger topLeading 0.2083922 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffAGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Figure16.gargoyle at February 9, 1989 10:04:56 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: F Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [32]: Outline fillColor: [2 Xerox/Research/ChipNDale/CD/InitialColor] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [28.34647,28.34647] (Line ) [583.6536,28.34647] (Line ) [583.6536,142.6585] (Line ) [28.34647,142.6585] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [37.01468,38.63996] (Line ) [106.3604,38.63996] (Line ) [106.3604,39.72349] (Line ) [37.01468,39.72349] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [73.85459,81.981] (Line ) [74.93811,81.981] (Line ) [74.93811,123.155] (Line ) [73.85459,123.155] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [83.60632,81.981] (Line ) [84.68985,81.981] (Line ) [84.68985,123.155] (Line ) [83.60632,123.155] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [89.02396,68.9787] (Line ) [105.2768,68.9787] (Line ) [105.2768,70.06223] (Line ) [89.02396,70.06223] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [290.5598,81.981] (Line ) [292.7269,81.981] (Line ) [292.7269,83.06453] (Line ) [290.5598,83.06453] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [162.7037,79.81395] (Line ) [163.7873,79.81395] (Line ) [163.7873,123.155] (Line ) [162.7037,123.155] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [578.7778,81.981] (Line ) [579.8612,81.981] (Line ) [579.8612,123.155] (Line ) [578.7778,123.155] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [30.51352,123.155] (Line ) [578.7778,123.155] (Line ) [578.7778,124.2385] (Line ) [30.51352,124.2385] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [30.51352,81.981] (Line ) [31.59705,81.981] (Line ) [31.59705,123.155] (Line ) [30.51352,123.155] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [106.3604,129.6562] (Line ) [141.0332,129.6562] (Line ) [141.0332,130.7397] (Line ) [106.3604,130.7397] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [41.34878,129.6562] (Line ) [63.01932,129.6562] (Line ) [63.01932,130.7397] (Line ) [41.34878,130.7397] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [30.51352,81.981] (Line ) [578.7778,81.981] (Line ) [578.7778,83.06453] (Line ) [30.51352,83.06453] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [37.01468,38.63996] (Line ) [38.0982,38.63996] (Line ) [38.0982,99.31743] (Line ) [37.01468,99.31743] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [193.0424,129.6562] (Line ) [557.1073,129.6562] (Line ) [557.1073,130.7397] (Line ) [193.0424,130.7397] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [93.35806,81.981] (Line ) [94.44159,81.981] (Line ) [94.44159,123.155] (Line ) [93.35806,123.155] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [78.18869,53.80932] (Line ) [79.27222,53.80932] (Line ) [79.27222,100.401] (Line ) [78.18869,100.401] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [78.18869,53.80932] (Line ) [106.3604,53.80932] (Line ) [106.3604,54.89285] (Line ) [78.18869,54.89285] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [89.02396,68.9787] (Line ) [90.10748,68.9787] (Line ) [90.10748,100.401] (Line ) [89.02396,100.401] (Line ) fwd: T Text T "Mode" Xerox/PressFonts/Helvetica [13.00231 0.0 110.6945 0.0 13.00231 65.18636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Command" Xerox/PressFonts/Helvetica [13.00231 0.0 110.6945 0.0 13.00231 35.38938][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Flavor" Xerox/PressFonts/Helvetica [13.00231 0.0 110.6945 0.0 13.00231 50.55875][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [13.00231 0.0 93.35806 0.0 13.00231 96.06685][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Address" Xerox/PressFonts/Helvetica [13.00231 0.0 325.2327 0.0 13.00231 98.2339][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [13.00231 0.0 563.6084 0.0 13.00231 125.8638][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [13.00231 0.0 143.2003 0.0 13.00231 125.8638][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [13.00231 0.0 30.51352 0.0 13.00231 125.322][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [13.00231 0.0 65.18637 0.0 13.00231 125.8638][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [13.00231 0.0 76.02164 0.0 13.00231 125.8638][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [13.00231 0.0 84.68985 0.0 13.00231 125.8638][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [13.00231 0.0 95.52509 0.0 13.00231 125.8638][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [13.00231 0.0 167.0378 0.0 13.00231 125.8638][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 33K  UInterpress/Xerox/3.0 fjkj=xj}oXeroxResearch ChipNDaleCD InitialColor5_\?t5_xjkXeroxResearch ChipNDaleCDCommentH*y2yHюxjkH0ow93яHюxjk05-1י4U2y05-1׏xjk7 h+!q':S7 h+xjkXv-\<>G|Xv-\xjk'y(2y'yxjk} h+Y `} h+xjk-c-\L7>G|-c-\xjk8-\>G|8-\xjk} h+EC':S} h+xjk}':SY z}':SxjkY  h+Q$':SY  h+xjkQ h+hM':SQ h+xjk) h+/':S) h+xjk7 h+Ž`7ю h+xjk)z h+=':S)z h+xjk05-1יL05-1׏xjk'y0ow!ُ'yxjkxjXerox PressFonts Helvetica-mrr8)٠FaultkxjXerox PressFonts Helvetica-mrr88ܠ ReplySharedkxjXerox PressFonts Helvetica-mrr"5J17kxjXerox PressFonts Helvetica-mrr`J7kxjXerox PressFonts Helvetica-mrr=J6kxjXerox PressFonts Helvetica-mrr)GJ5kxjXerox PressFonts Helvetica-mrr(J4kxjXerox PressFonts Helvetica-mrr}`7Ƞ0kxjXerox PressFonts Helvetica-mrr:J16kxjXerox PressFonts Helvetica-mrr:J63kxjXerox PressFonts Helvetica-mrrgAddresskxjXerox PressFonts Helvetica-mrrq 6󠢠DeviceIDkxjXerox PressFonts Helvetica-mrr.oqCommandkkkg Interpress90.0 mm xmin 0.0 mm ymin 196.8994 mm xmax 40.2678 mm ymax TRUE0.2045095 the lineLength .mul 2.822222 .add bigger topLeading 0.2045095 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffAGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Figure17.gargoyle at February 9, 1989 10:06:17 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: F Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [32]: Outline fillColor: [2 Xerox/Research/ChipNDale/CD/InitialColor] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [28.34647,28.34646] (Line ) [583.6536,28.34646] (Line ) [583.6536,140.4914] (Line ) [28.34647,140.4914] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [89.02392,68.97869] (Line ) [90.10745,68.97869] (Line ) [90.10745,97.15037] (Line ) [89.02392,97.15037] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [89.02392,68.97869] (Line ) [104.1933,68.97869] (Line ) [104.1933,70.06222] (Line ) [89.02392,70.06222] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [78.18866,53.80932] (Line ) [79.27219,53.80932] (Line ) [79.27219,97.15037] (Line ) [78.18866,97.15037] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [73.85455,79.81396] (Line ) [74.93808,79.81396] (Line ) [74.93808,120.988] (Line ) [73.85455,120.988] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [193.0424,127.4891] (Line ) [557.1072,127.4891] (Line ) [557.1072,128.5726] (Line ) [193.0424,128.5726] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [37.01465,38.63996] (Line ) [38.09818,38.63996] (Line ) [38.09818,97.15037] (Line ) [37.01465,97.15037] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [30.51349,79.81396] (Line ) [578.7777,79.81396] (Line ) [578.7777,80.89748] (Line ) [30.51349,80.89748] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [41.34876,127.4891] (Line ) [63.01929,127.4891] (Line ) [63.01929,128.5726] (Line ) [41.34876,128.5726] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [106.3603,127.4891] (Line ) [141.0332,127.4891] (Line ) [141.0332,128.5726] (Line ) [106.3603,128.5726] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [30.51349,79.81396] (Line ) [31.59701,79.81396] (Line ) [31.59701,120.988] (Line ) [30.51349,120.988] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [30.51349,120.988] (Line ) [578.7777,120.988] (Line ) [578.7777,122.0715] (Line ) [30.51349,122.0715] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [578.7777,79.81396] (Line ) [579.8612,79.81396] (Line ) [579.8612,120.988] (Line ) [578.7777,120.988] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [93.35804,79.81396] (Line ) [94.44156,79.81396] (Line ) [94.44156,120.988] (Line ) [93.35804,120.988] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [162.7037,79.81396] (Line ) [163.7872,79.81396] (Line ) [163.7872,120.988] (Line ) [162.7037,120.988] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [290.5598,79.81396] (Line ) [292.7268,79.81396] (Line ) [292.7268,80.89748] (Line ) [290.5598,80.89748] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [83.6063,79.81396] (Line ) [84.68982,79.81396] (Line ) [84.68982,120.988] (Line ) [83.6063,120.988] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [78.18866,53.80932] (Line ) [102.0262,53.80932] (Line ) [102.0262,54.89285] (Line ) [78.18866,54.89285] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [37.01465,38.63996] (Line ) [104.1933,38.63996] (Line ) [104.1933,39.72349] (Line ) [37.01465,39.72349] (Line ) fwd: T Text T "Fault" Xerox/PressFonts/Helvetica [13.00231 0.0 106.3603 0.0 13.00231 48.3917][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "ReplyShared" Xerox/PressFonts/Helvetica [13.00231 0.0 106.3603 0.0 13.00231 65.18636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [13.00231 0.0 167.0378 0.0 13.00231 123.6968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [13.00231 0.0 95.52509 0.0 13.00231 123.6968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [13.00231 0.0 84.68982 0.0 13.00231 123.6968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [13.00231 0.0 76.0216 0.0 13.00231 123.6968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [13.00231 0.0 65.18634 0.0 13.00231 123.6968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [13.00231 0.0 30.51349 0.0 13.00231 123.155][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [13.00231 0.0 143.2002 0.0 13.00231 123.6968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [13.00231 0.0 563.6084 0.0 13.00231 123.6968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Address" Xerox/PressFonts/Helvetica [13.00231 0.0 325.2327 0.0 13.00231 96.06685][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [13.00231 0.0 93.35806 0.0 13.00231 93.8998][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Command" Xerox/PressFonts/Helvetica [13.00231 0.0 106.3604 0.0 13.00231 35.38938][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 33K  TR3centered lineFormatting centered lastLineFormattingW99XWclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5 in flushLeft tabStop..XZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopCCXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopDDXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopCCXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopAAXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopEEXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopIIXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopKKXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopIIXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopKKXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopDDXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStopXZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStop77XZclearTabStops 3.00 in flushLeft tabStop 4.4 in flushLeft tabStop 5.25 in flushLeft tabStop@@ T  %LUInterpress/Xerox/3.0 fjkj=xjv:{aXeroxResearch ChipNDaleCDCommentxjkxjXerox PressFonts Helvetica-mrr㠤EU17kxjXerox PressFonts Helvetica-mrr㠤I{7kxjXerox PressFonts Helvetica-mrr㠤A{6kxjXerox PressFonts Helvetica-mrr㠤؊1)0kxjXerox PressFonts Helvetica-mrr㠤Je16kxjXerox PressFonts Helvetica-mrr㠤'63kxj:C7kxj؊K?jkxjK|C7 kxj4-™;1kxj؊F:?jkxj-™;1kxj/T-™;1kxjQe-™;1kxjWFK2o(kxj1Da}ukxjXerox PressFonts Helvetica-mrr㠤 _QxIAll XXXkxjXerox PressFonts Helvetica-mrr  F"s6d/DeviceIDkxjXerox PressFonts Helvetica-mrr  S-J of ReportingkxjXerox PressFonts Helvetica-mrr  Yf^DevicekxjhcP-™;1kxjXerox PressFonts Helvetica-mrr㠤h^All XXXkxjXerox PressFonts Helvetica-mrr㠤 |f32kxjXerox PressFonts Helvetica-mrr㠤 # |f31kxj%*#kxjXerox PressFonts Helvetica-mrr㠤  Faultcodekkkg Interpress:0.0 mm xmin 0.0 mm ymin 175.0902 mm xmax 18.92357 mm ymax TRUE0.108079 the lineLength .mul 2.822222 .add bigger topLeading 0.108079 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff*Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Figure18.gargoyle at February 9, 1989 10:07:57 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] [T 1.9 1.9] [T 3.805 3.81] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [13.00231 13.00231] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [578.0,273.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [27]: Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [98.66031,315.5374] (Line ) [98.66031,314.5715] fwd: T Text T "17" Xerox/PressFonts/Helvetica [11.59213 0.0 210.7176 0.0 11.59213 311.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.59213 0.0 146.9609 0.0 11.59213 311.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.59213 0.0 137.3008 0.0 11.59213 311.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.59213 0.0 89.0002 0.0 11.59213 310.7074][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.59213 0.0 189.4653 0.0 11.59213 311.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.59213 0.0 564.2777 0.0 11.59213 311.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [350.2105,315.0269] (Line ) [558.4816,315.0545] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.0002,272.5499] (Line ) [577.8018,272.5499] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [156.621,315.0545] (Line ) [187.5334,315.0545] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.48321,272.067] (Line ) [89.48321,308.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.0002,309.2585] (Line ) [577.8018,309.2585] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [578.2849,272.067] (Line ) [578.2849,308.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [145.5119,272.067] (Line ) [145.5119,308.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [207.3366,272.067] (Line ) [207.3366,308.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [320.8429,272.5499] (Line ) [322.7749,272.5499] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [98.22483,314.6087] (Line ) [134.9027,314.5812] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 95.96002 0.0 11.59213 285.6986][] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" xerox/pressfonts/helvetica [8.023895 0.0 156.1217 0.0 8.023895 296.2553][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [8.023895 0.0 150.0589 0.0 8.023895 287.7432][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [8.023895 0.0 158.0828 0.0 8.023895 279.6277][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [334.0375,272.067] (Line ) [334.0375,308.7755] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 248.0014 0.0 11.59213 284.9894][] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.59213 0.0 334.6085 0.0 11.59213 311.4608][] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.59213 0.0 316.7777 0.0 11.59213 311.4608][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [225.8402,315.0269] (Line ) [313.6572,315.0269] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.59213 0.0 430.6959 0.0 11.59213 285.1907][] F 1.0 props: ( F ) ls: 1.2 33W 6@K TTT Tt`T+0<Tlx T Interpress/Xerox/3.0 fjkj=xj;{xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment suA?63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment sNP 63kxjU _SkxjIUPᏘkxj  jeokxjU  jekxje{ kxj xeq7kxj &eq7kxj je mskxj5 mskxj;:Hq5kxjxkxj.WkxjXerox PressFonts Helvetica-mrr sŪ&~ Disambig.kxjXerox PressFonts Helvetica-mrr s5BitskxjXerox PressFonts Helvetica-mrr s=>gW26kxjXerox PressFonts Helvetica-mrr s;9gW27kxjXerox PressFonts Helvetica-mrr s1Q%M Real AddresskxjXerox PressFonts Helvetica-mrr sJX#+𠢠17kxjv<VXkxjTQU okxj' %kxjXerox PressFonts Helvetica-mrr s UiLocationkxjXerox PressFonts Helvetica-mrr s$I& SizekxjXerox PressFonts Helvetica-mrr s!59kxjXerox PressFonts Helvetica-mrr s"60kxj#m{ #kxjYYYSkexR< <w`F(S<U<< c}x*}X&< x )/Qk E V!!!ki"#G/%]tL(be(u֗i"#xjki D BٙGw/ܗG{/P{i"#i D BٗxjkxjXerox PressFonts Helvetica-mrr s27kxj 5kxj5kxj tukxjkxjXerox PressFonts Helvetica-mrr sVgDoubleWord Addresskxj('"/jkxj"/j Kkxj0ęWvkxj"/ xkkkg Interpress:0.0 mm xmin 0.0 mm ymin 102.0732 mm xmax 37.58877 mm ymax 40.41099 mm bigger topLeading 40.41099 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff>Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/newFigure19.gargoyle at February 9, 1989 10:09:01 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 0.13] [F 0.5 1/2] [F 1.0 1] [T 1.725 1.73] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [325.0,27.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [41]: Text T "63" Xerox/PressFonts/Helvetica [8.06323 0.0 463.0924 0.0 8.06323 9.777112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [8.06323 0.0 462.7565 0.0 8.06323 77.31322][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [293.7647,-17.1] (Line ) [295.1084,-17.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [472.8356,-17.43615] (Line ) [472.8356,8.097693] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [248.7,8.450001] (Line ) [472.4997,8.433595] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [248.0,-17.1] (Line ) [472.4997,-17.1] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [281.25,12.3] (Line ) [428.25,12.3] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [199.7,50.43586] (Line ) [472.1638,50.43586] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [199.7,75.96945] (Line ) [472.1638,75.96945] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [472.4997,50.1] (Line ) [472.4997,75.63342] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [214.4764,50.1] (Line ) [214.4764,75.63342] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [263.2586,50.44987] (Line ) [263.2586,75.98342] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [293.4289,50.43586] (Line ) [294.7726,50.43586] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [278.2164,80.15541] (Line ) [459.1664,80.15541] fwd: T Text T "Disambig." Xerox/PressFonts/Helvetica [8.06323 0.0 222.9163 0.0 8.06323 64.40522][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [8.06323 0.0 234.0589 0.0 8.06323 55.30522][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [8.06323 0.0 254.0807 0.0 8.06323 77.51604][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [8.06323 0.0 265.2807 0.0 8.06323 77.51604][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [8.06323 0.0 341.2163 0.0 8.06323 58.80522][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [8.06323 0.0 215.5796 0.0 8.06323 77.33338][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [225.0296,80.48336] (Line ) [252.3296,80.48336] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [267.679,-17.1] (Line ) [267.679,8.433595] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [439.1,-17.45] (Line ) [439.1,8.083423] fwd: T Text T "Location" Xerox/PressFonts/Helvetica [8.06323 0.0 439.8706 0.0 8.06323 -3.639244][] F 1.0 props: ( F ) ls: 1.2 Text T "& Size" Xerox/PressFonts/Helvetica [8.06323 0.0 445.863 0.0 8.06323 -12.03925][] F 1.0 props: ( F ) ls: 1.2 Text T "59" Xerox/PressFonts/Helvetica [8.06323 0.0 430.35 0.0 8.06323 9.85][] F 1.0 props: ( F ) ls: 1.2 Text T "60" Xerox/PressFonts/Helvetica [8.06323 0.0 443.65 0.0 8.06323 9.85][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [453.45,12.3] (Line ) [460.45,12.3] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [343.2,44.5] (CubicSpline Type: BSpline 4 [370.15,38.55] [364.2,29.45] [359.3,29.1] [355.8,20.7] ) [392.2,16.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.219,16.35466] (Line ) [390.0214,19.80331] (Line ) [391.0659,16.8646] (Line ) [389.3416,14.26584] (Line ) fwd: T Outline fillColor: [1 1.0] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.4852,15.64055] (Line ) [389.2555,16.40546] (Line ) [389.3405,17.09762] (Line ) [395.219,16.35466] (Line ) fwd: T Text T "27" Xerox/PressFonts/Helvetica [8.06323 0.0 269.0 0.0 8.06323 9.85][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [248.7,8.450001] (Line ) [237.7894,2.150798] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [237.7894,2.150798] (Line ) [248.0,-3.744259] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [248.7,-3.340113] (Line ) [237.0881,-10.8] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [237.7894,-10.8] (Line ) [248.0,-16.69505] fwd: T Text T "DoubleWord Address" Xerox/PressFonts/Helvetica [8.06323 0.0 315.769 0.0 8.06323 -7.65][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [200.4,75.58091] (Line ) [189.4894,69.28172] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [189.4894,69.28172] (Line ) [199.7,63.38666] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [200.4,63.7908] (Line ) [188.7881,56.33092] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [189.4894,56.33092] (Line ) [199.7,50.43586] fwd: T 33Z &T0 Itable3 ]GRK U>Interpress/Xerox/3.0 fjkj=xjxj?4y{ gPk9'MQk o)"A-R oLۗ-R o)xjkxj?4y{ gUk8A#5+_8AYPe_8A#xjk#)9HTX#)SX#)9xjkxjEOQB kxjXerox PressFonts Helvetica-mrr ONXXblockskxj3bГtUkxjB?vmГtkxjb?vm+AГtkxjZy?vmГtkxjXerox PressFonts Helvetica-mrr O'@YMemorykxj . .kxj; `AEeӗkxjQqkxjQqp 0kxjQqN'kxj8{58{5kxj?5Cokxj?5CmRC0kxj'MQUkxj3bQ{ gkxj'MQ[kxjUQ{ gkxjIL#k)kxjILk)kxj2tx qkxj/S]v!#kxj}x)=ߗkxj/S]#v!kxjS#rEkxjSrEkxjV.,MN#kxjP#V.kxjV.Pkxj/-Jkxj/-Jkxj$a@(ܙvSokxj'=6Vkxj@@q(3Wh(ܗkxj'=M1ykxj`{Ҏkxj1<ٙ7kxj_{EUbkxj?IW_{EUbkxjn!>/kxjnXi}kxj&5페kxjpUYÎkxj0><5/Okxj0>TmkxjXerox PressFonts Helvetica-mrr OT](ReadBlockRequest[Address: 2]kxjXerox PressFonts Helvetica-mrr Ou⠢DynaBuskxjPp Pp Pp Hh#))q@[p@ m(@@qWOO<m%>UOO_͔[@ah(E=a#kw&3@Ia/7>1`S6wHJ|w&3@xjkxj:9[ :9[ :9[ Ej#3M)q@Gep(@|WȱO%>DxWO!3+h:MML`2 "1D'LQjgLQjgLQjgkxj^y('C^ykxjXerox PressFonts Helvetica-mrr O`=2kxjXerox PressFonts Helvetica-mrr O@lJѠ3kxjXerox PressFonts Helvetica-mrr O8+nYkxjA>\sTm6'kxjs?-?-?-9/3'i  O ---㡒kxjXerox PressFonts Helvetica-mrr OU4kxjXerox PressFonts Helvetica-mrr OZO5kxjXerox PressFonts Helvetica-mrr O?36kxjXerox PressFonts Helvetica-mrr O*7kkkg Interpress:0.0 mm xmin 0.0 mm ymin 108.7654 mm xmax 62.73246 mm ymax 65.55468 mm bigger topLeading 65.55468 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/Figure19.gargoyle at January 25, 1989 3:18:08 pm PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.13 0.13] [F 0.26269 0.26] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [8.125374 8.125374] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 0.7910357 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [121]: Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T square w: 1.0 c: T [1 1.0] d: T F [133.719,87.73816] (Line ) [115.0112,106.446] (Line ) [115.0112,155.946] (Line ) [132.8961,173.946] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [31.73874,42.67886] (Line ) [27.67601,34.55325] (Line ) [31.73874,36.58447] (Line ) [35.80142,34.55325] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [133.719,87.73816] (Line ) [210.8886,87.73816] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.9385,175.2572] (Line ) [221.5009,170.382] (Line ) [223.9385,171.6008] (Line ) [226.3762,170.382] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.878,87.25444] (Line ) [221.4405,92.12956] (Line ) [223.878,90.91103] (Line ) [226.3158,92.12956] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [223.9114,173.946] (Line ) [223.9114,88.52879] fwd: T Text T "blocks" Xerox/PressFonts/Helvetica [8.125374 0.0 227.2614 0.0 8.125374 145.0204][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [135.2347,143.5349] (Line ) [210.8886,143.5349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [154.1481,149.0458] (Line ) [154.1481,143.5349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [173.0616,149.0458] (Line ) [173.0615,143.5349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [191.9752,149.0458] (Line ) [191.9752,143.5349] fwd: T Text T "Memory" Xerox/PressFonts/Helvetica [8.125374 0.0 158.3906 0.0 8.125374 167.6926][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [4.834108,50.74306] (Line ) [4.834108,50.74306] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [2.185456,51.24307] (Line ) [306.5,51.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [1.5,50.55753] (Line ) [1.5,50.55753] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [1.5,50.55753] (Line ) [8.075762,43.98233] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [1.5,50.55753] (Line ) [8.1683,57.22598] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [272.8113,50.74306] (Line ) [272.8113,50.74306] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [306.8113,50.24306] (Line ) [300.2356,43.66717] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [306.8113,50.24306] (Line ) [300.1431,56.91118] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [132.8961,173.946] (Line ) [210.8886,173.946] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [135.2347,173.946] (Line ) [135.2347,87.73816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [132.8961,173.946] (Line ) [132.8961,89.42367] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [210.8886,173.946] (Line ) [210.8886,87.73816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [112.3593,54.3195] (Line ) [127.4878,54.3195] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [112.3593,47.20029] (Line ) [127.4878,47.20029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [111.5604,50.99312] (Line ) [112.4706,54.46016] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [130.2688,47.20029] (Line ) [127.5992,54.3195] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [111.3104,50.99312] (Line ) [112.4706,47.34082] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [130.2688,54.3195] (Line ) [127.5992,47.20029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [130.1576,54.3195] (Line ) [145.2861,54.3195] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [130.1576,47.20029] (Line ) [145.2861,47.20029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [148.0671,47.20029] (Line ) [145.3974,54.3195] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [150.5036,54.3195] (Line ) [148.0671,54.3195] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [148.0671,47.20029] (Line ) [150.5036,47.20029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [148.0741,54.34691] (Line ) [163.2027,54.34691] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [148.0741,47.22754] (Line ) [163.2027,47.22754] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [145.5156,47.3682] (Line ) [148.1854,54.48724] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [165.9836,47.22754] (Line ) [163.314,54.34691] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [145.5575,53.87958] (Line ) [148.1854,47.3682] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [165.9836,54.34691] (Line ) [163.3141,47.22754] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [165.8725,54.34691] (Line ) [181.001,54.34691] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [166.1225,47.10254] (Line ) [181.251,47.10254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [183.782,47.22754] (Line ) [181.1122,54.34691] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [186.2184,54.34691] (Line ) [183.782,54.34691] (Line ) [181.1122,47.22754] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [183.7338,47.22754] (Line ) [181.0638,54.34691] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [183.7338,54.34691] (Line ) [181.064,47.22754] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [183.6226,54.34691] (Line ) [198.751,54.34691] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [183.8726,46.97754] (Line ) [199.001,46.97754] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [200.4355,50.86798] (Line ) [198.8622,54.34691] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [200.4355,50.99312] (Line ) [198.8624,47.22754] fwd: T Text T "ReadBlockRequest[Address: 2]" Xerox/PressFonts/Helvetica [8.125374 0.0 35.27818 0.0 8.125374 21.93581][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus" Xerox/PressFonts/Helvetica [8.125374 0.0 269.1152 0.0 8.125374 62.19295][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [6] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [182.9911,165.606] (Bezier [182.9911,165.606] [182.9911,165.606] ) [178.4712,165.6858] (Bezier [173.9512,165.7657] [164.9112,165.926] ) [157.6711,164.8457] (Bezier [150.4312,163.7657] [144.9912,161.446] ) [143.7113,159.0859] (Bezier [142.4312,156.7259] [145.3113,154.3257] ) [149.3212,152.9958] (Bezier [153.3312,151.6657] [158.4712,151.4059] ) [161.0412,151.2759] (Bezier [163.6112,151.1459] [163.6112,151.1459] ) [163.6112,151.1459] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [197.8323,152.7969] (Line ) [194.3299,150.1993] (Line ) [194.9516,152.2892] (Line ) [193.6528,154.0403] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [6] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [163.7912,165.606] (Bezier [163.7912,165.606] [163.7912,165.606] ) [168.3113,165.6858] (Bezier [172.8312,165.7657] [181.8713,165.926] ) [189.1112,164.8457] (Bezier [196.3512,163.7657] [201.7911,161.446] ) [203.0712,159.0859] (Bezier [204.3512,156.7259] [201.4713,154.3257] ) [197.6512,152.946] (Bezier [193.8312,151.5659] [189.0712,151.2059] ) [186.6912,151.0257] (Bezier [184.3113,150.8457] [184.3113,150.8457] ) [184.3113,150.8457] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [200.5372,153.4179] (Line ) [200.5372,153.4179] fwd: T Text T "2" Xerox/PressFonts/Helvetica [8.125374 0.0 135.0601 0.0 8.125374 38.99263][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3" Xerox/PressFonts/Helvetica [8.125374 0.0 153.4352 0.0 8.125374 39.11771][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [8.125374 0.0 261.8644 0.0 8.125374 39.24263][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [8.125374 0.0 243.8101 0.0 8.125374 39.36771][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "header" Xerox/PressFonts/Helvetica [5.499997 0.0 110.0625 0.0 5.499997 56.43843][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "data (in cyclical order)" Xerox/PressFonts/Helvetica [5.499997 0.0 132.1851 0.0 5.499997 56.36762][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [140.9966,60.87085] (Line ) [136.9337,68.99606] (Line ) [140.9966,66.9647] (Line ) [145.0593,68.99606] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [135.2347,149.0458] (Line ) [210.8886,149.0458] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [33.8593,54.5695] (Line ) [48.98785,54.5695] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [33.8593,47.45029] (Line ) [48.98785,47.45029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [33.06038,51.24318] (Line ) [33.97057,54.71007] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [51.76882,47.45029] (Line ) [49.09917,54.5695] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [32.81043,51.24318] (Line ) [33.97057,47.59087] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [51.76882,54.5695] (Line ) [49.09917,47.45029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [51.65761,54.5695] (Line ) [66.78616,54.5695] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [51.65761,47.45029] (Line ) [66.78616,47.45029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [66.75,48.25006] (Line ) [68.25,51.50006] (Line ) [66.89744,54.5695] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.5,66.50006] (Line ) [140.75,69.25] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [32.19318,9.725860] (Line ) [32.19318,9.725860] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [16.68541,31.73523] (Line ) [175.1306,31.73523] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [17.0,32.00006] (Line ) [17.0,1.500061] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [174.5,31.5] (Line ) [174.5,1.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [31.73874,36.58447] (Line ) [31.75,16.50006] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [144.7881,149.0458] (Line ) [144.7881,143.5349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [163.5081,149.0458] (Line ) [163.5081,143.5349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [182.6152,149.0458] (Line ) [182.6152,143.5349] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [201.3352,149.0458] (Line ) [201.3352,143.5349] fwd: T Text T "0" xerox/pressfonts/Helvetica [6.0 0.0 138.5 0.0 6.0 144.0][] F 1.0 props: ( F ) ls: 1.2 Text T "1" xerox/pressfonts/Helvetica [6.0 0.0 148.5 0.0 6.0 144.0][] F 1.0 props: ( F ) ls: 1.2 Text T "2 " xerox/pressfonts/Helvetica [6.0 0.0 157.75 0.0 6.0 144.0][] F 1.0 props: ( F ) ls: 1.2 Text T "3" xerox/pressfonts/Helvetica [6.0 0.0 166.5 0.0 6.0 144.0465][] F 1.0 props: ( F ) ls: 1.2 Text T "4" xerox/pressfonts/Helvetica [6.0 0.0 176.25 0.0 6.0 144.0465][] F 1.0 props: ( F ) ls: 1.2 Text T "5" xerox/pressfonts/Helvetica [6.0 0.0 185.25 0.0 6.0 144.0][] F 1.0 props: ( F ) ls: 1.2 Text T "6" xerox/pressfonts/Helvetica [6.0 0.0 194.75 0.0 6.0 144.0465][] F 1.0 props: ( F ) ls: 1.2 Text T "7" xerox/pressfonts/Helvetica [6.0 0.0 204.5 0.0 6.0 144.0465][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [202.2688,47.32529] (Line ) [200.934,50.8849] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [202.2688,54.4445] (Line ) [200.934,50.8849] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [202.1576,54.4445] (Line ) [217.2861,54.4445] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [202.1576,47.32529] (Line ) [217.2861,47.32529] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [220.0671,47.32529] (Line ) [217.3974,54.4445] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [222.5036,54.4445] (Line ) [220.0671,54.4445] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [220.0671,47.32529] (Line ) [222.5036,47.32529] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [220.0741,54.47191] (Line ) [235.2027,54.47191] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [220.0741,47.35254] (Line ) [235.2027,47.35254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [217.5156,47.4932] (Line ) [220.1854,54.61224] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [237.9836,47.35254] (Line ) [235.314,54.47191] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [217.5575,54.00458] (Line ) [220.1854,47.4932] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [237.9836,54.47191] (Line ) [235.314,47.35254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [237.8725,54.47191] (Line ) [253.001,54.47191] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [237.8725,47.35254] (Line ) [253.001,47.35254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [255.782,47.35254] (Line ) [253.1122,54.47191] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [258.2184,54.47191] (Line ) [255.782,54.47191] (Line ) [253.1122,47.35254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [255.782,47.35254] (Line ) [258.2184,47.35254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [255.7338,47.35254] (Line ) [253.0638,54.47191] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [255.7338,54.47191] (Line ) [253.064,47.35254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [255.6226,54.47191] (Line ) [270.751,54.47191] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 1.0 c: T [1 1.0] d: T F [255.6226,47.35254] (Line ) [270.751,47.35254] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [272.4355,50.99298] (Line ) [270.8622,54.47191] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [272.4355,51.11812] (Line ) [270.8624,47.35254] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.7910357 c: T [1 1.0] d: T F [159.5,141.0] (CubicSpline Type: BSpline 1 [141.5,110.0] ) [141.0,67.0] fwd: T Text T "4" Xerox/PressFonts/Helvetica [8.125374 0.0 170.5 0.0 8.125374 39.25][] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [8.125374 0.0 189.125 0.0 8.125374 39.31811][] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [8.125374 0.0 207.75 0.0 8.125374 39.19311][] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [8.125374 0.0 226.0 0.0 8.125374 39.06811][] F 1.0 props: ( F ) ls: 1.2 33K R3centered lineFormatting centered lastLineFormatting TSTU$Interpress/Xerox/3.0 fjkj=xj5# xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #>G63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #3\q40kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #'5nCDatakxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #IW#)GHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #'+E/17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #AaE/7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #]E/6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #;]aE/5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #Y E/4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #3\qE#0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #VgE/16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #>E/63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #U3*00000kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #;]a*X0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #*DeviceIDkxjK8u:1pkxjb*L  \kxj3\qG^;kxjpL  \kxj3\qu:1;kxj6Kckxj}@]0Vkxj*]kxj3\q<3;kxjp7Dkxj3\qD;kxjb*7Dkxj\+7DkxjN+t7Dkxj#7Dkxj?2kxjK8<3pkxjkxjXerox PressFonts Helvetica-mrr #R Disambig.kxjXerox PressFonts Helvetica-mrr #>i=EBitskxjXerox PressFonts Helvetica-mrr #RIfo%26kxjXerox PressFonts Helvetica-mrr #WhIfo%27kxjXerox PressFonts Helvetica-mrr #?J Real Addresskxjikxju:1G^kxju:1G^kxjXerox PressFonts Helvetica-mrr #+1kxjXerox PressFonts Helvetica-mrr #VkxjXerox PressFonts Helvetica-mrr #-=27kxjXerox PressFonts Helvetica-mrr #la-=26kxj/5kxjXerox PressFonts Helvetica-mrr #5GZ%All XXXkxjXerox PressFonts Helvetica-mrr #K8=Victim Addresskkkg Interpress:0.0 mm xmin 0.0 mm ymin 192.2881 mm xmax 39.14184 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffCGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/ReadBlock.gargoyle at February 9, 1989 10:11:17 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 1.2 1.2] [F 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [325.0,712.5] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [48]: Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 588.6289 0.0 11.5189 650.8452][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 116.354 0.0 11.5189 650.3654][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.5189 0.0 68.3585 0.0 11.5189 624.4478][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.5189 0.0 64.5189 0.0 11.5189 682.0423][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.5189 0.0 237.3024 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.5189 0.0 173.9484 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.5189 0.0 164.3493 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.5189 0.0 156.6701 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.5189 0.0 147.071 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 116.354 0.0 11.5189 707.9598][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.5189 0.0 216.1844 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 588.6289 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00000" Xerox/PressFonts/Helvetica [11.5189 0.0 120.1936 0.0 11.5189 681.5624][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "X0" Xerox/PressFonts/Helvetica [11.5189 0.0 156.6701 0.0 11.5189 681.5624][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.5189 0.0 177.788 0.0 11.5189 681.5624][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [346.732,612.449] (Line ) [348.6518,612.449] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [602.5478,611.969] (Line ) [602.5478,648.4456] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.354,648.9256] (Line ) [602.0678,648.9256] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.834,611.969] (Line ) [116.834,648.4456] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.354,612.449] (Line ) [602.0678,612.449] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.0,654.685] (Line ) [579.99,654.685] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [125.9531,712.2796] (Line ) [145.1512,712.2796] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [183.5476,712.2796] (Line ) [214.2646,712.2796] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.354,670.0435] (Line ) [602.0678,670.0435] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.834,669.5635] (Line ) [116.834,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.354,706.52] (Line ) [602.0678,706.52] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [602.5478,669.5635] (Line ) [602.5478,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [155.2303,669.5635] (Line ) [155.2303,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [172.5086,669.5635] (Line ) [172.5086,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [233.9428,669.5635] (Line ) [233.9428,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.6318,670.0635] (Line ) [303.6318,706.5401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [346.732,670.0435] (Line ) [348.6518,670.0435] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.0,712.5] (Line ) [583.5,712.5] fwd: T Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 246.0 0.0 11.5189 690.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 261.9181 0.0 11.5189 677.0][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 290.5206 0.0 11.5189 708.7297][] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 306.5206 0.0 11.5189 708.7297][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 415.0 0.0 11.5189 682.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [255.0,713.0] (Line ) [288.0,713.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.6318,612.449] (Line ) [303.6318,648.9256] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [127.0,612.449] (Line ) [127.0,648.9256] fwd: T Text T "1" Xerox/PressFonts/Helvetica [11.5189 0.0 128.5 0.0 11.5189 651.0][] F 1.0 props: ( F ) ls: 1.2 Text T "V" Xerox/PressFonts/Helvetica [11.5189 0.0 118.5 0.0 11.5189 624.5][] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 308.0 0.0 11.5189 651.2297][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 287.0206 0.0 11.5189 651.2297][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [137.5,655.0] (Line ) [282.5,655.0] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 194.6479 0.0 11.5189 626.7297][] F 1.0 props: ( F ) ls: 1.2 Text T "Victim Address" Xerox/PressFonts/Helvetica [11.5189 0.0 410.4976 0.0 11.5189 626.2297][] F 1.0 props: ( F ) ls: 1.2 33  U#Interpress/Xerox/3.0 fjkj=xjG0~FxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={61ɠData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={ otHO63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={+F]0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={D4MDatakxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={n^HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={|E*17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={ ^/*7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={Qn}*6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={M}*5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={J9*4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={+F]2/0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={?J*16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={ ot*63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={79s(00001kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={M}(0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={F[d(DeviceIDkxjXerox PressFonts Helvetica-mrr3={;l[y0kxjXerox PressFonts Helvetica-mrr3={.Go551kxjXerox PressFonts Helvetica-mrrOO}zU(orkxjXerox PressFonts Helvetica-mrr3={ y0z_A8 cycleskxj]o@#W/kxjjiA™玘kxjky:eJkxjd@#kxj#]LA! kxj]o@#kxj#]Lky: kxj]ow9=Hkxjjim kxj.u@mXikxj\)mkxj#]LA kxj]ow9 kxj#]LR% kxjdw9 kxjw9 kxj]w9 kxj}Mw9 kxj+%w9 kxjAeJkxjXerox PressFonts Helvetica-mrr #ݠ27kxjXerox PressFonts Helvetica-mrr #BĠ Real AddresskxjXerox PressFonts Helvetica-mrr #U Disambig.kxjXerox PressFonts Helvetica-mrr #==;BitskxjXerox PressFonts Helvetica-mrr #Cݠ26kxjmkkkg Interpress:0.0 mm xmin 0.0 mm ymin 191.3241 mm xmax 40.11713 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffBGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/ReadBlock.gargoyle at February 9, 1989 10:11:51 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 1.2 1.2] [F 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [325.0,712.5] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [46]: Text T "Data:" Xerox/PressFonts/Helvetica [11.43592 0.0 74.98918 0.0 11.43592 493.6368][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.43592 0.0 587.9914 0.0 11.43592 512.4817][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 119.1183 0.0 11.43592 512.0052][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.43592 0.0 339.0963 0.0 11.43592 487.7532][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.43592 0.0 69.56265 0.0 11.43592 547.266][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.43592 0.0 239.1955 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.43592 0.0 176.2979 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.43592 0.0 166.768 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.43592 0.0 159.144 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.43592 0.0 149.6142 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 119.1183 0.0 11.43592 572.9967][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.43592 0.0 218.2297 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.43592 0.0 587.9914 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00001" Xerox/PressFonts/Helvetica [11.43592 0.0 122.9304 0.0 11.43592 546.7895][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 159.144 0.0 11.43592 546.7895][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.43592 0.0 180.11 0.0 11.43592 546.7895][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 167.1648 0.0 11.43592 559.8264][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.43592 0.0 167.6761 0.0 11.43592 537.1508][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [6.925551 0.0 166.7951 0.0 6.925551 548.325][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "8 cycles" Xerox/PressFonts/Helvetica [11.43592 0.0 66.52081 0.0 11.43592 481.9539][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.595,473.8856] (Line ) [119.595,476.7446] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [128.6482,516.2938] (Line ) [583.0,516.2938] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.8371,474.362] (Line ) [349.7432,474.362] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [601.81,473.8856] (Line ) [601.81,510.0993] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.1184,510.5758] (Line ) [601.3336,510.5758] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.595,473.8856] (Line ) [119.595,510.0993] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.1184,474.362] (Line ) [601.3336,474.362] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.595,534.8772] (Line ) [119.595,537.7361] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [128.6482,577.2852] (Line ) [147.7083,577.2852] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [185.8281,577.2852] (Line ) [216.3238,577.2852] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [319.5,577.5] (Line ) [579.4145,577.2852] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.1184,535.3537] (Line ) [601.3336,535.3537] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.595,534.8772] (Line ) [119.595,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.1184,571.5674] (Line ) [601.3336,571.5674] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [601.81,534.8772] (Line ) [601.81,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [157.7148,534.8772] (Line ) [157.7148,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [174.8686,534.8772] (Line ) [174.8686,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [235.8603,534.8772] (Line ) [235.8603,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.1082,534.8772] (Line ) [303.1082,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.8371,535.3537] (Line ) [349.7432,535.3537] fwd: T Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 306.0 0.0 11.5189 573.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 418.0 0.0 11.5189 548.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 244.0 0.0 11.5189 554.5][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 259.9181 0.0 11.5189 541.5][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 289.5 0.0 11.5189 573.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [255.0,577.2852] (Line ) [284.0,577.2852] fwd: T 33  U.Interpress/Xerox/3.0 fjkj=xj90xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentS9XD8 cycleskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment"x,?!Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment9V1=63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment( S<]0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment=/V1=31kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment`{FV1=32kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommenta]8,+All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentt}T17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentefT7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment}T6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentO3T5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentOT4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment i0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentERT16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment.T63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment( SpI00001kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentpIDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentO3pI1XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment;+A*Headerkxj/\4IcGkxj`{Fkxjn/\4IcGkxj TAkxjAD\4IcGkxjAkxj]=:+kxj3g{^ kxj#1{^}kxjJ0{^kxj:kxjADgDkxj5:kxjK3 gDkxjEqgDkxjG)hgDkxj05gDkxjH8=L3Ikxj^FUҎkxjXerox PressFonts Helvetica-mrr #3 Disambig.kxjXerox PressFonts Helvetica-mrr #=u=&BitskxjXerox PressFonts Helvetica-mrr #F27kxjXerox PressFonts Helvetica-mrr #CF26kxjXerox PressFonts Helvetica-mrr #I, Real Addresskxj&9\4IcGkxj \4IcGkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment.]8W+All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment'i+U=17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentqU=7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment"=)U=16kxjEbB/HWkxjXerox PressFonts Helvetica-mrr #C 6kxj ꎘkxjXerox PressFonts Helvetica-mrra<=DeviceIDkxjXerox PressFonts Helvetica-mrrP( of ReportingkxjXerox PressFonts Helvetica-mrr[Fp7Devicekxj{^kxjXerox PressFonts Helvetica-mrr #]8,+ Faultcodekkkg Interpress:0.0 mm xmin 0.0 mm ymin 191.2005 mm xmax 39.90196 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffOGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/ReadBlock.gargoyle at February 9, 1989 10:12:38 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 1.2 1.2] [F 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [325.0,712.5] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [57]: Text T "8 cycles" Xerox/PressFonts/Helvetica [11.37148 0.0 68.55591 0.0 11.37148 331.3972][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.37148 0.0 74.24164 0.0 11.37148 343.2425][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.37148 0.0 589.7487 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.37148 0.0 123.5181 0.0 11.37148 361.2474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.37148 0.0 337.6809 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.37148 0.0 352.8429 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.37148 0.0 268.6344 0.0 11.37148 334.4187][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.37148 0.0 239.128 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.37148 0.0 176.585 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.37148 0.0 167.1088 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.37148 0.0 159.5277 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.37148 0.0 150.0515 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.37148 0.0 119.7275 0.0 11.37148 421.8952][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.37148 0.0 218.2804 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.37148 0.0 585.9581 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00001" Xerox/PressFonts/Helvetica [11.37148 0.0 123.5181 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.37148 0.0 180.3755 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.37148 0.0 159.5277 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.37148 0.0 70.45117 0.0 11.37148 396.3094][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [351.4214,323.3424] (Line ) [351.4214,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [350.9476,323.8162] (Line ) [352.8429,323.8162] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [603.4892,323.3424] (Line ) [603.4892,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,359.8259] (Line ) [603.0154,359.8259] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [120.2014,323.3424] (Line ) [120.2014,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,323.8162] (Line ) [603.0154,323.8162] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [247.0,364.5] (Line ) [335.7856,364.5117] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [129.2039,426.1596] (Line ) [148.1563,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [186.0612,426.1596] (Line ) [216.3851,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [321.0,426.0] (Line ) [577.4296,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,384.4641] (Line ) [601.1201,384.4641] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [120.2014,383.9903] (Line ) [120.2014,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,420.4738] (Line ) [601.1201,420.4738] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [601.594,383.9903] (Line ) [601.594,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [158.1062,383.9903] (Line ) [158.1062,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [175.1635,383.9903] (Line ) [175.1635,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [235.8114,383.9903] (Line ) [235.8114,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.082,384.4903] (Line ) [303.082,420.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.1571,384.4641] (Line ) [349.0524,384.4641] fwd: T Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 242.0 0.0 11.5189 403.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 257.9181 0.0 11.5189 390.0][] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 306.0 0.0 11.5189 422.0][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 289.5 0.0 11.5189 422.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 420.5 0.0 11.5189 396.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [172.9824,323.3424] (Line ) [172.9824,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [234.4166,323.3424] (Line ) [234.4166,359.3521] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.37148 0.0 128.6344 0.0 11.37148 335.4187][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.37148 0.0 234.628 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.37148 0.0 172.085 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.37148 0.0 213.7804 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [181.5612,364.6596] (Line ) [211.8851,364.6596] fwd: T Text T "6" Xerox/PressFonts/Helvetica [11.5189 0.0 163.0 0.0 11.5189 361.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [368.5,365.0] (Line ) [586.0,365.0] fwd: T Text T "DeviceID" xerox/pressfonts/helvetica [9.0 0.0 184.8002 0.0 9.0 347.4448][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [9.0 0.0 176.0 0.0 9.0 337.6773][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [9.0 0.0 187.0 0.0 9.0 327.8546][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [255.0,426.1596] (Line ) [285.0,426.1596] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.5189 0.0 445.0 0.0 11.5189 334.4187][] F 1.0 props: ( F ) ls: 1.2 33R3centered lineFormatting centered lastLineFormatting T TU%Interpress/Xerox/3.0 fjkj=xjW*xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'q[IData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'%6c8 cycleskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p's,InHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p' 10kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentG SUiŠorkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p' G1kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p']00010kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'AWGXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'7D+63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'+16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'1a`E"0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'!(+4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p',W+5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'2]+6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'Q+7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'l+17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'z]DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'Au27kxj8o['"qkxjcyG-kxjC-"m)r]kxj/jW-ykxjzm)bNkxjf[['"qkxjWk['"qkxj#A=['"qkxjs;['"qkxj1aL㎘kxjp9['"qkxj1am)㎘kxj,G-kxj1 |-8kxjXerox PressFonts Helvetica-mrr #a Disambig.kxjXerox PressFonts Helvetica-mrr #>BitskxjXerox PressFonts Helvetica-mrr #u26kxjXerox PressFonts Helvetica-mrr #ϑd% Real AddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={S&@63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={N3%ՠ0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={H;9-Datakxj!X3Qkxj$YrI, kxjiSkxj/t3ckxjOub⎘kxj!X3ckxjO⎘kkkg Interpress90.0 mm xmin 0.0 mm ymin 193.625 mm xmax 41.28688 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffCGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/WriteBlock.gargoyle at February 9, 1989 10:14:05 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [37.97876,453.1821] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [46]: Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 43.43957 0.0 11.55886 644.9042][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "8 cycles" Xerox/PressFonts/Helvetica [11.55886 0.0 37.66016 0.0 11.55886 632.8636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 41.51306 0.0 11.55886 698.8455][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 140.2308 0.0 11.55886 710.4079][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705907 0.0 139.2675 0.0 7.705907 699.8122][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 140.2308 0.0 11.55886 688.2534][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00010" Xerox/PressFonts/Helvetica [11.55886 0.0 95.45447 0.0 11.55886 698.3639][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "X" Xerox/PressFonts/Helvetica [11.55886 0.0 131.7087 0.0 11.55886 698.7183][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 565.5146 0.0 11.55886 725.3346][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 191.7782 0.0 11.55886 725.3346][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 91.60144 0.0 11.55886 724.8529][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 122.425 0.0 11.55886 725.3346][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0575 0.0 11.55886 725.3346][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 139.7634 0.0 11.55886 725.3346][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 149.3957 0.0 11.55886 725.3346][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 212.9695 0.0 11.55886 725.3346][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 153.2488 0.0 11.55886 698.3639][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 288.5 0.0 11.55886 725.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [130.6126,686.3235] (Line ) [130.6126,721.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [305.5,729.0] (Line ) [561.662,729.1876] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [505.794,686.805] (Line ) [507.7204,686.805] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [226.4548,729.1876] (Line ) [263.0,729.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [322.7787,686.805] (Line ) [324.7052,686.805] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [287.1868,686.3235] (Line ) [287.1868,721.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [209.5982,686.3235] (Line ) [209.5982,721.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [147.9508,686.3235] (Line ) [147.9508,721.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [579.4817,686.3235] (Line ) [579.4817,721.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [91.60144,721.4817] (Line ) [579.0,721.4817] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.08307,686.3235] (Line ) [92.08307,721.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [91.60144,686.805] (Line ) [579.0,686.805] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [159.0282,729.1876] (Line ) [189.8518,729.1876] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [101.2339,729.1876] (Line ) [120.4987,729.1876] fwd: T Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 223.0 0.0 11.5189 705.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 240.0 0.0 11.5189 692.1773][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 267.0 0.0 11.5189 725.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 396.5448 0.0 11.5189 698.7297][] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.43592 0.0 564.6578 0.0 11.43592 661.1197][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 95.78468 0.0 11.43592 660.6432][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.43592 0.0 315.7627 0.0 11.43592 636.3912][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [96.26138,622.5236] (Line ) [96.26138,625.3827] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [105.3146,664.9318] (Line ) [559.6664,664.9318] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [324.5035,623.0] (Line ) [326.4096,623.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [578.4764,622.5236] (Line ) [578.4764,658.7373] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.78478,659.2138] (Line ) [578.0,659.2138] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [96.26138,622.5236] (Line ) [96.26138,658.7373] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.78478,623.0] (Line ) [578.0,623.0] fwd: T 22  U%Interpress/Xerox/3.0 fjkj=xj5=xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment͠"s'Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'S5unusedkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'udIAll XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p' C6u63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'L{=!0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'!a=SJ0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'C27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'TADeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'1(;J'#17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'J'#7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'!a=J'#6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'<uJ'#5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p':yJ'#4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'L{ 0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'J'#16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p' CJ'#63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'4A00011kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'<uA0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'!a=R1kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentG Si4orkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'A "BHeaderkxjG17o3kxjL{O[kxjZH_5S*kxj\Yl#kxj*;uYl#kxjL{_[kxjGh11hkxjM/|h1A_Xkxj*;umkxjL{8[kxj\mkxj`mkxjBsmkxj,mkxjh ]_kxjZH65S*kxj)P6Mkxjg™o3h1kxjL{6[kxjXerox PressFonts Helvetica-mrr #ME& Disambig.kxjXerox PressFonts Helvetica-mrr #Ib%BitskxjXerox PressFonts Helvetica-mrr #=26kxjXerox PressFonts Helvetica-mrr #gCJ% Real Addresskxjh1kkkg Interpress:0.0 mm xmin 0.0 mm ymin 193.6251 mm xmax 40.74926 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffBGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/WriteBlock.gargoyle at February 9, 1989 10:14:47 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [45]: Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 5.960464e-8 43.75816 0.0 11.55886 461.9412][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "unused" Xerox/PressFonts/Helvetica [11.55886 0.0 37.97876 0.0 11.55886 449.9004][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.55886 0.0 301.9061 0.0 11.55886 453.7534][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 565.8335 0.0 11.55886 480.7241][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 91.92017 0.0 11.55886 480.2425][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 140.082 0.0 11.55886 526.9595][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 289.5 0.0 11.55886 543.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 153.5674 0.0 11.55886 515.4007][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 213.2881 0.0 11.55886 542.3713][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 149.7144 0.0 11.55886 542.3713][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 140.082 0.0 11.55886 542.3713][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 132.3761 0.0 11.55886 542.3713][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 122.7438 0.0 11.55886 542.3713][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 91.92017 0.0 11.55886 541.8897][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 192.0969 0.0 11.55886 542.3713][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 565.8335 0.0 11.55886 542.3713][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00011" Xerox/PressFonts/Helvetica [11.55886 0.0 95.77307 0.0 11.55886 515.4007][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 132.3761 0.0 11.55886 515.4007][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 140.082 0.0 11.55886 505.7683][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705907 0.0 139.6005 0.0 7.705907 517.3271][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 41.83166 0.0 11.55886 515.8823][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [101.5525,484.577] (Line ) [561.9805,484.577] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [91.92017,478.7976] (Line ) [579.3186,478.7976] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [323.0973,442.1946] (Line ) [325.0238,442.1946] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [579.8003,441.713] (Line ) [579.8003,478.316] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.40173,441.713] (Line ) [92.40173,478.316] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [91.92017,442.1946] (Line ) [579.3186,442.1946] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [101.5525,546.2244] (Line ) [120.8173,546.2244] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [159.3468,546.2244] (Line ) [190.1704,546.2244] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.40173,503.3602] (Line ) [92.40173,538.0368] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [91.92017,538.5185] (Line ) [579.3186,538.5185] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [579.8003,503.3602] (Line ) [579.8003,538.0368] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [130.9312,503.3602] (Line ) [130.9312,538.0368] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [148.2696,503.3602] (Line ) [148.2696,538.0368] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [209.9168,503.3602] (Line ) [209.9168,538.0368] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [287.0054,503.8602] (Line ) [287.0054,538.5368] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [323.0973,503.8418] (Line ) [325.0238,503.8418] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [506.1125,503.8418] (Line ) [508.039,503.8418] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [307.5,546.0] (Line ) [561.9805,546.2244] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [91.92017,503.8418] (Line ) [579.3186,503.8418] fwd: T Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 220.9181 0.0 11.5189 520.5524][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 237.9181 0.0 11.5189 507.7296][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 270.0 0.0 11.5189 542.5][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 396.0448 0.0 11.5189 516.7297][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [231.0,546.2244] (Line ) [265.0,546.2244] fwd: T 33Z  URGargoyle file for scene: stuffed from Gargoyle at February 15, 1989 3:35:33 pm PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.85621 0.86] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [59]: Text T "Header" Xerox/PressFonts/Helvetica [11.44963 0.0 12.61328 0.0 11.44963 90.86789][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.44963 0.0 254.5211 0.0 11.44963 116.9183][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.44963 0.0 123.2931 0.0 11.44963 90.39093][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.44963 0.0 182.4496 0.0 11.44963 117.1069][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.44963 0.0 119.4765 0.0 11.44963 117.1069][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.44963 0.0 109.9351 0.0 11.44963 117.1069][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.44963 0.0 102.3021 0.0 11.44963 117.1069][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.44963 0.0 92.7607 0.0 11.44963 117.1069][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.44963 0.0 62.22836 0.0 11.44963 116.6296][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.44963 0.0 161.4586 0.0 11.44963 117.1069][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.44963 0.0 531.663 0.0 11.44963 117.1069][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00011" Xerox/PressFonts/Helvetica [11.44963 0.0 66.04492 0.0 11.44963 90.39093][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.44963 0.0 102.3021 0.0 11.44963 90.39093][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [71.76972,120.9234] (Line ) [90.85258,120.9234] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [129.018,120.9234] (Line ) [159.5502,120.9234] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [62.70547,78.46436] (Line ) [62.70547,112.8132] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [62.2284,113.2903] (Line ) [545.0212,113.2903] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [545.4982,78.46436] (Line ) [545.4982,112.8132] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [100.8709,78.46436] (Line ) [100.8709,112.8132] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [118.0455,78.46436] (Line ) [118.0455,112.8132] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [179.1101,78.46436] (Line ) [179.1101,112.8132] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [252.6064,79.46436] (Line ) [252.6064,113.8132] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [290.0753,94.26029] (Line ) [291.9836,94.26029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [195.8076,120.9234] (Line ) [229.5212,120.9185] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [471.3612,94.26029] (Line ) [473.2695,94.26029] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [272.5212,120.9185] (Line ) [527.8468,120.9234] fwd: T Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 188.0212 0.0 11.5189 95.41834][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 205.0212 0.0 11.5189 82.59576][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 235.0211 0.0 11.5189 116.9183][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 364.0659 0.0 11.5189 92.14807][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.41081 0.0 183.6801 0.0 11.41081 55.2189][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.41081 0.0 120.9207 0.0 11.41081 55.2189][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.41081 0.0 111.4117 0.0 11.41081 55.2189][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.41081 0.0 63.86666 0.0 11.41081 54.74331][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.41081 0.0 162.7603 0.0 11.41081 55.2189][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.41081 0.0 531.7097 0.0 11.41081 55.2189][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [320.9912,58.99535] (Line ) [526.0045,59.02233] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [63.8667,17.18276] (Line ) [545.0225,17.18276] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [130.4298,59.02233] (Line ) [160.8587,59.02233] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [64.34214,16.70742] (Line ) [64.34214,52.8416] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [63.8667,53.31713] (Line ) [545.0225,53.31713] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [545.4982,16.70742] (Line ) [545.4982,52.8416] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.4944,16.70742] (Line ) [119.4944,52.8416] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [180.3522,16.70742] (Line ) [180.3522,52.8416] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [292.083,17.18276] (Line ) [293.9848,17.18276] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [72.94707,58.58367] (Line ) [109.0512,58.55654] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.41081 0.0 71.31439 0.0 11.41081 29.15692][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [7.898383 0.0 129.9382 0.0 7.898383 40.51724][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" Xerox/PressFonts/Helvetica [7.898383 0.0 123.9703 0.0 7.898383 32.13818][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Device" Xerox/PressFonts/Helvetica [7.898383 0.0 131.8687 0.0 7.898383 24.14965][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [305.0711,16.70742] (Line ) [305.0711,52.8416] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.41081 0.0 220.3808 0.0 11.41081 29.42764][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.41081 0.0 305.6331 0.0 11.41081 55.48483][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.41081 0.0 288.0812 0.0 11.41081 55.48483][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [198.5663,58.99535] (Line ) [285.0096,58.99535] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.41081 0.0 400.4139 0.0 11.41081 28.27926][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 10.97581 0.0 11.55886 37.3847][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.55886 0.0 5.196404 0.0 11.55886 25.34399][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [62.70547,78.46436] (Line ) [545.4982,78.46436] fwd: T 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 193.0931 mm xmax 40.40708 mm ymax  Interpress-Interpress/Xerox/3.0 fjkj=xjʠxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4 5HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4FGa127kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4:&nDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4Mm;17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4;;7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4!M;6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4&]`;5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4*eu;4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4 M0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4c;16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4Y;63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4V+N&n00011kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4&]`&n1Xkxj*bљ7]kxjT*bљukxj#~([kxj'ag-d/kxjE~([kxj.8~([kxj %~([kxjLCm~([kxj\^i(u[kxjia]IE=kxjZWbљTG^?kxjBI$IkxjKG?obїkxjXerox PressFonts Helvetica-mrrhK$b Disambig.kxjXerox PressFonts Helvetica-mrrq*/BitskxjXerox PressFonts Helvetica-mrr]a126kxjXerox PressFonts Helvetica-mrrlLҠ Real AddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment?)+[ɠ17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment?Mw+[ɠ7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment?;"+[ɠ6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment?'0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment?\+[ɠ16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment?@c+[ɠ63kxjr1י)Ekxjw"{Ykxj=y)E9\kxjWPkxjQo{YkxjEWPkxjTWPkxj2GWPkxj< w"KBkxj0q8JLPkxjXerox PressFonts Helvetica-mrr?I*xAll XXXkxjXerox PressFonts Helvetica-mrr \1<aDeviceIDkxjXerox PressFonts Helvetica-mrr \0e" of ReportingkxjXerox PressFonts Helvetica-mrr \2cCsˠDevicekxjWPkxjXerox PressFonts Helvetica-mrr?:7myAll XXXkxjXerox PressFonts Helvetica-mrr?"m32kxjXerox PressFonts Helvetica-mrr?)%31kxj@aS1יshkxjXerox PressFonts Helvetica-mrr?-\)x FaultcodekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment%IHkData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment) 41 cyclekxj#~Ekkkg33R3centered lineFormatting centered lastLineFormatting T TU%Interpress/Xerox/3.0 fjkj=xjqxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'{hMData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'@J8 cycleskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'@HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'$pϏJ00100kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'=z-0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentG S*U[orkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'=z11kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p' Y17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'%Y7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'Y6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'(5UY5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'̣Y4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'!i1q0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'Y16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'LGY27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'NY63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'9ϏJDeviceIDkxj+z@[aGkxj>wl@[kxj$@@[kxj!iJRkxj,b?kxj!iB;Rkxjl5b?kxjYEb?kxjV'b?kxjY;sb?kxjb?kxjO,AJ ՎkxjXerox PressFonts Helvetica-mrr #26kxj]Cl5gkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #hYEh+% Real AddresskxjXerox PressFonts Helvetica-mrr #sv Disambig.kxjXerox PressFonts Helvetica-mrr #>BitskxjXerox PressFonts Helvetica-mrr #U<nXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={-w463kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={$1k\0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={#DDatakxj$dk(Gkxj';&1$kxj 52ukxjYR(kxjyGqQ3kxj$dk(kxjy52qQ3kkkg Interpress:0.0 mm xmin 0.0 mm ymin 193.8974 mm xmax 39.24086 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffBGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/FlushBlock.gargoyle at February 9, 1989 10:16:50 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.5353 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [45]: Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 36.32913 0.0 11.55886 672.2866][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "8 cycles" Xerox/PressFonts/Helvetica [11.55886 0.0 26.69675 0.0 11.55886 658.3197][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 30.54974 0.0 11.55886 718.5221][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00100" Xerox/PressFonts/Helvetica [11.55886 0.0 84.49109 0.0 11.55886 718.0404][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 129.0574 0.0 11.55886 730.5626][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705907 0.0 128.0941 0.0 7.705907 719.967][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 129.0574 0.0 11.55886 708.4081][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 202.0062 0.0 11.55886 745.0112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 138.4324 0.0 11.55886 745.0112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 128.8 0.0 11.55886 745.0112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 121.0941 0.0 11.55886 745.0112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 111.4617 0.0 11.55886 745.0112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 80.63812 0.0 11.55886 744.5295][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 180.8149 0.0 11.55886 745.0112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 277.1267 0.0 11.55886 745.0112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 554.5514 0.0 11.55886 745.0112][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 142.2854 0.0 11.55886 718.0404][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.27048,748.864] (Line ) [109.5352,748.864] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [148.0648,748.864] (Line ) [178.8884,748.864] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [292.0,749.0] (Line ) [545.8822,748.864] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.63809,706.4817] (Line ) [568.0367,706.4817] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.11972,706.0] (Line ) [81.11972,742.603] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.63809,743.0847] (Line ) [568.0367,743.0847] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [568.5183,706.0] (Line ) [568.5183,742.603] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.6492,706.0] (Line ) [119.6492,742.603] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [136.9876,706.0] (Line ) [136.9876,742.603] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [198.6348,706.0] (Line ) [198.6348,742.603] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [275.6818,706.0] (Line ) [275.6818,742.603] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [311.8153,706.4817] (Line ) [313.7418,706.4817] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 258.0 0.0 11.5189 745.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [221.0648,749.3642] (Line ) [251.8884,749.3642] fwd: T Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 387.1448 0.0 11.5189 720.7297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 211.0 0.0 11.5189 726.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 225.0 0.0 11.5189 713.1773][] F 1.0 props: ( F ) ls: 1.2 Text T "X" Xerox/PressFonts/Helvetica [11.5189 0.0 120.5525 0.0 11.5189 718.0][] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.43592 0.0 555.4618 0.0 11.43592 686.596][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 86.58876 0.0 11.43592 686.1196][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.43592 0.0 306.5668 0.0 11.43592 661.8676][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [87.06546,648.0] (Line ) [87.06546,650.859] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [96.11865,690.4082] (Line ) [550.4705,690.4082] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [315.3076,648.4764] (Line ) [317.2137,648.4764] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [569.2804,648.0] (Line ) [569.2804,684.2138] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [86.58886,684.6902] (Line ) [568.8041,684.6902] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [87.06546,648.0] (Line ) [87.06546,684.2138] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [86.58886,648.4764] (Line ) [568.8041,648.4764] fwd: T 33  U"Interpress/Xerox/3.0 fjkj=xj=7xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #i5Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #&=I1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #^:SAll XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #{9z9;63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #U='S0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #hYEQ0% Real AddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #BvMDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #(SM0XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #{963kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #젢27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #*<16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #U=~570kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #}.4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #(S5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #Y;6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #;m7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #N/b17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #0M00101kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #&=HOHeaderkxjC|ekxj7\MkxjU=\َkxjA\MkxjU=CَkxjlwR@(kxjM@kxj)1^)𗘠kxj5|ekxjSN5wGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/FlushBlock.gargoyle at February 9, 1989 10:17:17 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.5353 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [42]: Text T "Data:" Xerox/PressFonts/Helvetica [11.5189 0.0 37.21057 0.0 11.5189 511.6037][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.5189 0.0 31.45111 0.0 11.5189 497.685][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 290.6265 0.0 11.5189 505.3643][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 555.5613 0.0 11.5189 530.3219][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 83.28625 0.0 11.5189 529.8419][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 387.1448 0.0 11.5189 561.7297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.5189 0.0 144.7203 0.0 11.5189 561.039][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0X" Xerox/PressFonts/Helvetica [11.5189 0.0 123.6024 0.0 11.5189 561.039][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 555.5613 0.0 11.5189 587.9164][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 278.0 0.0 11.5189 588.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.5189 0.0 183.1167 0.0 11.5189 587.9164][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 83.28625 0.0 11.5189 587.4365][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.5189 0.0 114.0033 0.0 11.5189 587.9164][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.5189 0.0 123.6024 0.0 11.5189 587.9164][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.5189 0.0 131.2816 0.0 11.5189 587.9164][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.5189 0.0 140.8807 0.0 11.5189 587.9164][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.5189 0.0 204.2347 0.0 11.5189 587.9164][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00101" Xerox/PressFonts/Helvetica [11.5189 0.0 87.12586 0.0 11.5189 561.039][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.5189 0.0 31.45111 0.0 11.5189 561.5189][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [313.6643,491.9255] (Line ) [315.5841,491.9255] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [569.48,491.4456] (Line ) [569.48,527.9221] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.28625,528.4021] (Line ) [569.0,528.4021] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.76618,491.4456] (Line ) [83.76618,527.9221] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.28625,491.9255] (Line ) [569.0,491.9255] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [338.622,534.1615] (Line ) [548.8419,534.1615] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [94.80518,534.1615] (Line ) [344.3813,534.1615] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [217.6735,591.756] (Line ) [258.0,592.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [313.6643,549.52] (Line ) [315.5841,549.52] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [275.0641,550.0401] (Line ) [275.0641,586.5166] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [200.875,549.0401] (Line ) [200.875,585.5166] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [139.4409,549.0401] (Line ) [139.4409,585.5166] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [122.1626,549.0401] (Line ) [122.1626,585.5166] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [569.48,549.0401] (Line ) [569.48,585.5166] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.28625,585.9966] (Line ) [569.0,585.9966] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.76618,549.0401] (Line ) [83.76618,585.5166] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.28625,549.52] (Line ) [569.0,549.52] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [294.0,592.0] (Line ) [546.9221,591.756] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [150.4799,591.756] (Line ) [181.1969,591.756] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.88525,591.756] (Line ) [112.0835,591.756] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 260.0 0.0 11.5189 588.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 211.0 0.0 11.5189 567.5][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 225.0 0.0 11.5189 554.6773][] F 1.0 props: ( F ) ls: 1.2 33  U,Interpress/Xerox/3.0 fjkj=xjA;xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #9N7Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #k1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #sGHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #GXGH00100kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #HB[QY17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #74eQY7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #:sQY6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #\vQY5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #fQY4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #_Ao0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #_YQY16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #@QY63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #5`XGHDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #\vXGH1Xkxj>{Q#)Qkxj1yQ&kxj`q5Qkxj_'7ykxj)5kxj_'7ykxj75kxjHp5kxjF5kxj/5kxjI[D5kxj8'kxjQkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #hYE<;% Real AddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #/\27kxjXerox PressFonts Helvetica-mrr #i=26kxjXerox PressFonts Helvetica-mrr #vH Disambig.kxjXerox PressFonts Helvetica-mrr #c>BitskXeroxResearch ChipNDaleCDCommentxjkxjXerox PressFonts Helvetica-mrr㠤J_`@17kxjXerox PressFonts Helvetica-mrr㠤,`@7kxjXerox PressFonts Helvetica-mrr㠤w`@6kxjXerox PressFonts Helvetica-mrr㠤%y0kxjXerox PressFonts Helvetica-mrr㠤Ieh`@16kxjXerox PressFonts Helvetica-mrr㠤:`@63kxj|]c%ARokxj%yَkxjf4Rokxj#q/vfkxj%y$َkxjY/vfkxj$E/vfkxj!Y+/vfkxjXIkxj\55m0 kxjXerox PressFonts Helvetica-mrr㠤5heJAll XXXkxjXerox PressFonts Helvetica-mrr  v_DeviceIDkxjXerox PressFonts Helvetica-mrr  P#|X of ReportingkxjXerox PressFonts Helvetica-mrr  Fy|ZDevicekxj/vfkxjXerox PressFonts Helvetica-mrr㠤s\BAll XXXkxjXerox PressFonts Helvetica-mrr㠤swT832kxjXerox PressFonts Helvetica-mrr㠤-|T831kxj c%AbSkxjXerox PressFonts Helvetica-mrr㠤lBZ)@ Faultcodekkkg Interpress:0.0 mm xmin 0.0 mm ymin 192.6258 mm xmax 39.12489 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffRGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/FlushBlock.gargoyle at February 9, 1989 10:17:39 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.5353 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [59]: Text T "Data:" Xerox/PressFonts/Helvetica [11.5189 0.0 36.25061 0.0 11.5189 367.5636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.5189 0.0 30.49115 0.0 11.5189 353.6449][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.5189 0.0 30.49115 0.0 11.5189 417.4788][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00100" Xerox/PressFonts/Helvetica [11.5189 0.0 86.16589 0.0 11.5189 416.9988][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.5189 0.0 203.2748 0.0 11.5189 443.8763][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.5189 0.0 139.9208 0.0 11.5189 443.8763][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.5189 0.0 130.3217 0.0 11.5189 443.8763][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.5189 0.0 122.6425 0.0 11.5189 443.8763][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.5189 0.0 113.0433 0.0 11.5189 443.8763][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 82.3263 0.0 11.5189 443.3964][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.5189 0.0 182.1567 0.0 11.5189 443.8763][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 554.6013 0.0 11.5189 443.8763][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.5189 0.0 143.7604 0.0 11.5189 416.9988][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.5189 0.0 122.6425 0.0 11.5189 416.9988][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [91.92529,447.716] (Line ) [111.1235,447.716] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [149.5199,447.716] (Line ) [180.2369,447.716] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [296.0,448.0] (Line ) [545.9622,447.716] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.3263,405.48] (Line ) [568.04,405.48] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.80621,405.0] (Line ) [82.80621,441.4765] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.3263,441.9564] (Line ) [568.04,441.9564] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [568.52,405.0] (Line ) [568.52,441.4765] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [121.2026,405.0] (Line ) [121.2026,441.4765] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [138.4809,405.0] (Line ) [138.4809,441.4765] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [199.915,405.0] (Line ) [199.915,441.4765] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [276.1617,405.0] (Line ) [276.1617,441.4765] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [312.7044,405.48] (Line ) [314.6242,405.48] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [216.7135,447.716] (Line ) [258.0,447.716] fwd: T Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 387.1448 0.0 11.5189 416.7297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 279.5 0.0 11.5189 444.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 258.5 0.0 11.5189 444.2296][] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 214.0 0.0 11.5189 424.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 228.0 0.0 11.5189 411.1773][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [89.8585,390.9875] (Line ) [89.8585,390.0215] fwd: T Text T "17" Xerox/PressFonts/Helvetica [11.59213 0.0 201.9158 0.0 11.59213 386.6405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.59213 0.0 138.1591 0.0 11.59213 386.6405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.59213 0.0 128.499 0.0 11.59213 386.6405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.59213 0.0 80.19838 0.0 11.59213 386.1575][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.59213 0.0 180.6635 0.0 11.59213 386.6405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.59213 0.0 555.4759 0.0 11.59213 386.6405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [341.4087,390.477] (Line ) [549.6798,390.5045] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.19838,348.0] (Line ) [569.0,348.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [147.8192,390.5045] (Line ) [178.7316,390.5045] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.68139,347.517] (Line ) [80.68139,384.2255] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.19838,384.7085] (Line ) [569.0,384.7085] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [569.4831,347.517] (Line ) [569.4831,384.2255] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [136.7101,347.517] (Line ) [136.7101,384.2255] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [198.5348,347.517] (Line ) [198.5348,384.2255] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [312.0411,348.0] (Line ) [313.9731,348.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.42301,390.0588] (Line ) [126.1009,390.0312] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 87.1582 0.0 11.59213 361.1487][] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" xerox/pressfonts/helvetica [8.023895 0.0 147.3199 0.0 8.023895 371.7053][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [8.023895 0.0 141.2571 0.0 8.023895 363.1932][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [8.023895 0.0 149.281 0.0 8.023895 355.0778][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.2356,347.517] (Line ) [325.2356,384.2255] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 239.1996 0.0 11.59213 360.4395][] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.59213 0.0 325.8067 0.0 11.59213 386.9108][] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.59213 0.0 307.9758 0.0 11.59213 386.9108][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [217.0384,390.477] (Line ) [304.8554,390.477] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.59213 0.0 421.894 0.0 11.59213 360.6407][] F 1.0 props: ( F ) ls: 1.2 33R3centered lineFormatting centered lastLineFormatting  T e TUCGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/KillBlock.gargoyle at February 15, 1989 9:21:51 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [47]: Text T "1 cycle" Xerox/PressFonts/Helvetica [11.55886 0.0 33.51296 0.0 11.55886 613.9849][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 39.29236 0.0 11.55886 627.952][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 124.252 0.0 11.55886 690.2365][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705903 0.0 123.2888 0.0 7.705903 679.6407][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 124.252 0.0 11.55886 668.0819][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00110" Xerox/PressFonts/Helvetica [11.55886 0.0 87.45435 0.0 11.55886 677.5588][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 204.9693 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 141.3956 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 131.7633 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 124.0573 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 114.425 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 83.6013 0.0 11.55886 704.0476][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 280.6315 0.0 11.55886 705.0293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 557.5145 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 145.2486 0.0 11.55886 677.5588][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 183.7782 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 33.51296 0.0 11.55886 678.0403][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 389.5446 0.0 11.5189 679.248][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.23382,708.3826] (Line ) [112.4985,708.3826] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [151.0281,708.3826] (Line ) [181.8517,708.3826] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [295.5,708.5185] (Line ) [548.8453,708.3826] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.60133,666.0] (Line ) [571.0,666.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [84.08294,665.5185] (Line ) [84.08294,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.60133,702.6032] (Line ) [571.0,702.6032] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [571.4817,665.5185] (Line ) [571.4817,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [122.6125,665.5185] (Line ) [122.6125,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [139.9508,665.5185] (Line ) [139.9508,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [201.598,665.5185] (Line ) [201.598,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [279.1867,666.0185] (Line ) [279.1867,702.6214] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [314.7787,666.0] (Line ) [316.7052,666.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [218.4547,708.8642] (Line ) [259.5,709.0185] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 259.4999 0.0 11.5189 705.2479][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 213.0467 0.0 11.5189 683.8259][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 228.5467 0.0 11.5189 670.0031][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0206 0.0 11.55886 690.0807][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705903 0.0 131.0573 0.0 7.705903 679.4849][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0206 0.0 11.55886 667.9264][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.61763 0.0 557.2463 0.0 11.61763 644.9988][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.61763 0.0 80.92307 0.0 11.61763 644.5148][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.61763 0.0 298.3964 0.0 11.61763 618.8772][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.40737,605.7897] (Line ) [81.40737,608.6941] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.60442,648.8717] (Line ) [552.176,648.8717] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [313.2764,606.2738] (Line ) [315.2128,606.2738] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [571.2849,605.7897] (Line ) [571.2849,642.5791] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.9232,643.0628] (Line ) [570.801,643.0628] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.40737,605.7897] (Line ) [81.40737,642.5791] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.9232,606.2738] (Line ) [570.801,606.2738] fwd: T 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 192.2657 mm xmax 40.09348 mm ymax  Interpress&Interpress/Xerox/3.0 fjkj=xjM&xjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) DKB1 cyclekxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) $9hData:kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) ;{K70kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentS ڠDc@orkxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) ;{1=1kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) cY"00110kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) Nwb.17kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) 2C[.7kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) V.6kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) ;z.5kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) (.4kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) 190kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) ]"27kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) L9#.63kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) fY"DeviceIDkxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) .16kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) DB7HeaderkxjXerox PressFonts Helvetica-MRRmpA y Real AddresskxjI4^"Qkxj)G^""kxjOJT^"kxj0U:ێkxjCUF1Jkxj0U/:ێkxjnF1Jkxj&QPF1Jkxj!Y=F1JkxjLcaF1JkxjQK}6e%kxjz:`NkxjJQ6kxjXerox PressFonts Helvetica-MRRBRu26kxjXerox PressFonts Helvetica-MRRY ky Disambig.kxjXerox PressFonts Helvetica-MRRBKHABitskxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) 2a!>0kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentS ڠ>uzW!orkxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) 2akD1kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentk 7}A~363kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentk 7 3D0kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentk 7C:9All XXXkxj J,Ukxj 5[b' }kxj]LT9/kxj,/kxjudkxj J,/kxjudTkkkg33 TUAGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/KillBlock.gargoyle at February 15, 1989 9:22:23 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [45]: Text T "1 cycle" Xerox/PressFonts/Helvetica [11.55886 0.0 29.0 0.0 11.55886 480.2875][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 35.74273 0.0 11.55886 494.736][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00111" Xerox/PressFonts/Helvetica [11.55886 0.0 87.7575 0.0 11.55886 545.3062][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 145.5518 0.0 11.55886 545.3062][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 557.8176 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 281.3031 0.0 11.55886 571.9471][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 184.0813 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 83.90460 0.0 11.55886 571.795][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 114.7281 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 124.3606 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0666 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 141.6988 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 205.2726 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 124.3606 0.0 11.55886 545.3062][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705903 0.0 132.0666 0.0 7.705903 547.2325][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0666 0.0 11.55886 535.1921][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0666 0.0 11.55886 559.7546][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 33.81621 0.0 11.55886 545.7876][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 391.8478 0.0 11.5189 546.9585][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [218.758,576.1299] (Line ) [264.3032,576.1299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [315.0819,533.7476] (Line ) [317.0083,533.7476] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [278.6099,533.7476] (Line ) [278.6099,570.3502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [201.9012,533.2658] (Line ) [201.9012,569.8688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [122.9158,533.2658] (Line ) [122.9158,569.8688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [571.7848,533.2658] (Line ) [571.7848,569.8688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.90463,570.3502] (Line ) [571.3032,570.3502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [84.38625,533.2658] (Line ) [84.38625,569.8688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.90463,533.7476] (Line ) [571.3032,533.7476] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [293.0585,576.0403] (Line ) [549.1487,576.1299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [151.3313,576.1299] (Line ) [182.155,576.1299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.53706,576.1299] (Line ) [112.8019,576.1299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.254,533.2658] (Line ) [140.254,569.8688] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 263.8031 0.0 11.5189 571.7288][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 216.3499 0.0 11.5189 553.5362][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 231.8499 0.0 11.5189 539.7135][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.61763 0.0 557.5495 0.0 11.61763 511.7093][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.61763 0.0 81.22623 0.0 11.61763 511.2254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.71053,472.5002] (Line ) [81.71053,475.4047] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.90758,515.5823] (Line ) [552.4792,515.5823] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [313.5795,472.9843] (Line ) [315.516,472.9843] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [571.588,472.5002] (Line ) [571.588,509.2893] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.22636,509.7733] (Line ) [571.1042,509.7733] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.71053,472.5002] (Line ) [81.71053,509.2893] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.22636,472.9843] (Line ) [571.1042,472.9843] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.61763 0.0 298.3964 0.0 11.61763 484.8772][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 193.9648 mm xmax 40.21641 mm ymax  Interpress$Interpress/Xerox/3.0 fjkj=xjUxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) I1 cyclekxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) %HData:kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) }oh`100111kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) }h`1DeviceIDkxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) Zui/63kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) $C!*s27kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) Xr{i/16kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) \W'0kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) .)gi/4kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) e i/5kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) =hi/6kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) -Si/7kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) i/17kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) e h`10kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentS ڠ=h[+orkxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) =h6[1kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) =hs50kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDComment) pPHeaderkxjXerox PressFonts Helvetica-MRRFi.3G Real Addresskxj4>JMkxjK=icxkxj,)ic,kxj?QQ@=kxj-_Q@=kxjsOQ@=kxjxIo,I!kxj>MQ@=kxjxIoicI!kxjcJJMkxj^JM[kxj6JM.jkxj"?Q@=kxjXerox PressFonts Helvetica-MRRDB;26kxjXerox PressFonts Helvetica-MRRe|2E Disambig.kxjXerox PressFonts Helvetica-MRRv wEBitskxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentk 71[V63kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentk 7`1G0kxj !& M*kxj*BwOg0kxjkXv?@kxj% K&kxj](YKk0kxj !& K&kxj](v?@k0kxjXerox PressFonts Helvetica-MRRXeroxResearch ChipNDaleCDCommentk 7C:k9All XXXkkkg33  UTGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/WriteSingle.gargoyle at February 9, 1989 10:19:33 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [60]: Text T "1 cycle" Xerox/PressFonts/Helvetica [11.55886 0.0 40.69684 0.0 11.55886 233.0587][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 47.43957 0.0 11.55886 247.5072][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 45.51306 0.0 11.55886 298.5588][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 136.0575 0.0 11.55886 298.0772][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00110" Xerox/PressFonts/Helvetica [11.55886 0.0 99.45436 0.0 11.55886 298.0772][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 157.2487 0.0 11.55886 298.0772][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 569.5148 0.0 11.55886 325.0479][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 294.4981 0.0 11.55886 325.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 195.7782 0.0 11.55886 325.0479][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 95.60144 0.0 11.55886 324.5663][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 126.425 0.0 11.55886 325.0479][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 136.0575 0.0 11.55886 325.0479][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 143.7634 0.0 11.55886 325.0479][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 153.3957 0.0 11.55886 325.0479][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 216.9695 0.0 11.55886 325.0479][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "X" Xerox/PressFonts/Helvetica [11.55886 0.0 141.8369 0.0 11.55886 298.0772][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 402.5448 0.0 11.5189 300.7297][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [230.4548,328.9009] (Line ) [272.5,329.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [326.7787,286.5184] (Line ) [328.7051,286.5184] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [290.1867,288.0367] (Line ) [290.1867,324.6398] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [213.5981,286.0367] (Line ) [213.5981,322.6398] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [134.6126,286.0367] (Line ) [134.6126,322.6398] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [583.4817,286.0367] (Line ) [583.4817,322.6398] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.60144,323.1214] (Line ) [583.0,323.1214] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [96.08307,286.0367] (Line ) [96.08307,322.6398] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.60144,286.5184] (Line ) [583.0,286.5184] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [307.0,329.0] (Line ) [560.8456,328.9009] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [163.0281,328.9009] (Line ) [193.8518,328.9009] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [105.2339,328.9009] (Line ) [124.4987,328.9009] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [151.9508,286.0367] (Line ) [151.9508,322.6398] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 276.0 0.0 11.5189 325.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 225.5468 0.0 11.5189 306.8074][] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 241.0468 0.0 11.5189 292.9847][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [103.6603,267.5374] (Line ) [103.6603,266.5714] fwd: T Text T "17" Xerox/PressFonts/Helvetica [11.59213 0.0 215.7176 0.0 11.59213 263.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.59213 0.0 151.9609 0.0 11.59213 263.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.59213 0.0 142.3008 0.0 11.59213 263.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.59213 0.0 94.0002 0.0 11.59213 262.7074][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.59213 0.0 194.4653 0.0 11.59213 263.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.59213 0.0 569.2777 0.0 11.59213 263.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [355.2105,267.0269] (Line ) [563.4816,267.0545] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [94.0002,224.5499] (Line ) [582.8018,224.5499] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [161.621,267.0545] (Line ) [192.5334,267.0545] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [94.48321,224.067] (Line ) [94.48321,260.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [94.0002,261.2584] (Line ) [582.8018,261.2584] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [583.2849,224.067] (Line ) [583.2849,260.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [150.5119,224.067] (Line ) [150.5119,260.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [212.3366,224.067] (Line ) [212.3366,260.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.8429,224.5499] (Line ) [327.7749,224.5499] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.2248,266.6087] (Line ) [139.9027,266.5812] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 100.96 0.0 11.59213 237.6986][] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" xerox/pressfonts/helvetica [8.023895 0.0 161.1217 0.0 8.023895 248.2553][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [8.023895 0.0 155.0589 0.0 8.023895 239.7432][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [8.023895 0.0 163.0828 0.0 8.023895 231.6277][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [339.0375,224.067] (Line ) [339.0375,260.7755] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 253.0014 0.0 11.59213 236.9894][] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.59213 0.0 339.6085 0.0 11.59213 263.4608][] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.59213 0.0 321.7777 0.0 11.59213 263.4608][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [230.8402,267.0269] (Line ) [318.6572,267.0269] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.59213 0.0 435.6959 0.0 11.59213 237.1907][] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 193.9649 mm xmax 40.64129 mm ymax  Interpress.Interpress/Xerox/3.0 fjkj=xjRaxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'#"Aݠ1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'[BEData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'rs'"HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'.=W-1kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'A-00110kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p't-DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'GDa63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'.堢27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'ċa16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'3i;S0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'(a4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'.=Wa5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'4:]a6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'SJa7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'oa17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'N-XkxjXerox PressFonts Helvetica-mrr #ҵ+w% Real Addresskxj4We!闘kxjzN+d'NkxjUKzmkxjUfymkkxj:^oymkkxjuymkkxj3玘kxjuz9ymkkxj3N+玘kxj x{ekxjq[erkxj2|e<kxj$5=ymkkxjXerox PressFonts Helvetica-mrr #堢26kxjXerox PressFonts Helvetica-mrr #m Disambig.kxjXerox PressFonts Helvetica-mrr #JdABitskXeroxResearch ChipNDaleCDCommentxjkxjXerox PressFonts Helvetica-mrr㠤GU17kxjXerox PressFonts Helvetica-mrr㠤K7kxjXerox PressFonts Helvetica-mrr㠤D_{6kxjXerox PressFonts Helvetica-mrr㠤:*)0kxjXerox PressFonts Helvetica-mrr㠤Le16kxjXerox PressFonts Helvetica-mrr㠤(63kxj];n9`7kxj:QjkxjNI|9`7 Hkxj6™11kxj:ZYQjkxj™11kxj1cT™11kxjSe™11kxjYF37(kxj4eyukxjXerox PressFonts Helvetica-mrr㠤 CIAll XXXkxjXerox PressFonts Helvetica-mrr  Has-/DeviceIDkxjXerox PressFonts Helvetica-mrr  EMJ of ReportingkxjXerox PressFonts Helvetica-mrr  \_U ^DevicekxjiP™11kxjXerox PressFonts Helvetica-mrr㠤W^All XXXkxjXerox PressFonts Helvetica-mrr㠤hf32kxjXerox PressFonts Helvetica-mrr㠤 P hf31kxj+#kxjXerox PressFonts Helvetica-mrr㠤#  Faultcodekkkg33R3centered lineFormatting centered lastLineFormatting T TU&Interpress/Xerox/3.0 fjkj=xjM&xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'DKB1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'.3-2}Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p';{K70kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentU( o@orkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p';{1=1kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'Y"01000kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'.17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'2C[.7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'V.6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'L.5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'(.4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'190kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p']"27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'L9#.63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'dmY"DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'.16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'DB7HeaderkxjXerox PressFonts Helvetica-mrr #eA y Real AddresskxjI4#QuKkxji#Q쎘kxjOJT#Qkxj0U:ێkxjCUF1Jkxj0U/:ێkxjnF1Jkxj&QPF1Jkxj!Y=F1JkxjLcaF1JkxjQK}6e%kxjz:`NkxjTJQ6kxjXerox PressFonts Helvetica-mrr #BRu26kxjXerox PressFonts Helvetica-mrr #Y k=p Disambig.kxjXerox PressFonts Helvetica-mrr #BKHABitskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'2a!>0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentU( P`W!orkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'2akD1kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentM}A~363kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentM 3D0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentMo9Datakxj,Ukxj 5[b' }kxj]LT9/kxj,/kxjudkxj,/kxjudTkkkg Interpress:0.0 mm xmin 0.0 mm ymin 192.2658 mm xmax 40.09348 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffCGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/killblock.gargoyle at February 15, 1989 9:34:28 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [T -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [47]: Text T "1 cycle" Xerox/PressFonts/Helvetica [11.55886 0.0 33.51296 0.0 11.55886 613.9849][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 39.29236 0.0 11.55886 627.952][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 124.252 0.0 11.55886 690.2365][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705903 0.0 123.2888 0.0 7.705903 679.6407][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 124.252 0.0 11.55886 668.0819][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "01000" Xerox/PressFonts/Helvetica [11.55886 0.0 87.45436 0.0 11.55886 677.5588][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 204.9693 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 141.3956 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 131.7633 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 124.0573 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 114.425 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 83.6013 0.0 11.55886 704.0476][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 280.6315 0.0 11.55886 705.0293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 557.5145 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 145.2486 0.0 11.55886 677.5588][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 183.7782 0.0 11.55886 704.5293][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 33.51296 0.0 11.55886 678.0403][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 389.5446 0.0 11.5189 679.248][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.23382,708.3827] (Line ) [112.4985,708.3827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [151.0281,708.3827] (Line ) [181.8517,708.3827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [295.5,708.5185] (Line ) [548.8452,708.3827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.60133,666.0] (Line ) [571.0,666.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [84.08294,665.5185] (Line ) [84.08294,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.60133,702.6032] (Line ) [571.0,702.6032] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [571.4817,665.5185] (Line ) [571.4817,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [122.6125,665.5185] (Line ) [122.6125,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [139.9508,665.5185] (Line ) [139.9508,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [201.598,665.5185] (Line ) [201.598,702.1217] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [279.1867,666.0185] (Line ) [279.1867,702.6214] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [314.7787,666.0] (Line ) [316.7052,666.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [218.4547,708.8642] (Line ) [259.5,709.0185] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 259.4999 0.0 11.5189 705.2479][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 213.0467 0.0 11.5189 683.826][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 228.5467 0.0 11.5189 670.0031][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0206 0.0 11.55886 690.0807][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705903 0.0 131.0573 0.0 7.705903 679.4849][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0206 0.0 11.55886 667.9264][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.61763 0.0 557.2463 0.0 11.61763 644.9988][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.61763 0.0 80.92307 0.0 11.61763 644.5148][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.61763 0.0 304.3964 0.0 11.61763 619.8772][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.40737,605.7897] (Line ) [81.40737,608.6941] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.60442,648.8717] (Line ) [552.176,648.8717] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [313.2764,606.2738] (Line ) [315.2128,606.2738] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [571.2849,605.7897] (Line ) [571.2849,642.5791] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.9232,643.0628] (Line ) [570.801,643.0628] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.40737,605.7897] (Line ) [81.40737,642.5791] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.9232,606.2738] (Line ) [570.801,606.2738] fwd: T 33 TU$Interpress/Xerox/3.0 fjkj=xj[IxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'I1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'>ifm5Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'}oh`101001kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'h`1DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'Zui/63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'$C!{27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'Xr{i/16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'\W'0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'3ri/4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p' i/5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'%*i/6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'-Si/7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'.i/17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p' h`10kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentU( %*[+orkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'%*;1kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'%*s50kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'pPHeaderkxjXerox PressFonts Helvetica-mrr #Fi.3G Real Addresskxj4>JMkxjK=gxkxjtg,kxj?QQ@=kxj-_Q@=kxj.AQ@=kxjxIo,I!kxj>MQ@=kxjxIogI!kxj|JJMkxj`[JMOȎkxj6JM.jkxj"?Q@=kxjXerox PressFonts Helvetica-mrr #DB;26kxjXerox PressFonts Helvetica-mrr #2E Disambig.kxjXerox PressFonts Helvetica-mrr #wEBitskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentM1[V63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentM`1G0kxj !& #M*kxj*BwCg0kxjkXv?@&5kxj% #K&kxj](YKk0kxj !& #K&kxj](v?@k0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentMkol/9Datakkkg Interpress:0.0 mm xmin 0.0 mm ymin 193.9648 mm xmax 40.21637 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffAGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/killblock.gargoyle at February 15, 1989 9:34:57 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [T -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [45]: Text T "1 cycle" Xerox/PressFonts/Helvetica [11.55886 0.0 29.0 0.0 11.55886 480.2875][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 35.74273 0.0 11.55886 494.736][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "01001" Xerox/PressFonts/Helvetica [11.55886 0.0 87.7575 0.0 11.55886 545.3062][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 145.5518 0.0 11.55886 545.3062][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 557.8176 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 281.3031 0.0 11.55886 571.9471][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 184.0813 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 83.9046 0.0 11.55886 571.795][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 114.7281 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 124.3606 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0666 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 141.6988 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 205.2726 0.0 11.55886 572.2767][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 124.3606 0.0 11.55886 545.3062][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [7.705903 0.0 132.0666 0.0 7.705903 547.2325][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0666 0.0 11.55886 535.1921][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 132.0666 0.0 11.55886 559.7546][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 33.81621 0.0 11.55886 545.7876][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 391.8478 0.0 11.5189 546.9585][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [218.758,576.1299] (Line ) [264.3032,576.1299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [315.0819,533.7476] (Line ) [317.0083,533.7476] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [278.6099,533.7476] (Line ) [278.6099,570.3502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [201.9012,533.2658] (Line ) [201.9012,569.8688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [122.9158,533.2658] (Line ) [122.9158,569.8688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [571.7848,533.2658] (Line ) [571.7848,569.8688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.90463,570.3502] (Line ) [571.3032,570.3502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [84.38625,533.2658] (Line ) [84.38625,569.8688] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.90463,533.7476] (Line ) [571.3032,533.7476] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [293.0585,576.0403] (Line ) [549.1487,576.1299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [151.3313,576.1299] (Line ) [182.155,576.1299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.53706,576.1299] (Line ) [112.8019,576.1299] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.254,533.2658] (Line ) [140.254,569.8688] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 263.8031 0.0 11.5189 571.7288][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 216.3499 0.0 11.5189 553.5362][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 231.8499 0.0 11.5189 539.7135][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.61763 0.0 557.5495 0.0 11.61763 511.7093][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.61763 0.0 81.22623 0.0 11.61763 511.2254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.71053,472.5002] (Line ) [81.71053,475.4047] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.90758,515.5823] (Line ) [552.4792,515.5823] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [313.5795,472.9843] (Line ) [315.516,472.9843] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [571.588,472.5002] (Line ) [571.588,509.2893] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.22636,509.7733] (Line ) [571.1042,509.7733] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.71053,472.5002] (Line ) [81.71053,509.2893] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.22636,472.9843] (Line ) [571.1042,472.9843] fwd: T Text T "Data" Xerox/PressFonts/Helvetica [11.61763 0.0 305.3964 0.0 11.61763 485.8772][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 33  U-Interpress/Xerox/3.0 fjkj=xjFxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'sdW1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p' >[yXData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p's1|HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p':z1kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'01000kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'cDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'L#63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'-27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'~16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p',#\0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'(4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p':z5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'/]6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'L;7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'Nb17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$p'FXkxjXerox PressFonts Helvetica-mrr #epG Real Addresskxj#[WÕs-kxjz)`1NkxjQ5KkxjLaukxj4oukxjmwukxj*rDڎkxjm_Qukxj*)ڎkxj-gnÕskxjhQÕskxj,|Õskxj!=ukxjXerox PressFonts Helvetica-mrr #-26kxjXerox PressFonts Helvetica-mrr #>EKH- Disambig.kxjXerox PressFonts Helvetica-mrr #_QkgBitskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment㠤COUX=17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment㠤E{X=7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment㠤> {X=6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment㠤zzLo50kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment㠤GeX=16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment㠤&X=63kxjfV;:akxjz_jkxjG|a kxj/mq26#kxjG2jkxj)q26#kxj-Tq26#kxjLObq26#kxjUFz_1/(kxj-w[WkxjXerox PressFonts Helvetica-mrr㠤C92All XXXkxjXerox PressFonts Helvetica-mrr /%BsTDeviceIDkxjXerox PressFonts Helvetica-mrr /%x^Y of ReportingkxjXerox PressFonts Helvetica-mrr /%FyH7DevicekxjePq26#kxjXerox PressFonts Helvetica-mrr㠤All XXXkxjXerox PressFonts Helvetica-mrr㠤qK%432kxjXerox PressFonts Helvetica-mrr㠤 K%431kxjV;)#kxjXerox PressFonts Helvetica-mrr㠤%M: Faultcodekkkg Interpress:0.0 mm xmin 0.0 mm ymin 193.9648 mm xmax 40.64124 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffQGargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/killblock.gargoyle at February 15, 1989 9:35:17 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [T -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [59]: Text T "1 cycle" Xerox/PressFonts/Helvetica [11.55886 0.0 27.69684 0.0 11.55886 339.5402][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.55886 0.0 34.43956 0.0 11.55886 353.9887][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.55886 0.0 32.51305 0.0 11.55886 405.0403][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.55886 0.0 123.0574 0.0 11.55886 404.5587][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "01000" Xerox/PressFonts/Helvetica [11.55886 0.0 86.45434 0.0 11.55886 404.5587][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.55886 0.0 144.2486 0.0 11.55886 404.5587][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.55886 0.0 556.5145 0.0 11.55886 431.5294][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.55886 0.0 281.498 0.0 11.55886 431.4815][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.55886 0.0 182.7782 0.0 11.55886 431.5294][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.55886 0.0 82.60143 0.0 11.55886 431.0477][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.55886 0.0 113.425 0.0 11.55886 431.5294][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.55886 0.0 123.0574 0.0 11.55886 431.5294][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.55886 0.0 130.7634 0.0 11.55886 431.5294][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.55886 0.0 140.3957 0.0 11.55886 431.5294][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.55886 0.0 203.9694 0.0 11.55886 431.5294][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "X" Xerox/PressFonts/Helvetica [11.55886 0.0 128.8369 0.0 11.55886 404.5587][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 389.5446 0.0 11.5189 407.2112][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [217.4548,435.3826] (Line ) [259.5,435.4816] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [313.7787,393.0] (Line ) [315.7052,393.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [277.1867,394.5183] (Line ) [277.1867,431.1214] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [200.598,392.5183] (Line ) [200.598,429.1214] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [121.6126,392.5183] (Line ) [121.6126,429.1214] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [570.4817,392.5183] (Line ) [570.4817,429.1214] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.60147,429.603] (Line ) [570.0,429.603] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.08309,392.5183] (Line ) [83.08309,429.1214] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.60147,393.0] (Line ) [570.0,393.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [294.0,435.4816] (Line ) [547.8455,435.3826] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [150.0281,435.3826] (Line ) [180.8519,435.3826] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.23389,435.3826] (Line ) [111.4987,435.3826] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [138.9508,392.5183] (Line ) [138.9508,429.1214] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 262.9999 0.0 11.5189 431.4815][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Disambig." Xerox/PressFonts/Helvetica [11.5189 0.0 212.5467 0.0 11.5189 413.2888][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Bits" Xerox/PressFonts/Helvetica [11.5189 0.0 228.0467 0.0 11.5189 399.4661][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.59213 0.0 202.7176 0.0 11.59213 369.672][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.59213 0.0 138.9609 0.0 11.59213 369.672][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.59213 0.0 129.3008 0.0 11.59213 369.672][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.59213 0.0 81.00019 0.0 11.59213 369.1888][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.59213 0.0 181.4653 0.0 11.59213 369.672][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.59213 0.0 556.2775 0.0 11.59213 369.672][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [342.2106,373.5085] (Line ) [550.4815,373.5361] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.00022,331.0316] (Line ) [569.8019,331.0316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [148.621,373.5361] (Line ) [179.5334,373.5361] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.48324,330.5486] (Line ) [81.48324,367.2571] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.00022,367.74] (Line ) [569.8019,367.74] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [570.2849,330.5486] (Line ) [570.2849,367.2571] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [137.5119,330.5486] (Line ) [137.5119,367.2571] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [199.3367,330.5486] (Line ) [199.3367,367.2571] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [312.8429,331.0316] (Line ) [314.775,331.0316] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.22483,373.0903] (Line ) [126.9027,373.0628] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 87.95997 0.0 11.59213 344.1801][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [8.023893 0.0 148.1217 0.0 8.023893 354.7368][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" Xerox/PressFonts/Helvetica [8.023893 0.0 142.0589 0.0 8.023893 346.2247][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Device" Xerox/PressFonts/Helvetica [8.023893 0.0 150.0827 0.0 8.023893 338.1092][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [326.0375,330.5486] (Line ) [326.0375,367.2571] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 240.0013 0.0 11.59213 343.4709][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.59213 0.0 326.6084 0.0 11.59213 369.9423][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.59213 0.0 308.7777 0.0 11.59213 369.9423][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [217.8402,373.5085] (Line ) [305.6572,373.5085] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.59213 0.0 422.6957 0.0 11.59213 343.6723][1 1.0] F 1.0 props: ( F ) ls: 1.2 33R3centered lineFormatting centered lastLineFormatting TNN TU#Interpress/Xerox/3.0 fjkj=xj5# xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #>G63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #3\q40kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #'5nCDatakxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #IW#)GHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #'+E/17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #AaE/7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #]E/6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #;]aE/5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #Y E/4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #3\qE#0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #VgE/16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #>E/63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #U3*10000kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #;]a*X0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment #*DeviceIDkxjK8u:1pkxjb*L  \kxj3\qG^;kxjpL  \kxj3\qu:1;kxj6Kckxj}@]0Vkxj*]kxj3\q<3;kxjp7Dkxj3\qD;kxjb*7Dkxj\+7DkxjN+t7Dkxj#7Dkxj?2kxjK8<3pkxjkxjXerox PressFonts Helvetica-mrr #RIfo%26kxjXerox PressFonts Helvetica-mrr #WhIfo%27kxjXerox PressFonts Helvetica-mrr #?J Real Addresskxjikxju:1G^kxju:1G^kxjXerox PressFonts Helvetica-mrr #+1kxjXerox PressFonts Helvetica-mrr #VkxjXerox PressFonts Helvetica-mrr #-=27kxjXerox PressFonts Helvetica-mrr #la-=26kxj/5kxjXerox PressFonts Helvetica-mrr #5GZ%All XXXkxjXerox PressFonts Helvetica-mrr #K8=Victim AddresskxjXerox PressFonts Helvetica-mrr #JAll XXXkkkg Interpress:0.0 mm xmin 0.0 mm ymin 192.2881 mm xmax 39.14184 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffBGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOReadBlock.gargoyle at February 9, 1989 10:20:42 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 1.2 1.2] [F 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [47]: Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 588.6289 0.0 11.5189 650.8452][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 116.354 0.0 11.5189 650.3654][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.5189 0.0 68.3585 0.0 11.5189 624.4478][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.5189 0.0 64.5189 0.0 11.5189 682.0423][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.5189 0.0 237.3024 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.5189 0.0 173.9484 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.5189 0.0 164.3493 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.5189 0.0 156.6701 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.5189 0.0 147.071 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 116.354 0.0 11.5189 707.9598][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.5189 0.0 216.1844 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 588.6289 0.0 11.5189 708.4398][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10000" Xerox/PressFonts/Helvetica [11.5189 0.0 120.1936 0.0 11.5189 681.5624][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "X0" Xerox/PressFonts/Helvetica [11.5189 0.0 156.6701 0.0 11.5189 681.5624][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.5189 0.0 177.788 0.0 11.5189 681.5624][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [346.732,612.449] (Line ) [348.6518,612.449] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [602.5478,611.969] (Line ) [602.5478,648.4456] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.354,648.9256] (Line ) [602.0678,648.9256] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.834,611.969] (Line ) [116.834,648.4456] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.354,612.449] (Line ) [602.0678,612.449] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.0,654.685] (Line ) [579.99,654.685] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [125.9531,712.2796] (Line ) [145.1512,712.2796] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [183.5476,712.2796] (Line ) [214.2646,712.2796] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.354,670.0435] (Line ) [602.0678,670.0435] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.834,669.5635] (Line ) [116.834,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.354,706.52] (Line ) [602.0678,706.52] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [602.5478,669.5635] (Line ) [602.5478,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [155.2303,669.5635] (Line ) [155.2303,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [172.5086,669.5635] (Line ) [172.5086,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [233.9428,669.5635] (Line ) [233.9428,706.0401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.6318,670.0635] (Line ) [303.6318,706.5401] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [346.732,670.0435] (Line ) [348.6518,670.0435] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.0,712.5] (Line ) [583.5,712.5] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 290.5206 0.0 11.5189 708.7297][] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 306.5206 0.0 11.5189 708.7297][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 415.0 0.0 11.5189 682.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [255.0,713.0] (Line ) [288.0,713.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.6318,612.449] (Line ) [303.6318,648.9256] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [127.0,612.449] (Line ) [127.0,648.9256] fwd: T Text T "1" Xerox/PressFonts/Helvetica [11.5189 0.0 128.5 0.0 11.5189 651.0][] F 1.0 props: ( F ) ls: 1.2 Text T "V" Xerox/PressFonts/Helvetica [11.5189 0.0 118.5 0.0 11.5189 624.5][] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 308.0 0.0 11.5189 651.2297][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 287.0206 0.0 11.5189 651.2297][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [137.5,655.0] (Line ) [282.5,655.0] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 194.6479 0.0 11.5189 626.7297][] F 1.0 props: ( F ) ls: 1.2 Text T "Victim Address" Xerox/PressFonts/Helvetica [11.5189 0.0 410.4976 0.0 11.5189 626.2297][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 247.0 0.0 11.5189 682.0][] F 1.0 props: ( F ) ls: 1.2 33  U#Interpress/Xerox/3.0 fjkj=xjG0~FxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={61ɠData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={ otHO63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={+F]0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={D4MDatakxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={n^HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={|E*17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={ ^/*7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={Qn}*6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={M}*5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={J9*4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={+F]2/0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={?J*16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={ ot*63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={79s(10001kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={M}(0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment3={F[d(DeviceIDkxjXerox PressFonts Helvetica-mrr3={;l[y0kxjXerox PressFonts Helvetica-mrr3={.Go551kxjXerox PressFonts Helvetica-mrrOO}zU(orkxjXerox PressFonts Helvetica-mrr3={ y0z_A8 cycleskxj]o@#W/kxjjiA™玘kxjky:eJkxjd@#kxj#]LA! kxj]o@#kxj#]Lky: kxj]ow9=Hkxjjim kxj.u@mXikxj\)mkxj#]LA kxj]ow9 kxj#]LR% kxjdw9 kxjw9 kxj]w9 kxj}Mw9 kxj+%w9 kxjAeJkxjXerox PressFonts Helvetica-mrr #ݠ27kxjXerox PressFonts Helvetica-mrr #BĠ Real AddresskxjXerox PressFonts Helvetica-mrr #Cݠ26kxjmkxjXerox PressFonts Helvetica-mrr #O*%All XXXkkkg Interpress:0.0 mm xmin 0.0 mm ymin 191.3241 mm xmax 40.11713 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffAGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOReadBlock.gargoyle at February 9, 1989 10:21:08 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 1.2 1.2] [F 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [45]: Text T "Data:" Xerox/PressFonts/Helvetica [11.43592 0.0 74.98918 0.0 11.43592 493.6368][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.43592 0.0 587.9914 0.0 11.43592 512.4817][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 119.1183 0.0 11.43592 512.0052][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.43592 0.0 339.0963 0.0 11.43592 487.7532][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.43592 0.0 69.56265 0.0 11.43592 547.266][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.43592 0.0 239.1955 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.43592 0.0 176.2979 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.43592 0.0 166.768 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.43592 0.0 159.144 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.43592 0.0 149.6142 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 119.1183 0.0 11.43592 572.9967][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.43592 0.0 218.2297 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.43592 0.0 587.9914 0.0 11.43592 573.4735][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10001" Xerox/PressFonts/Helvetica [11.43592 0.0 122.9304 0.0 11.43592 546.7895][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 159.144 0.0 11.43592 546.7895][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.43592 0.0 180.11 0.0 11.43592 546.7895][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 167.1648 0.0 11.43592 559.8264][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.43592 0.0 167.6761 0.0 11.43592 537.1508][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [6.925551 0.0 166.7951 0.0 6.925551 548.325][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "8 cycles" Xerox/PressFonts/Helvetica [11.43592 0.0 66.52081 0.0 11.43592 481.9539][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.595,473.8856] (Line ) [119.595,476.7446] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [128.6482,516.2938] (Line ) [583.0,516.2938] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.8371,474.362] (Line ) [349.7432,474.362] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [601.81,473.8856] (Line ) [601.81,510.0993] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.1184,510.5758] (Line ) [601.3336,510.5758] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.595,473.8856] (Line ) [119.595,510.0993] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.1184,474.362] (Line ) [601.3336,474.362] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.595,534.8772] (Line ) [119.595,537.7361] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [128.6482,577.2852] (Line ) [147.7083,577.2852] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [185.8281,577.2852] (Line ) [216.3238,577.2852] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [319.5,577.5] (Line ) [579.4145,577.2852] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.1184,535.3537] (Line ) [601.3336,535.3537] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.595,534.8772] (Line ) [119.595,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.1184,571.5674] (Line ) [601.3336,571.5674] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [601.81,534.8772] (Line ) [601.81,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [157.7148,534.8772] (Line ) [157.7148,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [174.8686,534.8772] (Line ) [174.8686,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [235.8603,534.8772] (Line ) [235.8603,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.1082,534.8772] (Line ) [303.1082,571.091] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.8371,535.3537] (Line ) [349.7432,535.3537] fwd: T Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 306.0 0.0 11.5189 573.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 418.0 0.0 11.5189 548.0][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 289.5 0.0 11.5189 573.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [255.0,577.2852] (Line ) [284.0,577.2852] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 247.0 0.0 11.5189 547.7297][] F 1.0 props: ( F ) ls: 1.2 33  U-Interpress/Xerox/3.0 fjkj=xj90xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentS9XD8 cycleskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment"x,?!Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment9V1=63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment( S<]0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment=/V1=31kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment`{FV1=32kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommenta]8,+All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentt}T17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentefT7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment}T6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentO3T5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentOT4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment i0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentERT16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment.T63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment( SpI00001kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentpIDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentO3pI1XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment;+A*Headerkxj/\4IcGkxj`{Fkxjn/\4IcGkxj TAkxjAD\4IcGkxjAkxj]=:+kxj3g{^ kxj#1{^}kxjJ0{^kxj:kxjADgDkxj5:kxjK3 gDkxjEqgDkxjG)hgDkxj05gDkxjH8=L3Ikxj^FUҎkxjXerox PressFonts Helvetica-mrr #F27kxjXerox PressFonts Helvetica-mrr #CF26kxjXerox PressFonts Helvetica-mrr #I, Real Addresskxj&9\4IcGkxj \4IcGkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment.]8W+All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment'i+U=17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentqU=7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment"=)U=16kxjEbB/HWkxjXerox PressFonts Helvetica-mrr #C 6kxj ꎘkxjXerox PressFonts Helvetica-mrra<=DeviceIDkxjXerox PressFonts Helvetica-mrrP( of ReportingkxjXerox PressFonts Helvetica-mrr[Fp7Devicekxj{^kxjXerox PressFonts Helvetica-mrr #]8,+ FaultcodekxjXerox PressFonts Helvetica-mrr #,All XXXkkkg Interpress:0.0 mm xmin 0.0 mm ymin 191.2005 mm xmax 39.90196 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffNGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOReadBlock.gargoyle at February 9, 1989 10:21:33 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 1.2 1.2] [F 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [56]: Text T "8 cycles" Xerox/PressFonts/Helvetica [11.37148 0.0 68.55591 0.0 11.37148 331.3972][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.37148 0.0 74.24164 0.0 11.37148 343.2425][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.37148 0.0 589.7487 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.37148 0.0 123.5181 0.0 11.37148 361.2474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.37148 0.0 337.6809 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.37148 0.0 352.8429 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.37148 0.0 268.6344 0.0 11.37148 334.4187][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.37148 0.0 239.128 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.37148 0.0 176.585 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.37148 0.0 167.1088 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.37148 0.0 159.5277 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.37148 0.0 150.0515 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.37148 0.0 119.7275 0.0 11.37148 421.8952][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.37148 0.0 218.2804 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.37148 0.0 585.9581 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00001" Xerox/PressFonts/Helvetica [11.37148 0.0 123.5181 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.37148 0.0 180.3755 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.37148 0.0 159.5277 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.37148 0.0 70.45117 0.0 11.37148 396.3094][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [351.4214,323.3424] (Line ) [351.4214,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [350.9476,323.8162] (Line ) [352.8429,323.8162] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [603.4892,323.3424] (Line ) [603.4892,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,359.8259] (Line ) [603.0154,359.8259] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [120.2014,323.3424] (Line ) [120.2014,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,323.8162] (Line ) [603.0154,323.8162] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [247.0,364.5] (Line ) [335.7856,364.5117] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [129.2039,426.1596] (Line ) [148.1563,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [186.0612,426.1596] (Line ) [216.3851,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [321.0,426.0] (Line ) [577.4296,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,384.4641] (Line ) [601.1201,384.4641] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [120.2014,383.9903] (Line ) [120.2014,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,420.4738] (Line ) [601.1201,420.4738] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [601.594,383.9903] (Line ) [601.594,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [158.1062,383.9903] (Line ) [158.1062,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [175.1635,383.9903] (Line ) [175.1635,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [235.8114,383.9903] (Line ) [235.8114,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.082,384.4903] (Line ) [303.082,420.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.1571,384.4641] (Line ) [349.0524,384.4641] fwd: T Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 306.0 0.0 11.5189 422.0][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 289.5 0.0 11.5189 422.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 420.5 0.0 11.5189 396.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [172.9824,323.3424] (Line ) [172.9824,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [234.4166,323.3424] (Line ) [234.4166,359.3521] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.37148 0.0 128.6344 0.0 11.37148 335.4187][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.37148 0.0 234.628 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.37148 0.0 172.085 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.37148 0.0 213.7804 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [181.5612,364.6596] (Line ) [211.8851,364.6596] fwd: T Text T "6" Xerox/PressFonts/Helvetica [11.5189 0.0 163.0 0.0 11.5189 361.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [368.5,365.0] (Line ) [586.0,365.0] fwd: T Text T "DeviceID" xerox/pressfonts/helvetica [9.0 0.0 184.8002 0.0 9.0 347.4448][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [9.0 0.0 176.0 0.0 9.0 337.6773][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [9.0 0.0 187.0 0.0 9.0 327.8546][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [255.0,426.1596] (Line ) [285.0,426.1596] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.5189 0.0 445.0 0.0 11.5189 334.4187][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 250.0 0.0 11.5189 396.0][] F 1.0 props: ( F ) ls: 1.2 33R3centered lineFormatting centered lastLineFormatting TNN TUInterpress/Xerox/3.0 fjkj=xj$xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment[TN63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment" anSf0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment#uvData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentE:HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1g<'A17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentU'A7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentyikxjLM=kxj{j1%sP5kxjXerox PressFonts Helvetica-mrry3'26kxjXerox PressFonts Helvetica-mrri3'27kxjXerox PressFonts Helvetica-mrrwOp Real Addresskxj^jb%JlEjkxj)jt}f8_kxjXerox PressFonts Helvetica-mrri+d]1kxjXerox PressFonts Helvetica-mrrq=mpVkxj5QaJUkxjXerox PressFonts Helvetica-mrrJ<$=%DatakxjXerox PressFonts Helvetica-mrrDYOpAll XXXkxjXerox PressFonts Helvetica-mrr_#:%8 cycleskkkg Interpress:0.0 mm xmin 0.0 mm ymin 192.8518 mm xmax 39.14184 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff=Gargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/killblock.gargoyle at February 15, 1989 9:45:26 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [T -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [43]: Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 562.1100 0.0 11.5189 277.3719][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 89.83506 0.0 11.5189 276.8922][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.5189 0.0 48.83958 0.0 11.5189 255.9745][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.5189 0.0 37.99999 0.0 11.5189 308.569][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.5189 0.0 210.7834 0.0 11.5189 334.9667][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.5189 0.0 147.4295 0.0 11.5189 334.9667][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.5189 0.0 137.8304 0.0 11.5189 334.9667][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.5189 0.0 130.1512 0.0 11.5189 334.9667][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.5189 0.0 120.552 0.0 11.5189 334.9667][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.5189 0.0 89.83506 0.0 11.5189 334.4868][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.5189 0.0 189.6655 0.0 11.5189 334.9667][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.5189 0.0 562.1100 0.0 11.5189 334.9667][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10010" Xerox/PressFonts/Helvetica [11.5189 0.0 93.67468 0.0 11.5189 308.0892][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "X0" Xerox/PressFonts/Helvetica [11.5189 0.0 130.1512 0.0 11.5189 308.0892][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.5189 0.0 151.269 0.0 11.5189 308.0892][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [320.2132,238.976] (Line ) [322.1329,238.976] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [576.0287,238.4958] (Line ) [576.0287,274.9727] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.83510,275.4526] (Line ) [575.549,275.4526] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.31513,238.4958] (Line ) [90.31513,274.9727] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.83510,238.976] (Line ) [575.549,238.976] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [99.43425,338.8066] (Line ) [118.6323,338.8066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [157.0288,338.8066] (Line ) [187.7457,338.8066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.83510,296.5705] (Line ) [575.549,296.5705] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.31513,296.0907] (Line ) [90.31513,332.567] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.83510,333.047] (Line ) [575.549,333.047] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [576.0287,296.0907] (Line ) [576.0287,332.567] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [128.7114,296.0907] (Line ) [128.7114,332.567] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [145.9897,296.0907] (Line ) [145.9897,332.567] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [207.424,296.0907] (Line ) [207.424,332.567] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [277.1129,296.5905] (Line ) [277.1129,333.067] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [320.2132,296.5705] (Line ) [322.1329,296.5705] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [298.4812,339.027] (Line ) [556.9811,339.027] fwd: T Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 264.0015 0.0 11.5189 335.2565][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 280.0015 0.0 11.5189 335.2565][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 388.481 0.0 11.5189 308.5267][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [228.4811,339.527] (Line ) [261.4811,339.527] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [100.4811,238.976] (Line ) [100.4811,275.4526] fwd: T Text T "1" Xerox/PressFonts/Helvetica [11.5189 0.0 101.9811 0.0 11.5189 277.5268][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "V" Xerox/PressFonts/Helvetica [11.5189 0.0 91.98108 0.0 11.5189 251.0268][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [110.9811,281.527] (Line ) [554.5,281.527] fwd: T Text T "Data" Xerox/PressFonts/Helvetica [11.5189 0.0 319.3833 0.0 11.5189 250.7296][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 221.481 0.0 11.5189 308.5267][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "8 cycles" Xerox/PressFonts/Helvetica [11.5189 0.0 36.40208 0.0 11.5189 243.7296][1 1.0] F 1.0 props: ( F ) ls: 1.2 33 TU!Interpress/Xerox/3.0 fjkj=xj@xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-/z렢Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-` /Lꠢ63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-|0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-QNAll XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-F򠢠HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-Gh#[17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-,$e#[7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-%#[6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-+ #[5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-#[4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-|s'%0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-@Jk#[16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-` /#[63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-m.10011kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-+ .0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA-!K.DeviceIDkxjXerox PressFonts Helvetica-mrrA-6/';0kxjXerox PressFonts Helvetica-mrrA-v/%!e1kxjXerox PressFonts Helvetica-mrr%5orkxjXerox PressFonts Helvetica-mrrA- [1 cyclekxj' Ckxj_'GO kxjamX/kxj = (kxj.skxj' (kxj.kxj'Kx,kkxj_?,kxjk/?9akxj ?kxj.dkxj'Kx+/pkxj.kxj =Kx+/pkxjxLKx+/pkxjkKx+/pkxj_Kx+/pkxjW^Kx+/pkxjamXd/kxjXerox PressFonts Helvetica-mrr S MmŠ27kxjXerox PressFonts Helvetica-mrr :0Š Real AddresskxjXerox PressFonts Helvetica-mrr MmŠ26kxj ? K kxjXerox PressFonts Helvetica-mrr .5All XXXkkkg Interpress:0.0 mm xmin 0.0 mm ymin 190.6552 mm xmax 40.11708 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff@Gargoyle file for scene: stuffed from ///Users/bland.pa/datasheets/killblock.gargoyle at February 15, 1989 9:47:24 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [T -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [45]: Text T "Data:" Xerox/PressFonts/Helvetica [11.43592 0.0 10.57256 0.0 11.43592 21.25107][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.43592 0.0 523.5745 0.0 11.43592 40.09592][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 54.70162 0.0 11.43592 39.61941][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.43592 0.0 267.6794 0.0 11.43592 16.36749][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.43592 0.0 5.146019 0.0 11.43592 74.88016][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.43592 0.0 174.7788 0.0 11.43592 101.0879][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.43592 0.0 111.8812 0.0 11.43592 101.0879][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.43592 0.0 102.3513 0.0 11.43592 101.0879][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.43592 0.0 94.72733 0.0 11.43592 101.0879][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.43592 0.0 85.1975 0.0 11.43592 101.0879][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 54.70162 0.0 11.43592 100.6109][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.43592 0.0 153.813 0.0 11.43592 101.0879][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.43592 0.0 523.5745 0.0 11.43592 101.0879][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10011" Xerox/PressFonts/Helvetica [11.43592 0.0 58.51378 0.0 11.43592 74.40372][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 94.72733 0.0 11.43592 74.40372][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.43592 0.0 115.6933 0.0 11.43592 74.40372][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.43592 0.0 102.7482 0.0 11.43592 87.44065][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [11.43592 0.0 103.2594 0.0 11.43592 64.76516][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "or" Xerox/PressFonts/Helvetica [6.925547 0.0 102.3784 0.0 6.925547 75.93924][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.43592 0.0 4.0 0.0 11.43592 9.367492][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [55.1784,1.500183] (Line ) [55.1784,4.359161] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [64.23159,43.9083] (Line ) [518.5834,43.9083] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [283.4205,1.976532] (Line ) [285.3267,1.976532] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [537.3933,1.500183] (Line ) [537.3933,37.71378] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [54.70182,38.19022] (Line ) [536.917,38.19022] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [55.1784,1.500183] (Line ) [55.1784,37.71378] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [54.70182,1.976532] (Line ) [536.917,1.976532] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [55.1784,62.49167] (Line ) [55.1784,65.35055] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [64.23159,104.8997] (Line ) [83.29172,104.8997] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [121.4115,104.8997] (Line ) [151.9072,104.8997] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [255.0,105.0] (Line ) [514.998,104.8997] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [54.70182,62.96829] (Line ) [536.917,62.96829] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [55.1784,62.49167] (Line ) [55.1784,98.70535] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [54.70182,99.18204] (Line ) [536.917,99.18204] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [537.3933,62.49167] (Line ) [537.3933,98.70535] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.29820,62.49167] (Line ) [93.29820,98.70535] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [110.452,62.49167] (Line ) [110.452,98.70535] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [171.4437,62.49167] (Line ) [171.4437,98.70535] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [238.6915,62.49167] (Line ) [238.6915,98.70535] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [283.4205,62.96829] (Line ) [285.3267,62.96829] fwd: T Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 241.5833 0.0 11.5189 100.6142][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 353.5832 0.0 11.5189 75.61423][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 225.0833 0.0 11.5189 100.6142][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [190.5834,104.8997] (Line ) [219.5834,104.8997] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 182.5833 0.0 11.5189 75.34396][1 1.0] F 1.0 props: ( F ) ls: 1.2 33  U-Interpress/Xerox/3.0 fjkj=xj90xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentS9XD1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment"x,?!Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment9V1=63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment( S<]0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment=/V1=31kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment`{FV1=32kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommenta]8,+All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentt}T17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentefT7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment}T6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentO3T5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentOT4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment i0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentERT16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment.T63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment( SpI00001kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentpIDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentO3pI1XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment;+A*Headerkxj/\4IcGkxj`{Fkxjn/\4IcGkxj TAkxjAD\4IcGkxjAkxj]=:+kxj3g{^ kxj#1{^}kxjJ0{^kxj:kxjADgDkxj5:kxjK3 gDkxjEqgDkxjG)hgDkxj05gDkxjH8=L3Ikxj^FUҎkxjXerox PressFonts Helvetica-mrr #F27kxjXerox PressFonts Helvetica-mrr #CF26kxjXerox PressFonts Helvetica-mrr #I, Real Addresskxj&9\4IcGkxj \4IcGkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment.]8W+All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment'i+U=17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentqU=7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment"=)U=16kxjEbB/HWkxjXerox PressFonts Helvetica-mrr #C 6kxj ꎘkxjXerox PressFonts Helvetica-mrra<=DeviceIDkxjXerox PressFonts Helvetica-mrrP( of ReportingkxjXerox PressFonts Helvetica-mrr[Fp7Devicekxj{^kxjXerox PressFonts Helvetica-mrr #]8,+ FaultcodekxjXerox PressFonts Helvetica-mrr #92%All XXXkkkg Interpress:0.0 mm xmin 0.0 mm ymin 191.2005 mm xmax 39.90196 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffNGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOWriteBlock.gargoyle at February 9, 1989 10:25:09 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 1.2 1.2] [F 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 8.680555e-2 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.5189 11.5189] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [325.0,712.5] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [56]: Text T "1 cycle" Xerox/PressFonts/Helvetica [11.37148 0.0 68.55591 0.0 11.37148 331.3972][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.37148 0.0 74.24164 0.0 11.37148 343.2425][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.37148 0.0 589.7487 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.37148 0.0 123.5181 0.0 11.37148 361.2474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.37148 0.0 337.6809 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.37148 0.0 352.8429 0.0 11.37148 361.7212][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.37148 0.0 268.6344 0.0 11.37148 334.4187][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.37148 0.0 239.128 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.37148 0.0 176.585 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.37148 0.0 167.1088 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.37148 0.0 159.5277 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.37148 0.0 150.0515 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.37148 0.0 119.7275 0.0 11.37148 421.8952][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.37148 0.0 218.2804 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.37148 0.0 585.9581 0.0 11.37148 422.369][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00001" Xerox/PressFonts/Helvetica [11.37148 0.0 123.5181 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.37148 0.0 180.3755 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.37148 0.0 159.5277 0.0 11.37148 395.8356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.37148 0.0 70.45117 0.0 11.37148 396.3094][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [351.4214,323.3424] (Line ) [351.4214,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [350.9476,323.8162] (Line ) [352.8429,323.8162] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [603.4892,323.3424] (Line ) [603.4892,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,359.8259] (Line ) [603.0154,359.8259] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [120.2014,323.3424] (Line ) [120.2014,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,323.8162] (Line ) [603.0154,323.8162] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [247.0,364.5] (Line ) [335.7856,364.5117] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [129.2039,426.1596] (Line ) [148.1563,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [186.0612,426.1596] (Line ) [216.3851,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [321.0,426.0] (Line ) [577.4296,426.1596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,384.4641] (Line ) [601.1201,384.4641] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [120.2014,383.9903] (Line ) [120.2014,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.7275,420.4738] (Line ) [601.1201,420.4738] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [601.594,383.9903] (Line ) [601.594,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [158.1062,383.9903] (Line ) [158.1062,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [175.1635,383.9903] (Line ) [175.1635,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [235.8114,383.9903] (Line ) [235.8114,420.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.082,384.4903] (Line ) [303.082,420.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.1571,384.4641] (Line ) [349.0524,384.4641] fwd: T Text T "27" Xerox/PressFonts/Helvetica [11.5189 0.0 306.0 0.0 11.5189 422.0][] F 1.0 props: ( F ) ls: 1.2 Text T "26" Xerox/PressFonts/Helvetica [11.5189 0.0 289.5 0.0 11.5189 422.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Real Address" Xerox/PressFonts/Helvetica [11.5189 0.0 420.5 0.0 11.5189 396.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [172.9824,323.3424] (Line ) [172.9824,359.3521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [234.4166,323.3424] (Line ) [234.4166,359.3521] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.37148 0.0 128.6344 0.0 11.37148 335.4187][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.37148 0.0 234.628 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.37148 0.0 172.085 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.37148 0.0 213.7804 0.0 11.37148 360.869][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [181.5612,364.6596] (Line ) [211.8851,364.6596] fwd: T Text T "6" Xerox/PressFonts/Helvetica [11.5189 0.0 163.0 0.0 11.5189 361.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [368.5,365.0] (Line ) [586.0,365.0] fwd: T Text T "DeviceID" xerox/pressfonts/helvetica [9.0 0.0 184.8002 0.0 9.0 347.4448][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [9.0 0.0 176.0 0.0 9.0 337.6773][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [9.0 0.0 187.0 0.0 9.0 327.8546][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [255.0,426.1596] (Line ) [285.0,426.1596] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.5189 0.0 445.0 0.0 11.5189 334.4187][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.5189 0.0 249.0 0.0 11.5189 395.7297][] F 1.0 props: ( F ) ls: 1.2 33R3centered lineFormatting centered lastLineFormatting THH  U?Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOReadSingle.gargoyle at February 10, 1989 9:30:54 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [554.0,232.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [42]: Text T "0" Xerox/PressFonts/Helvetica [11.37052 0.0 74.54305 0.0 11.37052 620.3116][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.37052 0.0 540.7345 0.0 11.37052 620.7853][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.37052 0.0 286.7927 0.0 11.37052 596.1491][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.37052 0.0 25.27077 0.0 11.37052 655.3706][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.37052 0.0 266.8634 0.0 11.37052 681.428][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "X0" Xerox/PressFonts/Helvetica [11.37052 0.0 114.3399 0.0 11.37052 654.8968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.37052 0.0 173.0876 0.0 11.37052 681.428][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.37052 0.0 74.54305 0.0 11.37052 680.9542][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10100" Xerox/PressFonts/Helvetica [11.37052 0.0 78.33327 0.0 11.37052 654.8968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.37052 0.0 104.8644 0.0 11.37052 681.428][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.37052 0.0 114.3399 0.0 11.37052 681.428][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.37052 0.0 121.9203 0.0 11.37052 681.428][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.37052 0.0 131.3956 0.0 11.37052 681.428][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.37052 0.0 193.9335 0.0 11.37052 681.428][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.37052 0.0 540.7345 0.0 11.37052 681.428][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.37052 0.0 135.1859 0.0 11.37052 654.8968][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.37052 0.0 28.92105 0.0 11.37052 602.5219][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.37052 0.0 26.41989 0.0 11.37052 589.0271][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [85.91347,624.5753] (Line ) [532.2065,624.5753] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.54295,582.8835] (Line ) [554.0,582.8835] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [75.01674,582.4097] (Line ) [75.01674,618.4163] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.54295,618.89] (Line ) [554.0,618.89] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [554.474,582.4097] (Line ) [554.474,618.4163] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [301.9534,582.8835] (Line ) [303.8485,582.8835] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [481.9866,643.5263] (Line ) [483.8818,643.5263] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [207.199,685.218] (Line ) [250.0,685.218] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [301.9534,643.5263] (Line ) [303.8485,643.5263] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [265.4424,643.0525] (Line ) [265.4424,677.164] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [190.6171,643.0525] (Line ) [190.6171,677.164] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [129.9743,643.0525] (Line ) [129.9743,677.164] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [112.9185,643.0525] (Line ) [112.9185,677.164] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [554.474,643.0525] (Line ) [554.474,677.164] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.54295,677.6378] (Line ) [554.0,677.6378] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [75.01674,643.0525] (Line ) [75.01674,677.164] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.8712,685.218] (Line ) [171.1925,685.218] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [84.01846,685.218] (Line ) [102.9694,685.218] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [75.01674,582.4097] (Line ) [75.01674,585.2523] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [285.0,685.0] (Line ) [528.5753,684.8225] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [75.01674,643.0525] (Line ) [554.0,643.0525] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 252.5 0.0 11.55886 681.0][] F 1.0 props: ( F ) ls: 1.2 Text T "IOAddress" xerox/pressfonts/Helvetica [11.55886 0.0 380.8137 0.0 11.55886 654.7183][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.3309 0.0 207.5262 0.0 11.3309 654.7472][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE90.0 mm xmin 0.0 mm ymin 189.179 mm xmax 39.89877 mm ymax  Interpress!Interpress/Xerox/3.0 fjkj=xjE3xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &+=0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &/@D63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &[Rms/All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment & EEHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &t1젢27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &DVJ0X0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &\t1젢16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &+\u0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &~J010100kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &+;t1젢4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &DVt1젢5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &At1젢6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &.[t1젢7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &(4t1젢17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &/@t1젢63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &RaJ0DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment &K&6"Data:kxjXerox PressFonts Helvetica-mrr &U"%1 cyclekxj"hI?kxjT#<ʎkxj4t=2鏘kxjT#[ʎkxjM=2鏘kxj2+<'+!kxjSJ/]kxj77kxj2+/'+!kxj/[=kxj"//[=kxj'/[=kxj;/[=kxjM/[=kxjT#:ʎkxj4t/[=kxjH77} kxjjE77'kbkxj4t=kkxjMI>kxj4t/ʎkxjXerox PressFonts Helvetica-mrr$p'I26kxjXerox PressFonts Helvetica-mrr$p'W;G IOAddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1cރWAll XXXkkkg33  U=Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOReadSingle.gargoyle at February 10, 1989 9:31:24 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [554.0,232.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [41]: Text T "Data:" Xerox/PressFonts/Helvetica [11.3309 0.0 32.81332 0.0 11.3309 441.2177][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.3309 0.0 25.22432 0.0 11.3309 493.8739][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.3309 0.0 172.5262 0.0 11.3309 519.8405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.3309 0.0 74.3249 0.0 11.3309 519.3684][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.3309 0.0 104.5406 0.0 11.3309 519.8405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.3309 0.0 113.9831 0.0 11.3309 519.8405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.3309 0.0 121.537 0.0 11.3309 519.8405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.3309 0.0 130.9795 0.0 11.3309 519.8405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.3309 0.0 193.2994 0.0 11.3309 519.8405][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10101" Xerox/PressFonts/Helvetica [11.3309 0.0 78.10182 0.0 11.3309 493.4017][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0X" Xerox/PressFonts/Helvetica [11.3309 0.0 113.9831 0.0 11.3309 493.4017][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.3309 0.0 134.7564 0.0 11.3309 493.4017][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.3309 0.0 265.7279 0.0 11.3309 519.2883][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.3309 0.0 538.3999 0.0 11.3309 519.2883][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.3309 0.0 24.94386 0.0 11.3309 428.6959][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [206.5189,523.6176] (Line ) [248.5,523.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [300.9431,482.0709] (Line ) [302.8316,482.0709] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [264.8039,481.5988] (Line ) [264.8039,517.48] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [189.9947,481.5988] (Line ) [189.9947,517.48] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [129.5632,481.5988] (Line ) [129.5632,517.48] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [112.5668,481.5988] (Line ) [112.5668,517.48] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [552.5836,481.5988] (Line ) [552.5836,517.48] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.32498,517.9521] (Line ) [552.1114,517.9521] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.79717,481.5988] (Line ) [74.79717,517.48] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.32498,482.0709] (Line ) [552.1114,482.0709] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.4219,523.6176] (Line ) [170.6377,523.6176] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.76749,523.6176] (Line ) [102.6523,523.6176] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [280.5,523.0] (Line ) [529.902,523.0654] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 249.0 0.0 11.55886 519.5][] F 1.0 props: ( F ) ls: 1.2 Text T "IOAddress" xerox/pressfonts/Helvetica [11.55886 0.0 379.0 0.0 11.55886 493.4017][] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.39437 0.0 541.4918 0.0 11.39437 460.7603][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.39437 0.0 74.32222 0.0 11.39437 460.2856][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.39437 0.0 293.501 0.0 11.39437 436.1217][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.79718,422.3044] (Line ) [74.79718,425.1531] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.81748,464.5586] (Line ) [536.5186,464.5586] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [302.21,422.7791] (Line ) [304.1092,422.7791] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [555.2602,422.3044] (Line ) [555.2602,458.3866] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.32232,458.8613] (Line ) [554.7856,458.8613] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.79718,422.3044] (Line ) [74.79718,458.3866] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.32232,422.7791] (Line ) [554.7856,422.7791] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.3309 0.0 205.0 0.0 11.3309 493.4017][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE90.0 mm xmin 0.0 mm ymin 189.571 mm xmax 39.36535 mm ymax  Interpress!Interpress/Xerox/3.0 fjkj=xjc.xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1 Kշ|Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1$ur$oHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1'E16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1D&0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1E4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1(E5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment16E6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1cE7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1vE17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1 lu10101kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1(u0XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1)NuDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1+i{427kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1 i{463kxjXerox PressFonts Helvetica-mrr1[1 cyclekxjUjE"kxjgsX'pa_kxj4302kxj02kxj,W02kxj_k02kxj^02kxj ('eSkxj)02kxj ('Skxj#@E"-EkxjE"\kxj1i3|=kxjXerox PressFonts Helvetica-mrr$p'26kxjXerox PressFonts Helvetica-mrr$p'u IOAddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment=y63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment!Z 0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment7~JDatakxj)%bkxj)A~no8kxjv d*MAV7kxjVI%KKkxj#!y@$Wkxj)%KKkxj#!y*MWkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1muAll XXXkkkg33  URGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOReadSingle.gargoyle at February 10, 1989 9:34:54 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [554.0,232.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [58]: Text T "Header" Xerox/PressFonts/Helvetica [11.41042 0.0 22.46448 0.0 11.41042 301.3613][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.41042 0.0 191.7191 0.0 11.41042 327.5102][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.41042 0.0 128.9618 0.0 11.41042 327.5102][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.41042 0.0 119.4531 0.0 11.41042 327.5102][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.41042 0.0 111.8461 0.0 11.41042 327.5102][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.41042 0.0 102.3374 0.0 11.41042 327.5102][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.41042 0.0 71.90967 0.0 11.41042 327.0347][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.41042 0.0 170.7999 0.0 11.41042 327.5102][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.41042 0.0 265.0 0.0 11.41042 326.7604][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.41042 0.0 539.7368 0.0 11.41042 327.5102][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.41042 0.0 132.7653 0.0 11.41042 300.8858][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10100" Xerox/PressFonts/Helvetica [11.41042 0.0 75.71313 0.0 11.41042 300.8858][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.41042 0.0 111.8461 0.0 11.41042 300.8858][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.41042 0.0 29.1206 0.0 11.41042 251.9161][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.41042 0.0 22.46448 0.0 11.41042 238.1285][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.41834,331.3136] (Line ) [100.4357,331.3136] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [138.4705,331.3136] (Line ) [168.8982,331.3136] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [281.0,331.5] (Line ) [531.179,331.3136] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [71.90967,289.4754] (Line ) [553.049,289.4754] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [72.38507,289.0] (Line ) [72.38507,325.133] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [71.90967,325.6084] (Line ) [553.049,325.6084] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [553.5245,289.0] (Line ) [553.5245,325.133] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [110.4198,289.0] (Line ) [110.4198,325.133] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [127.5355,289.0] (Line ) [127.5355,325.133] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [188.391,289.0] (Line ) [188.391,325.133] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [263.9952,289.0] (Line ) [263.9952,325.133] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [300.118,289.4754] (Line ) [302.0198,289.4754] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [205.0312,331.3136] (Line ) [247.0,331.5] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 248.5 0.0 11.55886 327.0][] F 1.0 props: ( F ) ls: 1.2 Text T "IOAddress" xerox/pressfonts/Helvetica [11.55886 0.0 383.0 0.0 11.55886 300.8858][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [84.26582,272.705] (Line ) [84.26582,271.7584] fwd: T Text T "17" Xerox/PressFonts/Helvetica [11.35983 0.0 194.0776 0.0 11.35983 268.4452][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.35983 0.0 131.5985 0.0 11.35983 268.4452][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.35983 0.0 122.132 0.0 11.35983 268.4452][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.35983 0.0 74.79928 0.0 11.35983 267.9718][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.35983 0.0 173.2512 0.0 11.35983 268.4452][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.35983 0.0 540.5527 0.0 11.35983 268.4452][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [330.7752,272.2048] (Line ) [534.8727,272.2317] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.79928,230.579] (Line ) [553.8058,230.579] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [141.065,272.2317] (Line ) [171.358,272.2317] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [75.2726,230.1057] (Line ) [75.2726,266.0786] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [74.79928,266.5519] (Line ) [553.8058,266.5519] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [554.2792,230.1057] (Line ) [554.2792,266.0786] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [130.1785,230.1057] (Line ) [130.1785,266.0786] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [190.7643,230.1057] (Line ) [190.7643,266.0786] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [301.9961,230.579] (Line ) [303.8893,230.579] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.83906,271.7949] (Line ) [119.7819,271.768] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.35983 0.0 81.61964 0.0 11.35983 243.4642][] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" xerox/pressfonts/helvetica [7.863104 0.0 140.5757 0.0 7.863104 253.8093][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [7.863104 0.0 134.6344 0.0 7.863104 245.4678][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [7.863104 0.0 142.4976 0.0 7.863104 237.5149][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [314.9262,230.1057] (Line ) [314.9262,266.0786] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.35983 0.0 230.6142 0.0 11.35983 242.7692][] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.35983 0.0 315.4858 0.0 11.35983 268.7101][] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.35983 0.0 298.0123 0.0 11.35983 268.7101][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [208.8971,272.2048] (Line ) [294.9544,272.2048] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.35983 0.0 409.6477 0.0 11.35983 242.9664][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.3309 0.0 203.0 0.0 11.3309 300.8858][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 190.1006 mm xmax 39.34009 mm ymax  Interpress+Interpress/Xerox/3.0 fjkj=xjcxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3wHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3BY>117kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3A>17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3@>16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3m>15kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3!.S>14kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3+0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3>116kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3z`27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3(>163kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 32b)##DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3$z)##10100kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3m)##1XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3AF1 cyclekxjn]B36kxjwB3GAlkxjCB3kxj+D=[fkxj-kxj+[fkxj=kxj"QkxjM8kxjakxjkxjD=w(ekxj B3kxjXerox PressFonts Helvetica-mrr$p'砢26kxjXerox PressFonts Helvetica-mrr$p')## IOAddresskXeroxResearch ChipNDaleCDCommentxjkxjXerox PressFonts Helvetica-mrr Ng17kxjXerox PressFonts Helvetica-mrr C7kxjXerox PressFonts Helvetica-mrr wE6kxjXerox PressFonts Helvetica-mrr PJRG0kxjXerox PressFonts Helvetica-mrr 16kxjXerox PressFonts Helvetica-mrr P=&63kxjrYXASr7W3RkxjPM$kxjC{W3R68Qkxj]{h\YkxjPM$kxj]+]{h\Ykxju]{h\YkxjhS]{h\Ykxj,7kxj~W)h'WI@EkxjXerox PressFonts Helvetica-mrr 3+All XXXkxjXerox PressFonts Helvetica-mrrfW!W DeviceIDkxjXerox PressFonts Helvetica-mrrfW0];s> of ReportingkxjXerox PressFonts Helvetica-mrrfWs9]eDevicekxjz]{h\YkxjXerox PressFonts Helvetica-mrr rh T All XXXkxjXerox PressFonts Helvetica-mrr +"#HmE32kxjXerox PressFonts Helvetica-mrr ^KQHmE31kxj7}DXASa3kxjXerox PressFonts Helvetica-mrr Xpw FaultcodekxjXerox PressFonts Helvetica-mrr1k)##All XXXkkkg33R3centered lineFormatting centered lastLineFormatting THH TU!Interpress/Xerox/3.0 fjkj=xj#xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment*aF$EDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment,763kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment,727kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentPk,716kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment5K%e0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment8It,74kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment(AM,75kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment ,76kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentc+,77kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4?,717kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment(AM$EX0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentT$E10110kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentB?RQ6Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentW%1 cyclekxj f +4F7kxj|oC %@kxjBPC %@kxjyC %@kxj OC %@kxju4C %@kxj5K.J䎘kxjC %@kxj5K+4䎘kxj_]+`#kxj1`#,$;kxj.Ls`#QkxjWabC}kxjXerox PressFonts Helvetica-mrr$p'u26kxjXerox PressFonts Helvetica-mrr$p'gLG IO AddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment[gp+All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment ꠤ vݦ63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment ꠤ5KO 0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment ꠤWvJDatakxj;GkxjM[SkxjkUTbMkxj;6kxj.u//h/.kxj;6kxj.Th/.kkkg Interpress:0.0 mm xmin 0.0 mm ymin 191.9378 mm xmax 39.48235 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff>Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOWriteSingle.gargoyle at February 9, 1989 10:28:36 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [580.2849,312.5499] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [41]: Text T "DeviceID" Xerox/PressFonts/Helvetica [11.53885 0.0 154.9857 0.0 11.53885 672.0581][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.53885 0.0 566.5381 0.0 11.53885 698.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.53885 0.0 288.5685 0.0 11.53885 698.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.53885 0.0 193.4486 0.0 11.53885 698.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.53885 0.0 93.44519 0.0 11.53885 698.5013][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.53885 0.0 124.2155 0.0 11.53885 698.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.53885 0.0 133.8312 0.0 11.53885 698.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.53885 0.0 141.5238 0.0 11.53885 698.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.53885 0.0 151.1395 0.0 11.53885 698.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.53885 0.0 214.6032 0.0 11.53885 698.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "X0" Xerox/PressFonts/Helvetica [11.53885 0.0 133.8312 0.0 11.53885 672.0581][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10110" Xerox/PressFonts/Helvetica [11.53885 0.0 97.2915 0.0 11.53885 672.0581][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.53885 0.0 43.4436 0.0 11.53885 672.5389][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.53885 0.0 50.17456 0.0 11.53885 622.5372][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.53885 0.0 43.4436 0.0 11.53885 608.5944][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [324.2222,660.5192] (Line ) [326.1454,660.5192] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [287.1261,660.0385] (Line ) [287.1261,696.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [211.2376,660.0385] (Line ) [211.2376,696.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [149.6971,660.0385] (Line ) [149.6971,696.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [132.3889,660.0385] (Line ) [132.3889,696.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [580.4808,660.0385] (Line ) [580.4808,696.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.44519,697.059] (Line ) [580.0,697.059] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.92602,660.0385] (Line ) [93.92602,696.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.44519,660.5192] (Line ) [580.0,660.5192] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [309.0,703.0] (Line ) [557.8838,702.8284] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [160.7551,702.8284] (Line ) [191.5254,702.8284] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.0609,702.8284] (Line ) [122.2924,702.8284] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [228.2551,702.3284] (Line ) [267.0,702.5] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 271.0 0.0 11.55886 698.5][] F 1.0 props: ( F ) ls: 1.2 Text T "IO Address" xerox/pressfonts/Helvetica [11.55886 0.0 404.3689 0.0 11.55886 671.7183][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.53885 0.0 227.6408 0.0 11.53885 672.3254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.53419 0.0 566.3475 0.0 11.53419 640.199][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.53419 0.0 93.4452 0.0 11.53419 639.7185][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.53419 0.0 315.3136 0.0 11.53419 615.258][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.926,601.2712] (Line ) [93.926,604.1548] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.057,644.0439] (Line ) [561.3132,644.0439] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [324.1294,601.7517] (Line ) [326.052,601.7517] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [580.2849,601.2712] (Line ) [580.2849,637.7962] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.4453,638.2767] (Line ) [579.8044,638.2767] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.926,601.2712] (Line ) [93.926,637.7962] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.4453,601.7517] (Line ) [579.8044,601.7517] fwd: T 33 TU!Interpress/Xerox/3.0 fjkj=xj|MxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentB?RxCData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment@%unusedkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment(AMzE0XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4?uw817kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentc+uw87kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment uw86kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment(AMuw85kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment8Ituw84kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment5KY%0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentPkuw816kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentuw827kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentuw863kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment*aFzEDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentTzE10111kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentέ蠢HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment{B63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentK;j90kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment+uL%+All XXXkxj.Ls&cQkxj1&c,$;kxj]+&ckxj5KeC4䎘kxj2@kxj5K#䎘kxju42@kxj O2@kxjy2@kxjBP2@kxj|o2@kxj f eC4F7kxj(.&ckxja=?kxj@6aLekxj Yh=P+kxjK;U;kxj>>1D(ckxjv4h=P+kxjK;D(;kxjXerox PressFonts Helvetica-mrr$p'26kxjXerox PressFonts Helvetica-mrr$p'g^G IO AddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment[0gU+All XXXkkkg Interpress90.0 mm xmin 0.0 mm ymin 192.277 mm xmax 39.11548 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff>Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOWriteSingle.gargoyle at February 9, 1989 10:29:02 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [580.2849,312.5499] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [41]: Text T "Data:" Xerox/PressFonts/Helvetica [11.53885 0.0 50.17456 0.0 11.53885 460.5372][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "unused" Xerox/PressFonts/Helvetica [11.53885 0.0 43.4436 0.0 11.53885 446.5944][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0X" Xerox/PressFonts/Helvetica [11.53885 0.0 133.8312 0.0 11.53885 510.058][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.53885 0.0 214.6032 0.0 11.53885 536.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.53885 0.0 151.1395 0.0 11.53885 536.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.53885 0.0 141.5238 0.0 11.53885 536.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.53885 0.0 133.8312 0.0 11.53885 536.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.53885 0.0 124.2155 0.0 11.53885 536.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.53885 0.0 93.44519 0.0 11.53885 536.5012][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.53885 0.0 193.4486 0.0 11.53885 536.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.53885 0.0 288.5685 0.0 11.53885 536.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.53885 0.0 566.5381 0.0 11.53885 536.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.53885 0.0 154.9857 0.0 11.53885 510.058][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10111" Xerox/PressFonts/Helvetica [11.53885 0.0 97.2915 0.0 11.53885 510.058][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.53885 0.0 43.4436 0.0 11.53885 510.5388][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.53885 0.0 567.4995 0.0 11.53885 479.2878][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.53885 0.0 94.40686 0.0 11.53885 478.807][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.53885 0.0 307.8755 0.0 11.53885 453.3254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.0609,540.8283] (Line ) [122.2924,540.8283] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [160.7551,540.8283] (Line ) [191.5254,540.8283] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [309.0,541.0] (Line ) [557.8838,540.8283] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.44519,498.5192] (Line ) [580.0,498.5192] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.92602,498.0384] (Line ) [93.92602,534.578] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [93.44519,535.0588] (Line ) [580.0,535.0588] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [580.4808,498.0384] (Line ) [580.4808,534.578] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [132.3889,498.0384] (Line ) [132.3889,534.578] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [149.6971,498.0384] (Line ) [149.6971,534.578] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [211.2376,498.0384] (Line ) [211.2376,534.578] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [287.1261,498.0384] (Line ) [287.1261,534.578] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [324.2222,498.5192] (Line ) [326.1454,498.5192] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [228.0652,540.8283] (Line ) [268.5,541.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [349.223,483.134] (Line ) [561.7302,483.134] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [102.0994,483.134] (Line ) [353.0693,483.134] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [94.88764,440.3442] (Line ) [94.88764,476.8838] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [94.40686,477.3646] (Line ) [580.9617,477.3646] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.1837,440.825] (Line ) [327.1069,440.825] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [581.4424,440.3442] (Line ) [581.4424,476.8838] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [94.40686,440.825] (Line ) [580.9617,440.825] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 272.0 0.0 11.55886 537.0][] F 1.0 props: ( F ) ls: 1.2 Text T "IO Address" xerox/pressfonts/Helvetica [11.55886 0.0 402.3689 0.0 11.55886 509.7183][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.53885 0.0 226.6408 0.0 11.53885 510.3254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 33  URGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/IOWriteSingle.gargoyle at February 10, 1989 9:36:58 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: T GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [580.2849,312.5499] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [58]: Text T "Header" Xerox/PressFonts/Helvetica [11.44963 0.0 47.59192 0.0 11.44963 383.4497][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.44963 0.0 54.27087 0.0 11.44963 333.8346][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.44963 0.0 47.59192 0.0 11.44963 319.9996][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.44963 0.0 158.2717 0.0 11.44963 382.9727][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.44963 0.0 566.6421 0.0 11.44963 409.6884][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.44963 0.0 291.0 0.0 11.44963 409.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.44963 0.0 196.4371 0.0 11.44963 409.6884][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.44963 0.0 97.20703 0.0 11.44963 409.2114][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.44963 0.0 127.7394 0.0 11.44963 409.6884][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.44963 0.0 137.2808 0.0 11.44963 409.6884][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.44963 0.0 144.9138 0.0 11.44963 409.6884][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.44963 0.0 154.4552 0.0 11.44963 409.6884][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.44963 0.0 217.4281 0.0 11.44963 409.6884][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10110" Xerox/PressFonts/Helvetica [11.44963 0.0 101.0236 0.0 11.44963 382.9727][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.44963 0.0 137.2808 0.0 11.44963 382.9727][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [230.786,413.505] (Line ) [267.5,413.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [326.1997,371.523] (Line ) [328.1079,371.523] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [289.085,371.0459] (Line ) [289.085,407.3031] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [214.0887,371.0459] (Line ) [214.0887,407.3031] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [153.0239,371.0459] (Line ) [153.0239,407.3031] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [135.8495,371.0459] (Line ) [135.8495,407.3031] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [580.477,371.0459] (Line ) [580.477,407.3031] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [97.20703,407.7802] (Line ) [580.0,407.7802] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [97.68408,371.0459] (Line ) [97.68408,407.3031] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [97.20703,371.523] (Line ) [580.0,371.523] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [310.814,413.6766] (Line ) [558.0547,413.505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [163.9966,413.505] (Line ) [194.5289,413.505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [106.7484,413.505] (Line ) [125.831,413.505] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 271.5 0.0 11.55886 409.5][] F 1.0 props: ( F ) ls: 1.2 Text T "IO Address" xerox/pressfonts/Helvetica [11.55886 0.0 398.3689 0.0 11.55886 383.7183][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.53885 0.0 229.6408 0.0 11.53885 383.3254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [101.6603,355.5374] (Line ) [101.6603,354.5715] fwd: T Text T "17" Xerox/PressFonts/Helvetica [11.59213 0.0 213.7176 0.0 11.59213 351.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.59213 0.0 149.9609 0.0 11.59213 351.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.59213 0.0 140.3008 0.0 11.59213 351.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.59213 0.0 92.0002 0.0 11.59213 350.7074][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.59213 0.0 192.4653 0.0 11.59213 351.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.59213 0.0 567.2777 0.0 11.59213 351.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [353.2105,355.0269] (Line ) [561.4816,355.0545] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.0002,312.5499] (Line ) [580.8018,312.5499] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [159.621,355.0545] (Line ) [190.5334,355.0545] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.48321,312.067] (Line ) [92.48321,348.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.0002,349.2585] (Line ) [580.8018,349.2585] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [581.2849,312.067] (Line ) [581.2849,348.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [148.5119,312.067] (Line ) [148.5119,348.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [210.3366,312.067] (Line ) [210.3366,348.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [323.8429,312.5499] (Line ) [325.7749,312.5499] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [101.2248,354.6087] (Line ) [137.9027,354.5812] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 98.96002 0.0 11.59213 325.6986][] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" xerox/pressfonts/helvetica [8.023895 0.0 159.1217 0.0 8.023895 336.2553][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [8.023895 0.0 153.0589 0.0 8.023895 327.7432][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [8.023895 0.0 161.0828 0.0 8.023895 319.6277][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [337.0375,312.067] (Line ) [337.0375,348.7755] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 251.0014 0.0 11.59213 324.9894][] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.59213 0.0 337.6085 0.0 11.59213 351.4608][] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.59213 0.0 319.7777 0.0 11.59213 351.4608][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [228.8402,355.0269] (Line ) [316.6572,355.0269] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.59213 0.0 433.6959 0.0 11.59213 325.1907][] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 190.7564 mm xmax 39.42705 mm ymax  Interpress,Interpress/Xerox/3.0 fjkj=xjSaxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4)u#HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4rDData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4)u M ؠ1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment48\m5IDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4JQa=63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4927kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4sa=16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4a5S40kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4Fa=4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4NKa=5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4 :a=6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4Pa=7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4+a=17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment42m5I10110kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment4NKm5I1Xkxjc;kxjc^UAfkxj~W4!kxjBO~W4!kxj ~W4!kxj1Z]~W4!kxjcA~W4!kxja5[䎘kxje~W4!kxja5^UA䎘kxj45+Dəw7ckxj%cOhkxj@c"GkxjXerox PressFonts Helvetica-mrr$p'326kxjXerox PressFonts Helvetica-mrr$p'HgjlG IO AddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment\eg@c+All XXXkXeroxResearch ChipNDaleCDCommentxjkxjXerox PressFonts Helvetica-mrr㠤FU17kxjXerox PressFonts Helvetica-mrr㠤J7kxjXerox PressFonts Helvetica-mrr㠤Ci{6kxjXerox PressFonts Helvetica-mrr㠤8+)0kxjXerox PressFonts Helvetica-mrr㠤Ke16kxjXerox PressFonts Helvetica-mrr㠤'63kxj7;8LH7kxjk}jkxjMQ|LH7 *kxj5}™B1kxjO!:}jkxj}™B1kxj0T}™B1kxjRe}™B1kxjXFk2(kxj3cukxjXerox PressFonts Helvetica-mrr㠤 \IAll XXXkxjXerox PressFonts Helvetica-mrr  G{s=/DeviceIDkxjXerox PressFonts Helvetica-mrr  ^J of ReportingkxjXerox PressFonts Helvetica-mrr  [=u]^DevicekxjiSP}™B1kxjXerox PressFonts Helvetica-mrr㠤wU^All XXXkxjXerox PressFonts Helvetica-mrr㠤@ f32kxjXerox PressFonts Helvetica-mrr㠤 >  f31kxjk+K#kxjXerox PressFonts Helvetica-mrr㠤!o  Faultcodekkkg33R3centered lineFormatting centered lastLineFormatting Tb  U>Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Interrupt.gargoyle at February 10, 1989 9:38:36 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [567.0,717.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [41]: Text T "IOAddress" Xerox/PressFonts/Helvetica [11.53885 0.0 398.3022 0.0 11.53885 729.0581][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.53885 0.0 141.9857 0.0 11.53885 728.0581][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.53885 0.0 552.5094 0.0 11.53885 754.724][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.53885 0.0 275.853 0.0 11.53885 753.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.53885 0.0 180.4485 0.0 11.53885 754.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.53885 0.0 80.44519 0.0 11.53885 754.5012][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.53885 0.0 111.2155 0.0 11.53885 754.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.53885 0.0 120.8312 0.0 11.53885 754.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.53885 0.0 128.5237 0.0 11.53885 754.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.53885 0.0 138.1394 0.0 11.53885 754.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.53885 0.0 201.6032 0.0 11.53885 754.982][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0X" Xerox/PressFonts/Helvetica [11.53885 0.0 120.8312 0.0 11.53885 728.0581][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "11000" Xerox/PressFonts/Helvetica [11.53885 0.0 84.2915 0.0 11.53885 728.0581][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.53885 0.0 37.17456 0.0 11.53885 678.5372][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.53885 0.0 30.44348 0.0 11.53885 664.5944][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.53885 0.0 30.44348 0.0 11.53885 728.5388][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [215.0651,758.8283] (Line ) [257.5,759.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [311.2222,716.5192] (Line ) [313.1452,716.5192] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [274.4105,717.5384] (Line ) [274.4105,754.0781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [198.2376,716.0385] (Line ) [198.2376,752.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [136.6971,716.0385] (Line ) [136.6971,752.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.3888,716.0385] (Line ) [119.3888,752.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [567.4807,716.0385] (Line ) [567.4807,752.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.44519,753.0589] (Line ) [567.0,753.0589] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.92596,716.0385] (Line ) [80.92596,752.5781] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.44519,716.5192] (Line ) [567.0,716.5192] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [294.0,759.0] (Line ) [544.8838,758.8283] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [147.7551,758.8283] (Line ) [178.5254,758.8283] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.06092,758.8283] (Line ) [109.2924,758.8283] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 259.0 0.0 11.55886 754.5][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.53885 0.0 212.6408 0.0 11.53885 728.3254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.61764 0.0 553.2467 0.0 11.61764 698.4806][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.61764 0.0 76.92307 0.0 11.61764 697.9966][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.61764 0.0 300.3966 0.0 11.61764 673.3592][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [77.40734,659.2712] (Line ) [77.40734,662.1757] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [86.60439,702.3533] (Line ) [548.176,702.3533] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [309.2763,659.7553] (Line ) [311.2127,659.7553] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [567.2849,659.2712] (Line ) [567.2849,696.0604] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [76.92317,696.5444] (Line ) [566.801,696.5444] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [77.40734,659.2712] (Line ) [77.40734,696.0604] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [76.92317,659.7553] (Line ) [566.801,659.7553] fwd: T 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 191.8663 mm xmax 38.77679 mm ymax  Interpress"Interpress/Xerox/3.0 fjkj=xjs#xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentB+āE IOAddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment&F<EDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentrc5U63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$"727kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment_4716kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment-o0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment2et474kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$XM475kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment476kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentY 477kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1?4717kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment$XM<E0XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentIm<E11000kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1R!6Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment s`%1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment sJ?ΠHeaderkxj%tckxj 4K>kxje_$p @kxjN6eHJ-kxjoHJ-kxj#zqHJ-kxjsE4HJ-kxj-2׎kxjHJ-kxj-4׎kxj[+%tckxjH1%tc)%;kxjEN%tcIkxjXerox PressFonts Helvetica-mrr$p'26kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentUgzV+All XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment}1I463kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment}1 '$0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment}1D:f'Datakxj!;iJkxj[- }kxj[LA^9#/kxj}%;Y!kxj}'Okxj!;Y!kxj}'A^kkkg33 TU>Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Interrupt.gargoyle at February 10, 1989 9:38:56 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [567.0,717.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [41]: Text T "Data:" Xerox/PressFonts/Helvetica [11.53885 0.0 37.17444 0.0 11.53885 532.6188][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "8 cycles" Xerox/PressFonts/Helvetica [11.53885 0.0 30.44348 0.0 11.53885 518.6759][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.53885 0.0 306.1828 0.0 11.53885 526.407][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0X" Xerox/PressFonts/Helvetica [11.53885 0.0 120.831 0.0 11.53885 582.1396][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.53885 0.0 201.603 0.0 11.53885 609.0636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.53885 0.0 138.1394 0.0 11.53885 609.0636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.53885 0.0 128.5237 0.0 11.53885 609.0636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.53885 0.0 120.831 0.0 11.53885 609.0636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.53885 0.0 111.2155 0.0 11.53885 609.0636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.53885 0.0 80.44519 0.0 11.53885 608.5828][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.53885 0.0 180.4485 0.0 11.53885 609.0636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.53885 0.0 275.0 0.0 11.53885 609.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.53885 0.0 553.5379 0.0 11.53885 609.0636][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.53885 0.0 141.9857 0.0 11.53885 582.1396][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "IOAddress" Xerox/PressFonts/Helvetica [11.53885 0.0 398.3022 0.0 11.53885 583.1396][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "11001" Xerox/PressFonts/Helvetica [11.53885 0.0 84.29138 0.0 11.53885 582.1396][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.53885 0.0 81.40674 0.0 11.53885 550.8886][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.53885 0.0 554.4995 0.0 11.53885 551.3694][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.53885 0.0 30.44348 0.0 11.53885 582.6204][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [90.06079,612.9098] (Line ) [109.2922,612.9098] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [147.7551,612.9098] (Line ) [178.5254,612.9098] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [290.5,613.0] (Line ) [544.3951,613.1267] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.44519,570.6008] (Line ) [567.0,570.6008] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.92596,570.12] (Line ) [80.92596,606.6596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [80.44519,607.1404] (Line ) [567.0,607.1404] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [567.4807,570.12] (Line ) [567.4807,606.6596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [119.3887,570.12] (Line ) [119.3887,606.6596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [136.697,570.12] (Line ) [136.697,606.6596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [198.2376,570.12] (Line ) [198.2376,606.6596] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [273.9105,570.62] (Line ) [273.9105,607.1597] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [311.2222,570.6008] (Line ) [313.1452,570.6008] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [215.0651,612.9098] (Line ) [256.0,613.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.40674,512.9066] (Line ) [567.9614,512.9066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [568.4422,512.4258] (Line ) [568.4422,548.9654] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [312.1837,512.9066] (Line ) [314.1068,512.9066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.40674,549.4462] (Line ) [567.9614,549.4462] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [81.88751,512.4258] (Line ) [81.88751,548.9654] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [89.09924,555.2156] (Line ) [338.1461,555.2156] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [336.2229,555.2156] (Line ) [548.73,555.2156] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 258.0 0.0 11.55886 609.0][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.53885 0.0 213.6408 0.0 11.53885 582.3254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE90.0 mm xmin 0.0 mm ymin 192.277 mm xmax 39.10381 mm ymax  Interpress"Interpress/Xerox/3.0 fjkj=xjsxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentTCLData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment sJ%8 cycleskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommento;]VDatakxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment!Ga+0XkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment5D?17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentY ?7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment?6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment!G?5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment2et?4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment-0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment_?16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentk?63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment&Fa+DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentB+a+ IOAddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1a+11001kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentzR0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentc.63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment sBHeaderkxj4$zAkxjH1$z)%;kxjE@Q Gkxj-{׎kxj7oa/kxj-/9׎kxjsE47oa/kxj7oa/kxj!7oa/kxjN6e7oa/kxjGCos2Ukxj {K>kxj$zkxjzDK9kxjsw4l6>0kxj;1DK~agkxjzA9kxjPl6>0kxj-n3uYkxj3n3YdkxjXerox PressFonts Helvetica-mrr$p'26kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentUga+All XXXkkkg33  URGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Interrupt.gargoyle at February 10, 1989 9:39:17 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [567.0,717.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [58]: Text T "Data:" Xerox/PressFonts/Helvetica [11.48911 0.0 39.45825 0.0 11.48911 407.1816][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "8 cycles" Xerox/PressFonts/Helvetica [11.48911 0.0 30.75635 0.0 11.48911 394.2989][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.48911 0.0 32.75635 0.0 11.48911 456.9678][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "IOAddress" Xerox/PressFonts/Helvetica [11.48911 0.0 398.9822 0.0 11.48911 457.489][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.48911 0.0 143.8177 0.0 11.48911 456.489][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.48911 0.0 553.5962 0.0 11.48911 483.297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.48911 0.0 275.5374 0.0 11.48911 483.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.48911 0.0 182.1148 0.0 11.48911 483.297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.48911 0.0 82.54248 0.0 11.48911 482.8183][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.48911 0.0 113.18 0.0 11.48911 483.297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.48911 0.0 122.7544 0.0 11.48911 483.297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.48911 0.0 130.4138 0.0 11.48911 483.297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.48911 0.0 139.988 0.0 11.48911 483.297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.48911 0.0 203.1781 0.0 11.48911 483.297][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "11000" Xerox/PressFonts/Helvetica [11.48911 0.0 86.37219 0.0 11.48911 456.489][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.48911 0.0 122.7544 0.0 11.48911 456.489][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [216.5822,487.1267] (Line ) [258.0,487.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [312.3247,445.0] (Line ) [314.2396,445.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [273.7845,445.0] (Line ) [273.7845,481.3821] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [199.8272,444.5213] (Line ) [199.8272,480.9034] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [138.5519,444.5213] (Line ) [138.5519,480.9034] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [121.3182,444.5213] (Line ) [121.3182,480.9034] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [567.4788,444.5213] (Line ) [567.4788,480.9034] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.54248,481.3821] (Line ) [567.0,481.3821] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [83.02118,444.5213] (Line ) [83.02118,480.9034] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [82.54248,445.0] (Line ) [567.0,445.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [294.0,487.0] (Line ) [544.9793,487.1267] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [149.5623,487.1267] (Line ) [180.2,487.1267] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.1167,487.1267] (Line ) [111.2653,487.1267] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 259.0 0.0 11.55886 483.0][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.53885 0.0 214.6408 0.0 11.53885 456.3254][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [88.66031,428.5374] (Line ) [88.66031,427.5715] fwd: T Text T "17" Xerox/PressFonts/Helvetica [11.59213 0.0 200.7176 0.0 11.59213 424.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.59213 0.0 136.9609 0.0 11.59213 424.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.59213 0.0 127.3008 0.0 11.59213 424.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.59213 0.0 79.0002 0.0 11.59213 423.7074][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.59213 0.0 179.4653 0.0 11.59213 424.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.59213 0.0 554.2777 0.0 11.59213 424.1904][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [340.2105,428.0269] (Line ) [548.4816,428.0545] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [79.0002,385.5499] (Line ) [567.8018,385.5499] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [146.621,428.0545] (Line ) [177.5334,428.0545] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [79.48321,385.067] (Line ) [79.48321,421.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [79.0002,422.2585] (Line ) [567.8018,422.2585] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [568.2849,385.067] (Line ) [568.2849,421.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [135.5119,385.067] (Line ) [135.5119,421.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [197.3366,385.067] (Line ) [197.3366,421.7755] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [310.8429,385.5499] (Line ) [312.7749,385.5499] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [88.22483,427.6087] (Line ) [124.9027,427.5812] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 85.96002 0.0 11.59213 398.6986][] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" xerox/pressfonts/helvetica [8.023895 0.0 146.1217 0.0 8.023895 409.2553][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [8.023895 0.0 140.0589 0.0 8.023895 400.7432][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [8.023895 0.0 148.0828 0.0 8.023895 392.6277][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [324.0375,385.067] (Line ) [324.0375,421.7755] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.59213 0.0 238.0014 0.0 11.59213 397.9894][] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.59213 0.0 324.6085 0.0 11.59213 424.4608][] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.59213 0.0 306.7777 0.0 11.59213 424.4608][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [215.8402,428.0269] (Line ) [303.6572,428.0269] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.59213 0.0 420.6959 0.0 11.59213 398.1907][] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 192.1095 mm xmax 39.65226 mm ymax  Interpress,Interpress/Xerox/3.0 fjkj=xjinaxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentGData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentW8 cycleskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment57VHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentWG8Pk- IOAddresskxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommenteP>-DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentps4x@63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentHC27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment+e=x@16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment1U 0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment2x@4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentU9x@5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentx@6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment[Rx@7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment9Ix@17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentK=P>-11000kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentU9P>-1XkxjBOGkxj]M]u`kxjEA][Ykxj?:Q9^ckxjc 9^ckxj m9^ckxjcG9^ckxj1U[Y׎kxj=K9^ckxj1U]׎kxjf/0Gkxj9Gkxj<GL1kxjXerox PressFonts Helvetica-mrr$p'26kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentV\gL+All XXXkXeroxResearch ChipNDaleCDCommentxjkxjXerox PressFonts Helvetica-mrr㠤BU"17kxjXerox PressFonts Helvetica-mrr㠤D{"7kxjXerox PressFonts Helvetica-mrr㠤=*{"6kxjXerox PressFonts Helvetica-mrr㠤C)0kxjXerox PressFonts Helvetica-mrr㠤Fe"16kxjXerox PressFonts Helvetica-mrr㠤&"63kxj@69[7kxjjkxjG|[7 gkxj.C#™P1kxj_:jkxj}#™P1kxj,wT#™P1kxjMe#™P1kxjTF0(kxj,u&kZCG+kxjXerox PressFonts Helvetica-mrr㠤eqIAll XXXkxjXerox PressFonts Helvetica-mrr  AsK#/DeviceIDkxjXerox PressFonts Helvetica-mrr  sJ of ReportingkxjXerox PressFonts Helvetica-mrr  S+^DevicekxjeCP#™P1kxjXerox PressFonts Helvetica-mrr㠤#^All XXXkxjXerox PressFonts Helvetica-mrr㠤f32kxjXerox PressFonts Helvetica-mrr㠤 f31kxj6)#kxjXerox PressFonts Helvetica-mrr㠤-  Faultcodekkkg33R3centered lineFormatting centered lastLineFormatting T TU$Interpress/Xerox/3.0 fjkj=xjAm;JxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentʠbW,kxj2YI%Jkxj%g[.bW,kxj24N>kxjeNkxjXerox PressFonts Helvetica-mrr$p'26kxj_ʎkxjXerox PressFonts Helvetica-mrr$p'蠢All XXXkxjXerox PressFonts Helvetica-mrr$p'All XXXkkkg Interpress90.0 mm xmin 0.0 mm ymin 188.6846 mm xmax 39.9344 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffAGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Map.gargoyle at February 9, 1989 11:31:05 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [571.0,181.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [44]: Text T "11100" Xerox/PressFonts/Helvetica [11.38119 0.0 97.94302 0.0 11.38119 583.6952][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "VirtualPage" Xerox/PressFonts/Helvetica [11.38119 0.0 393.9883 0.0 11.38119 585.1953][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.38119 0.0 558.881 0.0 11.38119 608.3545][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.38119 0.0 287.0 0.0 11.38119 608.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.38119 0.0 92.25238 0.0 11.38119 607.8803][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "00" Xerox/PressFonts/Helvetica [11.38119 0.0 133.9834 0.0 11.38119 583.6952][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.38119 0.0 156.7458 0.0 11.38119 583.6952][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.38119 0.0 124.4991 0.0 11.38119 608.3545][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.38119 0.0 151.0552 0.0 11.38119 608.3545][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.38119 0.0 192.7862 0.0 11.38119 608.3545][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.38119 0.0 209.858 0.0 11.38119 608.3545][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "56" Xerox/PressFonts/Helvetica [11.38119 0.0 133.9834 0.0 11.38119 608.3545][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Aid" Xerox/PressFonts/Helvetica [11.38119 0.0 486.8002 0.0 11.38119 522.9956][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.38119 0.0 558.881 0.0 11.38119 547.6548][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.38119 0.0 92.25238 0.0 11.38119 547.1806][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "48" Xerox/PressFonts/Helvetica [11.38119 0.0 424.2036 0.0 11.38119 547.6548][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "47" Xerox/PressFonts/Helvetica [11.38119 0.0 405.235 0.0 11.38119 547.6548][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.38119 0.0 51.46979 0.0 11.38119 529.1604][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.38119 0.0 44.83078 0.0 11.38119 517.7792][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.38119 0.0 47.67605 0.0 11.38119 582.2726][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [210.3322,569.943] (Line ) [210.3322,605.9834] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [149.6326,569.943] (Line ) [149.6326,605.9834] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [319.8761,570.4172] (Line ) [321.773,570.4172] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.6332,569.943] (Line ) [572.6332,605.9834] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.25241,606.4577] (Line ) [572.159,606.4577] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.72662,569.943] (Line ) [92.72662,605.9834] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.25241,570.4172] (Line ) [572.159,570.4172] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [285.2472,570.943] (Line ) [285.2472,606.9834] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [132.5608,569.943] (Line ) [132.5608,605.9834] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [99.83987,612.1482] (Line ) [120.7054,612.1482] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [160.5395,612.1482] (Line ) [190.8894,612.1482] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [225.0329,612.1482] (Line ) [265.0,612.1482] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [422.781,509.2433] (Line ) [422.781,545.2838] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [319.8761,509.7175] (Line ) [321.773,509.7175] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.6332,509.2433] (Line ) [572.6332,545.2838] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.25241,545.758] (Line ) [572.159,545.758] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.72662,509.2433] (Line ) [92.72662,545.2838] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [92.25241,509.7175] (Line ) [572.159,509.7175] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [443.1723,551.4486] (Line ) [556.984,551.4486] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [101.7367,551.4486] (Line ) [401.4413,551.4486] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 267.0 0.0 11.55886 608.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [303.5,612.0] (Line ) [554.0,612.0] fwd: T Text T "All XXX" xerox/pressfonts/Helvetica [11.55886 0.0 227.0 0.0 11.55886 584.0][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" xerox/pressfonts/Helvetica [11.55886 0.0 233.0 0.0 11.55886 523.0][] F 1.0 props: ( F ) ls: 1.2 33 T6UInterpress/Xerox/3.0 fjkj=xj;-xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 35aGDatakxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3 ;>/unusedkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3_0nwHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3V`C0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3h0O763kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3MP11101kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3VPRealPagekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3h0R163kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3P27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 38Ku0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3(+P00kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3R3PDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3:{R14kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3,R17kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3UsR116kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3EUR117kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDComment 3H#R156kxjV\@G5kxjOtZkxjV3Y5kxjkOtZkxjg1S\@GSCkxj&O~?kxjHVekxj;qI);%kxj_);%kxjg1S]=SCkxjkO);%kxjV5kxjO);%kxjV]=5kxjYQ*;kxjv);%kxjSV3$Okxjl_V3$+1kxjOV3kxjXerox PressFonts Helvetica-mrr$p'a26kxjagSkxjXerox PressFonts Helvetica-mrr$p'}8All XXXkxjXerox PressFonts Helvetica-mrr$p'All XXXkkkg Interpress90.0 mm xmin 0.0 mm ymin 189.162 mm xmax 40.42069 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff A]<K+kxjA]<1kxjZmD1@kxjN8D1@kxjݸO?kxj P]kxjS7UOkxjcP][kxj&ffg];GkxjS7")Okxj͹\];Gkxj5E];Gkxj|b];GkxjnXUYGkxjO5F kxjXerox PressFonts Helvetica-mrr+'c%1All XXXkxjXerox PressFonts Helvetica-mrrs6W4BDeviceIDkxjXerox PressFonts Helvetica-mrrsA-d3 of ReportingkxjXerox PressFonts Helvetica-mrrsl{ODevicekxjz^];GkxjXerox PressFonts Helvetica-mrr+paAll XXXkxjXerox PressFonts Helvetica-mrr+/ 732kxjXerox PressFonts Helvetica-mrr+eR/ 731kxjYkd5>TEkxjXerox PressFonts Helvetica-mrr+iy?gu Faultcodekkkg Interpress:0.0 mm xmin 0.0 mm ymin 188.5952 mm xmax 38.31603 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffJGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Map.gargoyle at February 9, 1989 11:31:49 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [T 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [571.0,181.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [52]: Text T "1 cycle" Xerox/PressFonts/Helvetica [11.29438 0.0 45.08774 0.0 11.29438 188.5283][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data" Xerox/PressFonts/Helvetica [11.29438 0.0 51.67613 0.0 11.29438 200.2933][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.29438 0.0 46.02894 0.0 11.29438 249.2356][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.29438 0.0 214.5035 0.0 11.29438 275.1185][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.29438 0.0 199.4443 0.0 11.29438 275.1185][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.29438 0.0 154.2668 0.0 11.29438 275.1185][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "56" Xerox/PressFonts/Helvetica [11.29438 0.0 137.3252 0.0 11.29438 275.1185][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.29438 0.0 126.0308 0.0 11.29438 275.1185][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "11100" Xerox/PressFonts/Helvetica [11.29438 0.0 101.5597 0.0 11.29438 250.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.29438 0.0 558.9822 0.0 11.29438 275.1185][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.29438 0.0 95.91245 0.0 11.29438 274.648][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.29438 0.0 159.914 0.0 11.29438 250.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "10" Xerox/PressFonts/Helvetica [11.29438 0.0 137.3252 0.0 11.29438 250.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [161.7964,278.8833] (Line ) [197.5619,278.8833] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [105.3245,278.8833] (Line ) [124.1484,278.8833] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [234.0,278.8833] (Line ) [555.2174,278.8833] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [213.0917,237.0] (Line ) [213.0917,272.7656] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [152.855,237.0] (Line ) [152.855,272.7656] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [321.8002,237.4706] (Line ) [323.6826,237.4706] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.6296,237.0] (Line ) [572.6296,272.7656] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.91247,273.2362] (Line ) [572.159,273.2362] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [96.38307,237.0] (Line ) [96.38307,272.7656] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.91247,237.4706] (Line ) [572.159,237.4706] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [135.9134,237.0] (Line ) [135.9134,272.7656] fwd: T Text T "All XXX" xerox/pressfonts/Helvetica [11.55886 0.0 377.3152 0.0 11.55886 251.7183][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [104.9451,222.9008] (Line ) [104.9451,221.9593] fwd: T Text T "17" Xerox/PressFonts/Helvetica [11.2991 0.0 214.1698 0.0 11.2991 218.6637][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.2991 0.0 152.0247 0.0 11.2991 218.6637][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.2991 0.0 142.6088 0.0 11.2991 218.6637][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.2991 0.0 95.52916 0.0 11.2991 218.1929][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.2991 0.0 193.4547 0.0 11.2991 218.6637][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.2991 0.0 558.7925 0.0 11.2991 218.6637][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [350.1365,222.4032] (Line ) [553.1429,222.4301] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.52916,181.0] (Line ) [571.9747,181.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [161.4406,222.4301] (Line ) [191.5716,222.4301] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.99996,180.5293] (Line ) [95.99996,216.3098] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [95.52916,216.7806] (Line ) [571.9747,216.7806] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.4456,180.5293] (Line ) [572.4456,216.3098] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [150.6123,180.5293] (Line ) [150.6123,216.3098] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [210.8742,180.5293] (Line ) [210.8742,216.3098] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [321.5113,181.0] (Line ) [323.3944,181.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [104.5206,221.9956] (Line ) [140.2713,221.9687] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.2991 0.0 102.3131 0.0 11.2991 193.8163][] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" xerox/pressfonts/helvetica [7.821064 0.0 160.954 0.0 7.821064 204.1061][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [7.821064 0.0 155.0444 0.0 7.821064 195.8092][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [7.821064 0.0 162.8655 0.0 7.821064 187.8988][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [334.3723,180.5293] (Line ) [334.3723,216.3098] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.2991 0.0 250.511 0.0 11.2991 193.1251][] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.2991 0.0 334.9289 0.0 11.2991 218.9272][] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.2991 0.0 317.5488 0.0 11.2991 218.9272][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [228.91,222.4032] (Line ) [314.5073,222.4032] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.2991 0.0 428.5874 0.0 11.2991 193.3212][] F 1.0 props: ( F ) ls: 1.2 33R3centered lineFormatting centered lastLineFormatting  Tv TU"Interpress/Xerox/3.0 fjkj=xj4]xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠< a+Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠.Z)unusedkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠ K/[HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠CzRXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠@=63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠027kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠16kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠5@0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠HH4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠Cz5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠,6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠Jx7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠1917kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠;!]RDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠1 mRealPagekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠(fR 11110kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠f/K63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠5RlG0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠3+IAll XXXkxjO=WU!kxj."3xUCkxj[QKF7kxjVqfT#Jkxj^T#JkxjT#Jkxj;T#Jkxj5O;^kxjyT#Jkxj5"3x^kxjGmU!(5kxj7 }U!-YkxjvxAe0+?kxj.GUCkxj;Xkxj5S$^kxjyXkxj5G^kxj7e0+m;kxjXerox PressFonts Helvetica-mrr$p'026kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠&+IAll XXXkxj43kkkg Interpress:0.0 mm xmin 0.0 mm ymin 185.6514 mm xmax 38.46115 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff>Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/DeMap.gargoyle at February 9, 1989 11:32:51 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [572.664,319.517] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [41]: Text T "Data:" Xerox/PressFonts/Helvetica [11.11541 0.0 58.09329 0.0 11.11541 580.651][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "unused" Xerox/PressFonts/Helvetica [11.11541 0.0 53.46187 0.0 11.11541 567.683][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.11541 0.0 54.38815 0.0 11.11541 630.6703][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "XX" Xerox/PressFonts/Helvetica [11.11541 0.0 142.3852 0.0 11.11541 630.2072][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.11541 0.0 559.213 0.0 11.11541 656.143][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.11541 0.0 290.0 0.0 11.11541 656.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.11541 0.0 199.8148 0.0 11.11541 656.143][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.11541 0.0 103.4812 0.0 11.11541 655.68][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.11541 0.0 133.1223 0.0 11.11541 656.143][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.11541 0.0 142.3852 0.0 11.11541 656.143][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.11541 0.0 149.7955 0.0 11.11541 656.143][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.11541 0.0 159.0583 0.0 11.11541 656.143][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.11541 0.0 220.193 0.0 11.11541 656.143][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.11541 0.0 162.7634 0.0 11.11541 630.2072][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "RealPage" Xerox/PressFonts/Helvetica [11.11541 0.0 405.1612 0.0 11.11541 631.5597][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T " 11110" Xerox/PressFonts/Helvetica [11.11541 0.0 102.1863 0.0 11.11541 630.2072][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.11541 0.0 559.2129 0.0 11.11541 598.7135][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.11541 0.0 103.4812 0.0 11.11541 598.2504][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.11541 0.0 309.1162 0.0 11.11541 574.6301][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [233.161,659.8483] (Line ) [268.5,659.8483] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.7894,619.0916] (Line ) [327.6419,619.0916] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [287.605,619.1286] (Line ) [287.605,654.3274] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [216.951,618.6286] (Line ) [216.951,653.8274] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [157.6688,618.6286] (Line ) [157.6688,653.8274] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.9957,618.6286] (Line ) [140.9957,653.8274] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.644,618.6286] (Line ) [572.644,653.8274] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,654.2905] (Line ) [572.1809,654.2905] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.9443,618.6286] (Line ) [103.9443,653.8274] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,619.0916] (Line ) [572.1809,619.0916] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [168.3211,659.8483] (Line ) [197.9622,659.8483] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [112.744,659.8483] (Line ) [131.2697,659.8483] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [466.5845,602.4186] (Line ) [555.5078,602.4186] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.7894,561.6621] (Line ) [327.6419,561.6621] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.644,561.199] (Line ) [572.644,596.3978] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,596.8609] (Line ) [572.1809,596.8609] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.9443,561.199] (Line ) [103.9443,596.3978] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,561.6621] (Line ) [572.1809,561.6621] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [110.8915,602.4186] (Line ) [475.8474,602.4186] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 268.5 0.0 11.55886 656.0][] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.11541 0.0 231.1162 0.0 11.11541 630.6301][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [302.0,660.0] (Line ) [551.0,659.0] fwd: T 33  U!Interpress/Xerox/3.0 fjkj=xj6=xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠;!]x=DeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠19ta817kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠unta87kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠ [ta86kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠RQta85kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠HHta84kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠5 0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠N9ta816kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠sg27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠f/ta863kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠RQx=XXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠9x=11111kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠2ZȠHeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠f/63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠50kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠3+BgAll XXXkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠KNData:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠)$Z41 cyclekxjWGkxj7 }A N?kxj5BQA(5kxj5Z^kxjy#a@/kxj5)s^kxj;#a@/kxj#a@/kxj^#a@/kxjVqf#a@/kxjbI/¯^kxj.ZgQkxjO=WAkxjvxA K?kxj.\K6gQkxj;2_Wzkxj5W^kxjy2_Wzkxj5\K6^kxj7 Km;kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠b?>ׯmRealPagekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠&Q+xIAll XXXkkkg Interpress90.0 mm xmin 0.0 mm ymin 185.6513 mm xmax 38.3936 mm ymax TRUE0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff=Gargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/DeMap.gargoyle at February 9, 1989 11:33:17 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [572.664,319.517] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [40]: Text T "DeviceID" Xerox/PressFonts/Helvetica [11.11541 0.0 162.7634 0.0 11.11541 506.0819][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.11541 0.0 220.193 0.0 11.11541 532.0178][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.11541 0.0 159.0582 0.0 11.11541 532.0178][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.11541 0.0 149.7954 0.0 11.11541 532.0178][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.11541 0.0 142.3851 0.0 11.11541 532.0178][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.11541 0.0 133.1223 0.0 11.11541 532.0178][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.11541 0.0 103.4812 0.0 11.11541 531.5547][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.11541 0.0 199.8147 0.0 11.11541 532.0178][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.11541 0.0 287.7476 0.0 11.11541 532.0][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.11541 0.0 559.2129 0.0 11.11541 532.0178][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "XX" Xerox/PressFonts/Helvetica [11.11541 0.0 142.3851 0.0 11.11541 506.0819][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "11111" Xerox/PressFonts/Helvetica [11.11541 0.0 107.1864 0.0 11.11541 506.0819][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Header" Xerox/PressFonts/Helvetica [11.11541 0.0 54.38819 0.0 11.11541 506.545][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.11541 0.0 559.2129 0.0 11.11541 474.5882][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.11541 0.0 103.4812 0.0 11.11541 474.125][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.11541 0.0 309.1162 0.0 11.11541 450.5048][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.11541 0.0 58.09332 0.0 11.11541 456.5257][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.11541 0.0 53.46191 0.0 11.11541 443.5577][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [299.0,536.0] (Line ) [555.5001,535.9296] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [112.744,535.723] (Line ) [131.2698,535.723] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [168.321,535.723] (Line ) [197.9622,535.723] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,494.9665] (Line ) [572.1809,494.9665] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.9443,494.5033] (Line ) [103.9443,529.7021] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,530.1653] (Line ) [572.1809,530.1653] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.644,494.5033] (Line ) [572.644,529.7021] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.9957,494.5033] (Line ) [140.9957,529.7021] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [157.6688,494.5033] (Line ) [157.6688,529.7021] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [216.951,494.5033] (Line ) [216.951,529.7021] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [287.6051,495.0033] (Line ) [287.6051,530.2021] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.7894,494.9665] (Line ) [327.642,494.9665] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [233.161,535.723] (Line ) [268.5,535.723] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [466.5845,478.2933] (Line ) [555.5078,478.2933] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.7894,437.5369] (Line ) [327.642,437.5369] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.644,437.0737] (Line ) [572.644,472.2725] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,472.7356] (Line ) [572.1809,472.7356] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.9443,437.0737] (Line ) [103.9443,472.2725] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,437.5369] (Line ) [572.1809,437.5369] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [110.8915,478.2933] (Line ) [475.8474,478.2933] fwd: T Text T "RealPage" Xerox/PressFonts/Helvetica [11.11541 0.0 405.6612 0.0 11.11541 506.5597][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.11541 0.0 228.1162 0.0 11.11541 506.6301][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 33  URGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/DeMap.gargoyle at February 10, 1989 9:41:21 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [T 2.04 2.04] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.1736111 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/Helvetica-mrr [r1: 0.0 s: [11.55886 11.55886] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round butt Dashed: F Shadows: []F Anchor: T [572.664,319.517] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [58]: Text T "Header" Xerox/PressFonts/Helvetica [11.11541 0.0 54.38812 0.0 11.11541 393.1154][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Data:" Xerox/PressFonts/Helvetica [11.11541 0.0 58.09326 0.0 11.11541 343.0961][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1 cycle" Xerox/PressFonts/Helvetica [11.11541 0.0 53.46185 0.0 11.11541 330.128][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "11110" Xerox/PressFonts/Helvetica [11.11541 0.0 107.1863 0.0 11.11541 392.6522][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.11541 0.0 559.2129 0.0 11.11541 418.5882][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "27" Xerox/PressFonts/Helvetica [11.11541 0.0 287.7476 0.0 11.11541 418.8442][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.11541 0.0 199.8147 0.0 11.11541 418.5882][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.11541 0.0 103.4812 0.0 11.11541 418.125][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "4" Xerox/PressFonts/Helvetica [11.11541 0.0 133.1223 0.0 11.11541 418.5882][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "5" Xerox/PressFonts/Helvetica [11.11541 0.0 142.3851 0.0 11.11541 418.5882][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.11541 0.0 149.7954 0.0 11.11541 418.5882][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.11541 0.0 159.0582 0.0 11.11541 418.5882][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "17" Xerox/PressFonts/Helvetica [11.11541 0.0 220.193 0.0 11.11541 418.5882][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" Xerox/PressFonts/Helvetica [11.11541 0.0 162.7633 0.0 11.11541 392.6522][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "1X" Xerox/PressFonts/Helvetica [11.11541 0.0 142.3851 0.0 11.11541 392.6522][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [233.1609,422.2933] (Line ) [268.5,422.2933] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [325.7893,381.5368] (Line ) [327.642,381.5368] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [287.6051,381.5737] (Line ) [287.6051,416.7724] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [216.9509,381.0737] (Line ) [216.9509,416.2724] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [157.6688,381.0737] (Line ) [157.6688,416.2724] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.9957,381.0737] (Line ) [140.9957,416.2724] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.644,381.0737] (Line ) [572.644,416.2724] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,416.7356] (Line ) [572.1809,416.7356] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.9443,381.0737] (Line ) [103.9443,416.2724] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.4812,381.5368] (Line ) [572.1809,381.5368] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [168.321,422.2933] (Line ) [197.9622,422.2933] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [112.744,422.2933] (Line ) [131.2697,422.2933] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [301.3151,422.2933] (Line ) [555.5,422.5] fwd: T Text T "26" xerox/pressfonts/Helvetica [11.55886 0.0 271.0 0.0 11.55886 419.0][] F 1.0 props: ( F ) ls: 1.2 Text T "RealPage" Xerox/PressFonts/Helvetica [11.11541 0.0 406.1612 0.0 11.11541 392.5597][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "All XXX" Xerox/PressFonts/Helvetica [11.11541 0.0 233.1162 0.0 11.11541 392.6301][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [110.3125,361.422] (Line ) [110.3125,360.4908] fwd: T Text T "17" Xerox/PressFonts/Helvetica [11.17466 0.0 218.3342 0.0 11.17466 357.2315][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "7" Xerox/PressFonts/Helvetica [11.17466 0.0 156.8736 0.0 11.17466 357.2315][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "6" Xerox/PressFonts/Helvetica [11.17466 0.0 147.5614 0.0 11.17466 357.2315][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [11.17466 0.0 101.0003 0.0 11.17466 356.7659][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "16" Xerox/PressFonts/Helvetica [11.17466 0.0 197.8473 0.0 11.17466 357.2315][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "63" Xerox/PressFonts/Helvetica [11.17466 0.0 559.1613 0.0 11.17466 357.2315][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [352.8035,360.9299] (Line ) [553.5739,360.9564] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [101.0003,319.9826] (Line ) [572.1983,319.9826] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [166.1858,360.9564] (Line ) [195.9849,360.9564] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [101.4659,319.517] (Line ) [101.4659,354.9035] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [101.0003,355.3691] (Line ) [572.1983,355.3691] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [572.664,319.517] (Line ) [572.664,354.9035] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [155.4768,319.517] (Line ) [155.4768,354.9035] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [215.075,319.517] (Line ) [215.075,354.9035] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [324.4935,319.9826] (Line ) [326.3559,319.9826] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [109.8927,360.5267] (Line ) [145.2496,360.5001] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.17466 0.0 107.7094 0.0 11.17466 332.6578][] F 1.0 props: ( F ) ls: 1.2 Text T "DeviceID" xerox/pressfonts/helvetica [7.734925 0.0 165.7045 0.0 7.734925 342.8342][] F 1.0 props: ( F ) ls: 1.2 Text T "of Reporting" xerox/pressfonts/helvetica [7.734925 0.0 159.86 0.0 7.734925 334.6287][] F 1.0 props: ( F ) ls: 1.2 Text T "Device" xerox/pressfonts/helvetica [7.734925 0.0 167.595 0.0 7.734925 326.8054][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [337.2128,319.517] (Line ) [337.2128,354.9035] fwd: T Text T "All XXX" Xerox/PressFonts/Helvetica [11.17466 0.0 254.2752 0.0 11.17466 331.9741][] F 1.0 props: ( F ) ls: 1.2 Text T "32" Xerox/PressFonts/Helvetica [11.17466 0.0 337.7633 0.0 11.17466 357.4921][] F 1.0 props: ( F ) ls: 1.2 Text T "31" Xerox/PressFonts/Helvetica [11.17466 0.0 320.5746 0.0 11.17466 357.4921][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [232.9121,360.9299] (Line ) [317.5666,360.9299] fwd: T Text T "Faultcode" Xerox/PressFonts/Helvetica [11.17466 0.0 430.3902 0.0 11.17466 332.1681][] F 1.0 props: ( F ) ls: 1.2 0.2073388 the lineLength .mul 2.822222 .add bigger topLeading 0.2073388 the lineLength .mul 2.822222 .add bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff TRUE:0.0 mm xmin 0.0 mm ymin 185.6567 mm xmax 40.11286 mm ymax  Interpress,Interpress/Xerox/3.0 fjkj=xjg;xjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠.'HeaderkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠+E4Data:kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠1InV1 cyclekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠*f#G11110kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠f/63kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠sg}M27kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠N916kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠5 0kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠HH4kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠RQ5kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠ [6kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠un7kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠1917kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠ks#GDeviceIDkxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠RQ#G1XkxjO=W{Kkxj|+_gQkxjbZ=?{kxj#j_ kxj^j_ kxjj_ kxj;j_ kxj5W^kxjyj_ kxj5_^kxj5BQ{K(5kxj7 }{K-YkxjUI{KWMkxjXerox PressFonts Helvetica-mrr$p'C26kxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠1/%mRealPagekxjXerox PressFonts Helvetica-mrrXeroxResearch ChipNDaleCDCommentA۠'(+oIAll XXXkXeroxResearch ChipNDaleCDCommentxjkxjXerox PressFonts Helvetica-mrr $F_17kxjXerox PressFonts Helvetica-mrr $5PW_7kxjXerox PressFonts Helvetica-mrr $ 9_6kxjXerox PressFonts Helvetica-mrr $- A/0kxjXerox PressFonts Helvetica-mrr $e>_16kxjXerox PressFonts Helvetica-mrr $C_63kxjM-8P]9t6 nkxj- G?9GtkxjI[q n2Bkxj"XGv rkxj- Z;AGtkxj}Gv rkxj[Gv rkxj!(Gv rkxjaMG?9K7;kxjX}dukxjXerox PressFonts Helvetica-mrr $1:u1a&All XXXkxjXerox PressFonts Helvetica-mrr {,nDeviceIDkxjXerox PressFonts Helvetica-mrr 92-# of ReportingkxjXerox PressFonts Helvetica-mrr O7y6Devicekxj=/Gv rkxjXerox PressFonts Helvetica-mrr $lDmcMAll XXXkxjXerox PressFonts Helvetica-mrr $W?32kxjXerox PressFonts Helvetica-mrr $W?31kxjR[P]9%7kxjXerox PressFonts Helvetica-mrr $D)q Faultcodekkkg33R3centered lineFormatting centered lastLineFormatting  TTRcentered lastLineFormatting T "T # 3B K 4U Interpress/Xerox/3.0 fjkj=xjUo xj(1G*HO{(1kxj* ޙ* ?V2?V J?V JiV2iV J* iV*  Jkxj* * ([V2([V J([V JV2V J* V*  Jkxj* *  #V2 #V J #V J2 J* *  Jkxj)%Wikxj)%@gkxj)%=okxjXerox PressFonts Helvetica-MRR*XY SharedkxjXerox PressFonts Helvetica-MRR]<[aMemorykxjXerox PressFontsTimesRoman-MRR?+ࠤ}-.kxjXerox PressFontsTimesRoman-MRR?+ࠤ} ɠ.kxjXerox PressFontsTimesRoman-MRR?+ࠤ}X.k5w%#g$H8!"_1W5w%#gxjkxjXerox PressFonts Helvetica-MRRX>Fetch(A); Store(A,D)kxjXerox PressFonts Helvetica-MRR,s}=Proc 1kxjXerox PressFonts Helvetica-MRRW9I=Proc 2kxjXerox PressFonts Helvetica-MRRProc nkkkg Interpress90.0 mm xmin 0.0 mm ymin 52.64995 mm xmax 42.0708 mm ymax 44.89302 mm bigger topLeading 44.89302 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff Gargoyle file for scene: stuffed from Gargoyle at September 28, 1988 9:10:19 pm PDT Produced by version 8803.24 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [7.0 7.0] r2: 0.0] 1.0 1.0 Defaults: [] [1 1.0] 1.0 round round Dashed: F Shadows: []F Anchor: T [20.5,103.0] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [17]: Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [118.2401,45.93304] (Line ) [118.2401,78.18884] (Line ) [150.496,78.18884] (Line ) [150.496,45.93304] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [4.25203,62.0] (Conic [4.25203,78.1279] 0.4142136 ) [20.38,78.1279] (Conic [36.50803,78.1279] 0.4142136 ) [36.50803,62.0] (Conic [36.50803,45.8721] 0.4142136 ) [20.38,45.8721] (Conic [4.25203,45.8721] 0.4142136 ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [4.25203,104.0] (Conic [4.25203,120.1279] 0.4142136 ) [20.38,120.1279] (Conic [36.50803,120.1279] 0.4142136 ) [36.50803,104.0] (Conic [36.50803,87.8721] 0.4142136 ) [20.38,87.8721] (Conic [4.25203,87.8721] 0.4142136 ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [4.25203,20.0] (Conic [4.25203,36.1279] 0.4142136 ) [20.38,36.1279] (Conic [36.50803,36.1279] 0.4142136 ) [36.50803,20.0] (Conic [36.50803,3.872101] 0.4142136 ) [20.38,3.872101] (Conic [4.25203,3.872101] 0.4142136 ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [36.25596,62.06094] (Line ) [118.2401,62.06094] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [36.25596,103.9937] (Line ) [118.2401,71.73786] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [36.25596,20.12817] (Line ) [118.2401,55.60971] fwd: T Text T "Shared" xerox/pressfonts/helvetica [7.0 0.0 121.7977 0.0 7.0 62.71754][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Memory" xerox/pressfonts/helvetica [7.0 0.0 121.1574 0.0 7.0 56.36081][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "." Xerox/PressFonts/TimesRoman [10.752 0.0 34.464 0.0 10.752 46.82868][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "." Xerox/PressFonts/TimesRoman [10.752 0.0 34.464 0.0 10.752 41.45273][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "." Xerox/PressFonts/TimesRoman [10.752 0.0 34.464 0.0 10.752 36.07697][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [65.48804,92.30093] (Line ) [61.50993,91.96835] (Line ) [63.00136,93.29471] (Line ) [62.83499,95.28390] (Line ) fwd: T Text T "Fetch(A); Store(A,D)" xerox/pressfonts/helvetica [7.0 0.0 46.55992 0.0 7.0 103.9936][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Proc 1" xerox/pressfonts/helvetica [7.0 0.0 10.00088 0.0 7.0 101.0126][] F 1.0 props: ( F ) ls: 1.2 Text T "Proc 2" xerox/pressfonts/helvetica [7.0 0.0 10.50088 0.0 7.0 59.01262][] F 1.0 props: ( F ) ls: 1.2 Text T "Proc n" xerox/pressfonts/helvetica [7.0 0.0 11.0 0.0 7.0 17.0][] F 1.0 props: ( F ) ls: 1.2 33Z 4@T))I 7!nMT  UInterpress/Xerox/3.0 fjkj=xjUo xj}ZG"ykxj* ޙ* ?V2?V J?V JiV2iV J* iV*  Jkxj* * ([V2([V J([V JV2V J* V*  Jkxj* *  #V2 #V J #V J2 J* *  Jkxj}#kxjXerox PressFonts Helvetica-MRRU 9SharedkxjXerox PressFonts Helvetica-MRR9/ywMemorykxjXerox PressFontsTimesRoman-MRR?+ࠤ}.kxjXerox PressFontsTimesRoman-MRR?+ࠤ}13.kxjXerox PressFontsTimesRoman-MRR?+ࠤ}V?d.k!`95,2U10!`xjkxjXerox PressFonts Helvetica-MRR/I8Fetch(A); Store(A,D)kxj}?'X)Dkxj}@/$U|$kxjXerox PressFonts Helvetica-MRR/S gWSingle memory kxjc^7c^7c^7 K? 9"H_LZF5e+VnG*M M=.y2.y2.y2k S[&f ??[;T:Ǘ>+2 S[xjkxjXerox PressFonts Helvetica-MRR4>_kxjXerox PressFonts Helvetica-MRR/S4 port acts askxjXerox PressFonts Helvetica-MRR/Sߠ serializer.kxjXerox PressFonts Helvetica-MRR9~R=Proc 1kxjXerox PressFonts Helvetica-MRR6Proc 2kxjXerox PressFonts Helvetica-MRRProc nkkkg Interpress:0.0 mm xmin 0.0 mm ymin 52.64993 mm xmax 42.58559 mm ymax 45.40781 mm bigger topLeading 45.40781 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff)Gargoyle file for scene: stuffed from Gargoyle at September 28, 1988 9:14:50 pm PDT Produced by version 8803.24 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [7.0 7.0] r2: 0.0] 1.0 1.0 Defaults: [] [1 1.0] 1.0 round round Dashed: F Shadows: []F Anchor: T [10.0,59.01261] PaletteForFillColor: F PaletteForStrokeColor: F Entities: [23]: Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [118.2399,45.93289] (Line ) [118.2399,78.18887] (Line ) [150.4959,78.18887] (Line ) [150.4959,45.93289] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [4.25203,62.0] (Conic [4.25203,78.1279] 0.4142136 ) [20.38,78.1279] (Conic [36.50803,78.1279] 0.4142136 ) [36.50803,62.0] (Conic [36.50803,45.8721] 0.4142136 ) [20.38,45.8721] (Conic [4.25203,45.8721] 0.4142136 ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [4.25203,104.0] (Conic [4.25203,120.1279] 0.4142136 ) [20.38,120.1279] (Conic [36.50803,120.1279] 0.4142136 ) [36.50803,104.0] (Conic [36.50803,87.8721] 0.4142136 ) [20.38,87.8721] (Conic [4.25203,87.8721] 0.4142136 ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [4.25203,20.0] (Conic [4.25203,36.1279] 0.4142136 ) [20.38,36.1279] (Conic [36.50803,36.1279] 0.4142136 ) [36.50803,20.0] (Conic [36.50803,3.872101] 0.4142136 ) [20.38,3.872101] (Conic [4.25203,3.872101] 0.4142136 ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [36.256,62.06079] (Line ) [118.2399,62.06079] fwd: T Text T "Shared" xerox/pressfonts/helvetica [7.0 0.0 122.2977 0.0 7.0 62.01261][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Memory" xerox/pressfonts/helvetica [7.0 0.0 120.9835 0.0 7.0 55.51261][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "." Xerox/PressFonts/TimesRoman [10.752 0.0 34.46399 0.0 10.752 46.82878][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "." Xerox/PressFonts/TimesRoman [10.752 0.0 34.46399 0.0 10.752 41.45277][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "." Xerox/PressFonts/TimesRoman [10.752 0.0 34.46399 0.0 10.752 36.0768][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [50.97043,88.15659] (Line ) [47.24919,89.60153] (Line ) [49.1711,90.13992] (Line ) [49.89369,92.00064] (Line ) fwd: T Text T "Fetch(A); Store(A,D)" xerox/pressfonts/helvetica [7.0 0.0 37.10942 0.0 7.0 113.8047][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [36.256,20.17288] (Line ) [74.78407,62.50888] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [36.256,103.9937] (Line ) [75.00807,62.28476] fwd: T Text T "Single memory " xerox/pressfonts/helvetica [7.0 0.0 74.78395 0.0 7.0 39.43678][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [115.1041,58.02881] (Bezier [115.1041,58.02881] [115.1041,58.02881] ) [112.4533,57.69287] (Bezier [109.8027,57.35687] [104.5014,56.68497] ) [101.7761,54.63158] (Bezier [99.05073,52.5782] [98.90141,49.1435] ) [98.82674,47.42622] (Bezier [98.75209,45.70877] [98.75209,45.70877] ) [98.75209,45.70877] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [98.86745,44.71092] (Line ) [97.06862,48.27486] (Line ) [98.85731,47.38901] (Line ) [100.6393,48.28821] (Line ) fwd: T Text T "_" xerox/pressfonts/helvetica [7.0 0.0 98.84557 0.0 7.0 41.42417][] F 1.0 props: ( F ) ls: 1.2 Text T "port acts as" xerox/pressfonts/helvetica [7.0 0.0 74.78395 0.0 7.0 31.03678][] F 1.0 props: ( F ) ls: 1.2 Text T "serializer." xerox/pressfonts/helvetica [7.0 0.0 74.78395 0.0 7.0 22.63678][] F 1.0 props: ( F ) ls: 1.2 Text T "Proc 1" xerox/pressfonts/helvetica [7.0 0.0 9.500877 0.0 7.0 102.0126][] F 1.0 props: ( F ) ls: 1.2 Text T "Proc 2" xerox/pressfonts/helvetica [7.0 0.0 10.0 0.0 7.0 59.01261][] F 1.0 props: ( F ) ls: 1.2 Text T "Proc n" xerox/pressfonts/helvetica [7.0 0.0 11.0 0.0 7.0 17.0][] F 1.0 props: ( F ) ls: 1.2 33K lwRcentered lastLineFormatting TTP+',([[ W[ . L[ [.  L[ 5)  ;[ . V [ 9)  4  + .  7  :  5  UGargoyle file for scene: stuffed from ///Users/bland.pa/datools/memoryExample2.gargoyle at September 19, 1988 10:34:41 am PDT Produced by version 8803.24 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 0.05267 0.05] [F 5.555556e-2 1/18] [F 0.09927 0.1] [F 0.1111111 1/9] [F 0.18 0.18] [F 0.20489 0.2] [F 0.3 0.3] [F 0.34 0.34] [F 0.5 1/2] [F 0.54 0.54] [F 1.0 1] [F 1.83335 1.83] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: xerox/pressfonts/helvetica-mrr [r1: 0.0 s: [14.0 14.0] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 1.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [189]: Text T "Cache" Xerox/PressFonts/Helvetica [7.584061 0.0 116.6268 0.0 7.584061 278.8468][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [141.0317,310.7411] (Line ) [138.5038,305.6852] (Line ) [141.0317,306.9491] (Line ) [143.5598,305.6852] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [117.0318,291.2411] (Line ) [114.5038,296.2972] (Line ) [117.0318,295.0332] (Line ) [119.5597,296.2972] (Line ) fwd: T Text T "Processor 1" Xerox/PressFonts/Helvetica [7.584061 0.0 110.2802 0.0 7.584061 347.1207][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [141.0317,291.2411] (Line ) [138.5038,296.2972] (Line ) [141.0317,295.0332] (Line ) [143.5598,296.2972] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [95.24408,271.9645] (Line ) [94.61208,271.9645] (Line ) [94.61208,266.9084] (Line ) [95.24408,266.9084] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [108.372,272.0] (Line ) [107.74,272.0] (Line ) [107.74,266.9439] (Line ) [108.372,266.9439] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [117.7021,248.4761] (Line ) [116.7051,246.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [211.7817,291.7411] (Line ) [209.2538,296.7972] (Line ) [211.7817,295.5332] (Line ) [214.3098,296.7972] (Line ) fwd: T Text T "Processor 2" Xerox/PressFonts/Helvetica [7.584061 0.0 205.0809 0.0 7.584061 347.1207][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T square w: 0.6320056 c: T [1 1.0] d: T F [81.8758,197.5569] (Line ) [81.8758,197.5569] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T square w: 0.6320056 c: T [1 1.0] d: T F [81.8758,197.9253] (Line ) [81.8758,197.9253] fwd: T Text T "Processor 4" Xerox/PressFonts/Helvetica [7.584061 0.0 395.8818 0.0 7.584061 346.1207][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.1566,309.7411] (Line ) [408.6288,304.685] (Line ) [411.1566,305.9491] (Line ) [413.6848,304.685] (Line ) fwd: T Text T "owner" Xerox/PressFonts/Helvetica [7.584061 0.0 530.1629 0.0 7.584061 216.9301][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DataOut[0..63]" Xerox/PressFonts/Helvetica [7.584061 0.0 513.7872 0.0 7.584061 184.3468][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T square w: 1.0 c: T [1 1.0] d: T F [286.9842,48.2922] (Line ) [268.2767,66.99987] (Line ) [268.2767,116.4999] (Line ) [286.1617,134.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [286.9842,48.2922] (Line ) [364.1541,48.2922] fwd: T Text T "Memory" Xerox/PressFonts/Helvetica [7.584061 0.0 309.4133 0.0 7.584061 116.4006][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [286.1617,134.5] (Line ) [364.1541,134.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [288.5,134.5] (Line ) [288.5,48.2922] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [286.1617,134.5] (Line ) [286.1617,49.97763] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [364.1541,134.5] (Line ) [364.1541,48.2922] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [87.5,166.0] (Line ) [557.0,166.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [426.5342,288.9244] (Line ) [426.5342,310.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [402.518,288.9244] (Line ) [402.518,310.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [385.7698,367.6092] (Line ) [444.5462,367.6092] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [444.2303,310.4125] (Line ) [444.2303,367.2932] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [385.7698,310.7288] (Line ) [443.9144,310.7288] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [386.0859,310.4125] (Line ) [386.0859,367.9252] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [385.7698,367.6092] (Line ) [387.034,367.6092] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [235.7333,289.9244] (Line ) [235.7333,311.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [211.7172,289.9244] (Line ) [211.7172,311.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [194.969,368.6092] (Line ) [253.7455,368.6092] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [253.4295,311.4125] (Line ) [253.4295,368.2932] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [194.969,311.7288] (Line ) [253.1136,311.7288] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [195.285,311.4125] (Line ) [195.285,368.9252] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [194.969,368.6092] (Line ) [196.233,368.6092] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [88.51178,216.1358] (Line ) [556.5,216.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [105.528,266.9439] (Line ) [105.528,272.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [103.0,266.9439] (Line ) [103.0,272.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [157.3247,245.6839] (Line ) [157.3247,289.9244] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [99.80023,245.9244] (Line ) [99.80023,290.1649] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.9325,291.1885] (Line ) [140.9325,296.8765] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [100.184,246.5] (Line ) [157.3247,246.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [140.9325,289.9244] (Line ) [140.9325,311.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.9163,289.9244] (Line ) [116.9163,311.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [100.1682,368.6092] (Line ) [158.9447,368.6092] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [158.6287,311.4125] (Line ) [158.6287,368.2932] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [100.1682,311.7288] (Line ) [158.3127,311.7288] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [100.4842,311.4125] (Line ) [100.4842,368.9252] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [100.1682,368.6092] (Line ) [101.4322,368.6092] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [116.9163,291.1885] (Line ) [116.9163,296.8765] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [99.9842,272.2804] (Line ) [158.0087,272.2804] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [235.7817,291.7411] (Line ) [233.2538,296.7972] (Line ) [235.7817,295.5332] (Line ) [238.3098,296.7972] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [402.5317,290.7411] (Line ) [400.0037,295.7972] (Line ) [402.5317,294.5332] (Line ) [405.0597,295.7972] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [426.5317,290.4911] (Line ) [424.0037,295.5472] (Line ) [426.5317,294.2831] (Line ) [429.0597,295.5472] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [235.75,310.0] (Line ) [233.222,304.9441] (Line ) [235.75,306.208] (Line ) [238.278,304.9441] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [402.5317,309.4911] (Line ) [400.0037,304.4352] (Line ) [402.5317,305.6991] (Line ) [405.0597,304.4352] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [426.5317,309.7411] (Line ) [424.0037,304.6852] (Line ) [426.5317,305.9491] (Line ) [429.0597,304.6852] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [497.6998,290.741] (Line ) [495.1718,295.7971] (Line ) [497.6998,294.5331] (Line ) [500.2278,295.7971] (Line ) fwd: T Text T "Processor 5" Xerox/PressFonts/Helvetica [7.584061 0.0 490.999 0.0 7.584061 346.1207][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [521.6514,288.9244] (Line ) [521.6514,310.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [497.6352,288.9244] (Line ) [497.6352,310.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [480.887,367.6092] (Line ) [539.6635,367.6092] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [539.3476,310.4125] (Line ) [539.3476,367.2932] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [480.887,310.7287] (Line ) [539.0316,310.7287] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [481.203,310.4125] (Line ) [481.203,367.9252] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [480.887,367.6092] (Line ) [482.151,367.6092] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [521.6998,290.741] (Line ) [519.1718,295.7971] (Line ) [521.6998,294.5331] (Line ) [524.2278,295.7971] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [521.668,309.0] (Line ) [519.1401,303.944] (Line ) [521.668,305.208] (Line ) [524.1961,303.944] (Line ) fwd: T Text T "shared" Xerox/PressFonts/Helvetica [7.584061 0.0 527.9129 0.0 7.584061 226.8468][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [148.25,204.5] (Line ) [140.4578,204.5422] (Arc [133.75,207.75] ) [131.25,213.75] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [130.5,245.25] (Line ) [127.9722,240.1939] (Line ) [130.5,241.458] (Line ) [133.0282,240.1939] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0 5.0 5.0 5.0 10.0] 0.0 -1.0 [234.0,200.5] (Arc [228.0,203.5] ) [225.5,209.5] (Line ) [225.5,245.75] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0 5.0 5.0 5.0 10.0] 0.0 -1.0 [324.75,190.25] (Arc [322.25,197.75] ) [315.25,200.75] fwd: T Text T "1" xerox/pressfonts/helvetica [14.0 0.0 135.0 0.0 14.0 229.5][] F 1.0 props: ( F ) ls: 1.2 Text T "2" xerox/pressfonts/helvetica [14.0 0.0 229.5 0.0 14.0 230.0][] F 1.0 props: ( F ) ls: 1.2 Text T "4" xerox/pressfonts/helvetica [14.0 0.0 193.0 0.0 14.0 295.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [86.63834,208.6196] (Line ) [460.7278,208.6196] (Line ) [556.7278,208.6196] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [388.7479,207.5667] (Line ) [388.7479,207.5667] fwd: T Text T "7" xerox/pressfonts/helvetica [14.0 0.0 502.0 0.0 14.0 295.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [88.80388,226.0] (Line ) [556.0,226.0] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0 5.0 5.0 5.0 10.0] 0.0 -1.0 [315.25,200.75] (Line ) [234.75,200.75] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0 5.0 5.0 5.0 10.0] 0.0 -1.0 [324.75,190.25] (Line ) [324.75,134.75] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [320.9578,134.75] (Line ) [321.0,193.5] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [321.0,194.0] (Arc [317.25,201.75] ) [310.4578,204.5422] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [310.4578,204.5422] (Line ) [148.25,204.5] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [131.0,246.0] (Line ) [131.0,213.25] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0] 0.0 -1.0 [204.5697,311.4125] (Line ) [204.5697,204.5147] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0] 0.0 -1.0 [204.5697,204.5147] (Arc [202.0,197.0] ) [193.6576,193.6026] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0] 0.0 -1.0 [193.6576,193.6026] (Line ) [138.1474,193.6026] (Arc [127.0,197.5] ) [123.8526,204.5147] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0] 0.0 -1.0 [123.8526,204.5147] (Line ) [123.8526,246.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [123.8974,245.4552] (Line ) [121.3696,240.399] (Line ) [123.8974,241.6632] (Line ) [126.4256,240.399] (Line ) fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [1.0 3.0 1.0 3.0 1.0 8.0] 0.0 -1.0 [219.0,245.5] (Line ) [218.8646,200.75] (Arc [224.0,190.5] ) [234.75,186.4551] (Line ) [395.5,186.4551] (Arc [407.0,192.0] ) [411.1667,200.75] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [1.0 3.0 1.0 3.0 1.0 8.0] 0.0 -1.0 [411.1667,199.75] (Line ) [411.1667,310.7288] fwd: T Text T "5" xerox/pressfonts/helvetica [14.0 0.0 414.0 0.0 14.0 294.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [0.0 4.0 0.0 4.0 0.0 4.0] 0.0 -1.0 [395.5,310.7288] (Line ) [395.5,192.6026] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [0.0 4.0 0.0 4.0 0.0 4.0] 0.0 -1.0 [395.5,193.0] (Arc [391.5,183.0] ) [381.0,179.0] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [0.0 4.0 0.0 4.0 0.0 4.0] 0.0 -1.0 [381.0,179.0] (Line ) [211.7172,180.0] (Arc [201.5,186.0] ) [197.4223,194.0458] (Line ) [197.4223,246.0] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [0.0 4.0 0.0 4.0 0.0 4.0] 0.0 -1.0 [211.7172,180.0] (Line ) [131.0,180.0] (Arc [120.5,184.5] ) [116.7051,193.6026] (Line ) [116.7051,246.0] fwd: T Text T "6" xerox/pressfonts/helvetica [14.0 0.0 383.5 0.0 14.0 294.0][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: F [406.0,310.7288] (Line T [0.0 5.0 0.0 5.0 0.0 1.0 0.0] 0.0 -1.0 ) [406.0,186.5] (Arc T [5.0 3.0] 0.0 32.0 [411.0,177.0] ) [424.0,172.0] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [0.0 5.0 0.0 5.0 0.0 1.0 0.0] 0.0 -1.0 [425.0,172.0] (Line ) [490.0,172.0] (Arc [502.5,177.5] ) [506.0,186.5] (Line ) [506.0,310.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [321.0,144.0] (Line ) [318.4722,138.9439] (Line ) [321.0,140.208] (Line ) [323.5282,138.9439] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [324.75,144.0] (Line ) [322.2222,138.9439] (Line ) [324.75,140.208] (Line ) [327.2782,138.9439] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [177.0089,204.5316] (Line ) [182.065,202.0038] (Line ) [180.8009,204.5316] (Line ) [182.065,207.0598] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [270.7589,200.7816] (Line ) [275.815,198.2538] (Line ) [274.5509,200.7816] (Line ) [275.815,203.3098] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [164.0089,193.5316] (Line ) [169.065,191.0038] (Line ) [167.8009,193.5316] (Line ) [169.065,196.0598] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [237.2521,194.5667] (Line ) [237.2521,194.5667] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [262.6161,186.6566] (Line ) [257.56,184.1288] (Line ) [258.8241,186.6566] (Line ) [257.56,189.1848] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.5317,304.2589] (Line ) [393.0038,309.3148] (Line ) [395.5317,308.0509] (Line ) [398.0597,309.3148] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.5317,237.5089] (Line ) [393.0038,242.5648] (Line ) [395.5317,241.3009] (Line ) [398.0597,242.5648] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [242.7589,180.0316] (Line ) [247.815,177.5038] (Line ) [246.5509,180.0316] (Line ) [247.815,182.5598] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [116.75,245.2411] (Line ) [114.2221,240.185] (Line ) [116.75,241.4491] (Line ) [119.2781,240.185] (Line ) fwd: T Box [197.5,231.0] [197.5,231.0] [1.0 0.0 0.0 0.0 1.0 0.0] strokeWidths: ( 1.0 1.0 1.0 1.0 ) strokeEnds: ( round round round round ) strokeColors: ( [1 1.0] [1 1.0] [1 1.0] [1 1.0] ) fillColor: [1 0.5] dashes: ( F F F F ) props: ( ( F ) ( F ) ( F ) ( F ) ) fwd: T fillText: T 0 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [204.5598,223.3612] (Line ) [202.0318,228.4173] (Line ) [204.5598,227.1532] (Line ) [207.0878,228.4173] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [162.7589,180.0316] (Line ) [167.815,177.5038] (Line ) [166.5509,180.0316] (Line ) [167.815,182.5598] (Line ) fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [115.5,207.0] (Line ) [116.0,207.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [115.75,204.2411] (Line ) [113.2221,199.185] (Line ) [115.75,200.4491] (Line ) [118.2781,199.185] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [463.1161,171.9066] (Line ) [458.06,169.3788] (Line ) [459.3241,171.9066] (Line ) [458.06,174.4348] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [505.9066,223.4911] (Line ) [503.3788,218.435] (Line ) [505.9066,219.6991] (Line ) [508.4348,218.435] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [406.0317,237.5089] (Line ) [403.5038,242.5648] (Line ) [406.0317,241.3009] (Line ) [408.5597,242.5648] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [330.293,310.4248] (Line ) [327.7651,305.3689] (Line ) [330.293,306.6328] (Line ) [332.8211,305.3689] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [306.2931,290.9248] (Line ) [303.7651,295.9809] (Line ) [306.2931,294.7169] (Line ) [308.821,295.9809] (Line ) fwd: T Text T "Processor 3" Xerox/PressFonts/Helvetica [7.584061 0.0 299.5415 0.0 7.584061 346.8044][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [330.293,290.9248] (Line ) [327.7651,295.9809] (Line ) [330.293,294.7169] (Line ) [332.8211,295.9809] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [330.1938,290.8722] (Line ) [330.1938,296.5602] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [330.1938,289.6081] (Line ) [330.1938,311.0962] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [306.1776,289.6081] (Line ) [306.1776,311.0962] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [289.4295,368.2929] (Line ) [348.206,368.2929] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.89,311.0962] (Line ) [347.89,367.9769] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [289.4295,311.4125] (Line ) [347.574,311.4125] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [289.7455,311.0962] (Line ) [289.7455,368.6089] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [289.4295,368.2929] (Line ) [290.6935,368.2929] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [306.1776,290.8722] (Line ) [306.1776,296.5602] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [328.5,244.0] (Line ) [325.9722,238.9439] (Line ) [328.5,240.208] (Line ) [331.0282,238.9439] (Line ) fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [328.5422,134.75] (Line ) [328.5422,164.8526] (Line ) [328.5422,245.6837] fwd: T Text T "3" xerox/pressfonts/helvetica [14.0 0.0 332.5 0.0 14.0 230.5][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0] 0.0 -1.0 [204.5697,204.5147] (Arc [207.1394,197.0] ) [215.4818,193.6026] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [5.0 5.0] 0.0 -1.0 [215.4818,193.6026] (Line ) [306.0,193.5] (Arc [317.0,198.5] ) [321.0,210.5] (Line ) [321.0,245.5] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [0.0 4.0 0.0 4.0 0.0 4.0] 0.0 -1.0 [328.75,180.5] (Arc [318.5328,186.5] ) [314.4551,194.5458] (Line ) [314.4551,246.5] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [321.125,244.0] (Line ) [318.5972,238.9439] (Line ) [321.125,240.208] (Line ) [323.6532,238.9439] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.875,244.125] (Line ) [311.3472,239.0689] (Line ) [313.875,240.333] (Line ) [316.4032,239.0689] (Line ) fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [86.63834,208.6196] (Line ) [70.0,187.0196] (Line ) [87.5,166.0] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [556.7278,208.6196] (Line ) [573.3661,187.0196] (Line ) [555.8662,166.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [99.9842,267.2804] (Line ) [158.0087,267.2804] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [99.80023,290.1649] (Line ) [157.8127,290.1649] fwd: T Text T "Cache" Xerox/PressFonts/Helvetica [7.584061 0.0 211.5957 0.0 7.584061 278.5117][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [203.341,271.6649] (Line ) [202.709,271.6649] (Line ) [202.709,266.6088] (Line ) [203.341,266.6088] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [200.497,266.6088] (Line ) [200.497,271.6649] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [197.969,266.6088] (Line ) [197.969,271.6649] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [252.2937,245.6837] (Line ) [252.2937,289.5893] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [194.7692,245.5893] (Line ) [194.7692,289.8298] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [195.153,246.1649] (Line ) [252.25,246.25] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [194.9532,271.9453] (Line ) [252.9777,271.9453] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [194.9532,266.9453] (Line ) [252.9777,266.9453] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [194.7692,289.8298] (Line ) [252.5,289.75] fwd: T Text T "Cache" Xerox/PressFonts/Helvetica [7.584061 0.0 306.5253 0.0 7.584061 278.6766][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [298.2705,271.8298] (Line ) [297.6385,271.8298] (Line ) [297.6385,266.7737] (Line ) [298.2705,266.7737] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [295.4265,266.7737] (Line ) [295.4265,271.8298] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [292.8985,266.7737] (Line ) [292.8985,271.8298] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [347.2232,245.8486] (Line ) [347.2232,289.7542] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [289.6987,245.7542] (Line ) [289.6987,289.9948] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [290.0825,246.3298] (Line ) [347.1795,246.4149] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [289.8827,272.1102] (Line ) [347.9072,272.1102] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [289.8827,267.1102] (Line ) [347.9072,267.1102] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [289.6987,289.9948] (Line ) [347.25,290.0] fwd: T Text T "Cache" Xerox/PressFonts/Helvetica [7.584061 0.0 403.0253 0.0 7.584061 278.4266][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [394.7705,271.5798] (Line ) [394.1385,271.5798] (Line ) [394.1385,266.5237] (Line ) [394.7705,266.5237] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [391.9265,266.5237] (Line ) [391.9265,271.5798] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [389.3985,266.5237] (Line ) [389.3985,271.5798] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [443.7232,245.5986] (Line ) [443.7232,289.5043] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [386.1987,245.5042] (Line ) [386.1987,289.7447] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [386.5825,246.0798] (Line ) [443.5,246.0] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [386.3827,271.8602] (Line ) [444.4072,271.8602] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [386.3827,266.8602] (Line ) [444.4072,266.8602] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [386.1987,289.7447] (Line ) [443.75,289.75] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [411.125,263.375] (Line ) [408.5972,258.3189] (Line ) [411.125,259.583] (Line ) [413.6532,258.3189] (Line ) fwd: T Text T "Cache" Xerox/PressFonts/Helvetica [7.584061 0.0 498.5253 0.0 7.584061 278.6766][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [490.2705,271.8298] (Line ) [489.6385,271.8298] (Line ) [489.6385,266.7737] (Line ) [490.2705,266.7737] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [487.4265,266.7737] (Line ) [487.4265,271.8298] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [484.8985,266.7737] (Line ) [484.8985,271.8298] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [539.2232,245.8486] (Line ) [539.2232,289.7542] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [481.6987,245.7542] (Line ) [481.6987,289.9948] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [482.0825,246.3298] (Line ) [539.0,246.25] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [481.8827,272.1102] (Line ) [539.9072,272.1102] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T butt w: 1.0 c: T [1 1.0] d: T F [481.8827,267.1102] (Line ) [539.9072,267.1102] fwd: T Outline fillColor: [1 0.5] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [481.6987,289.9948] (Line ) [539.25,290.0] fwd: T 116.9928 mm bigger topLeading 116.9928 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 178.6347 mm xmax 114.1705 mm ymax  InterpresshInterpress/Xerox/3.0 fjkj=xjwMxjXerox PressFonts Helvetica-MRR#@xoCachek"?g-UF@{6"?F;g/@{6"?g-Uxjk`kp:*%`">*%`kpxjkxjXerox PressFonts Helvetica-MRR#NgN: Processor 1k"?kpF*%"?"g/*%"?kpxjkxjkxjkxjkuy`UOEuyQ;pGOEuy`UxjkxjXerox PressFonts Helvetica-MRR#lN: Processor 2kxj00kxj00kxjXerox PressFonts Helvetica-MRR#]Nk: Processor 4kNSfUaVINSF;uIVINSfUxjkxjXerox PressFonts Helvetica-MRR#Y +y-ownerkxjXerox PressFonts Helvetica-MRR#^T/YK|DataOut[0..63]kxjF?  LD kxjF? kxjXerox PressFonts Helvetica-MRR#ZKLMemorykxjLD kxjA  kxjLD =9kxj  kxjF͎kxjyINwaPkxjX 8NwaPkxj~|WΥwkxjaPS7:kxj~G;<#kxj aPkkxj~|WY3;kxj waQPkxjQcwaQPkxjIa}EW67kxjaQPSq:kxjIaG;+,kxjaQP3kkxjIa}EWNgkxj+DcQYkxj3}\Ykxj\Ykxj/RMwkxjO]rQwg%[kxjYN|E]Qkxj0}/RMkxjYwaQPkxjb1waQPkxj)k}EW{ǎkxj}+aQPSq:kxj)kG;3kxj%J_aQP3kkxj)k}EW.vkxjb1N|E]QkxjJ5W7RF]rk`UOEQBGOE`Uxjk|8O`UOE|8OBjCOE|8O`UxjkO@91=05OpKC=05O@9xjk֙ǃW}QW֗xjk|8OD9eU|8OzgjCeU|8OD9xjkOfU1@E6OF;pKC@E6OfUxjkq {@OEq J3^OOEq xjkxjXerox PressFonts Helvetica-MRR#nNk: Processor 5kxjW+NwaPkxjJNwaPkxjtw>|W=hkxjaPS7:kxjtw>G;?kxjxM@aPkkxjtw>|Wc5ka @OEa J3OOEa xjkՙee2i}}hn3i}՗xjkxjXerox PressFonts Helvetica-MRR#/nb\osharedkxjQ-SBQS? Wk$[bdk$G[bxjkxjkxj #kxjXerox PressFonts Helvetica-MRR'1kxjXerox PressFonts Helvetica-MRR2kxjXerox PressFonts Helvetica-MRRaǠ4kxjWJ\[okxjsSskxjXerox PressFonts Helvetica-MRRǠ7kxj3̎kxj#kxjkxjYGkxjb'dSBQSkxjdSBQSQkxj#UkxjDVaQP6SDkxjDV6SDje79I:Nkxj79I:N3D_-_6SDkxj-_6SDk'.SЗ'Y_!SЗ'xjkxj{R`#}q7` #kxj G;kxjXerox PressFonts Helvetica-MRR>Ơ5kxjG;:NkxjaWSkxjSQcTZ"-RmkxjQcT#q#N:NkxjXerox PressFonts Helvetica-MRRƠ6kxj6G;u6u;QHLkxjILcu֏k0,$:kDv}B5:k0xjk0 T :kDv}s:k0xjkMqp?OWz{χ?OWz{^uMqp?OxjkvupD<WdŗD<Wd8cGvupD<WxjkGp;OQ;{:;OQ;{YuGp;OxjkxjjsjskecH/c'^\[H/c'C\ecH/cxjkzOeU7A?6zOF;h.CA?6zOeUxjkzOgp7PUzOagh.CPUzOgpxjkj5pB_xZB_x7j5pB_xjkkKpPNPkKpxjkxjkx1?qQb~oqQxxjkG5pB_qhZlB_qh7G5pB_xjkxjokY[pGNY[pxjkM+z7Yw2+BBc%z7Yw2M+z7xjk7KapBȗ7KXeg-ȗ7Kapxjkc?gp{PUc?agmPUc?gpxjkJ:qzgJ:Q{_zgJ:qxjkEe:i]yfiEe:=5PCyfiEe:i]xjkxjXerox PressFonts Helvetica-MRR#(>Q. Processor 3kJ:i]yfiJ:=5{_yfiJ:i]xjkxjc̅MkxjcSJ?14kxjkSJ?14kxjumc.?"kxj{[?14}WkxjuaQPIQ6kxj>@7?14kxjumcFg>kxjk̅Mk-$SY^e[GSYxjkxjK;du^ bkxjXerox PressFonts Helvetica-MRR3kxjDV6SDe\n:Nkxj\n:Nkxj#izuk YHSY ^e|SY xjk WH EЗL> xjkxjWJ\%B3FkxjoJ\G%B3FkxjJ5URF]rkxjO]g%[/;kxjXerox PressFonts Helvetica-MRR#&/.+Cachekxjkxj:ǁkxjKaǁkxj|-~^ b?Y8kxj 5856/kxj@UW[kxj0@,x-kxj0@y,x-kxj 56/kxjXerox PressFonts Helvetica-MRR#vcCachekxjkxjNyD1/kxjNE1/kxjp@9kxjRIqGv;kxjmaZs^4'Z{^kxjq}mvakxjq{vakxjRI;m—kxjXerox PressFonts Helvetica-MRR#|_OQKCachekxjkxjhD~>wkxjN~>wkxjpA;PukxjWp4u52/kxjk[wkxjzAQb]!kxjzAQ`]!kxjW52/k ;rHEE uO-1EE ;xjkxjXerox PressFonts Helvetica-MRR#cCachekxjkxjyD1/kxjE1/kxjp@9kxj\IqGv;kxjUZs^kxj0}mv̓akxj0{v̓akxj\I;m—kkkg33K ;E 1TT T ,TT T ,TT ThT  TTT . {d  Gargoyle file for scene: stuffed from ///users/bland.pa/datools/2levelSystem.gargoyle at September 20, 1988 12:16:57 pm PDT Produced by version 8803.24 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [T 90.0] [F 60.0] [F 45.0] [F 30.0] [T 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ShowColors: F ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-MRR [r1: 0.0 s: [10.9589 10.9589] r2: 90.0] 1.0 1.0 Defaults: [] [1 1.0] 1.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [188]: Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [427.0209,301.3238] (Line ) [502.8532,301.3238] (Line ) [502.8532,229.4826] (Line ) [427.0209,229.4826] (Line ) [427.0209,301.3238] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [427.0209,301.3238] (Line ) [502.8532,301.3238] (Line ) [502.8532,229.4826] (Line ) [427.0209,229.4826] (Line ) [427.0209,301.3238] (Line ) [427.0209,301.3238] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [435.0033,293.3415] (Line ) [494.871,293.3415] (Line ) [494.871,237.465] (Line ) [435.0033,237.465] (Line ) [435.0033,293.3415] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [435.0033,293.3415] (Line ) [494.871,293.3415] (Line ) [494.871,237.465] (Line ) [435.0033,237.465] (Line ) [435.0033,293.3415] (Line ) [435.0033,293.3415] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [339.215,301.3238] (Line ) [415.0474,301.3238] (Line ) [415.0474,229.4826] (Line ) [339.215,229.4826] (Line ) [339.215,301.3238] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [339.215,301.3238] (Line ) [415.0474,301.3238] (Line ) [415.0474,229.4826] (Line ) [339.215,229.4826] (Line ) [339.215,301.3238] (Line ) [339.215,301.3238] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [347.1973,293.3415] (Line ) [407.065,293.3415] (Line ) [407.065,237.465] (Line ) [347.1973,237.465] (Line ) [347.1973,293.3415] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [347.1973,293.3415] (Line ) [407.065,293.3415] (Line ) [407.065,237.465] (Line ) [347.1973,237.465] (Line ) [347.1973,293.3415] (Line ) [347.1973,293.3415] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [251.409,301.3238] (Line ) [327.2414,301.3238] (Line ) [327.2414,229.4826] (Line ) [251.409,229.4826] (Line ) [251.409,301.3238] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [251.409,301.3238] (Line ) [327.2414,301.3238] (Line ) [327.2414,229.4826] (Line ) [251.409,229.4826] (Line ) [251.409,301.3238] (Line ) [251.409,301.3238] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [259.3914,293.3415] (Line ) [319.259,293.3415] (Line ) [319.259,237.465] (Line ) [259.3914,237.465] (Line ) [259.3914,293.3415] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [259.3914,293.3415] (Line ) [319.259,293.3415] (Line ) [319.259,237.465] (Line ) [259.3914,237.465] (Line ) [259.3914,293.3415] (Line ) [259.3914,293.3415] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [87.77069,452.9886] (Line ) [199.5237,452.9886] (Line ) [199.5237,373.165] (Line ) [87.77069,373.165] (Line ) [87.77069,452.9886] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [87.77069,452.9886] (Line ) [199.5237,452.9886] (Line ) [199.5237,373.165] (Line ) [87.77069,373.165] (Line ) [87.77069,452.9886] (Line ) [87.77069,452.9886] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [99.7442,411.0812] (Line ) [99.7442,409.0856] (Line ) [91.7619,413.0768] (Line ) [99.7442,417.068] (Line ) [99.7442,415.0724] (Line ) [187.5502,415.0724] (Line ) [187.5502,417.068] (Line ) [195.5325,413.0768] (Line ) [187.5502,409.0856] (Line ) [187.5502,411.0812] (Line ) [99.7442,411.0812] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [99.7442,411.0812] (Line ) [99.7442,409.0856] (Line ) [91.7619,413.0768] (Line ) [99.7442,417.068] (Line ) [99.7442,415.0724] (Line ) [187.5502,415.0724] (Line ) [187.5502,417.068] (Line ) [195.5325,413.0768] (Line ) [187.5502,409.0856] (Line ) [187.5502,411.0812] (Line ) [99.7442,411.0812] (Line ) [99.7442,411.0812] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [95.75311,397.1121] (Line ) [115.709,397.1121] (Line ) [115.709,377.1562] (Line ) [95.75311,377.1562] (Line ) [95.75311,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [95.75311,397.1121] (Line ) [115.709,397.1121] (Line ) [115.709,377.1562] (Line ) [95.75311,377.1562] (Line ) [95.75311,397.1121] (Line ) [95.75311,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [119.7001,397.1121] (Line ) [139.656,397.1121] (Line ) [139.656,377.1562] (Line ) [119.7001,377.1562] (Line ) [119.7001,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [119.7001,397.1121] (Line ) [139.656,397.1121] (Line ) [139.656,377.1562] (Line ) [119.7001,377.1562] (Line ) [119.7001,397.1121] (Line ) [119.7001,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [143.6472,397.1121] (Line ) [163.6031,397.1121] (Line ) [163.6031,377.1562] (Line ) [143.6472,377.1562] (Line ) [143.6472,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [143.6472,397.1121] (Line ) [163.6031,397.1121] (Line ) [163.6031,377.1562] (Line ) [143.6472,377.1562] (Line ) [143.6472,397.1121] (Line ) [143.6472,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [167.5943,397.1121] (Line ) [187.5502,397.1121] (Line ) [187.5502,377.1562] (Line ) [167.5943,377.1562] (Line ) [167.5943,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [167.5943,397.1121] (Line ) [187.5502,397.1121] (Line ) [187.5502,377.1562] (Line ) [167.5943,377.1562] (Line ) [167.5943,397.1121] (Line ) [167.5943,397.1121] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [105.731,410.5823] (Line ) [109.7222,406.5912] (Line ) [107.7266,406.5912] (Line ) [107.7266,400.6044] (Line ) [109.7222,400.6044] (Line ) [105.731,396.6132] (Line ) [101.7398,400.6044] (Line ) [103.7354,400.6044] (Line ) [103.7354,406.5912] (Line ) [101.7398,406.5912] (Line ) [105.731,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [105.731,410.5823] (Line ) [109.7222,406.5912] (Line ) [107.7266,406.5912] (Line ) [107.7266,400.6044] (Line ) [109.7222,400.6044] (Line ) [105.731,396.6132] (Line ) [101.7398,400.6044] (Line ) [103.7354,400.6044] (Line ) [103.7354,406.5912] (Line ) [101.7398,406.5912] (Line ) [105.731,410.5823] (Line ) [105.731,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [129.6781,410.5823] (Line ) [133.6692,406.5912] (Line ) [131.6737,406.5912] (Line ) [131.6737,400.6044] (Line ) [133.6692,400.6044] (Line ) [129.6781,396.6132] (Line ) [125.6869,400.6044] (Line ) [127.6825,400.6044] (Line ) [127.6825,406.5912] (Line ) [125.6869,406.5912] (Line ) [129.6781,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [129.6781,410.5823] (Line ) [133.6692,406.5912] (Line ) [131.6737,406.5912] (Line ) [131.6737,400.6044] (Line ) [133.6692,400.6044] (Line ) [129.6781,396.6132] (Line ) [125.6869,400.6044] (Line ) [127.6825,400.6044] (Line ) [127.6825,406.5912] (Line ) [125.6869,406.5912] (Line ) [129.6781,410.5823] (Line ) [129.6781,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [153.6252,410.5823] (Line ) [157.6163,406.5912] (Line ) [155.6207,406.5912] (Line ) [155.6207,400.6044] (Line ) [157.6163,400.6044] (Line ) [153.6252,396.6132] (Line ) [149.634,400.6044] (Line ) [151.6296,400.6044] (Line ) [151.6296,406.5912] (Line ) [149.634,406.5912] (Line ) [153.6252,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [153.6252,410.5823] (Line ) [157.6163,406.5912] (Line ) [155.6207,406.5912] (Line ) [155.6207,400.6044] (Line ) [157.6163,400.6044] (Line ) [153.6252,396.6132] (Line ) [149.634,400.6044] (Line ) [151.6296,400.6044] (Line ) [151.6296,406.5912] (Line ) [149.634,406.5912] (Line ) [153.6252,410.5823] (Line ) [153.6252,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [177.5722,410.5823] (Line ) [181.5634,406.5912] (Line ) [179.5678,406.5912] (Line ) [179.5678,400.6044] (Line ) [181.5634,400.6044] (Line ) [177.5722,396.6132] (Line ) [173.581,400.6044] (Line ) [175.5766,400.6044] (Line ) [175.5766,406.5912] (Line ) [173.581,406.5912] (Line ) [177.5722,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [177.5722,410.5823] (Line ) [181.5634,406.5912] (Line ) [179.5678,406.5912] (Line ) [179.5678,400.6044] (Line ) [181.5634,400.6044] (Line ) [177.5722,396.6132] (Line ) [173.581,400.6044] (Line ) [175.5766,400.6044] (Line ) [175.5766,406.5912] (Line ) [173.581,406.5912] (Line ) [177.5722,410.5823] (Line ) [177.5722,410.5823] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [124.1902,447.0018] (Line ) [136.1637,447.0018] (Line ) [136.1637,427.046] (Line ) [124.1902,427.046] (Line ) [124.1902,447.0018] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [124.1902,447.0018] (Line ) [136.1637,447.0018] (Line ) [136.1637,427.046] (Line ) [124.1902,427.046] (Line ) [124.1902,447.0018] (Line ) [124.1902,447.0018] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [130.177,428.5426] (Line ) [134.1682,424.5515] (Line ) [132.1726,424.5515] (Line ) [132.1726,418.5647] (Line ) [134.1682,418.5647] (Line ) [130.177,414.5735] (Line ) [126.1858,418.5647] (Line ) [128.1814,418.5647] (Line ) [128.1814,424.5515] (Line ) [126.1858,424.5515] (Line ) [130.177,428.5426] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [130.177,428.5426] (Line ) [134.1682,424.5515] (Line ) [132.1726,424.5515] (Line ) [132.1726,418.5647] (Line ) [134.1682,418.5647] (Line ) [130.177,414.5735] (Line ) [126.1858,418.5647] (Line ) [128.1814,418.5647] (Line ) [128.1814,424.5515] (Line ) [126.1858,424.5515] (Line ) [130.177,428.5426] (Line ) [130.177,428.5426] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [134.667,437.0239] (Line ) [138.6582,441.0151] (Line ) [138.6582,439.0195] (Line ) [144.645,439.0195] (Line ) [144.645,441.0151] (Line ) [148.6362,437.0239] (Line ) [144.645,433.0327] (Line ) [144.645,435.0283] (Line ) [138.6582,435.0283] (Line ) [138.6582,433.0327] (Line ) [134.667,437.0239] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [134.667,437.0239] (Line ) [138.6582,441.0151] (Line ) [138.6582,439.0195] (Line ) [144.645,439.0195] (Line ) [144.645,441.0151] (Line ) [148.6362,437.0239] (Line ) [144.645,433.0327] (Line ) [144.645,435.0283] (Line ) [138.6582,435.0283] (Line ) [138.6582,433.0327] (Line ) [134.667,437.0239] (Line ) [134.667,437.0239] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [8] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [152.1285,423.0548] (Line ) [148.1373,427.046] (Line ) [148.1373,447.0018] (Line ) [152.1285,450.993] (Line ) [152.1285,423.0548] (Line ) [168.0932,423.0548] (Line ) [168.0932,450.993] (Line ) [152.1285,450.993] (Line ) [152.1285,423.0548] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [9] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [152.1285,423.0548] (Line ) [148.1373,427.046] (Line ) [148.1373,447.0018] (Line ) [152.1285,450.993] (Line ) [152.1285,423.0548] (Line ) [168.0932,423.0548] (Line ) [168.0932,450.993] (Line ) [152.1285,450.993] (Line ) [152.1285,423.0548] (Line ) [152.1285,423.0548] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [207.5061,452.9886] (Line ) [319.259,452.9886] (Line ) [319.259,373.165] (Line ) [207.5061,373.165] (Line ) [207.5061,452.9886] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [207.5061,452.9886] (Line ) [319.259,452.9886] (Line ) [319.259,373.165] (Line ) [207.5061,373.165] (Line ) [207.5061,452.9886] (Line ) [207.5061,452.9886] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [219.4796,411.0812] (Line ) [219.4796,409.0856] (Line ) [211.4972,413.0768] (Line ) [219.4796,417.068] (Line ) [219.4796,415.0724] (Line ) [307.2855,415.0724] (Line ) [307.2855,417.068] (Line ) [315.268,413.0768] (Line ) [307.2855,409.0856] (Line ) [307.2855,411.0812] (Line ) [219.4796,411.0812] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [219.4796,411.0812] (Line ) [219.4796,409.0856] (Line ) [211.4972,413.0768] (Line ) [219.4796,417.068] (Line ) [219.4796,415.0724] (Line ) [307.2855,415.0724] (Line ) [307.2855,417.068] (Line ) [315.268,413.0768] (Line ) [307.2855,409.0856] (Line ) [307.2855,411.0812] (Line ) [219.4796,411.0812] (Line ) [219.4796,411.0812] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [215.4884,397.1121] (Line ) [235.4443,397.1121] (Line ) [235.4443,377.1562] (Line ) [215.4884,377.1562] (Line ) [215.4884,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [215.4884,397.1121] (Line ) [235.4443,397.1121] (Line ) [235.4443,377.1562] (Line ) [215.4884,377.1562] (Line ) [215.4884,397.1121] (Line ) [215.4884,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [239.4355,397.1121] (Line ) [259.3914,397.1121] (Line ) [259.3914,377.1562] (Line ) [239.4355,377.1562] (Line ) [239.4355,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [239.4355,397.1121] (Line ) [259.3914,397.1121] (Line ) [259.3914,377.1562] (Line ) [239.4355,377.1562] (Line ) [239.4355,397.1121] (Line ) [239.4355,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [263.3826,397.1121] (Line ) [283.3385,397.1121] (Line ) [283.3385,377.1562] (Line ) [263.3826,377.1562] (Line ) [263.3826,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [263.3826,397.1121] (Line ) [283.3385,397.1121] (Line ) [283.3385,377.1562] (Line ) [263.3826,377.1562] (Line ) [263.3826,397.1121] (Line ) [263.3826,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [287.3297,397.1121] (Line ) [307.2855,397.1121] (Line ) [307.2855,377.1562] (Line ) [287.3297,377.1562] (Line ) [287.3297,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [287.3297,397.1121] (Line ) [307.2855,397.1121] (Line ) [307.2855,377.1562] (Line ) [287.3297,377.1562] (Line ) [287.3297,397.1121] (Line ) [287.3297,397.1121] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [225.4664,410.5823] (Line ) [229.4575,406.5912] (Line ) [227.462,406.5912] (Line ) [227.462,400.6044] (Line ) [229.4575,400.6044] (Line ) [225.4664,396.6132] (Line ) [221.4752,400.6044] (Line ) [223.4708,400.6044] (Line ) [223.4708,406.5912] (Line ) [221.4752,406.5912] (Line ) [225.4664,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [225.4664,410.5823] (Line ) [229.4575,406.5912] (Line ) [227.462,406.5912] (Line ) [227.462,400.6044] (Line ) [229.4575,400.6044] (Line ) [225.4664,396.6132] (Line ) [221.4752,400.6044] (Line ) [223.4708,400.6044] (Line ) [223.4708,406.5912] (Line ) [221.4752,406.5912] (Line ) [225.4664,410.5823] (Line ) [225.4664,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [249.4134,410.5823] (Line ) [253.4046,406.5912] (Line ) [251.409,406.5912] (Line ) [251.409,400.6044] (Line ) [253.4046,400.6044] (Line ) [249.4134,396.6132] (Line ) [245.4223,400.6044] (Line ) [247.4179,400.6044] (Line ) [247.4179,406.5912] (Line ) [245.4223,406.5912] (Line ) [249.4134,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [249.4134,410.5823] (Line ) [253.4046,406.5912] (Line ) [251.409,406.5912] (Line ) [251.409,400.6044] (Line ) [253.4046,400.6044] (Line ) [249.4134,396.6132] (Line ) [245.4223,400.6044] (Line ) [247.4179,400.6044] (Line ) [247.4179,406.5912] (Line ) [245.4223,406.5912] (Line ) [249.4134,410.5823] (Line ) [249.4134,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [273.3605,410.5823] (Line ) [277.3517,406.5912] (Line ) [275.3561,406.5912] (Line ) [275.3561,400.6044] (Line ) [277.3517,400.6044] (Line ) [273.3605,396.6132] (Line ) [269.3692,400.6044] (Line ) [271.3649,400.6044] (Line ) [271.3649,406.5912] (Line ) [269.3692,406.5912] (Line ) [273.3605,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [273.3605,410.5823] (Line ) [277.3517,406.5912] (Line ) [275.3561,406.5912] (Line ) [275.3561,400.6044] (Line ) [277.3517,400.6044] (Line ) [273.3605,396.6132] (Line ) [269.3692,400.6044] (Line ) [271.3649,400.6044] (Line ) [271.3649,406.5912] (Line ) [269.3692,406.5912] (Line ) [273.3605,410.5823] (Line ) [273.3605,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [297.3076,410.5823] (Line ) [301.2988,406.5912] (Line ) [299.3032,406.5912] (Line ) [299.3032,400.6044] (Line ) [301.2988,400.6044] (Line ) [297.3076,396.6132] (Line ) [293.3164,400.6044] (Line ) [295.312,400.6044] (Line ) [295.312,406.5912] (Line ) [293.3164,406.5912] (Line ) [297.3076,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [297.3076,410.5823] (Line ) [301.2988,406.5912] (Line ) [299.3032,406.5912] (Line ) [299.3032,400.6044] (Line ) [301.2988,400.6044] (Line ) [297.3076,396.6132] (Line ) [293.3164,400.6044] (Line ) [295.312,400.6044] (Line ) [295.312,406.5912] (Line ) [293.3164,406.5912] (Line ) [297.3076,410.5823] (Line ) [297.3076,410.5823] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [243.9256,447.0018] (Line ) [255.8991,447.0018] (Line ) [255.8991,427.046] (Line ) [243.9256,427.046] (Line ) [243.9256,447.0018] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [243.9256,447.0018] (Line ) [255.8991,447.0018] (Line ) [255.8991,427.046] (Line ) [243.9256,427.046] (Line ) [243.9256,447.0018] (Line ) [243.9256,447.0018] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [249.9124,428.5426] (Line ) [253.9035,424.5515] (Line ) [251.9079,424.5515] (Line ) [251.9079,418.5647] (Line ) [253.9035,418.5647] (Line ) [249.9124,414.5735] (Line ) [245.9212,418.5647] (Line ) [247.9167,418.5647] (Line ) [247.9167,424.5515] (Line ) [245.9212,424.5515] (Line ) [249.9124,428.5426] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [249.9124,428.5426] (Line ) [253.9035,424.5515] (Line ) [251.9079,424.5515] (Line ) [251.9079,418.5647] (Line ) [253.9035,418.5647] (Line ) [249.9124,414.5735] (Line ) [245.9212,418.5647] (Line ) [247.9167,418.5647] (Line ) [247.9167,424.5515] (Line ) [245.9212,424.5515] (Line ) [249.9124,428.5426] (Line ) [249.9124,428.5426] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [254.4024,437.0239] (Line ) [258.3936,441.0151] (Line ) [258.3936,439.0195] (Line ) [264.3804,439.0195] (Line ) [264.3804,441.0151] (Line ) [268.3716,437.0239] (Line ) [264.3804,433.0327] (Line ) [264.3804,435.0283] (Line ) [258.3936,435.0283] (Line ) [258.3936,433.0327] (Line ) [254.4024,437.0239] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [254.4024,437.0239] (Line ) [258.3936,441.0151] (Line ) [258.3936,439.0195] (Line ) [264.3804,439.0195] (Line ) [264.3804,441.0151] (Line ) [268.3716,437.0239] (Line ) [264.3804,433.0327] (Line ) [264.3804,435.0283] (Line ) [258.3936,435.0283] (Line ) [258.3936,433.0327] (Line ) [254.4024,437.0239] (Line ) [254.4024,437.0239] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [8] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [271.8638,423.0548] (Line ) [267.8726,427.046] (Line ) [267.8726,447.0018] (Line ) [271.8638,450.993] (Line ) [271.8638,423.0548] (Line ) [287.8285,423.0548] (Line ) [287.8285,450.993] (Line ) [271.8638,450.993] (Line ) [271.8638,423.0548] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [9] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [271.8638,423.0548] (Line ) [267.8726,427.046] (Line ) [267.8726,447.0018] (Line ) [271.8638,450.993] (Line ) [271.8638,423.0548] (Line ) [287.8285,423.0548] (Line ) [287.8285,450.993] (Line ) [271.8638,450.993] (Line ) [271.8638,423.0548] (Line ) [271.8638,423.0548] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [327.2414,452.9886] (Line ) [438.9944,452.9886] (Line ) [438.9944,373.165] (Line ) [327.2414,373.165] (Line ) [327.2414,452.9886] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [327.2414,452.9886] (Line ) [438.9944,452.9886] (Line ) [438.9944,373.165] (Line ) [327.2414,373.165] (Line ) [327.2414,452.9886] (Line ) [327.2414,452.9886] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [339.215,411.0812] (Line ) [339.215,409.0856] (Line ) [331.2326,413.0768] (Line ) [339.215,417.068] (Line ) [339.215,415.0724] (Line ) [427.0209,415.0724] (Line ) [427.0209,417.068] (Line ) [435.0033,413.0768] (Line ) [427.0209,409.0856] (Line ) [427.0209,411.0812] (Line ) [339.215,411.0812] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [339.215,411.0812] (Line ) [339.215,409.0856] (Line ) [331.2326,413.0768] (Line ) [339.215,417.068] (Line ) [339.215,415.0724] (Line ) [427.0209,415.0724] (Line ) [427.0209,417.068] (Line ) [435.0033,413.0768] (Line ) [427.0209,409.0856] (Line ) [427.0209,411.0812] (Line ) [339.215,411.0812] (Line ) [339.215,411.0812] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.2237,397.1121] (Line ) [355.1797,397.1121] (Line ) [355.1797,377.1562] (Line ) [335.2237,377.1562] (Line ) [335.2237,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [335.2237,397.1121] (Line ) [355.1797,397.1121] (Line ) [355.1797,377.1562] (Line ) [335.2237,377.1562] (Line ) [335.2237,397.1121] (Line ) [335.2237,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [359.1709,397.1121] (Line ) [379.1268,397.1121] (Line ) [379.1268,377.1562] (Line ) [359.1709,377.1562] (Line ) [359.1709,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [359.1709,397.1121] (Line ) [379.1268,397.1121] (Line ) [379.1268,377.1562] (Line ) [359.1709,377.1562] (Line ) [359.1709,397.1121] (Line ) [359.1709,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [383.1179,397.1121] (Line ) [403.0739,397.1121] (Line ) [403.0739,377.1562] (Line ) [383.1179,377.1562] (Line ) [383.1179,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [383.1179,397.1121] (Line ) [403.0739,397.1121] (Line ) [403.0739,377.1562] (Line ) [383.1179,377.1562] (Line ) [383.1179,397.1121] (Line ) [383.1179,397.1121] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [407.065,397.1121] (Line ) [427.0209,397.1121] (Line ) [427.0209,377.1562] (Line ) [407.065,377.1562] (Line ) [407.065,397.1121] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [407.065,397.1121] (Line ) [427.0209,397.1121] (Line ) [427.0209,377.1562] (Line ) [407.065,377.1562] (Line ) [407.065,397.1121] (Line ) [407.065,397.1121] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [345.2017,410.5823] (Line ) [349.1929,406.5912] (Line ) [347.1973,406.5912] (Line ) [347.1973,400.6044] (Line ) [349.1929,400.6044] (Line ) [345.2017,396.6132] (Line ) [341.2106,400.6044] (Line ) [343.206,400.6044] (Line ) [343.206,406.5912] (Line ) [341.2106,406.5912] (Line ) [345.2017,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [345.2017,410.5823] (Line ) [349.1929,406.5912] (Line ) [347.1973,406.5912] (Line ) [347.1973,400.6044] (Line ) [349.1929,400.6044] (Line ) [345.2017,396.6132] (Line ) [341.2106,400.6044] (Line ) [343.206,400.6044] (Line ) [343.206,406.5912] (Line ) [341.2106,406.5912] (Line ) [345.2017,410.5823] (Line ) [345.2017,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.1488,410.5823] (Line ) [373.14,406.5912] (Line ) [371.1444,406.5912] (Line ) [371.1444,400.6044] (Line ) [373.14,400.6044] (Line ) [369.1488,396.6132] (Line ) [365.1576,400.6044] (Line ) [367.1532,400.6044] (Line ) [367.1532,406.5912] (Line ) [365.1576,406.5912] (Line ) [369.1488,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [369.1488,410.5823] (Line ) [373.14,406.5912] (Line ) [371.1444,406.5912] (Line ) [371.1444,400.6044] (Line ) [373.14,400.6044] (Line ) [369.1488,396.6132] (Line ) [365.1576,400.6044] (Line ) [367.1532,400.6044] (Line ) [367.1532,406.5912] (Line ) [365.1576,406.5912] (Line ) [369.1488,410.5823] (Line ) [369.1488,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [393.0959,410.5823] (Line ) [397.087,406.5912] (Line ) [395.0914,406.5912] (Line ) [395.0914,400.6044] (Line ) [397.087,400.6044] (Line ) [393.0959,396.6132] (Line ) [389.1047,400.6044] (Line ) [391.1003,400.6044] (Line ) [391.1003,406.5912] (Line ) [389.1047,406.5912] (Line ) [393.0959,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [393.0959,410.5823] (Line ) [397.087,406.5912] (Line ) [395.0914,406.5912] (Line ) [395.0914,400.6044] (Line ) [397.087,400.6044] (Line ) [393.0959,396.6132] (Line ) [389.1047,400.6044] (Line ) [391.1003,400.6044] (Line ) [391.1003,406.5912] (Line ) [389.1047,406.5912] (Line ) [393.0959,410.5823] (Line ) [393.0959,410.5823] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [417.043,410.5823] (Line ) [421.0341,406.5912] (Line ) [419.0386,406.5912] (Line ) [419.0386,400.6044] (Line ) [421.0341,400.6044] (Line ) [417.043,396.6132] (Line ) [413.0518,400.6044] (Line ) [415.0474,400.6044] (Line ) [415.0474,406.5912] (Line ) [413.0518,406.5912] (Line ) [417.043,410.5823] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [417.043,410.5823] (Line ) [421.0341,406.5912] (Line ) [419.0386,406.5912] (Line ) [419.0386,400.6044] (Line ) [421.0341,400.6044] (Line ) [417.043,396.6132] (Line ) [413.0518,400.6044] (Line ) [415.0474,400.6044] (Line ) [415.0474,406.5912] (Line ) [413.0518,406.5912] (Line ) [417.043,410.5823] (Line ) [417.043,410.5823] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [363.661,447.0018] (Line ) [375.6345,447.0018] (Line ) [375.6345,427.046] (Line ) [363.661,427.046] (Line ) [363.661,447.0018] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [363.661,447.0018] (Line ) [375.6345,447.0018] (Line ) [375.6345,427.046] (Line ) [363.661,427.046] (Line ) [363.661,447.0018] (Line ) [363.661,447.0018] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.6477,428.5426] (Line ) [373.6389,424.5515] (Line ) [371.6433,424.5515] (Line ) [371.6433,418.5647] (Line ) [373.6389,418.5647] (Line ) [369.6477,414.5735] (Line ) [365.6565,418.5647] (Line ) [367.6521,418.5647] (Line ) [367.6521,424.5515] (Line ) [365.6565,424.5515] (Line ) [369.6477,428.5426] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [369.6477,428.5426] (Line ) [373.6389,424.5515] (Line ) [371.6433,424.5515] (Line ) [371.6433,418.5647] (Line ) [373.6389,418.5647] (Line ) [369.6477,414.5735] (Line ) [365.6565,418.5647] (Line ) [367.6521,418.5647] (Line ) [367.6521,424.5515] (Line ) [365.6565,424.5515] (Line ) [369.6477,428.5426] (Line ) [369.6477,428.5426] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [374.1378,437.0239] (Line ) [378.129,441.0151] (Line ) [378.129,439.0195] (Line ) [384.1157,439.0195] (Line ) [384.1157,441.0151] (Line ) [388.107,437.0239] (Line ) [384.1157,433.0327] (Line ) [384.1157,435.0283] (Line ) [378.129,435.0283] (Line ) [378.129,433.0327] (Line ) [374.1378,437.0239] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [374.1378,437.0239] (Line ) [378.129,441.0151] (Line ) [378.129,439.0195] (Line ) [384.1157,439.0195] (Line ) [384.1157,441.0151] (Line ) [388.107,437.0239] (Line ) [384.1157,433.0327] (Line ) [384.1157,435.0283] (Line ) [378.129,435.0283] (Line ) [378.129,433.0327] (Line ) [374.1378,437.0239] (Line ) [374.1378,437.0239] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [8] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [391.5992,423.0548] (Line ) [387.608,427.046] (Line ) [387.608,447.0018] (Line ) [391.5992,450.993] (Line ) [391.5992,423.0548] (Line ) [407.5639,423.0548] (Line ) [407.5639,450.993] (Line ) [391.5992,450.993] (Line ) [391.5992,423.0548] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [9] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [391.5992,423.0548] (Line ) [387.608,427.046] (Line ) [387.608,447.0018] (Line ) [391.5992,450.993] (Line ) [391.5992,423.0548] (Line ) [407.5639,423.0548] (Line ) [407.5639,450.993] (Line ) [391.5992,450.993] (Line ) [391.5992,423.0548] (Line ) [391.5992,423.0548] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [8] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [456.4558,443.5096] (Line ) [460.447,447.5007] (Line ) [480.403,447.5007] (Line ) [484.3941,443.5096] (Line ) [456.4558,443.5096] (Line ) [456.4558,379.6507] (Line ) [484.3941,379.6507] (Line ) [484.3941,443.5096] (Line ) [456.4558,443.5096] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [9] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [456.4558,443.5096] (Line ) [460.447,447.5007] (Line ) [480.403,447.5007] (Line ) [484.3941,443.5096] (Line ) [456.4558,443.5096] (Line ) [456.4558,379.6507] (Line ) [484.3941,379.6507] (Line ) [484.3941,443.5096] (Line ) [456.4558,443.5096] (Line ) [456.4558,443.5096] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [376.3828,297.5821] (Line ) [373.6389,297.5821] (Line ) [377.63,293.5909] (Line ) [381.6212,297.5821] (Line ) [378.8773,297.5821] (Line ) [378.8773,304.0677] (Line ) [381.6212,304.0677] (Line ) [377.63,308.0589] (Line ) [373.6389,304.0677] (Line ) [376.3828,304.0677] (Line ) [376.3828,297.5821] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [376.3828,297.5821] (Line ) [373.6389,297.5821] (Line ) [377.63,293.5909] (Line ) [381.6212,297.5821] (Line ) [378.8773,297.5821] (Line ) [378.8773,304.0677] (Line ) [381.6212,304.0677] (Line ) [377.63,308.0589] (Line ) [373.6389,304.0677] (Line ) [376.3828,304.0677] (Line ) [376.3828,297.5821] (Line ) [376.3828,297.5821] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.4004,451.7414] (Line ) [365.6565,451.7414] (Line ) [369.6477,447.7502] (Line ) [373.6389,451.7414] (Line ) [370.895,451.7414] (Line ) [370.895,458.227] (Line ) [373.6389,458.227] (Line ) [369.6477,462.2182] (Line ) [365.6565,458.227] (Line ) [368.4004,458.227] (Line ) [368.4004,451.7414] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [368.4004,451.7414] (Line ) [365.6565,451.7414] (Line ) [369.6477,447.7502] (Line ) [373.6389,451.7414] (Line ) [370.895,451.7414] (Line ) [370.895,458.227] (Line ) [373.6389,458.227] (Line ) [369.6477,462.2182] (Line ) [365.6565,458.227] (Line ) [368.4004,458.227] (Line ) [368.4004,451.7414] (Line ) [368.4004,451.7414] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [248.1662,451.7414] (Line ) [245.4223,451.7414] (Line ) [249.4134,447.7502] (Line ) [253.4046,451.7414] (Line ) [250.6607,451.7414] (Line ) [250.6607,458.227] (Line ) [253.4046,458.227] (Line ) [249.4134,462.2182] (Line ) [245.4223,458.227] (Line ) [248.1662,458.227] (Line ) [248.1662,451.7414] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [248.1662,451.7414] (Line ) [245.4223,451.7414] (Line ) [249.4134,447.7502] (Line ) [253.4046,451.7414] (Line ) [250.6607,451.7414] (Line ) [250.6607,458.227] (Line ) [253.4046,458.227] (Line ) [249.4134,462.2182] (Line ) [245.4223,458.227] (Line ) [248.1662,458.227] (Line ) [248.1662,451.7414] (Line ) [248.1662,451.7414] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [128.4308,451.7414] (Line ) [125.6869,451.7414] (Line ) [129.6781,447.7502] (Line ) [133.6692,451.7414] (Line ) [130.9253,451.7414] (Line ) [130.9253,458.227] (Line ) [133.6692,458.227] (Line ) [129.6781,462.2182] (Line ) [125.6869,458.227] (Line ) [128.4308,458.227] (Line ) [128.4308,451.7414] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [128.4308,451.7414] (Line ) [125.6869,451.7414] (Line ) [129.6781,447.7502] (Line ) [133.6692,451.7414] (Line ) [130.9253,451.7414] (Line ) [130.9253,458.227] (Line ) [133.6692,458.227] (Line ) [129.6781,462.2182] (Line ) [125.6869,458.227] (Line ) [128.4308,458.227] (Line ) [128.4308,451.7414] (Line ) [128.4308,451.7414] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [89.7663,464.9622] (Line ) [97.74872,468.9533] (Line ) [97.74872,466.9577] (Line ) [496.8665,466.9577] (Line ) [496.8665,468.9533] (Line ) [504.8489,464.9622] (Line ) [496.8665,460.971] (Line ) [496.8665,462.9666] (Line ) [97.74872,462.9666] (Line ) [97.74872,460.971] (Line ) [89.7663,464.9622] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [89.7663,464.9622] (Line ) [97.74872,468.9533] (Line ) [97.74872,466.9577] (Line ) [496.8665,466.9577] (Line ) [496.8665,468.9533] (Line ) [504.8489,464.9622] (Line ) [496.8665,460.971] (Line ) [496.8665,462.9666] (Line ) [97.74872,462.9666] (Line ) [97.74872,460.971] (Line ) [89.7663,464.9622] (Line ) [89.7663,464.9622] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [469.4272,462.4676] (Line ) [473.4183,458.4765] (Line ) [471.4227,458.4765] (Line ) [471.4227,452.4897] (Line ) [473.4183,452.4897] (Line ) [469.4272,448.4985] (Line ) [465.436,452.4897] (Line ) [467.4316,452.4897] (Line ) [467.4316,458.4765] (Line ) [465.436,458.4765] (Line ) [469.4272,462.4676] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [469.4272,462.4676] (Line ) [473.4183,458.4765] (Line ) [471.4227,458.4765] (Line ) [471.4227,452.4897] (Line ) [473.4183,452.4897] (Line ) [469.4272,448.4985] (Line ) [465.436,452.4897] (Line ) [467.4316,452.4897] (Line ) [467.4316,458.4765] (Line ) [465.436,458.4765] (Line ) [469.4272,462.4676] (Line ) [469.4272,462.4676] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [288.5769,297.5821] (Line ) [285.833,297.5821] (Line ) [289.8241,293.5909] (Line ) [293.8153,297.5821] (Line ) [291.0714,297.5821] (Line ) [291.0714,304.0677] (Line ) [293.8153,304.0677] (Line ) [289.8241,308.0589] (Line ) [285.833,304.0677] (Line ) [288.5769,304.0677] (Line ) [288.5769,297.5821] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [288.5769,297.5821] (Line ) [285.833,297.5821] (Line ) [289.8241,293.5909] (Line ) [293.8153,297.5821] (Line ) [291.0714,297.5821] (Line ) [291.0714,304.0677] (Line ) [293.8153,304.0677] (Line ) [289.8241,308.0589] (Line ) [285.833,304.0677] (Line ) [288.5769,304.0677] (Line ) [288.5769,297.5821] (Line ) [288.5769,297.5821] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [163.6031,301.3238] (Line ) [239.4355,301.3238] (Line ) [239.4355,229.4826] (Line ) [163.6031,229.4826] (Line ) [163.6031,301.3238] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [163.6031,301.3238] (Line ) [239.4355,301.3238] (Line ) [239.4355,229.4826] (Line ) [163.6031,229.4826] (Line ) [163.6031,301.3238] (Line ) [163.6031,301.3238] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [200.7709,297.5821] (Line ) [198.027,297.5821] (Line ) [202.0182,293.5909] (Line ) [206.0094,297.5821] (Line ) [203.2654,297.5821] (Line ) [203.2654,304.0677] (Line ) [206.0094,304.0677] (Line ) [202.0182,308.0589] (Line ) [198.027,304.0677] (Line ) [200.7709,304.0677] (Line ) [200.7709,297.5821] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [200.7709,297.5821] (Line ) [198.027,297.5821] (Line ) [202.0182,293.5909] (Line ) [206.0094,297.5821] (Line ) [203.2654,297.5821] (Line ) [203.2654,304.0677] (Line ) [206.0094,304.0677] (Line ) [202.0182,308.0589] (Line ) [198.027,304.0677] (Line ) [200.7709,304.0677] (Line ) [200.7709,297.5821] (Line ) [200.7709,297.5821] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [201.5193,272.3877] (Line ) [205.5105,268.3966] (Line ) [203.5149,268.3966] (Line ) [203.5149,262.4098] (Line ) [205.5105,262.4098] (Line ) [201.5193,258.4187] (Line ) [197.5281,262.4098] (Line ) [199.5237,262.4098] (Line ) [199.5237,268.3966] (Line ) [197.5281,268.3966] (Line ) [201.5193,272.3877] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [201.5193,272.3877] (Line ) [205.5105,268.3966] (Line ) [203.5149,268.3966] (Line ) [203.5149,262.4098] (Line ) [205.5105,262.4098] (Line ) [201.5193,258.4187] (Line ) [197.5281,262.4098] (Line ) [199.5237,262.4098] (Line ) [199.5237,268.3966] (Line ) [197.5281,268.3966] (Line ) [201.5193,272.3877] (Line ) [201.5193,272.3877] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [171.5854,293.3415] (Line ) [231.4531,293.3415] (Line ) [231.4531,273.3856] (Line ) [171.5854,273.3856] (Line ) [171.5854,293.3415] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [171.5854,293.3415] (Line ) [231.4531,293.3415] (Line ) [231.4531,273.3856] (Line ) [171.5854,273.3856] (Line ) [171.5854,293.3415] (Line ) [171.5854,293.3415] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [171.5854,257.4208] (Line ) [231.4531,257.4208] (Line ) [231.4531,237.465] (Line ) [171.5854,237.465] (Line ) [171.5854,257.4208] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [171.5854,257.4208] (Line ) [231.4531,257.4208] (Line ) [231.4531,237.465] (Line ) [171.5854,237.465] (Line ) [171.5854,257.4208] (Line ) [171.5854,257.4208] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [75.79718,301.3238] (Line ) [151.6296,301.3238] (Line ) [151.6296,229.4826] (Line ) [75.79718,229.4826] (Line ) [75.79718,301.3238] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [75.79718,301.3238] (Line ) [151.6296,301.3238] (Line ) [151.6296,229.4826] (Line ) [75.79718,229.4826] (Line ) [75.79718,301.3238] (Line ) [75.79718,301.3238] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [112.965,297.5821] (Line ) [110.2211,297.5821] (Line ) [114.2123,293.5909] (Line ) [118.2034,297.5821] (Line ) [115.4595,297.5821] (Line ) [115.4595,304.0677] (Line ) [118.2034,304.0677] (Line ) [114.2123,308.0589] (Line ) [110.2211,304.0677] (Line ) [112.965,304.0677] (Line ) [112.965,297.5821] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [112.965,297.5821] (Line ) [110.2211,297.5821] (Line ) [114.2123,293.5909] (Line ) [118.2034,297.5821] (Line ) [115.4595,297.5821] (Line ) [115.4595,304.0677] (Line ) [118.2034,304.0677] (Line ) [114.2123,308.0589] (Line ) [110.2211,304.0677] (Line ) [112.965,304.0677] (Line ) [112.965,297.5821] (Line ) [112.965,297.5821] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [113.7134,272.3877] (Line ) [117.7045,268.3966] (Line ) [115.709,268.3966] (Line ) [115.709,262.4098] (Line ) [117.7045,262.4098] (Line ) [113.7134,258.4187] (Line ) [109.7222,262.4098] (Line ) [111.7178,262.4098] (Line ) [111.7178,268.3966] (Line ) [109.7222,268.3966] (Line ) [113.7134,272.3877] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [113.7134,272.3877] (Line ) [117.7045,268.3966] (Line ) [115.709,268.3966] (Line ) [115.709,262.4098] (Line ) [117.7045,262.4098] (Line ) [113.7134,258.4187] (Line ) [109.7222,262.4098] (Line ) [111.7178,262.4098] (Line ) [111.7178,268.3966] (Line ) [109.7222,268.3966] (Line ) [113.7134,272.3877] (Line ) [113.7134,272.3877] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [83.77948,293.3415] (Line ) [143.6472,293.3415] (Line ) [143.6472,273.3856] (Line ) [83.77948,273.3856] (Line ) [83.77948,293.3415] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [83.77948,293.3415] (Line ) [143.6472,293.3415] (Line ) [143.6472,273.3856] (Line ) [83.77948,273.3856] (Line ) [83.77948,293.3415] (Line ) [83.77948,293.3415] fwd: T Outline fillColor: [0 1.0 1.0 1.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [83.77948,257.4208] (Line ) [143.6472,257.4208] (Line ) [143.6472,237.465] (Line ) [83.77948,237.465] (Line ) [83.77948,257.4208] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [83.77948,257.4208] (Line ) [143.6472,257.4208] (Line ) [143.6472,237.465] (Line ) [83.77948,237.465] (Line ) [83.77948,257.4208] (Line ) [83.77948,257.4208] fwd: T Outline fillColor: [0 0.471 0.471 0.471] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [464.1887,297.5821] (Line ) [461.4448,297.5821] (Line ) [465.436,293.5909] (Line ) [469.4272,297.5821] (Line ) [466.6832,297.5821] (Line ) [466.6832,304.0677] (Line ) [469.4272,304.0677] (Line ) [465.436,308.0589] (Line ) [461.4448,304.0677] (Line ) [464.1887,304.0677] (Line ) [464.1887,297.5821] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 0.9977947 c: T [0 0.0 0.0 0.0] d: T F [464.1887,297.5821] (Line ) [461.4448,297.5821] (Line ) [465.436,293.5909] (Line ) [469.4272,297.5821] (Line ) [466.6832,297.5821] (Line ) [466.6832,304.0677] (Line ) [469.4272,304.0677] (Line ) [465.436,308.0589] (Line ) [461.4448,304.0677] (Line ) [464.1887,304.0677] (Line ) [464.1887,297.5821] (Line ) [464.1887,297.5821] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [95.75311,377.1562] (Bezier [91.42932,367.5109] [87.1055,357.8655] ) [83.77948,345.2268] (Bezier [80.45361,332.588] [78.1254,316.9559] ) [75.79718,301.3238] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [71.806,305.315] (Line ) [75.79718,301.3238] (Line ) [79.78839,305.315] fwd: T Outline fillColor: [0 0.0 0.0 0.0] ow: F fillText: T 0 Trajectories: [1] Traj (fence) [10] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [199.5237,237.465] (Line ) [195.5325,233.4738] (Line ) [199.5237,233.4738] (Line ) [199.5237,193.562] (Line ) [195.5325,193.562] (Line ) [199.5237,189.5708] (Line ) [203.5149,193.562] (Line ) [199.5237,193.562] (Line ) [199.5237,233.4738] (Line ) [203.5149,233.4738] (Line ) [199.5237,237.465] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [11] arrows: 0 j: round e: T round w: 1.496692 c: T [0 0.0 0.0 0.0] d: T F [199.5237,237.465] (Line ) [195.5325,233.4738] (Line ) [199.5237,233.4738] (Line ) [199.5237,193.562] (Line ) [195.5325,193.562] (Line ) [199.5237,189.5708] (Line ) [203.5149,193.562] (Line ) [199.5237,193.562] (Line ) [199.5237,233.4738] (Line ) [203.5149,233.4738] (Line ) [199.5237,237.465] (Line ) [199.5237,237.465] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.496692 c: T [0 0.0 0.0 0.0] d: T F [283.3385,237.465] (Line ) [283.3385,217.509] (Line ) [279.3473,221.5003] (Line ) [283.3385,217.509] (Line ) [287.3297,221.5003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.496692 c: T [0 0.0 0.0 0.0] d: T F [287.3297,237.465] (Line ) [287.3297,217.509] (Line ) [283.3385,221.5003] (Line ) [287.3297,217.509] (Line ) [291.3208,221.5003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.496692 c: T [0 0.0 0.0 0.0] d: T F [291.3208,237.465] (Line ) [291.3208,217.509] (Line ) [287.3297,221.5003] (Line ) [291.3208,217.509] (Line ) [295.312,221.5003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.496692 c: T [0 0.0 0.0 0.0] d: T F [375.1356,237.465] (Line ) [375.1356,217.509] (Line ) [371.1444,221.5003] (Line ) [375.1356,217.509] (Line ) [379.1268,221.5003] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [8] arrows: 0 j: round e: T round w: 1.496692 c: T [0 0.0 0.0 0.0] d: T F [458.9503,233.4738] (Line ) [462.9415,237.465] (Line ) [462.9415,213.5179] (Line ) [458.9503,217.509] (Line ) [462.9415,213.5179] (Line ) [466.9327,217.509] (Line ) [462.9415,213.5179] (Line ) [462.9415,237.465] (Line ) [466.9327,233.4738] fwd: T Text T "Small Cache" xerox/pressfonts/helvetica [7.0 0.0 92.6597 0.0 7.0 282.8077][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "PROCESSOR" xerox/pressfonts/helvetica [7.0 0.0 92.30298 0.0 7.0 244.0126][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "DISPLAY" xerox/pressfonts/helvetica [7.0 0.0 275.0114 0.0 7.0 261.7175][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "PRINTER" xerox/pressfonts/helvetica [7.0 0.0 361.191 0.0 7.0 261.0126][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "LAN" xerox/pressfonts/helvetica [7.0 0.0 457.968 0.0 7.0 260.9355][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "I/O Bridge" xerox/pressfonts/helvetica [7.0 0.0 182.5766 0.0 7.0 244.9708][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "Industry Standard Bus" xerox/pressfonts/helvetica [7.0 0.0 204.5121 0.0 7.0 198.2175][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "(32KB)" xerox/pressfonts/helvetica [7.0 0.0 102.3403 0.0 7.0 276.5126][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "(GB)" xerox/pressfonts/helvetica [7.0 0.0 463.4487 0.0 7.0 409.5126][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [339.215,377.1562] (Bezier [340.2982,361.7331] [341.3814,346.31] ) [347.1973,333.2532] (Bezier [352.5285,321.2845] [361.8364,311.3042] ) [371.1444,301.3238] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [383.1179,377.1562] (Bezier [391.587,363.0631] [400.0562,348.9701] ) [411.0561,337.2444] (Bezier [424.5004,322.9132] [441.7253,312.1185] ) [458.9503,301.3238] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [179.5678,377.1562] (Bezier [179.2087,363.6728] [178.8497,350.1893] ) [179.5678,337.2444] (Bezier [180.2501,324.9468] [181.9046,313.1354] ) [183.559,301.3238] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [251.409,377.1562] (Bezier [249.876,361.7554] [248.3428,346.3545] ) [251.409,333.2532] (Bezier [254.1965,321.3431] [260.7852,311.3334] ) [267.3738,301.3238] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [179.5678,305.315] (Line ) [183.559,301.3238] (Line ) [187.5502,305.315] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [259.3914,305.315] (Line ) [267.3738,301.3238] (Line ) [267.3738,305.315] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [363.162,305.315] (Line ) [371.1444,301.3238] (Line ) [371.1444,309.3062] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [450.968,305.315] (Line ) [458.9503,301.3238] (Line ) [458.9503,305.315] fwd: T Text T "(MB)" Xerox/PressFonts/Helvetica [8.219172 0.0 151.6296 0.0 8.219172 432.7959][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "(MB)" Xerox/PressFonts/Helvetica [8.219172 0.0 271.3649 0.0 8.219172 432.7959][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "(MB)" Xerox/PressFonts/Helvetica [8.219172 0.0 391.1003 0.0 8.219172 432.7959][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "Memory" xerox/pressfonts/helvetica [7.0 0.0 457.968 0.0 7.0 361.2061][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "Large" xerox/pressfonts/helvetica [7.0 0.0 93.0 0.0 7.0 440.5][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "Cache" xerox/pressfonts/helvetica [7.0 0.0 91.7619 0.0 7.0 434.0474][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [91.7619,433.0327] (Line ) [123.6913,433.0327] (Line ) [119.7001,437.0239] (Line ) [123.6913,433.0327] (Line ) [119.7001,429.0415] fwd: T Text T "Large" xerox/pressfonts/helvetica [7.0 0.0 212.0929 0.0 7.0 440.5126][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "Cache" xerox/pressfonts/helvetica [7.0 0.0 211.4972 0.0 7.0 434.0474][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [211.4972,433.0327] (Line ) [243.4267,433.0327] (Line ) [239.4355,437.0239] (Line ) [243.4267,433.0327] (Line ) [239.4355,429.0415] fwd: T Text T "Cache" xerox/pressfonts/helvetica [7.0 0.0 331.2326 0.0 7.0 434.0474][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.4988973 c: T [0 0.0 0.0 0.0] d: T F [331.2326,433.0327] (Line ) [363.162,433.0327] (Line ) [359.1709,437.0239] (Line ) [363.162,433.0327] (Line ) [359.1709,429.0415] fwd: T Text T "DynaBus" xerox/pressfonts/helvetica [10.0 0.0 106.954 0.0 10.0 470.0126][] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus" Xerox/PressFonts/Helvetica [7.0 0.0 92.22742 0.0 7.0 419.0][] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus" Xerox/PressFonts/Helvetica [7.0 0.0 214.2274 0.0 7.0 420.0][] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus" Xerox/PressFonts/Helvetica [7.0 0.0 332.2274 0.0 7.0 419.0][] F 1.0 props: ( F ) ls: 1.2 Text T "Cluster" xerox/pressfonts/helvetica [7.0 0.0 132.9089 0.0 7.0 349.0126][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.4988973 c: T [1 1.0] d: T F [200.0,366.0] (Line ) [200.0,361.5] (Line ) [89.0,361.5] (Line ) [89.0,365.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.4988973 c: T [1 1.0] d: T F [144.5,361.5] (Line ) [144.5,357.0] fwd: T Text T "Cluster" xerox/pressfonts/helvetica [7.0 0.0 252.9089 0.0 7.0 349.5126][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.4988973 c: T [1 1.0] d: T F [319.5,366.5] (Line ) [319.5,362.0] (Line ) [208.5,362.0] (Line ) [208.5,366.0] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [264.0,362.0] (Line ) [264.0,357.5] fwd: T Text T "Cluster" xerox/pressfonts/helvetica [7.0 0.0 370.9089 0.0 7.0 349.0126][] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.4988973 c: T [1 1.0] d: T F [438.0,366.0] (Line ) [438.0,361.5] (Line ) [327.0,361.5] (Line ) [327.0,365.5] fwd: T Outline fillColor: [] ow: T fillText: T 0 Trajectories: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.4988973 c: T [1 1.0] d: T F [382.5,361.5] (Line ) [382.5,357.0] fwd: T Text T "Large" xerox/pressfonts/helvetica [7.0 0.0 331.0929 0.0 7.0 440.0126][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "Small Cache" xerox/pressfonts/helvetica [7.0 0.0 181.1597 0.0 7.0 283.0126][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 Text T "(32KB)" xerox/pressfonts/helvetica [7.0 0.0 190.8403 0.0 7.0 276.7175][0 0.0 0.0 0.0] F 1.0 props: ( F ) ls: 1.2 106.4459 mm bigger topLeading 106.4459 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoff:0.0 mm xmin 0.0 mm ymin 153.7375 mm xmax 103.6237 mm ymax  InterpressInterpress/Xerox/3.0 fjkj=xjkXeroxResearch RGBLinearP0{im.ɏP0{iP0xjkxjP0{im.ɏP0{iP0k/.);/.)/xjkxj/.);/.)/k{;]{iVӎ.ɏ{;]{i{;]xjkxj{;]{iVӎ.ɏ{;]{i{;]k`KG.)zpM`KG.)`KGxjkxj`KG.)zpM`KG.)`KGk{i%.ɏ{ixjkxj{i%.ɏ{ikN.)YN.)NxjkxjN.)YN.)Nk5WHea5W5xjkxj5WHea5W5kwww+kN/% 9>k9>xjkxj9>kN/% 9>k9>kvQskGA/% vQskvQsxjkxjvQskGA/% vQskvQskf#[kj/% f#[kf#[xjkxjf#[kj/% f#[kf#[kwwwѝ~OTA^cg[TA^ѝ9jWaeg[/Waeѝ~Oѝxjkxjѝ~OTA^cg[TA^ѝ9jWaeg[/Waeѝ~OѝkwwwIK~Og[IK9j+$-g[@C+$-IK~OIKxjkxjIK~Og[IK9j+$-g[@C+$-IK~OIKkwww[V~Ob[NIg[b[[V9jDeAg[NqJDeA[V~O[Vxjkxj[V~Ob[NIg[b[[V9jDeAg[NqJDeA[V~O[VkwwwI~OZM8g[ZMI9jZOg[2}ZOI~OIՎxjkxjI~OZM8g[ZMI9jZOg[2}ZOI~OIՎkY^+lm!WY^+Y^xjkxjY^+lm!WY^+Y^kwww[^qrJLUqrnDU [^xjkxj[^qrJLUqrnDU [^kwwwQ}RG*^^qBWv3ISGqB'G*ISGg/=xG^^g/=Q}RG*Q}RxjkxjQ}RG*^^qBWv3ISGqB'G*ISGg/=xG^^g/=Q}RG*Q}RkxIjf!W+xI'Z#xIxjkxjxIjf!W+xI'Z#xIk%W2ea%W%xjkxj%W2ea%W%kwww{;].ɏ{Ž{i{Žxjkxj{{i9>.ɏ{Ž{i{Žkwww%0MC%+g7;UMjMCӎF;UMj+g7u%F;%0MC%0xjkxj%0MC%+g7;UMjMCӎF;UMj+g7u%F;%0MC%0kwww(44#1r<:PKe>=r(4+h+DY>=H<:DY(44#1(4xjkxj(44#1r<:PKe>=r(4+h+DY>=H<:DY(44#1(4k{).)9@JF{).){)xjkxj{).)9@JF{).){)k{)ʙ9@{)ʏ{)xjkxj{)ʙ9@{)ʏ{)k*W{i.ɏ*W{i*Wxjkxj*W{i.ɏ*W{i*WkwwwXAMCUǎA#;>;MC%F;>;A#uUF;XAȎMCXAȎxjkxjXAMCUǎA#;>;MC%F;>;A#uUF;XAȎMCXAȎkwwwE4#1;,<:Um>=;,E+h+>=G"<:E4#1ExjkxjE4#1;,<:Um>=;,E+h+>=G"<:E4#1Ek?.)JF?Î.)?Îxjkxj?.)JF?Î.)?Îk?ʙ?Îʏ?Îxjkxj?ʙ?Îʏ?Îkwww`5MC;f=F';gMCma<F;gF'u;f=F;`5MC`5xjkxj`5MC;f=F';gMCma<F;gF'u;f=F;`5MC`5kxjLQ/% A\J-H4?a|aD^7T1D*W{ikxjCWI*W{iKWIkH:M_H[}y:MH[PKe[}yH_PKeHHxjkxj }H:M_H[}y:MH[PKe[}yH_PKeHHkxj }GANHdeGAf#[dekxj }f#[GAdef#[G*GQKg/=9>(9kxjXerox PressFonts Helvetica-MRR7+eӠCachekxj7+g/=q'uG*qg/='u(9kxjXerox PressFonts Helvetica-MRR$YW ODynaBuskxjXerox PressFonts Helvetica-MRRk+CDynaBuskxjXerox PressFonts Helvetica-MRRWDDynaBuskxjXerox PressFonts Helvetica-MRR<CDynaBuskxjXerox PressFonts Helvetica-MRRkOClusterkxjhkxj!kxjXerox PressFonts Helvetica-MRR+m9PClusterkxj kxj kxjXerox PressFonts Helvetica-MRRkOClusterkxjVkxjkxjXerox PressFonts Helvetica-MRROLargekxjXerox PressFonts Helvetica-MRRT6wWVO Small CachekxjXerox PressFonts Helvetica-MRRXwS(32KB)kkkg33K T 6  TT T  Rcentered lastLineFormatting TIcode'^^^^^ U[Interpress/Xerox/3.0 fjkj=xj1cI= Sf+I= xjkxjXerox PressFonts Helvetica-mrr(X/ezCachekxjkINe1INexjkIw1BSIwxjk)}jq(}M)}49M)}jqxjkcX+jt#{j "cX+jtxjk&bq 18&R~]18&bqxjkRCYr_LVRCYrxjkxjXerox PressFonts Helvetica-mrr(X"j Processorkq#Ďl)\qxjk1\2l)\1\xjk1\"U1\xjk"U1\`q"U1\xjkq`l)\qxjkRCY= _1\RCY= xjkcX+= #{j1\cX+= xjkI2I1.CI2Ixjk)}bq(}18)}R~]18)}bqxjkcX+r#{jLVcX+rxjkI2I/= I2Ixjkxjkxjk12ISf= 12Ixjkxjk/T{NeL'Vw/T{Nexjk$New$Nexjkxjkxjk_i/,O_ixjk(;Fq# {8(G{8(;FqxjkPJ ю PَJ xjkP5yюMnPَ5yxjk?}Dq>y}#8?}R%#8?}Dqxjk1bF9t-X,G1bF9txjk6[p= k+6[p= xjkxjXerox PressFonts Helvetica-mrr(XezCachekxjk6[pNe]6[pNexjk6[pw]BS6[pwxjkX}jqV}MX}49WMX}jqxjkW jtC` "W jtxjkLg}bqK+}18Lg}R~]?18Lg}bqxjk1RrgLLV1RrxjkxjXerox PressFonts Helvetica-mrr(X`_ ProcessorkEq7el)\EqxjkE1\5al)\E1\xjkE1\2)AE1\xjk2)A1\61Fq2)A1\xjkEq61Fl)\Eqxjk1R= gL1\1R= xjkW = C`1\W = xjk6[p2I].C6[p2IxjkX}bqV}18X}R~]W18X}bqxjkW rC`LVW rxjk6[p2IA]= 6[p2Ixjkxjkxjk]2Ik= ]2IxjkxjkxjkNeXwNexjkENe9ZqwENexjkxjkxj A{ValŗVkxj 2KmV-\VkUF= =z+UF= xjkxjXerox PressFonts Helvetica-mrr(XN:ezCachekxjkUFNemUFNexjkUFwmBSUFwxjkh}jq,}Mh}49Mh}jqxjkjt "jtxjk}bqt}18}R~]18}bqxjkjOr6(LVjOrxjkxjXerox PressFonts Helvetica-mrr(XK9 ProcessorksZq3(l)\sZqxjksZ1\l)\sZ1\xjksZ1\D-sZ1\xjkD-1\G2/qD-1\xjksZqG2/l)\sZqxjkjO= 6(1\jO= xjk= 1\= xjkUF2Im.CUF2Ixjkh}bq,}18h}R~]18h}bqxjkrLVrxjkUF2Iyc= UF2Ixjkxjkxjkm2I=z= m2IxjkxjkmYNe`wmYNexjknYNeeQwnYNexjkxjkew= 1)+ew= xjkxjXerox PressFonts Helvetica-mrr(XOUezCachekxjkewNeGu;ewNexjkewwGu;BSewwxjk}jqF}M}49M}jqxjkعjt' "عʎjtxjkzM}bqy}18zM}R~]18zM}bqxjkjmr<>LVjmrxjkxjXerox PressFonts Helvetica-mrr(X4 ProcessorklwqY9al)\lwqxjklw1\nl)\lw1\xjklw1\lw1\xjk1\TJq1\xjklwqTJl)\lwqxjkjm= <>1\jm= xjkع= '1\عʎ= xjkew2IGu;.Cew2Ixjk}bqF}18}R~]18}bqxjkعr'LVعʎrxjkew2Is= ew2IxjkxjkxjkGu;2I1)= Gu;2IxjkxjkVdNeQ^wVdNexjk,3NeWdw,3Nexjkxjk_F9t/?7h_F9txjk1b&/-XMn1b&/xjk3:&/mMn3:&/xjkNcYDql}#8NcYR#8NcYDqxjk3:F9tm,G3:F9txjkxjXerox PressFonts Helvetica-mrr(X$B2M 2. sharedk{}Dq?}#8{}R#8{}Dqxjk_ЙzECw_Џxjk_LyzE#_Lyxjkxj km=A{"alŗ"kxj km=2Km"-\"kxjXerox PressFonts Helvetica-mrr(XUNsharedkxjXerox PressFonts Helvetica-mrr(X#AV_ownerkxjUqUqUqQq @MqEq,8 vԁ?6]go:'_EJr>%v?ȼ l'_% 8@0=q 8@0=q 8@0=qkxj !@ !@ !@.㡒^nD g?0 iš؅ @;? o.%gt'_m]_?&&l&l&lkxjXerox PressFonts Helvetica-mrr(Xg( kxjXerox PressFonts Helvetica-mrrE~1kxjXerox PressFonts Helvetica-mrrC2~1kxjXerox PressFonts Helvetica-mrr^-1kxjXerox PressFonts Helvetica-mrr~0kxjXerox PressFonts Helvetica-mrr(X(9>`DataOut[0..63]kxjXerox PressFonts Helvetica-mrr;@6P!1a. Cache clears its shared bit.kxj_OPG,ߗ $ n m$kxj_OW:kxjXerox PressFonts Helvetica-mrr(X(Memorykxj n m$W:kxjK> m$kxj n m$ d}kxjW: m$kkBQ _k33q_kBxjkmV{cN<mV{xjkxjsCx1 kxjXerox PressFonts Helvetica-mrr#A51. WriteSingleRequestkxjXerox PressFonts Helvetica-mrr'G BV1kxjXerox PressFonts Helvetica-mrrL>Uqn0kxjXerox PressFonts Helvetica-mrr/㠢2. ownerkP@!q"C 8PMs) 8P@!qxjk9mAt#C)G9mAtxjkxjssMn#)Gkxjs%(BPskxjXerox PressFonts Helvetica-mrr{㠢 2. sharedkxjsjjjY) b-gQ/NR]W( u 'SqqqkxjXerox PressFonts Helvetica-mrrj*_53a. Cache clears its owner bit.kxjXerox PressFonts Helvetica-mrr:v/71b. Cache sets owner tokxjXerox PressFonts Helvetica-mrrj-v/7 TRUE.kxjXerox PressFonts Helvetica-mrr:;x렢.3a. Cache stores appropriate value for shared.kxjXerox PressFonts Helvetica-mrr#w kxjXerox PressFonts Helvetica-mrr3. WriteSingleReplykkkg Interpress:0.0 mm xmin 0.0 mm ymin 162.6306 mm xmax 106.2969 mm ymax 109.1191 mm bigger topLeading 109.1191 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Figure25.gargoyle at February 9, 1989 11:52:02 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: F Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [7.119315 7.119315] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [170]: Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [29.44025,221.9666] (Line ) [121.081,221.9666] (Line ) [121.081,222.5987] (Line ) [29.44025,222.5987] (Line ) fwd: T Text T "Cache" Xerox/PressFonts/Helvetica [7.584065 0.0 62.30456 0.0 7.584065 213.4344][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [80.00073,203.0066] (Line ) [80.00073,197.9505] (Line ) [80.63274,197.9505] (Line ) [80.63274,203.0066] (Line ) [80.00073,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [29.44025,197.9505] (Line ) [120.449,197.9505] (Line ) [120.449,198.5823] (Line ) [29.44025,198.5823] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [29.44025,203.0066] (Line ) [120.449,203.0066] (Line ) [120.449,203.6385] (Line ) [29.44025,203.6385] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [85.47203,241.2832] (Line ) [82.94403,236.2272] (Line ) [85.47203,237.4912] (Line ) [88.00003,236.2272] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [85.05685,235.8707] (Line ) [85.68870,235.8707] (Line ) [85.68870,241.5587] (Line ) [85.05685,241.5587] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [61.47203,223.2832] (Line ) [58.94403,228.3393] (Line ) [61.47203,227.0752] (Line ) [64.00003,228.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [61.04058,223.2306] (Line ) [61.67254,223.2306] (Line ) [61.67254,228.9186] (Line ) [61.04058,228.9186] (Line ) fwd: T Text T "Processor" Xerox/PressFonts/Helvetica [7.584065 0.0 54.72047 0.0 7.584065 279.1629][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [44.60842,300.3353] (Line ) [45.87244,300.3353] (Line ) [45.87244,300.9674] (Line ) [44.60842,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [44.60842,243.4547] (Line ) [45.24042,243.4547] (Line ) [45.24042,300.9674] (Line ) [44.60842,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [44.60842,243.4547] (Line ) [102.753,243.4547] (Line ) [102.753,244.0871] (Line ) [44.60842,244.0871] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [102.753,243.4547] (Line ) [103.3849,243.4547] (Line ) [103.3849,300.3353] (Line ) [102.753,300.3353] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [44.60842,300.3353] (Line ) [103.3849,300.3353] (Line ) [103.3849,300.9674] (Line ) [44.60842,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [61.04058,221.9666] (Line ) [61.67254,221.9666] (Line ) [61.67254,243.4547] (Line ) [61.04058,243.4547] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [85.05685,221.9666] (Line ) [85.68870,221.9666] (Line ) [85.68870,243.4547] (Line ) [85.05685,243.4547] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [29.44025,177.7261] (Line ) [120.449,177.7261] (Line ) [120.449,178.3582] (Line ) [29.44025,178.3582] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [85.47203,223.2832] (Line ) [82.94403,228.3393] (Line ) [85.47203,227.0752] (Line ) [88.00003,228.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [85.05685,223.2306] (Line ) [85.68870,223.2306] (Line ) [85.68870,228.9186] (Line ) [85.05685,228.9186] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [29.44025,177.7261] (Line ) [30.07232,177.7261] (Line ) [30.07232,221.9666] (Line ) [29.44025,221.9666] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [59.7765,203.0066] (Line ) [59.7765,197.9505] (Line ) [60.40848,197.9505] (Line ) [60.40848,203.0066] (Line ) [59.7765,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [100.2248,203.0066] (Line ) [100.2248,197.9505] (Line ) [100.8569,197.9505] (Line ) [100.8569,203.0066] (Line ) [100.2248,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [120.449,177.7261] (Line ) [121.081,177.7261] (Line ) [121.081,221.9666] (Line ) [120.449,221.9666] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [40.18434,203.0066] (Line ) [39.55233,203.0066] (Line ) [39.55233,197.9505] (Line ) [40.18434,197.9505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [31.96834,197.9505] (Line ) [32.60033,197.9505] (Line ) [32.60033,203.0066] (Line ) [31.96834,203.0066] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [34.49633,197.9505] (Line ) [35.12835,197.9505] (Line ) [35.12835,203.0066] (Line ) [34.49633,203.0066] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [37.02432,197.9505] (Line ) [37.65633,197.9505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [37.65633,203.0066] (Line ) [37.02432,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [7.952034,144.8621] (Line ) [454.1482,144.8621] (Line ) [454.1482,145.4937] (Line ) [7.952034,145.4937] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [36.47203,134.2832] (Line ) [33.94403,139.3393] (Line ) [36.47203,138.0752] (Line ) [39.00003,139.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [35.76036,133.4859] (Line ) [36.39234,133.4859] (Line ) [36.39234,139.1738] (Line ) [35.76036,139.1738] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [35.76036,134.7499] (Line ) [36.39234,134.7499] (Line ) [36.39234,181.5182] (Line ) [35.76036,181.5182] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [130.472,155.2832] (Line ) [127.944,160.3393] (Line ) [130.472,159.0752] (Line ) [133.0,160.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [130.5612,154.9741] (Line ) [131.1932,154.9741] (Line ) [131.1932,160.662] (Line ) [130.5612,160.662] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [124.2411,221.9666] (Line ) [215.8819,221.9666] (Line ) [215.8819,222.5987] (Line ) [124.2411,222.5987] (Line ) fwd: T Text T "Cache" Xerox/PressFonts/Helvetica [7.584065 0.0 157.1053 0.0 7.584065 213.4344][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [175.4336,203.0066] (Line ) [174.8017,203.0066] (Line ) [174.8017,197.9505] (Line ) [175.4336,197.9505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [124.2411,197.9505] (Line ) [215.25,197.9505] (Line ) [215.25,198.5823] (Line ) [124.2411,198.5823] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [124.2411,203.0066] (Line ) [215.25,203.0066] (Line ) [215.25,203.6385] (Line ) [124.2411,203.6385] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [180.472,241.2832] (Line ) [177.944,236.2272] (Line ) [180.472,237.4912] (Line ) [183.0,236.2272] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [179.8576,235.8707] (Line ) [180.4896,235.8707] (Line ) [180.4896,241.5587] (Line ) [179.8576,241.5587] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [156.472,223.2832] (Line ) [153.944,228.3393] (Line ) [156.472,227.0752] (Line ) [159.0,228.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.8415,223.2306] (Line ) [156.4734,223.2306] (Line ) [156.4734,228.9186] (Line ) [155.8415,228.9186] (Line ) fwd: T Text T "Processor" Xerox/PressFonts/Helvetica [7.584065 0.0 149.5212 0.0 7.584065 279.1629][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [139.4092,300.3353] (Line ) [140.6732,300.3353] (Line ) [140.6732,300.9674] (Line ) [139.4092,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [139.4092,243.4547] (Line ) [140.0413,243.4547] (Line ) [140.0413,300.9674] (Line ) [139.4092,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [139.4092,243.4547] (Line ) [197.5539,243.4547] (Line ) [197.5539,244.0871] (Line ) [139.4092,244.0871] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [197.5539,243.4547] (Line ) [198.1857,243.4547] (Line ) [198.1857,300.3353] (Line ) [197.5539,300.3353] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [139.4092,300.3353] (Line ) [198.1857,300.3353] (Line ) [198.1857,300.9674] (Line ) [139.4092,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.8415,221.9666] (Line ) [156.4734,221.9666] (Line ) [156.4734,243.4547] (Line ) [155.8415,243.4547] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [179.8576,221.9666] (Line ) [180.4896,221.9666] (Line ) [180.4896,243.4547] (Line ) [179.8576,243.4547] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [124.2411,177.7261] (Line ) [215.25,177.7261] (Line ) [215.25,178.3582] (Line ) [124.2411,178.3582] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [180.472,223.2832] (Line ) [177.944,228.3393] (Line ) [180.472,227.0752] (Line ) [183.0,228.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [179.8576,223.2306] (Line ) [180.4896,223.2306] (Line ) [180.4896,228.9186] (Line ) [179.8576,228.9186] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [124.2411,177.7261] (Line ) [124.8731,177.7261] (Line ) [124.8731,221.9666] (Line ) [124.2411,221.9666] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.2093,203.0066] (Line ) [154.5774,203.0066] (Line ) [154.5774,197.9505] (Line ) [155.2093,197.9505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [195.0259,197.9505] (Line ) [195.6577,197.9505] (Line ) [195.6577,203.0066] (Line ) [195.0259,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [215.25,177.7261] (Line ) [215.8819,177.7261] (Line ) [215.8819,221.9666] (Line ) [215.25,221.9666] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [134.3532,197.9505] (Line ) [134.9852,197.9505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [134.9852,203.0066] (Line ) [134.3532,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [126.7691,197.9505] (Line ) [127.4011,197.9505] (Line ) [127.4011,203.0066] (Line ) [126.7691,203.0066] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [129.2971,197.9505] (Line ) [129.9292,197.9505] (Line ) [129.9292,203.0066] (Line ) [129.2971,203.0066] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [132.4572,203.0066] (Line ) [131.8252,203.0066] (Line ) [131.8252,197.9505] (Line ) [132.4572,197.9505] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T square w: 0.6320056 c: T [1 1.0] d: T F [10.16409,135.4471] (Line ) [1.316048,126.599] (Line ) [1.316048,126.599] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T square w: 0.6320056 c: T [1 1.0] d: T F [10.16409,118.1193] (Line ) [1.316048,126.9674] (Line ) [1.316048,126.9674] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.8429,221.9666] (Line ) [405.4836,221.9666] (Line ) [405.4836,222.5987] (Line ) [313.8429,222.5987] (Line ) fwd: T Text T "Cache" Xerox/PressFonts/Helvetica [7.584065 0.0 346.7069 0.0 7.584065 213.4344][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [364.4033,197.9505] (Line ) [365.0351,197.9505] (Line ) [365.0351,203.0066] (Line ) [364.4033,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.8429,197.9505] (Line ) [404.8516,197.9505] (Line ) [404.8516,198.5823] (Line ) [313.8429,198.5823] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.8429,203.0066] (Line ) [404.8516,203.0066] (Line ) [404.8516,203.6385] (Line ) [313.8429,203.6385] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.472,241.2832] (Line ) [366.944,236.2272] (Line ) [369.472,237.4912] (Line ) [372.0,236.2272] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.4593,235.8707] (Line ) [370.0915,235.8707] (Line ) [370.0915,241.5587] (Line ) [369.4593,241.5587] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [345.472,223.2832] (Line ) [342.944,228.3393] (Line ) [345.472,227.0752] (Line ) [348.0,228.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [345.443,223.2306] (Line ) [346.075,223.2306] (Line ) [346.075,228.9186] (Line ) [345.443,228.9186] (Line ) fwd: T Text T "Processor" Xerox/PressFonts/Helvetica [7.584065 0.0 339.1229 0.0 7.584065 279.1629][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [329.011,300.3353] (Line ) [330.275,300.3353] (Line ) [330.275,300.9674] (Line ) [329.011,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [329.011,243.4547] (Line ) [329.6429,243.4547] (Line ) [329.6429,300.9674] (Line ) [329.011,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [329.011,243.4547] (Line ) [387.1556,243.4547] (Line ) [387.1556,244.0871] (Line ) [329.011,244.0871] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [387.1556,243.4547] (Line ) [387.7873,243.4547] (Line ) [387.7873,300.3353] (Line ) [387.1556,300.3353] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [329.011,300.3353] (Line ) [387.7873,300.3353] (Line ) [387.7873,300.9674] (Line ) [329.011,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [345.443,221.9666] (Line ) [346.075,221.9666] (Line ) [346.075,243.4547] (Line ) [345.443,243.4547] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.4593,221.9666] (Line ) [370.0915,221.9666] (Line ) [370.0915,243.4547] (Line ) [369.4593,243.4547] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.8429,177.7261] (Line ) [404.8516,177.7261] (Line ) [404.8516,178.3582] (Line ) [313.8429,178.3582] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.472,223.2832] (Line ) [366.944,228.3393] (Line ) [369.472,227.0752] (Line ) [372.0,228.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.4593,223.2306] (Line ) [370.0915,223.2306] (Line ) [370.0915,228.9186] (Line ) [369.4593,228.9186] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [313.8429,177.7261] (Line ) [314.4748,177.7261] (Line ) [314.4748,221.9666] (Line ) [313.8429,221.9666] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [344.1791,197.9505] (Line ) [344.8111,197.9505] (Line ) [344.8111,203.0066] (Line ) [344.1791,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [384.6275,197.9505] (Line ) [385.2595,197.9505] (Line ) [385.2595,203.0066] (Line ) [384.6275,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [404.8516,177.7261] (Line ) [405.4836,177.7261] (Line ) [405.4836,221.9666] (Line ) [404.8516,221.9666] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [324.587,203.0066] (Line ) [323.955,203.0066] (Line ) [323.955,197.9505] (Line ) [324.587,197.9505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [316.3708,197.9505] (Line ) [317.0028,197.9505] (Line ) [317.0028,203.0066] (Line ) [316.3708,203.0066] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [318.8989,197.9505] (Line ) [319.5309,197.9505] (Line ) [319.5309,203.0066] (Line ) [318.8989,203.0066] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [321.4268,197.9505] (Line ) [322.0589,197.9505] (Line ) [322.0589,203.0066] (Line ) [321.4268,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [219.042,221.9666] (Line ) [310.6828,221.9666] (Line ) [310.6828,222.5987] (Line ) [219.042,222.5987] (Line ) fwd: T Text T "Cache" Xerox/PressFonts/Helvetica [7.584065 0.0 251.9062 0.0 7.584065 213.4344][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [269.6024,197.9505] (Line ) [270.2344,197.9505] (Line ) [270.2344,203.0066] (Line ) [269.6024,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [219.042,197.9505] (Line ) [310.0509,197.9505] (Line ) [310.0509,198.5823] (Line ) [219.042,198.5823] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [219.042,203.0066] (Line ) [310.0509,203.0066] (Line ) [310.0509,203.6385] (Line ) [219.042,203.6385] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.472,241.2832] (Line ) [272.944,236.2272] (Line ) [275.472,237.4912] (Line ) [278.0,236.2272] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [274.6584,235.8707] (Line ) [275.2905,235.8707] (Line ) [275.2905,241.5587] (Line ) [274.6584,241.5587] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.472,223.2832] (Line ) [247.944,228.3393] (Line ) [250.472,227.0752] (Line ) [253.0,228.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.6422,223.2306] (Line ) [251.2742,223.2306] (Line ) [251.2742,228.9186] (Line ) [250.6422,228.9186] (Line ) fwd: T Text T "Processor" Xerox/PressFonts/Helvetica [7.584065 0.0 244.3221 0.0 7.584065 279.1629][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [234.2101,300.3353] (Line ) [235.4742,300.3353] (Line ) [235.4742,300.9674] (Line ) [234.2101,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [234.2101,243.4547] (Line ) [234.8421,243.4547] (Line ) [234.8421,300.9674] (Line ) [234.2101,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [234.2101,243.4547] (Line ) [292.3547,243.4547] (Line ) [292.3547,244.0871] (Line ) [234.2101,244.0871] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [292.3547,243.4547] (Line ) [292.9865,243.4547] (Line ) [292.9865,300.3353] (Line ) [292.3547,300.3353] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [234.2101,300.3353] (Line ) [292.9865,300.3353] (Line ) [292.9865,300.9674] (Line ) [234.2101,300.9674] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [250.6422,221.9666] (Line ) [251.2742,221.9666] (Line ) [251.2742,243.4547] (Line ) [250.6422,243.4547] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [274.6584,221.9666] (Line ) [275.2905,221.9666] (Line ) [275.2905,243.4547] (Line ) [274.6584,243.4547] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [219.042,177.7261] (Line ) [310.0509,177.7261] (Line ) [310.0509,178.3582] (Line ) [219.042,178.3582] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [275.472,223.2832] (Line ) [272.944,228.3393] (Line ) [275.472,227.0752] (Line ) [278.0,228.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [274.6584,223.2306] (Line ) [275.2905,223.2306] (Line ) [275.2905,228.9186] (Line ) [274.6584,228.9186] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [219.042,177.7261] (Line ) [219.6741,177.7261] (Line ) [219.6741,221.9666] (Line ) [219.042,221.9666] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [249.3782,197.9505] (Line ) [250.0102,197.9505] (Line ) [250.0102,203.0066] (Line ) [249.3782,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [289.8267,197.9505] (Line ) [290.4586,197.9505] (Line ) [290.4586,203.0066] (Line ) [289.8267,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [310.0509,177.7261] (Line ) [310.6828,177.7261] (Line ) [310.6828,221.9666] (Line ) [310.0509,221.9666] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [229.7862,203.0066] (Line ) [229.154,203.0066] (Line ) [229.154,197.9505] (Line ) [229.7862,197.9505] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [221.57,197.9505] (Line ) [222.202,197.9505] (Line ) [222.202,203.0066] (Line ) [221.57,203.0066] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [224.0981,197.9505] (Line ) [224.73,197.9505] (Line ) [224.73,203.0066] (Line ) [224.0981,203.0066] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [226.626,197.9505] (Line ) [227.2581,197.9505] (Line ) [227.2581,203.0066] (Line ) [226.626,203.0066] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [7.952034,154.9741] (Line ) [454.1482,154.9741] (Line ) [454.1482,155.6058] (Line ) [7.952034,155.6058] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [130.5612,158.766] (Line ) [131.1932,158.766] (Line ) [131.1932,181.5182] (Line ) [130.5612,181.5182] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [225.3621,158.766] (Line ) [225.994,158.766] (Line ) [225.994,181.5182] (Line ) [225.3621,181.5182] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [225.472,155.2832] (Line ) [222.944,160.3393] (Line ) [225.472,159.0752] (Line ) [228.0,160.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [225.3621,154.9741] (Line ) [225.994,154.9741] (Line ) [225.994,160.662] (Line ) [225.3621,160.662] (Line ) fwd: T Text T "2. shared" Xerox/PressFonts/Helvetica [7.584065 0.0 140.0152 0.0 7.584065 168.1298][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [320.472,155.2832] (Line ) [317.944,160.3393] (Line ) [320.472,159.0752] (Line ) [323.0,160.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [7.952034,132.222] (Line ) [452.884,132.222] (Line ) [452.884,132.8538] (Line ) [7.952034,132.8538] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [7.952034,120.8457] (Line ) [452.884,120.8457] (Line ) [452.884,121.4777] (Line ) [7.952034,121.4777] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T square w: 0.6320056 c: T [1 1.0] d: T F [450.8361,135.4471] (Line ) [459.6842,126.599] (Line ) [459.6842,126.599] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T square w: 0.6320056 c: T [1 1.0] d: T F [450.8361,118.1193] (Line ) [459.6842,126.9674] (Line ) [459.6842,126.9674] fwd: T Text T "shared" Xerox/PressFonts/Helvetica [7.584065 0.0 420.2498 0.0 7.584065 156.4496][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "owner" Xerox/PressFonts/Helvetica [7.584065 0.0 422.9998 0.0 7.584065 146.533][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [33.00003,194.2832] (Bezier [33.00003,194.2832] [33.00003,194.2832] ) [32.25003,185.2832] (Bezier [31.50003,176.2832] [30.00003,158.2832] ) [30.58337,146.6999] (Bezier [31.1667,135.1165] [33.83337,129.9499] ) [38.33337,124.7832] (Bezier [42.83337,119.6165] [49.1667,114.4499] ) [52.33337,111.8665] (Bezier [55.50003,109.2832] [55.50003,109.2832] ) [55.50003,109.2832] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [32.50003,187.0332] (Bezier [32.50003,187.0332] [32.50003,187.0332] ) [31.6667,178.0749] (Bezier [30.83337,169.1165] [29.1667,151.1999] ) [28.58337,137.3249] (Bezier [28.00003,123.4499] [28.50003,113.6165] ) [32.58337,102.8665] (Bezier [36.6667,92.11654] [44.33337,80.44986] ) [48.1667,74.61654] (Bezier [52.00003,68.7832] [52.00003,68.7832] ) [52.00003,68.7832] fwd: T Text T " " Xerox/PressFonts/Helvetica [7.584065 0.0 155.0117 0.0 7.584065 59.33526][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [4.999998 0.0 124.6562 0.0 4.999998 198.908][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [4.999998 0.0 127.0937 0.0 4.999998 198.908][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [4.999998 0.0 29.84379 0.0 4.999998 198.8636][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [4.999998 0.0 31.99998 0.0 4.999998 198.908][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "DataOut[0..63]" Xerox/PressFonts/Helvetica [7.584065 0.0 400.9998 0.0 7.584065 123.783][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1a. Cache clears its shared bit." Xerox/PressFonts/Helvetica [7.119315 0.0 59.49997 0.0 7.119315 107.783][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T square w: 1.0 c: T [1 1.0] d: T F [310.4684,2.15332] (Line ) [291.7606,20.86099] (Line ) [291.7606,70.36111] (Line ) [309.6454,88.36111] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [310.4684,2.15332] (Line ) [387.638,2.15332] fwd: T Text T "Memory" Xerox/PressFonts/Helvetica [7.584065 0.0 332.8973 0.0 7.584065 70.26172][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [309.6454,88.36111] (Line ) [387.638,88.36111] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [311.9839,88.36111] (Line ) [311.9839,2.15332] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [309.6454,88.36111] (Line ) [309.6454,3.838745] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [387.638,88.36111] (Line ) [387.638,2.15332] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [324.972,119.7832] (Line ) [322.444,114.7272] (Line ) [324.972,115.9912] (Line ) [327.5,114.7272] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [324.6628,120.0923] (Line ) [325.2949,120.0923] (Line ) [325.2949,114.4044] (Line ) [324.6628,114.4044] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [325.0,120.7832] (Line ) [325.0,87.7832] fwd: T Text T "1. WriteSingleRequest" Xerox/PressFonts/Helvetica [7.119315 0.0 39.99998 0.0 7.119315 170.283][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1" Xerox/PressFonts/Helvetica [4.999998 0.0 314.2186 0.0 4.999998 198.9885][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "0" Xerox/PressFonts/Helvetica [4.999998 0.0 316.5324 0.0 4.999998 198.8455][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2. owner" Xerox/PressFonts/Helvetica [7.119315 0.0 139.7499 0.0 7.119315 161.7618][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [135.722,145.2832] (Line ) [133.1941,150.3393] (Line ) [135.722,149.0752] (Line ) [138.25,150.3393] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [135.4129,144.9741] (Line ) [136.0448,144.9741] (Line ) [136.0448,150.662] (Line ) [135.4129,150.662] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [135.6895,181.5182] (Line ) [135.7288,150.662] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [320.6334,158.106] (Line ) [320.6334,180.2261] fwd: T Text T "2. shared" Xerox/PressFonts/Helvetica [7.119315 0.0 322.2602 0.0 7.119315 169.7618][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: miter e: T butt w: 0.7910357 c: T [1 1.0] d: T F [131.5,190.7832] (Bezier [131.5,190.7832] [131.5,190.7832] ) [127.25,171.6165] (Bezier [123.0,152.4499] [114.5,114.1165] ) [112.3334,85.7832] (Bezier [110.1667,57.44986] [114.3334,39.11655] ) [116.4167,29.94986] (Bezier [118.5,20.7832] [118.5,20.7832] ) [118.5,20.7832] fwd: T Text T "3a. Cache clears its owner bit." Xerox/PressFonts/Helvetica [7.119315 0.0 122.5 0.0 7.119315 16.28302][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1b. Cache sets owner to" Xerox/PressFonts/Helvetica [7.119315 0.0 58.99997 0.0 7.119315 97.28296][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T " TRUE." Xerox/PressFonts/Helvetica [7.119315 0.0 137.9746 0.0 7.119315 97.28296][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "3a. Cache stores appropriate value for shared." Xerox/PressFonts/Helvetica [7.119315 0.0 58.99997 0.0 7.119315 64.78299][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T " " xerox/pressfonts/helvetica [14.0 0.0 132.4572 0.0 14.0 203.0066][] F 1.0 props: ( F ) ls: 1.2 Text T "3. WriteSingleReply" Xerox/PressFonts/Helvetica [7.119315 0.0 331.5 0.0 7.119315 95.0][] F 1.0 props: ( F ) ls: 1.2 33K isTRcentered lastLineFormatting TB  T  TT TT T T TTRcentered lastLineFormatting  UgInterpress/Xerox/3.0 fjkj=xj@ $XeroxResearch ChipNDaleCDCommenta "g YPa "gxjk/"gAP/"gxjkCA3gECAxjkRWFA.N'.RWFAxjk_7T[JYKq_7T[xjkaED1ARB.^yaED1ARxjky1ARl^yy1ARxjk~k7T[.-8Kq~k7T[xjk~k".-8Nf~k"xjk-8Ov'a-8Oxjk-r#v' w-r#xjk( + G&YC$U( Ŏ+ Gxjk"g#NP͎"gxjkM"g#PM"gxjk."gDI."gxjk.PD1X.Pxjk.ZD8.Zxjk#oM(7ʎC#oM(xjk i5)Z ixjk i!U7 ixjk3i!U83ixjk Z38 Zxjk C3{a Cxjk M(3G M(xjkCA.N'CAxjkC JRWF.C Jxjkw(iwǎ(ixjkyDtC=RyDtxjky+T'Byxjk8o^yUu4 O8o^yxjkyM1ARyxjkaM(>+CaM(xjkH5M( uFCH5M(xjkC=+T'RC=xjk_"JYNf_"xjkEk"gWV?PEk"gxjkxjXerox PressFonts Helvetica-mrrL X Main MemorykK\a _yrK\%x3gzrK\a xjkEEFy)3EEF+ EEFyxjkEEF+CaM(xjkH5M( uFCH5M(xjkC=+T'RC=xjk_"JYNf_"xjkEk"gWV?PEk"gxjkxjXerox PressFonts Helvetica-mrrL Map CachekxjXerox PressFonts Helvetica-mrrL@mWAzProcessor CachekxjXerox PressFonts Helvetica-mrrL X Main MemorykxjXerox PressFonts Helvetica-mrrL,|FQVDynaBuskK\a _yrK\%x3gzrK\a xjkEEFy)3EEF+ EEFyxjkEEFkd9ꠢflagskxjXerox PressFonts Helvetica-mrr.EB5vpkxjXerox PressFonts Helvetica-mrr.Tw9B5rpkxjXerox PressFonts Helvetica-mrr.gB5aidkxjXerox PressFonts Helvetica-mrr.w>!OvakxjXerox PressFonts Helvetica-mrr.1rrakxjXerox PressFonts Helvetica-mrrLUu2֠ ProcessorkxjXerox PressFonts Helvetica-mrrL zB5 Map TablekW=a C0rW=%x3G1rW=a xjk-@+OeFY%Oe-@+xjka'5u=rQ'5u=rRea'5uxjk-@+OeFY%Oe-@+xjka'5u=rQ'5u=rRea'5uxjk W=N3a WxjkSEXy-%d=EXy:=GSEXxjk W=N3a WxjkSEXy-%d=EXy:=GSEXxjk+;+;~Q~+;+xjkd_h3e#d_7a#d_h3xjk+;+;~Q~+;+xjk^Ad p!%?!^Axjkd_h3e#d_7a#d_h3xjk2$˙iKqn2$ˏxjk[$˙/gn[$ˏxjkQ!YaZώQ!xjk-Rd ps?˗?s-RxjkQ!YaZώQ!xjk-Rd ps?˗?s-RxjkxjS[<ic8kxj{aickxjwGickxjU#UkxjJ%%#UkxjuHD#UkxjXerox PressFonts Helvetica-mrr.dt?datakxjG#M%]kxj$%%]kxjPK#Uk ]JK1s8Î ]Jxjk1sK8Î1sxjkxjJ7 wkxj;8=kxj77 KJJ#{ KJkxjz8wǎkxj %9K %kxjXerox PressFonts Helvetica-mrr: uDJq kxj!q;i!qkxjS!qiꏘkxjiJ$iꏘkxj%8okxjY8okxj J$iꏘkxj %!q kxj%+J kxjXerox PressFonts Helvetica-mrr'%Ux̧fData:kxji;iꏘkxjSikxjiJ#kxj%o kxjYo kxj J#kxj %iُkxj%+Ymُkxj;kkxjS.kxjiJ/,i.kxj%  폘kxjY .kxj J/,ikkxj %.kxj%+H?.kxjvM;kxj FO;kxj*};kxjy;kxj ;;kxjJ;kxj;kxj"R;kxj0;kxjXerox PressFontsTimesRoman-MRR%C. kxjXerox PressFontsTimesRoman-MRR%Q. kxjXerox PressFontsTimesRoman-MRR%AJ. kxj2UzJ%_kxjzJ%_lykxjly1AR%_k\@zƙ'{{5\@@dF{5\@zƗxjk\@zƙ'{{5\@@dF{5\@zƗxjkK\+G_yKqK\'>gzKqK\+GxjkK\+G_yKqK\'>gzKqK\+Gxjkxj,J9Tk %9Tk,Jkkkg Interpress:0.0 mm xmin 0.0 mm ymin 151.3671 mm xmax 78.25542 mm ymax 81.07764 mm bigger topLeading 81.07764 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Figure26.gargoyle at February 9, 1989 11:54:15 am PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: F Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [7.119315 7.119315] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 2.0 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [191]: Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [93.58803,86.08735] (Line ) [94.52809,86.08735] (Line ) [94.52809,95.48751] (Line ) [93.58803,95.48751] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [95.46808,86.08735] (Line ) [96.40806,86.08735] (Line ) [96.40806,95.48751] (Line ) [95.46808,95.48751] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [126.2867,18.07165] (Line ) [129.1068,18.07165] (Line ) [129.1068,46.27202] (Line ) [126.2867,46.27202] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [301.1287,18.07165] (Line ) [303.9487,18.07165] (Line ) [303.9487,47.21201] (Line ) [301.1287,47.21201] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.0712,155.6483] (Line ) [369.0113,155.6483] (Line ) [369.0113,171.6284] (Line ) [368.0712,171.6284] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [366.1912,153.7683] (Line ) [370.8914,153.7683] (Line ) [370.8914,200.7686] (Line ) [366.1912,200.7686] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [208.2694,153.7683] (Line ) [212.9695,153.7683] (Line ) [212.9695,200.7686] (Line ) [208.2694,200.7686] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [210.1493,155.6483] (Line ) [211.0894,155.6483] (Line ) [211.0894,171.6284] (Line ) [210.1493,171.6284] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [210.1493,180.0883] (Line ) [211.0894,180.0883] (Line ) [211.0894,196.0687] (Line ) [210.1493,196.0687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [53.92567,181.5317] (Line ) [54.8657,181.5317] (Line ) [54.8657,197.5118] (Line ) [53.92567,197.5118] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [53.92567,157.0914] (Line ) [54.8657,157.0914] (Line ) [54.8657,173.0714] (Line ) [53.92567,173.0714] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [52.04567,155.2113] (Line ) [56.74566,155.2113] (Line ) [56.74566,202.2118] (Line ) [52.04567,202.2118] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [25.90732,86.08735] (Line ) [26.84731,86.08735] (Line ) [26.84731,95.48751] (Line ) [25.90732,95.48751] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [48.46754,86.08735] (Line ) [49.4076,86.08735] (Line ) [49.4076,95.48751] (Line ) [48.46754,95.48751] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [8.987121,86.08735] (Line ) [97.34807,86.08735] (Line ) [97.34807,87.02742] (Line ) [8.987121,87.02742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [8.987121,95.48751] (Line ) [97.34807,95.48751] (Line ) [97.34807,96.42748] (Line ) [8.987121,96.42748] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [8.987121,129.3278] (Line ) [97.34807,129.3278] (Line ) [97.34807,130.2678] (Line ) [8.987121,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [394.3914,106.7675] (Line ) [395.3317,106.7675] (Line ) [395.3317,116.1678] (Line ) [394.3914,116.1678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,80.44733] (Line ) [335.1708,80.44733] (Line ) [335.1708,129.3278] (Line ) [334.2307,129.3278] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,80.44733] (Line ) [416.0116,80.44733] (Line ) [416.0116,81.38729] (Line ) [334.2307,81.38729] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.0716,80.44733] (Line ) [416.0116,80.44733] (Line ) [416.0116,130.2678] (Line ) [415.0716,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,129.3278] (Line ) [415.0716,129.3278] (Line ) [415.0716,130.2678] (Line ) [334.2307,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,116.1678] (Line ) [415.0716,116.1678] (Line ) [415.0716,117.1076] (Line ) [334.2307,117.1076] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,106.7675] (Line ) [415.0716,106.7675] (Line ) [415.0716,107.7076] (Line ) [334.2307,107.7076] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [126.2867,18.07165] (Line ) [303.9487,18.07165] (Line ) [303.9487,20.89169] (Line ) [126.2867,20.89169] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [126.2867,44.3919] (Line ) [301.1287,44.3919] (Line ) [301.1287,47.21201] (Line ) [126.2867,47.21201] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [153.7488,99.24758] (Line ) [235.5296,99.24758] (Line ) [235.5296,100.1876] (Line ) [153.7488,100.1876] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [148.1088,151.888] (Line ) [281.5902,151.888] (Line ) [281.5902,154.7081] (Line ) [148.1088,154.7081] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [148.1088,91.72745] (Line ) [284.4102,91.72745] (Line ) [284.4102,94.5475] (Line ) [148.1088,94.5475] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [12.74714,200.7686] (Line ) [420.7116,200.7686] (Line ) [420.7116,205.4687] (Line ) [12.74714,205.4687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [148.1088,91.72745] (Line ) [150.9287,91.72745] (Line ) [150.9287,153.7683] (Line ) [148.1088,153.7683] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [373.7113,106.7675] (Line ) [374.6512,106.7675] (Line ) [374.6512,116.1678] (Line ) [373.7113,116.1678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [351.151,106.7675] (Line ) [352.0911,106.7675] (Line ) [352.0911,116.1678] (Line ) [351.151,116.1678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [281.5902,91.72745] (Line ) [284.4102,91.72745] (Line ) [284.4102,154.7081] (Line ) [281.5902,154.7081] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.0712,180.0883] (Line ) [369.0113,180.0883] (Line ) [369.0113,196.0687] (Line ) [368.0712,196.0687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [69.14785,86.08735] (Line ) [70.08777,86.08735] (Line ) [70.08777,95.48751] (Line ) [69.14785,95.48751] (Line ) fwd: T Text T "Main Memory" Xerox/PressFonts/Helvetica [11.28012 0.0 7.107069 0.0 11.28012 134.9677][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [210.6195,195.5985] (Line ) [203.0992,180.5583] (Line ) [210.6195,188.0785] (Line ) [218.1394,180.5583] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [54.3957,197.0417] (Line ) [46.87554,182.0015] (Line ) [54.3957,189.5215] (Line ) [61.91571,182.0015] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [54.3957,157.5613] (Line ) [46.87554,172.6015] (Line ) [54.3957,165.0813] (Line ) [61.91571,172.6015] (Line ) fwd: T Text T "aid" Xerox/PressFonts/Helvetica [5.640058 0.0 12.74709 0.0 5.640058 87.96723][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "rp" Xerox/PressFonts/Helvetica [5.640058 0.0 54.10753 0.0 5.640058 87.96723][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "vp" Xerox/PressFonts/Helvetica [5.640058 0.0 31.5473 0.0 5.640058 87.96723][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.640058 0.0 71.02776 0.0 5.640058 87.96723][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.640058 0.0 396.271 0.0 5.640058 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "aid" Xerox/PressFonts/Helvetica [5.640058 0.0 165.5471 0.0 5.640058 140.3412][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "vp" Xerox/PressFonts/Helvetica [5.640058 0.0 356.7906 0.0 5.640058 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "rp" Xerox/PressFonts/Helvetica [5.640058 0.0 379.351 0.0 5.640058 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "aid" Xerox/PressFonts/Helvetica [5.640058 0.0 337.9904 0.0 5.640058 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Map Table" Xerox/PressFonts/Helvetica [11.28012 0.0 16.50718 0.0 11.28012 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.541,195.5985] (Line ) [361.021,180.5583] (Line ) [368.541,188.0785] (Line ) [376.0612,180.5583] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [93.58803,86.08735] (Line ) [94.52809,86.08735] (Line ) [94.52809,95.48751] (Line ) [93.58803,95.48751] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [95.46808,86.08735] (Line ) [96.40806,86.08735] (Line ) [96.40806,95.48751] (Line ) [95.46808,95.48751] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [126.2867,18.07165] (Line ) [129.1068,18.07165] (Line ) [129.1068,46.27202] (Line ) [126.2867,46.27202] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [301.1287,18.07165] (Line ) [303.9487,18.07165] (Line ) [303.9487,47.21201] (Line ) [301.1287,47.21201] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.0712,155.6483] (Line ) [369.0113,155.6483] (Line ) [369.0113,171.6284] (Line ) [368.0712,171.6284] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [366.1912,153.7683] (Line ) [370.8914,153.7683] (Line ) [370.8914,200.7686] (Line ) [366.1912,200.7686] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [208.2694,153.7683] (Line ) [212.9695,153.7683] (Line ) [212.9695,200.7686] (Line ) [208.2694,200.7686] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [210.1493,155.6483] (Line ) [211.0894,155.6483] (Line ) [211.0894,171.6284] (Line ) [210.1493,171.6284] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [210.1493,180.0883] (Line ) [211.0894,180.0883] (Line ) [211.0894,196.0687] (Line ) [210.1493,196.0687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [53.92567,181.5317] (Line ) [54.8657,181.5317] (Line ) [54.8657,197.5118] (Line ) [53.92567,197.5118] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [53.92567,157.0914] (Line ) [54.8657,157.0914] (Line ) [54.8657,173.0714] (Line ) [53.92567,173.0714] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [52.04567,155.2113] (Line ) [56.74566,155.2113] (Line ) [56.74566,202.2118] (Line ) [52.04567,202.2118] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [25.90732,86.08735] (Line ) [26.84731,86.08735] (Line ) [26.84731,95.48751] (Line ) [25.90732,95.48751] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [48.46754,86.08735] (Line ) [49.4076,86.08735] (Line ) [49.4076,95.48751] (Line ) [48.46754,95.48751] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [8.987121,86.08735] (Line ) [98.57435,86.72984] (Line ) [97.34807,87.02742] (Line ) [8.987121,87.02742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [8.987121,95.48751] (Line ) [97.34807,95.48751] (Line ) [98.77361,96.4967] (Line ) [8.987121,96.42748] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [8.987121,129.3278] (Line ) [97.34807,129.3278] (Line ) [97.34807,130.2678] (Line ) [8.987121,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [394.3914,106.7675] (Line ) [395.3317,106.7675] (Line ) [395.3317,116.1678] (Line ) [394.3914,116.1678] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T round w: 1.0 c: T [1 1.0] d: T F [326.7107,151.888] (Line ) [326.7107,151.888] fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,80.44733] (Line ) [335.1708,80.44733] (Line ) [335.1708,129.3278] (Line ) [334.2307,129.3278] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,80.44733] (Line ) [416.0116,80.44733] (Line ) [416.0116,81.38729] (Line ) [334.2307,81.38729] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [415.0716,80.44733] (Line ) [416.0116,80.44733] (Line ) [416.0116,130.2678] (Line ) [415.0716,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,129.3278] (Line ) [415.0716,129.3278] (Line ) [415.0716,130.2678] (Line ) [334.2307,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,116.1678] (Line ) [415.0716,116.1678] (Line ) [415.0716,117.1076] (Line ) [334.2307,117.1076] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [334.2307,106.7675] (Line ) [415.0716,106.7675] (Line ) [415.0716,107.7076] (Line ) [334.2307,107.7076] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [126.2867,18.07165] (Line ) [303.9487,18.07165] (Line ) [303.9487,20.89169] (Line ) [126.2867,20.89169] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [126.2867,44.3919] (Line ) [301.1287,44.3919] (Line ) [301.1287,47.21201] (Line ) [126.2867,47.21201] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [153.7488,99.24758] (Line ) [235.5296,99.24758] (Line ) [235.5296,100.1876] (Line ) [153.7488,100.1876] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [148.1088,151.888] (Line ) [281.5902,151.888] (Line ) [281.5902,154.7081] (Line ) [148.1088,154.7081] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [148.1088,91.72745] (Line ) [284.4102,91.72745] (Line ) [284.4102,94.5475] (Line ) [148.1088,94.5475] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [12.74714,200.7686] (Line ) [420.7116,200.7686] (Line ) [420.7116,205.4687] (Line ) [12.74714,205.4687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [148.1088,91.72745] (Line ) [150.9287,91.72745] (Line ) [150.9287,153.7683] (Line ) [148.1088,153.7683] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [373.7113,106.7675] (Line ) [374.6512,106.7675] (Line ) [374.6512,116.1678] (Line ) [373.7113,116.1678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [351.151,106.7675] (Line ) [352.0911,106.7675] (Line ) [352.0911,116.1678] (Line ) [351.151,116.1678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [281.5902,91.72745] (Line ) [284.4102,91.72745] (Line ) [284.4102,154.7081] (Line ) [281.5902,154.7081] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.0712,180.0883] (Line ) [369.0113,180.0883] (Line ) [369.0113,196.0687] (Line ) [368.0712,196.0687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [69.14785,86.08735] (Line ) [70.08777,86.08735] (Line ) [70.08777,95.48751] (Line ) [69.14785,95.48751] (Line ) fwd: T Text T "Map Cache" Xerox/PressFonts/Helvetica [11.28012 0.0 336.0868 0.0 11.28012 137.5][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Processor Cache" Xerox/PressFonts/Helvetica [11.28012 0.0 189.5747 0.0 11.28012 137.9427][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Main Memory" Xerox/PressFonts/Helvetica [11.28012 0.0 7.107069 0.0 11.28012 134.9677][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus" Xerox/PressFonts/Helvetica [11.28012 0.0 30.08685 0.0 11.28012 209.314][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [210.6195,195.5985] (Line ) [203.0992,180.5583] (Line ) [210.6195,188.0785] (Line ) [218.1394,180.5583] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [54.3957,197.0417] (Line ) [46.87554,182.0015] (Line ) [54.3957,189.5215] (Line ) [61.91571,182.0015] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [54.3957,157.5613] (Line ) [46.87554,172.6015] (Line ) [54.3957,165.0813] (Line ) [61.91571,172.6015] (Line ) fwd: T Text T "aid" Xerox/PressFonts/Helvetica [5.640058 0.0 12.74709 0.0 5.640058 87.96723][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "rp" Xerox/PressFonts/Helvetica [5.640058 0.0 54.10753 0.0 5.640058 87.96723][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "vp" Xerox/PressFonts/Helvetica [5.640058 0.0 31.5473 0.0 5.640058 87.96723][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.640058 0.0 71.02776 0.0 5.640058 87.96723][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.640058 0.0 396.271 0.0 5.640058 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.640058 0.0 184.8037 0.0 5.640058 109.6453][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "vp" Xerox/PressFonts/Helvetica [5.640058 0.0 356.7906 0.0 5.640058 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "rp" Xerox/PressFonts/Helvetica [5.640058 0.0 379.351 0.0 5.640058 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "aid" Xerox/PressFonts/Helvetica [5.640058 0.0 337.9904 0.0 5.640058 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "va" Xerox/PressFonts/Helvetica [5.640058 0.0 158.1658 0.0 5.640058 110.0506][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "ra" Xerox/PressFonts/Helvetica [5.640058 0.0 172.8695 0.0 5.640058 110.0439][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Processor" Xerox/PressFonts/Helvetica [11.28012 0.0 187.1709 0.0 11.28012 27.51702][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Map Table" Xerox/PressFonts/Helvetica [11.28012 0.0 16.50718 0.0 11.28012 108.6474][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.541,195.5985] (Line ) [361.021,180.5583] (Line ) [368.541,188.0785] (Line ) [376.0612,180.5583] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [20.87207,202.1386] (Line ) [20.87207,203.0787] (Line ) [4.891892,203.0787] (Line ) [4.891892,202.1386] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [5.361893,202.6086] (Line ) [20.40208,195.0885] (Line ) [12.88199,202.6086] (Line ) [20.40208,210.1288] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [20.87207,202.1386] (Line ) [20.87207,203.0787] (Line ) [4.891892,203.0787] (Line ) [4.891892,202.1386] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [5.361893,202.6086] (Line ) [20.40208,195.0885] (Line ) [12.88199,202.6086] (Line ) [20.40208,210.1288] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [412.0919,201.9958] (Line ) [412.0919,202.9359] (Line ) [428.0721,202.9359] (Line ) [428.0721,201.9958] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [427.6024,202.466] (Line ) [412.562,194.9459] (Line ) [420.0819,202.466] (Line ) [412.562,209.986] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [412.0919,201.9958] (Line ) [412.0919,202.9359] (Line ) [428.0721,202.9359] (Line ) [428.0721,201.9958] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [427.6024,202.466] (Line ) [412.562,194.9459] (Line ) [420.0819,202.466] (Line ) [412.562,209.986] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [187.0847,71.65605] (Line ) [188.0247,71.65605] (Line ) [188.0247,87.63613] (Line ) [187.0847,87.63613] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [187.5548,87.16613] (Line ) [180.0345,72.12598] (Line ) [187.5548,79.64607] (Line ) [195.0747,72.12598] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [187.0847,71.65605] (Line ) [188.0247,71.65605] (Line ) [188.0247,87.63613] (Line ) [187.0847,87.63613] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [236.1897,47.68577] (Line ) [228.6696,62.72594] (Line ) [236.1897,55.20573] (Line ) [243.7098,62.72594] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [187.5548,87.16613] (Line ) [180.0345,72.12598] (Line ) [187.5548,79.64607] (Line ) [195.0747,72.12598] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [233.8399,46.133] (Line ) [238.5398,46.133] (Line ) [238.5398,93.1335] (Line ) [233.8399,93.1335] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [185.2047,46.133] (Line ) [189.9046,46.133] (Line ) [189.9046,93.1335] (Line ) [185.2047,93.1335] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [235.7198,72.4533] (Line ) [236.6599,72.4533] (Line ) [236.6599,88.43346] (Line ) [235.7198,88.43346] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [236.1897,87.9634] (Line ) [228.6696,72.92326] (Line ) [236.1897,80.44335] (Line ) [243.7098,72.92326] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [235.7198,72.4533] (Line ) [236.6599,72.4533] (Line ) [236.6599,88.43346] (Line ) [235.7198,88.43346] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [236.1897,87.9634] (Line ) [228.6696,72.92326] (Line ) [236.1897,80.44335] (Line ) [243.7098,72.92326] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [234.9122,99.6859] (Line ) [273.9799,99.6859] (Line ) [273.9799,130.2678] (Line ) [235.5296,130.2678] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [154.6888,117.1076] (Line ) [273.9799,117.1076] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [153.7488,107.7076] (Line ) [273.9799,107.7076] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [168.7364,117.2264] (Line ) [168.7364,107.6589] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [181.8919,117.0271] (Line ) [181.8919,107.6589] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [198.8344,116.8278] (Line ) [198.8344,107.6589] fwd: T Text T "data" Xerox/PressFonts/Helvetica [5.640058 0.0 222.0604 0.0 5.640058 109.8446][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [236.5065,117.0271] (Line ) [236.5065,107.4595] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [255.2432,117.0271] (Line ) [255.2432,107.4595] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [217.571,117.2264] (Line ) [217.571,107.6589] fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [8.679083,70.58456] (Line ) [97.74667,70.32778] (Line ) [97.74667,71.26784] (Line ) [9.385811,71.26784] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [9.385811,70.32778] (Line ) [97.74667,70.32778] (Line ) [97.74667,71.26784] (Line ) [9.385811,71.26784] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [8.878381,130.3818] (Line ) [8.878381,70.9832] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [98.28815,130.2678] (Line ) [98.28815,71.52372] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 3.0 c: T [1 1.0] d: T F [106.2782,4.408857] (Line ) [106.1486,154.3008] (Line ) [2.5,154.3008] (Line ) [2.5,4.408857] (Line ) [106.1486,4.408857] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [234.5896,130.2678] (Line ) [153.7488,130.2678] (Line ) [153.7488,100.1876] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [67.08108,196.3066] (Line ) [67.08108,196.3066] fwd: T Text T " " Xerox/PressFonts/Helvetica [5.581076 0.0 382.1709 0.0 5.581076 154.708][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,57.45639] (Line ) [98.28815,57.45639] (Line ) [98.28815,45.66693] (Line ) [9.331407,45.66693] (Line ) [9.331407,57.45639] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [21.19764,57.45639] (Line ) [21.19764,45.66693] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [15.25676,57.03049] (Line ) [15.25676,45.66693] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [27.21622,57.42913] (Line ) [27.21622,45.63965] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [30.00676,57.42913] (Line ) [30.00676,45.63965] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [47.14865,57.03049] (Line ) [47.14865,45.66693] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [81.43245,57.45639] (Line ) [81.43245,46.03827] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [64.29052,57.22974] (Line ) [64.29052,46.03827] fwd: T Text T "Data:" Xerox/PressFonts/Helvetica [7.97297 0.0 9.241670 0.0 7.97297 60.21954][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,45.66693] (Line ) [98.28815,45.66693] (Line ) [98.28815,33.87743] (Line ) [9.331407,33.87743] (Line ) [9.331407,45.66693] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [21.19764,45.66693] (Line ) [21.19764,33.87743] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [15.25676,45.24098] (Line ) [15.25676,33.87743] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [27.21622,45.63965] (Line ) [27.21622,33.8502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [30.00676,45.63965] (Line ) [30.00676,33.8502] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [47.14865,45.24098] (Line ) [47.14865,33.87743] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [81.43245,45.66693] (Line ) [81.43245,34.24885] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [64.29052,45.44035] (Line ) [64.29052,34.24885] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,33.87743] (Line ) [98.28815,33.87743] (Line ) [98.28815,22.68379] (Line ) [9.331407,22.68379] (Line ) [9.331407,33.87743] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [21.19764,33.87743] (Line ) [21.19764,22.88411] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [15.25676,33.45153] (Line ) [15.25676,22.88411] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [27.21622,33.8502] (Line ) [27.21622,22.72996] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [30.00676,33.8502] (Line ) [30.00676,22.88411] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [47.14865,33.45153] (Line ) [47.14865,22.68379] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [81.43245,33.87743] (Line ) [81.43245,22.88411] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [64.29052,33.65079] (Line ) [64.29052,22.88411] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,51.60781] (Line ) [98.28815,51.60781] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,39.77216] (Line ) [98.28815,39.77216] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,28.62468] (Line ) [98.28815,28.62468] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,48.5372] (Line ) [98.28815,48.5372] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,42.79661] (Line ) [98.28815,42.79661] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,36.90192] (Line ) [98.28815,36.90192] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,31.00714] (Line ) [98.28815,31.00714] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,25.75444] (Line ) [98.28815,25.75444] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [9.331407,54.47808] (Line ) [98.28815,54.47808] fwd: T Text T ". " Xerox/PressFonts/TimesRoman [19.13513 0.0 11.27023 0.0 19.13513 17.96285][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T ". " Xerox/PressFonts/TimesRoman [19.13513 0.0 11.27023 0.0 19.13513 12.78042][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T ". " Xerox/PressFonts/TimesRoman [19.13513 0.0 11.27023 0.0 19.13513 7.7973][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 3.0 c: T [1 1.0] d: T F [326.6013,153.5035] (Line ) [425.0675,153.5035] (Line ) [425.0675,59.42238] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 3.0 c: T [1 1.0] d: T F [425.0675,59.42238] (Line ) [326.7107,59.42238] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 3.0 c: T [1 1.0] d: T F [326.7107,153.7683] (Line ) [326.7107,59.42238] fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.4844,158.5101] (Line ) [360.9644,173.5502] (Line ) [368.4844,166.03] (Line ) [376.0045,173.5502] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [368.4844,158.5101] (Line ) [360.9644,173.5502] (Line ) [368.4844,166.03] (Line ) [376.0045,173.5502] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [210.6195,156.9155] (Line ) [203.0992,171.9557] (Line ) [210.6195,164.4355] (Line ) [218.1394,171.9557] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [210.6195,156.9155] (Line ) [203.0992,171.9557] (Line ) [210.6195,164.4355] (Line ) [218.1394,171.9557] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [153.9865,137.1589] (Line ) [153.9865,147.5238] (Line ) [185.081,147.5238] (Line ) [185.081,137.1589] (Line ) fwd: T 33Z 2< ) UInterpress/Xerox/3.0 fjkj=xj LXeroxResearch ChipNDaleCDCommente^2,cwe^Î2xjk62/{,cw62xjk\kfʎr\͎kxjkDk8/!Dkxjk~ 6_Kq~ 6xjkD0)rE!s^yD0)rExjktI 6ώKqtI 6xjktITώNftITxjkkNo i=!-+kNoxjkk# i= wk#xjka=C$Uaxjk2*,cw2xjk2$,cw2xjk92Eq>692xjk9,cwEq.|9,cwxjk9<wEq_9<wxjkWe{ZIWexjkrWJzu<wrWJzxjkrWJzwIJrWJzxjkaJzwI_aJzxjkrW<wa_rW<wxjkrWIaArWIxjkrWea=rWexjk\k8/ x\͎kxjk\ JD!\͎ Jxjke8'(ePWCe8'(exjk=DJ*}q;NaL=DJ*}xjk=D'l2=D'lxjk,2^y9 ,2^yxjk=D'lGix)rE=D'lxjk2eͩI2exjku^e}Iu^exjkq;N'laLq;N'lxjk~T_Nf~Txjk(2,cw(2xjkxjXerox PressFonts Helvetica-mrr 3X Main MemorykxjXerox PressFonts Helvetica-mrr)4aidkxjXerox PressFonts Helvetica-mrrx4rpkxjXerox PressFonts Helvetica-mrr9~4vpkxjXerox PressFonts Helvetica-mrr;4flagskxjXerox PressFonts Helvetica-mrr:flagskxjXerox PressFonts Helvetica-mrrJuaidkxjXerox PressFonts Helvetica-mrrg:vpkxjXerox PressFonts Helvetica-mrrj:rpkxjXerox PressFonts Helvetica-mrrK9:aidkxjXerox PressFonts Helvetica-mrr 3: Map Tableke^2,cwe^Î2xjk62/{,cw62xjk\kfʎr\͎kxjkDk8/!Dkxjk~ 6_Kq~ 6xjkD0)rE!s^yD0)rExjkEU)rE`Ns^yEU)rExjktI 6ώKqtI 6xjktITώNftITxjkkNo i=!-+kNoxjkk# i= wk#xjka=C$Uaxjk2*,cw2xjk2$,cw2xjk92O %Eq>692xjk9,cwEq8*9.|,cwxjk9<wEq_9<wxjkWe{ZIWexjkxjiJ*}ikrWJzu<wrWJzxjkrWJzwIJrWJzxjkaJzwI_aJzxjkrW<wa_rW<wxjkrWIaArWIxjkrWea=rWexjk\k8/ x\͎kxjk\ JD!\͎ Jxjke8'(ePWCe8'(exjk=DJ*}q;NaL=DJ*}xjk=D'l2=D'lxjk,2^y9 ,2^yxjk=D'lGix)rE=D'lxjk2eͩI2exjku^e}Iu^exjkq;N'laLq;N'lxjk~T_Nf~Txjk(2,cw(2xjkxjXerox PressFonts Helvetica-mrr 36YIw٠Processor CachekxjXerox PressFonts Helvetica-mrr 3X Main MemorykxjXerox PressFonts Helvetica-mrr 3, byDynaBuskxjXerox PressFonts Helvetica-mrr)4aidkxjXerox PressFonts Helvetica-mrrx4rpkxjXerox PressFonts Helvetica-mrr9~4vpkxjXerox PressFonts Helvetica-mrr;4flagskxjXerox PressFonts Helvetica-mrr:flagskxjXerox PressFonts Helvetica-mrrhEflagskxjXerox PressFonts Helvetica-mrrg:vpkxjXerox PressFonts Helvetica-mrrj:rpkxjXerox PressFonts Helvetica-mrrK9:aidkxjXerox PressFonts Helvetica-mrr;SvakxjXerox PressFonts Helvetica-mrrQ.X͠rakxjXerox PressFonts Helvetica-mrr 3\}U ProcessorkxjXerox PressFonts Helvetica-mrr 3: Map TablekOeFY Oexjk IK/w- +K/w-Re IKxjkOeFY Oexjk IK/w- +K/w-Re IKxjk$eVhm7]!$exjklAEX@(-%cEX@(uLlAEXxjk$eVhm7]!$exjklAEX@(-%cEX@(uLlAEXxjk+9sَ+xjk+9sَ+xjkWM_!OUu%BWM_!xjk"!}u%B"!xjkhq:K3&7F ˏhq:Kxjkhq:K3&7F ˏhq:Kxjkxj7WIBtMgt%Dt.;fTbGaXwudK_i3k ZDmYF% BeF% Zxjk$O0@x c+˗$O0=4+˗$O0@x xjkwX{.3',1X{.3gwX{xjkJ7fm2C\EfmB[J7fxjkxjUa=V2IQ:]mPb|šS7gj`;$/ Cykxj$(̙ێ_PWkxjAlAێkxje8=ێkxjGkE5#Ukxj:R%#UkxjH](#UkxjXerox PressFonts Helvetica-mrrR\Abdatak k; PbJ#{?s7 Pb뎘kxjUr_e8CkxjyCyEaU5*G- .TqZkxjUiUkxjTqZBJ''EaJ#{kxj#J#{$kxj#$0LQr[#KkxjUVߏkxjY2S;MSW*K.h9kFo%1 FoTq\ Fo%xjkUL} >cUҗ"m9>cUL}xjk.'%I9,@_.')W@_.'%I9xjk*ctәh`d9*c) 'sd9*ctӗxjkxj"H1Vkxj.DW_,P]KGh)U,-kmG|؉ 3kxjXerox PressFonts Helvetica-mrraywVeDJq kxjI1ՙ5&AkxjI15&A~xf^EL@[ ܡkxjf^EL@[kxjL@[;T*5&Ackxj.Q X؉1qaW}%K<GWqyJYkxjyJYPk{G -7Q졔kkxj4J#{Vikxj(5  i=>KG/Y6TFS1ӡbkxj!"8G5Ǐ!"8kxjGt)85Ǐkxj$5ǏkxjH< #ŏkxj#%< #ŏkxj I$5Ǐkxj#n8<kxj,%#<kxjXerox PressFonts Helvetica-mrr'% 3 )Data:kxj!"5ǙG!"5ǏkxjGt)5ǙkxjRՙkxjH#ř+=Gkxj#%#ř+=Gkxj IRՙkxj#n5Ǚm͏kxj,%4%m͏kxj!"GkL!"kxjGt)G"kxjΙG"kxjH+=G7kxj#%+=GG"kxj IΙkLkxj#nG"kxj,%<͙G"kxj!"$}Gkxj!"!gיGkxj!""5Gkxj!"!.Gkxj!" ;Gkxj!"Gkxj!"Gkxj!""ZGkxj!"+͙GkxjXerox PressFontsTimesRoman-MRR% נ. kxjXerox PressFontsTimesRoman-MRR%  ֠. kxjXerox PressFontsTimesRoman-MRR%  _. kxjYFVV4/ΏkxjV4/Ιikxji)rE/ΏkxjXerox PressFonts Helvetica-mrrayw1 software trapkxjXerox PressFonts Helvetica-mrrayw9k load datakLo~A3DIsLog ՗)S=sLo~AxjkFe3ƙ&6Fe:V~Fe3ƗxjkR%}'#CI[R%}CRI[R%}'xjkdlCczQzdlʗh zdlCcxjk[]m=^c) =@^c[xjkL. #]vL>_-|vL. #xjkJ%4B;?\]!2r?\]J%xjkIoIUvDIo—0yKDIoIUxjkOzy iNsOzxjk]9Aj2Q9Aj]9Axjk]'H1VLP:E<%H1VLP A']'H1VxjkxjXerox PressFonts Helvetica-mrrayw0 virtual addrkxjXerox PressFonts Helvetica-mrraywY]NiMapRequest[aid, virtualPage]kxjXerox PressFonts Helvetica-mrrayw@BTtMapReply[realPage, flags]kxjXerox PressFonts Helvetica-mrraywAF=}FMapRequest[aid, virtualPage]kxjXerox PressFonts Helvetica-mrraywQRK!YMapReply[faultcode]kxjkc[yPw*{Z .*{Z*cMk|Y7SF34Q|YBfX?4Q|Y7Sxjk>-J4B;$+r>-JxjkxjXerox PressFonts Helvetica-mrrayw6imReadBlockRequest[addr]kxjXerox PressFonts Helvetica-mrrayw&Tq3ReadBlockReply[data]kxj$/Cyq"A%LǡMv W[yCy kxji$XAZ/ $XAikxjdy]=[dy]'9#'9 JQH'9QH=[ JQH"%5#"%5 Jdy]"%5dy]=[ Jkxj'q]=n['q](9gH(9 J"iH(9"iH=n[ J"iH"Z5gH"Z5 J'q]"Z5'q]=n[ JkxjXerox PressFonts Helvetica-mrr ՠo1akxjXerox PressFonts Helvetica-mrr ՠ:Fk1bkxjXerox PressFonts Helvetica-mrr ՠo3I2akxjdy]U[dy]7`9#7`9 JQH7`9QHU[ JQH05#05 Jdy]05dy]U[ Jkxj'q]U['q]7`9gH7`9 J"iH7`9"iHU[ J"iH05gH05 J'q]05'q]U[ JkxjXerox PressFonts Helvetica-mrr ՠ%YVE%J2bkxjXerox PressFonts Helvetica-mrr 3 Map Cachekkkg Interpress90.0 mm xmin 0.0 mm ymin 151.367 mm xmax 88.26561 mm ymax 91.08783 mm bigger topLeading 91.08783 mm bigger topIndent 1.411111 mm bigger bottomLeading 0.5 0.3 0.95 backgroundColor the topLeading 6 pt .sub backgroundAscent 3 pt backgroundDescent 4 pt outlineBoxThickness 1 pt outlineBoxBearoffūGargoyle file for scene: stuffed from ///Users/bland.pa/dynabus/Figure27.gargoyle at February 9, 1989 12:02:13 pm PST Produced by version 8811.30 Scripts: Slope: [F 150.0] [F 135.0] [F 120.0] [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] Angle: [F 90.0] [F 60.0] [F 45.0] [F 30.0] [F 0.0] [F -30.0] [F -45.0] [F -60.0] [F -90.0] Radius: [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.125 1/8] [F 0.25 1/4] [F 0.3333333 1/3] [F 0.5 1/2] [F 0.6666667 2/3] [F 0.75 3/4] [F 1.0 1] [F 2.0 2] [F 4.0 4] LineDistance: [F 0.0 0] [F 5.555556e-2 1/18] [F 0.1111111 1/9] [F 0.5 1/2] [F 1.0 1] Midpoints: T Heuristics: T ShowAlignments: T ScaleUnit: 72.0 DisplayStyle: print Gravity: F GravityExtent: 0.3472222 GravityType: pointsPreferred DefaultFont: Xerox/PressFonts/Helvetica-mrr [r1: 0.0 s: [11.28013 11.28013] r2: 0.0] 1.0 1.0 Defaults: [1 0.5] [1 1.0] 0.7910357 round round Dashed: F Shadows: []F Anchor: F PaletteForFillColor: F PaletteForStrokeColor: F Entities: [228]: Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [95.00104,86.08723] (Line ) [95.94109,86.08723] (Line ) [95.94109,95.48742] (Line ) [95.00104,95.48742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [96.88113,86.08723] (Line ) [97.82115,86.08723] (Line ) [97.82115,95.48742] (Line ) [96.88113,95.48742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [127.6999,18.07162] (Line ) [130.5198,18.07162] (Line ) [130.5198,46.27194] (Line ) [127.6999,46.27194] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [302.5418,18.07162] (Line ) [305.3618,18.07162] (Line ) [305.3618,47.21197] (Line ) [302.5418,47.21197] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.4841,155.6481] (Line ) [370.4241,155.6481] (Line ) [370.4241,171.6283] (Line ) [369.4841,171.6283] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [367.6041,153.7681] (Line ) [372.3043,153.7681] (Line ) [372.3043,200.7686] (Line ) [367.6041,200.7686] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [211.5624,155.6481] (Line ) [212.5024,155.6481] (Line ) [212.5024,171.6283] (Line ) [211.5624,171.6283] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [211.5624,180.0884] (Line ) [212.5024,180.0884] (Line ) [212.5024,196.0687] (Line ) [211.5624,196.0687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [55.33868,181.5315] (Line ) [56.2787,181.5315] (Line ) [56.2787,197.5117] (Line ) [55.33868,197.5117] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [55.33868,157.0913] (Line ) [56.2787,157.0913] (Line ) [56.2787,173.0715] (Line ) [55.33868,173.0715] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [53.45865,155.2112] (Line ) [58.15868,155.2112] (Line ) [58.15868,202.2117] (Line ) [53.45865,202.2117] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [27.32035,86.08723] (Line ) [28.26031,86.08723] (Line ) [28.26031,95.48742] (Line ) [27.32035,95.48742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [49.88051,86.08723] (Line ) [50.82065,86.08723] (Line ) [50.82065,95.48742] (Line ) [49.88051,95.48742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [10.40014,86.08723] (Line ) [98.76111,86.08723] (Line ) [98.76111,87.02732] (Line ) [10.40014,87.02732] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [10.40014,95.48742] (Line ) [98.76111,95.48742] (Line ) [98.76111,96.42742] (Line ) [10.40014,96.42742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [10.40014,129.3277] (Line ) [98.76111,129.3277] (Line ) [98.76111,130.2678] (Line ) [10.40014,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.8046,106.7675] (Line ) [396.7444,106.7675] (Line ) [396.7444,116.1677] (Line ) [395.8046,116.1677] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,80.44726] (Line ) [336.5838,80.44726] (Line ) [336.5838,129.3277] (Line ) [335.6437,129.3277] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,80.44726] (Line ) [417.4247,80.44726] (Line ) [417.4247,81.38723] (Line ) [335.6437,81.38723] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [416.4846,80.44726] (Line ) [417.4247,80.44726] (Line ) [417.4247,130.2678] (Line ) [416.4846,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,129.3277] (Line ) [416.4846,129.3277] (Line ) [416.4846,130.2678] (Line ) [335.6437,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,116.1677] (Line ) [416.4846,116.1677] (Line ) [416.4846,117.1077] (Line ) [335.6437,117.1077] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,106.7675] (Line ) [416.4846,106.7675] (Line ) [416.4846,107.7075] (Line ) [335.6437,107.7075] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [127.6999,18.07162] (Line ) [305.3618,18.07162] (Line ) [305.3618,20.89167] (Line ) [127.6999,20.89167] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [127.6999,44.39188] (Line ) [302.5418,44.39188] (Line ) [302.5418,47.21197] (Line ) [127.6999,47.21197] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.1617,99.24749] (Line ) [236.9426,99.24749] (Line ) [236.9426,100.1875] (Line ) [155.1617,100.1875] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.5216,151.888] (Line ) [283.003,151.888] (Line ) [283.003,154.7081] (Line ) [149.5216,154.7081] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.5216,91.72742] (Line ) [285.8232,91.72742] (Line ) [285.8232,94.54745] (Line ) [149.5216,94.54745] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [14.1602,200.7686] (Line ) [422.1246,200.7686] (Line ) [422.1246,205.4688] (Line ) [14.1602,205.4688] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.5216,91.72742] (Line ) [152.3417,91.72742] (Line ) [152.3417,153.7681] (Line ) [149.5216,153.7681] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [375.1242,106.7675] (Line ) [376.0643,106.7675] (Line ) [376.0643,116.1677] (Line ) [375.1242,116.1677] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [352.5639,106.7675] (Line ) [353.504,106.7675] (Line ) [353.504,116.1677] (Line ) [352.5639,116.1677] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [283.003,91.72742] (Line ) [285.8232,91.72742] (Line ) [285.8232,154.7081] (Line ) [283.003,154.7081] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.4841,180.0884] (Line ) [370.4241,180.0884] (Line ) [370.4241,196.0687] (Line ) [369.4841,196.0687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [70.5608,86.08723] (Line ) [71.50076,86.08723] (Line ) [71.50076,95.48742] (Line ) [70.5608,95.48742] (Line ) fwd: T Text T "Main Memory" Xerox/PressFonts/Helvetica [11.28013 0.0 8.520042 0.0 11.28013 134.9678][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "aid" Xerox/PressFonts/Helvetica [5.64006 0.0 14.16016 0.0 5.64006 87.96729][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "rp" Xerox/PressFonts/Helvetica [5.64006 0.0 55.52057 0.0 5.64006 87.96729][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "vp" Xerox/PressFonts/Helvetica [5.64006 0.0 32.96032 0.0 5.64006 87.96729][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.64006 0.0 72.44075 0.0 5.64006 87.96729][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.64006 0.0 397.6843 0.0 5.64006 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "aid" Xerox/PressFonts/Helvetica [5.64006 0.0 163.3932 0.0 5.64006 145.1249][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "vp" Xerox/PressFonts/Helvetica [5.64006 0.0 358.2039 0.0 5.64006 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "rp" Xerox/PressFonts/Helvetica [5.64006 0.0 380.7642 0.0 5.64006 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "aid" Xerox/PressFonts/Helvetica [5.64006 0.0 339.4036 0.0 5.64006 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Map Table" Xerox/PressFonts/Helvetica [11.28013 0.0 17.92018 0.0 11.28013 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [95.00104,86.08723] (Line ) [95.94109,86.08723] (Line ) [95.94109,95.48742] (Line ) [95.00104,95.48742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [96.88113,86.08723] (Line ) [97.82115,86.08723] (Line ) [97.82115,95.48742] (Line ) [96.88113,95.48742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [127.6999,18.07162] (Line ) [130.5198,18.07162] (Line ) [130.5198,46.27194] (Line ) [127.6999,46.27194] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [302.5418,18.07162] (Line ) [305.3618,18.07162] (Line ) [305.3618,47.21197] (Line ) [302.5418,47.21197] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.4841,155.6481] (Line ) [370.4241,155.6481] (Line ) [370.4241,171.6283] (Line ) [369.4841,171.6283] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [367.6041,153.7681] (Line ) [372.3043,153.7681] (Line ) [372.3043,200.7686] (Line ) [367.6041,200.7686] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [209.6824,153.7681] (Line ) [214.3826,153.7681] (Line ) [214.3826,200.7686] (Line ) [209.6824,200.7686] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [211.5624,155.6481] (Line ) [212.5024,155.6481] (Line ) [212.5024,171.6283] (Line ) [211.5624,171.6283] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [211.5624,180.0884] (Line ) [212.5024,180.0884] (Line ) [212.5024,196.0687] (Line ) [211.5624,196.0687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [55.33868,181.5315] (Line ) [56.2787,181.5315] (Line ) [56.2787,197.5117] (Line ) [55.33868,197.5117] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [55.33868,157.0913] (Line ) [56.2787,157.0913] (Line ) [56.2787,173.0715] (Line ) [55.33868,173.0715] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [53.45865,155.2112] (Line ) [58.15868,155.2112] (Line ) [58.15868,202.2117] (Line ) [53.45865,202.2117] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [27.32035,86.08723] (Line ) [28.26031,86.08723] (Line ) [28.26031,95.48742] (Line ) [27.32035,95.48742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [49.88051,86.08723] (Line ) [50.82065,86.08723] (Line ) [50.82065,95.48742] (Line ) [49.88051,95.48742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [10.40014,86.08723] (Line ) [99.98735,86.72973] (Line ) [98.76111,87.02732] (Line ) [10.40014,87.02732] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [10.40014,95.48742] (Line ) [98.76111,95.48742] (Line ) [100.1867,96.49665] (Line ) [10.40014,96.42742] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [10.40014,129.3277] (Line ) [98.76111,129.3277] (Line ) [98.76111,130.2678] (Line ) [10.40014,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [395.8046,106.7675] (Line ) [396.7444,106.7675] (Line ) [396.7444,116.1677] (Line ) [395.8046,116.1677] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T round w: 1.0 c: T [1 1.0] d: T F [328.1238,151.888] (Line ) [328.1238,151.888] fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,80.44726] (Line ) [336.5838,80.44726] (Line ) [336.5838,129.3277] (Line ) [335.6437,129.3277] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,80.44726] (Line ) [417.4247,80.44726] (Line ) [417.4247,81.38723] (Line ) [335.6437,81.38723] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [416.4846,80.44726] (Line ) [417.4247,80.44726] (Line ) [417.4247,130.2678] (Line ) [416.4846,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,129.3277] (Line ) [416.4846,129.3277] (Line ) [416.4846,130.2678] (Line ) [335.6437,130.2678] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,116.1677] (Line ) [416.4846,116.1677] (Line ) [416.4846,117.1077] (Line ) [335.6437,117.1077] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [335.6437,106.7675] (Line ) [416.4846,106.7675] (Line ) [416.4846,107.7075] (Line ) [335.6437,107.7075] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [127.6999,18.07162] (Line ) [305.3618,18.07162] (Line ) [305.3618,20.89167] (Line ) [127.6999,20.89167] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [127.6999,44.39188] (Line ) [302.5418,44.39188] (Line ) [302.5418,47.21197] (Line ) [127.6999,47.21197] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [155.1617,99.24749] (Line ) [236.9426,99.24749] (Line ) [236.9426,100.1875] (Line ) [155.1617,100.1875] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.5216,151.888] (Line ) [283.003,151.888] (Line ) [283.003,154.7081] (Line ) [149.5216,154.7081] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.5216,91.72742] (Line ) [285.8232,91.72742] (Line ) [285.8232,94.54745] (Line ) [149.5216,94.54745] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [14.1602,200.7686] (Line ) [422.1246,200.7686] (Line ) [422.1246,205.4688] (Line ) [14.1602,205.4688] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [149.5216,91.72742] (Line ) [152.3417,91.72742] (Line ) [152.3417,153.7681] (Line ) [149.5216,153.7681] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [375.1242,106.7675] (Line ) [376.0643,106.7675] (Line ) [376.0643,116.1677] (Line ) [375.1242,116.1677] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [352.5639,106.7675] (Line ) [353.504,106.7675] (Line ) [353.504,116.1677] (Line ) [352.5639,116.1677] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [283.003,91.72742] (Line ) [285.8232,91.72742] (Line ) [285.8232,154.7081] (Line ) [283.003,154.7081] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [369.4841,180.0884] (Line ) [370.4241,180.0884] (Line ) [370.4241,196.0687] (Line ) [369.4841,196.0687] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: F fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [70.5608,86.08723] (Line ) [71.50076,86.08723] (Line ) [71.50076,95.48742] (Line ) [70.5608,95.48742] (Line ) fwd: T Text T "Processor Cache" Xerox/PressFonts/Helvetica [11.28013 0.0 190.5891 0.0 11.28013 141.5438][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Main Memory" Xerox/PressFonts/Helvetica [11.28013 0.0 8.520042 0.0 11.28013 134.9678][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "DynaBus" Xerox/PressFonts/Helvetica [11.28013 0.0 31.49989 0.0 11.28013 209.3141][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "aid" Xerox/PressFonts/Helvetica [5.64006 0.0 14.16016 0.0 5.64006 87.96729][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "rp" Xerox/PressFonts/Helvetica [5.64006 0.0 55.52057 0.0 5.64006 87.96729][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "vp" Xerox/PressFonts/Helvetica [5.64006 0.0 32.96032 0.0 5.64006 87.96729][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.64006 0.0 72.44075 0.0 5.64006 87.96729][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.64006 0.0 397.6843 0.0 5.64006 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "flags" Xerox/PressFonts/Helvetica [5.64006 0.0 186.2168 0.0 5.64006 109.6452][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "vp" Xerox/PressFonts/Helvetica [5.64006 0.0 358.2039 0.0 5.64006 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "rp" Xerox/PressFonts/Helvetica [5.64006 0.0 380.7642 0.0 5.64006 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "aid" Xerox/PressFonts/Helvetica [5.64006 0.0 339.4036 0.0 5.64006 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "va" Xerox/PressFonts/Helvetica [5.64006 0.0 159.5787 0.0 5.64006 110.0507][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "ra" Xerox/PressFonts/Helvetica [5.64006 0.0 174.2826 0.0 5.64006 110.0439][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Processor" Xerox/PressFonts/Helvetica [11.28013 0.0 188.584 0.0 11.28013 27.51694][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Text T "Map Table" Xerox/PressFonts/Helvetica [11.28013 0.0 17.92018 0.0 11.28013 108.6475][2 Xerox/Research/ChipNDale/CD/Comment] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [22.28509,202.1386] (Line ) [22.28509,203.0786] (Line ) [6.304909,203.0786] (Line ) [6.304909,202.1386] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [6.774902,202.6086] (Line ) [21.81508,195.0884] (Line ) [14.295,202.6086] (Line ) [21.81508,210.1287] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [22.28509,202.1386] (Line ) [22.28509,203.0786] (Line ) [6.304909,203.0786] (Line ) [6.304909,202.1386] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [6.774902,202.6086] (Line ) [21.81508,195.0884] (Line ) [14.295,202.6086] (Line ) [21.81508,210.1287] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [413.5049,201.9959] (Line ) [413.5049,202.9358] (Line ) [429.4849,202.9358] (Line ) [429.4849,201.9959] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [429.0153,202.4659] (Line ) [413.975,194.9459] (Line ) [421.495,202.4659] (Line ) [413.975,209.986] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [413.5049,201.9959] (Line ) [413.5049,202.9358] (Line ) [429.4849,202.9358] (Line ) [429.4849,201.9959] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [429.0153,202.4659] (Line ) [413.975,194.9459] (Line ) [421.495,202.4659] (Line ) [413.975,209.986] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [188.4977,71.65604] (Line ) [189.4377,71.65604] (Line ) [189.4377,87.63612] (Line ) [188.4977,87.63612] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [188.4977,71.65604] (Line ) [189.4377,71.65604] (Line ) [189.4377,87.63612] (Line ) [188.4977,87.63612] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [235.2526,46.13299] (Line ) [239.9529,46.13299] (Line ) [239.9529,93.13354] (Line ) [235.2526,93.13354] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [186.6177,46.13299] (Line ) [191.3177,46.13299] (Line ) [191.3177,93.13354] (Line ) [186.6177,93.13354] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [237.1328,72.45332] (Line ) [238.0728,72.45332] (Line ) [238.0728,88.43348] (Line ) [237.1328,88.43348] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [237.1328,72.45332] (Line ) [238.0728,72.45332] (Line ) [238.0728,88.43348] (Line ) [237.1328,88.43348] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [194.0685,45.86828] (Line ) [193.6699,183.0034] (Conic [195.342,190.7452] 0.4452304 ) [203.2373,191.3751] (Line ) [355.5212,191.3751] (Conic [362.6051,190.6134] 0.4549289 ) [364.69,183.8006] (Line ) [364.69,153.902] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [193.6428,174.3007] (Line ) [196.8202,167.946] (Line ) [193.6428,169.5347] (Line ) [190.4656,167.946] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [193.6458,61.81272] (Line ) [196.8231,55.45815] (Line ) [193.6458,57.04676] (Line ) [190.4686,55.45815] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [228.7239,184.2114] (Line ) [235.0784,187.3887] (Line ) [233.4898,184.2114] (Line ) [235.0784,181.034] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [348.3455,191.3751] (Line ) [341.9909,194.5522] (Line ) [343.5796,191.3751] (Line ) [341.9909,188.1978] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [5] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [358.3116,153.5034] (Line ) [358.3116,175.6575] (Conic [357.8447,182.8473] 0.4392937 ) [350.7374,184.0292] (Line ) [206.8252,184.0292] (Conic [198.2536,185.2256] 0.3567701 ) [200.4468,176.8534] (Line ) [200.4468,143.5372] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [236.3251,99.68575] (Line ) [275.3927,99.68575] (Line ) [275.3927,130.2678] (Line ) [236.9426,130.2678] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [156.1018,117.1077] (Line ) [275.3927,117.1077] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [155.1617,107.7075] (Line ) [275.3927,107.7075] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [170.1496,117.2264] (Line ) [170.1496,107.6588] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [183.3049,117.027] (Line ) [183.3049,107.6588] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [200.2474,116.8277] (Line ) [200.2474,107.6588] fwd: T Text T "data" Xerox/PressFonts/Helvetica [5.64006 0.0 230.2718 0.0 5.64006 109.3987][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [10.09206,70.58447] (Line ) [99.15981,70.32774] (Line ) [99.15981,71.26776] (Line ) [10.7988,71.26776] (Line ) fwd: T Outline fillColor: [2 Xerox/Research/ChipNDale/CD/Comment] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [10.7988,70.32774] (Line ) [99.15981,70.32774] (Line ) [99.15981,71.26776] (Line ) [10.7988,71.26776] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.29136,130.3818] (Line ) [10.29136,70.98317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [99.70108,130.2678] (Line ) [99.70108,71.52366] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 3.0 c: T [1 1.0] d: T F [107.6913,4.408798] (Line ) [107.5617,154.3008] (Line ) [3.913033,154.3008] (Line ) [3.913033,4.408798] (Line ) [107.5617,4.408798] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [236.0027,130.2678] (Line ) [155.1617,130.2678] (Line ) [155.1617,100.1875] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [162.9738,143.5372] (Line ) [162.9738,183.9484] (Conic [161.3015,191.6902] 0.445234 ) [153.4063,192.3201] (Line ) [76.86572,192.1722] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [68.49414,196.3066] (Line ) [68.49414,196.3066] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [76.86572,192.1722] (Conic [68.28786,192.5262] 0.4038212 ) [68.64188,183.9484] (Line ) [68.64188,154.3008] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [73.27788,154.3008] (Line ) [73.27788,174.6317] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [73.27788,174.6317] (Conic [72.30409,183.1491] 0.4095515 ) [80.85224,183.8006] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [157.7914,153.5034] (Line ) [157.7914,174.2332] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [157.3927,175.0305] (Conic [156.4458,182.9036] 0.4444486 ) [148.6225,184.1994] (Line ) [80.45357,184.1994] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [162.7207,173.6487] (Line ) [165.898,167.2941] (Line ) [162.7207,168.8828] (Line ) [159.5436,167.2941] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [157.7914,155.696] (Line ) [160.9687,162.0505] (Line ) [157.7914,160.4619] (Line ) [154.6141,162.0505] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [68.29478,167.4561] (Line ) [71.47206,173.8106] (Line ) [68.29478,172.2221] (Line ) [65.11754,173.8106] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [72.82548,174.0474] (Line ) [76.00284,167.6928] (Line ) [72.82548,169.2813] (Line ) [69.64826,167.6928] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [176.5279,49.85476] (Line ) [176.5279,214.8953] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [176.9265,215.2939] (Conic [177.8394,222.7526] 0.4406476 ) [185.2981,223.6657] (Line ) [379.8387,223.6657] (Conic [387.3381,223.1049] 0.4407284 ) [388.609,215.6926] (Line ) [389.0076,155.098] fwd: T Text T " " Xerox/PressFonts/Helvetica [5.581078 0.0 383.5841 0.0 5.581078 154.708][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [384.9796,153.9108] (Line ) [384.9796,209.3231] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T round w: 1.0 c: T [1 1.0] d: T F [384.9796,209.3231] (Conic [383.8948,213.4207] 0.463669 ) [379.7972,214.5054] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: miter e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [379.7972,214.5054] (Line ) [184.4594,214.5054] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [184.4594,214.5054] (Conic [180.0595,213.723] 0.4505444 ) [179.277,209.3231] (Line ) [179.277,35.5034] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [44.57518,155.4966] (Line ) [44.57518,215.6926] (Conic [44.21254,219.6659] 0.3947515 ) [48.1954,219.4315] (Conic [52.1783,219.1972] 0.3947506 ) [51.3522,215.2939] (Line ) [162.9738,215.146] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [162.9738,215.146] (Conic [167.374,214.3639] 0.4505346 ) [168.1562,209.9637] (Line ) [168.5549,37.49665] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [48.96028,154.3008] (Line ) [48.96028,212.1048] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [49.359,217.6858] (Conic [50.53532,223.4291] 0.4549253 ) [56.2787,224.6056] (Line ) [216.3927,224.4629] (Conic [224.2332,226.0578] 0.3749902 ) [223.5685,218.0844] (Line ) [223.5685,154.6994] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,57.45634] (Line ) [99.70108,57.45634] (Line ) [99.70108,45.66686] (Line ) [10.74439,45.66686] (Line ) [10.74439,57.45634] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [22.61063,57.45634] (Line ) [22.61063,45.66686] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [16.66977,57.03048] (Line ) [16.66977,45.66686] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [28.62923,57.4291] (Line ) [28.62923,45.63958] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [31.41979,57.4291] (Line ) [31.41979,45.63958] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [48.56164,57.03048] (Line ) [48.56164,45.66686] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [82.84546,57.45634] (Line ) [82.84546,46.03821] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [65.70348,57.2298] (Line ) [65.70348,46.03821] fwd: T Text T "Data:" Xerox/PressFonts/Helvetica [7.97297 0.0 10.65472 0.0 7.97297 60.2195][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,45.66686] (Line ) [99.70108,45.66686] (Line ) [99.70108,33.87742] (Line ) [10.74439,33.87742] (Line ) [10.74439,45.66686] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [22.61063,45.66686] (Line ) [22.61063,33.87742] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [16.66977,45.24094] (Line ) [16.66977,33.87742] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [28.62923,45.63958] (Line ) [28.62923,33.85015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [31.41979,45.63958] (Line ) [31.41979,33.85015] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [48.56164,45.24094] (Line ) [48.56164,33.87742] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [82.84546,45.66686] (Line ) [82.84546,34.24879] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [65.70348,45.44028] (Line ) [65.70348,34.24879] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [4] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,33.87742] (Line ) [99.70108,33.87742] (Line ) [99.70108,22.68374] (Line ) [10.74439,22.68374] (Line ) [10.74439,33.87742] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [22.61063,33.87742] (Line ) [22.61063,22.88404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [16.66977,33.45145] (Line ) [16.66977,22.88404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [28.62923,33.85015] (Line ) [28.62923,22.72991] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [31.41979,33.85015] (Line ) [31.41979,22.88404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [48.56164,33.45145] (Line ) [48.56164,22.68374] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [82.84546,33.87742] (Line ) [82.84546,22.88404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [65.70348,33.65076] (Line ) [65.70348,22.88404] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,51.60773] (Line ) [99.70108,51.60773] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,39.7721] (Line ) [99.70108,39.7721] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,28.6246] (Line ) [99.70108,28.6246] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,48.53713] (Line ) [99.70108,48.53713] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,42.7966] (Line ) [99.70108,42.7966] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,36.90183] (Line ) [99.70108,36.90183] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,31.00709] (Line ) [99.70108,31.00709] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,25.75434] (Line ) [99.70108,25.75434] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [10.74439,54.47807] (Line ) [99.70108,54.47807] fwd: T Text T ". " Xerox/PressFonts/TimesRoman [19.13513 0.0 12.68327 0.0 19.13513 17.96279][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T ". " Xerox/PressFonts/TimesRoman [19.13513 0.0 12.68327 0.0 19.13513 12.78037][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T ". " Xerox/PressFonts/TimesRoman [19.13513 0.0 12.68327 0.0 19.13513 7.797264][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 3.0 c: T [1 1.0] d: T F [328.0143,153.5034] (Line ) [426.4807,153.5034] (Line ) [426.4807,59.42232] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 3.0 c: T [1 1.0] d: T F [426.4807,59.42232] (Line ) [328.1238,59.42232] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [1] arrows: 0 j: round e: T round w: 3.0 c: T [1 1.0] d: T F [328.1238,153.7681] (Line ) [328.1238,59.42232] fwd: T Text T "software trap" Xerox/PressFonts/Helvetica [5.581078 0.0 99.01553 0.0 5.581078 216.5][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "load data" Xerox/PressFonts/Helvetica [5.581078 0.0 102.7902 0.0 5.581078 225.6687][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [176.6036,61.0154] (Line ) [179.7808,54.66085] (Line ) [176.6036,56.24947] (Line ) [173.4263,54.66085] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [179.6931,55.23803] (Line ) [182.8704,61.59258] (Line ) [179.6931,60.00397] (Line ) [176.5159,61.59258] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [168.232,60.61674] (Line ) [171.4092,54.26225] (Line ) [168.232,55.85076] (Line ) [165.0547,54.26225] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [384.9958,173.4343] (Line ) [388.1728,167.0798] (Line ) [384.9958,168.6683] (Line ) [381.8183,167.0798] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [388.9047,167.48] (Line ) [392.0821,173.8345] (Line ) [388.9047,172.2459] (Line ) [385.7277,173.8345] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [44.32207,173.2501] (Line ) [47.49942,166.8956] (Line ) [44.32207,168.4842] (Line ) [41.14488,166.8956] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.5685,168.0541] (Line ) [226.7457,174.4086] (Line ) [223.5685,172.82] (Line ) [220.391,174.4086] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [168.6306,173.833] (Line ) [171.8079,167.4784] (Line ) [168.6306,169.067] (Line ) [165.4533,167.4784] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [49.55827,167.0574] (Line ) [52.73554,173.412] (Line ) [49.55827,171.8235] (Line ) [46.38106,173.412] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [164.5685,224.8615] (Line ) [158.2139,228.0387] (Line ) [159.8025,224.8615] (Line ) [158.2139,221.6844] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [81.25084,214.8953] (Line ) [87.60538,218.0725] (Line ) [86.01677,214.8953] (Line ) [87.60538,211.718] (Line ) fwd: T Text T "virtual addr" Xerox/PressFonts/Helvetica [5.581078 0.0 197.6561 0.0 5.581078 68.59114][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MapRequest[aid, virtualPage]" Xerox/PressFonts/Helvetica [5.581078 0.0 245.1721 0.0 5.581078 192.5809][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MapReply[realPage, flags]" Xerox/PressFonts/Helvetica [5.581078 0.0 248.5606 0.0 5.581078 185.4052][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MapRequest[aid, virtualPage]" Xerox/PressFonts/Helvetica [5.581078 0.0 241.1857 0.0 5.581078 224.8714][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "MapReply[faultcode]" Xerox/PressFonts/Helvetica [5.581078 0.0 253.2317 0.0 5.581078 216.1011][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [2] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T T [3.0 5.0] 0.0 0.0 [168.5549,35.5034] (Conic [169.6884,31.43067] 0.4432954 ) [173.916,31.43064] (Conic [178.1435,31.43064] 0.4432942 ) [179.277,35.5034] fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [358.3146,172.6386] (Line ) [355.1374,166.284] (Line ) [358.3146,167.8726] (Line ) [361.4921,166.284] (Line ) fwd: T Outline fillColor: [1 1.0] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 0.0 c: T [] d: T F [223.5685,215.0946] (Line ) [226.7457,221.4492] (Line ) [223.5685,219.8605] (Line ) [220.391,221.4492] (Line ) fwd: T Text T "ReadBlockRequest[addr]" Xerox/PressFonts/Helvetica [5.581078 0.0 83.24406 0.0 5.581078 194.1655][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "ReadBlockReply[data]" Xerox/PressFonts/Helvetica [5.581078 0.0 86.83183 0.0 5.581078 185.3953][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (open) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [200.4468,143.5372] (Conic [201.2345,136.9692] 0.3819095 ) [194.6664,137.7568] (Line ) [168.7542,137.7568] (Conic [164.1176,138.9006] 0.4611739 ) [162.9738,143.5372] fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [155.2002,143.1385] (Line ) [155.2002,149.9156] (Line ) [177.923,149.9156] (Line ) [177.923,143.1385] (Line ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [276.5699,171.8132] (Conic [276.5699,178.7017] 0.4142136 ) [283.4585,178.7017] (Conic [290.3472,178.7017] 0.4142136 ) [290.3472,171.8132] (Conic [290.3472,164.9245] 0.4142136 ) [283.4585,164.9245] (Conic [276.5699,164.9245] 0.4142136 ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [108.5699,172.8132] (Conic [108.5699,179.7017] 0.4142136 ) [115.4585,179.7017] (Conic [122.3472,179.7017] 0.4142136 ) [122.3472,172.8132] (Conic [122.3472,165.9245] 0.4142136 ) [115.4585,165.9245] (Conic [108.5699,165.9245] 0.4142136 ) fwd: T Text T "1a" Xerox/PressFonts/Helvetica [8.460093 0.0 278.3078 0.0 8.460093 169.5348][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "1b" Xerox/PressFonts/Helvetica [8.460093 0.0 111.2741 0.0 8.460093 169.4392][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "2a" Xerox/PressFonts/Helvetica [8.460093 0.0 278.3078 0.0 8.460093 238.8997][1 1.0] F 1.0 props: ( F ) ls: 1.2 Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [276.5699,241.8132] (Conic [276.5699,248.7017] 0.4142136 ) [283.4585,248.7017] (Conic [290.3472,248.7017] 0.4142136 ) [290.3472,241.8132] (Conic [290.3472,234.9245] 0.4142136 ) [283.4585,234.9245] (Conic [276.5699,234.9245] 0.4142136 ) fwd: T Outline fillColor: [] ow: T fillText: T 0 Children: [1] Traj (fence) [3] arrows: 0 j: round e: T round w: 1.0 c: T [1 1.0] d: T F [108.5699,241.8132] (Conic [108.5699,248.7017] 0.4142136 ) [115.4585,248.7017] (Conic [122.3472,248.7017] 0.4142136 ) [122.3472,241.8132] (Conic [122.3472,234.9245] 0.4142136 ) [115.4585,234.9245] (Conic [108.5699,234.9245] 0.4142136 ) fwd: T Text T "2b" Xerox/PressFonts/Helvetica [8.460093 0.0 111.1744 0.0 8.460093 239.2027][1 1.0] F 1.0 props: ( F ) ls: 1.2 Text T "Map Cache" Xerox/PressFonts/Helvetica [11.28013 0.0 338.5 0.0 11.28013 137.5][] F 1.0 props: ( F ) ls: 1.2 33K   [/[/[@KKU?Interpress/Xerox/3.0 fjkj=xj@xjXerox PressFonts Helvetica-mrr#v?EiCachek!rv9EVs!rlKVs!rvxjk/rl|EWKy/r{ 3WKy/rlxjkxjXerox PressFonts Helvetica-mrr#kb05 Processork!rl9EWKy!r{KWKy!rlxjkxjXerox PressFonts Helvetica-mrr#KEiCachekxjXerox PressFonts Helvetica-mrr#q05 ProcessorkxjXerox PressFonts Helvetica-mrr##EiCachekxjXerox PressFonts Helvetica-mrr#UB05 ProcessorkxjXerox PressFonts Helvetica-mrr#e[kEiCachekxjXerox PressFonts Helvetica-mrr#H~O05 Processorkxjuq89.21:kxjuq kxjXerox PressFonts Helvetica-mrr#SJ xMemorykxj*):kxj21:?jkxj :kxjs7.xJkxjs{4J8K)8kxjs7.J-}4?8>5;'UH)w4kxjXerox PressFonts Helvetica-mrr8I6DeMapRequest[virtualPage]kxjsA84PMkxjsA88$VM@8MAҡ4~)A-P4+MkxjsC8N˙rq}ge1q kxjs1_MFA@4kxjsamv4HUVK[m9"zkxjsA8r#6