Single READ-THEN-CLEAR Command for DRAM in Printing Systems

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional printing systems consume significant computational resources and time due to the need for separate series of commands for reading data from and clearing dynamic random access memory (DRAM) cells, which can be inefficient in large-scale printing processes.

Innovation Solution

Implementing a single READ-THEN-CLEAR command that allows for reading data from and subsequently clearing DRAM cells with a single command, reducing the number of issued commands and the quantity of write data required, thereby optimizing the printing process.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If separate READ and WRITE commands are used to clear DRAM cells, then data can be read and cleared, but the number of commands increases and computational resources are consumed

Engineering Contradiction:
Improvedata reading and clearing functionalityVSAvoidnumber of DRAM commands
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent combines the READ and WRITE operations into a single READ-THEN-CLEAR command. When this command is executed, the DRAM device reads the data from the specified memory location and automatically clears it, eliminating the need for separate READ and WRITE commands. This merging of operations directly reduces the number of commands issued and the computational resources required.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The READ-THEN-CLEAR command serves multiple functions simultaneously: it reads data from DRAM cells, outputs the read data, and clears the memory cells for reuse. This multi-functional command structure allows a single operation to accomplish what previously required multiple separate commands, thereby reducing system complexity and resource consumption.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Reliability

If separate READ and WRITE commands are used, then data operations can be completed, but time is consumed due to multiple command sequences

Engineering Contradiction:
Improvedata reading and clearing functionalityVSAvoidtime for command execution
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

By merging the READ and WRITE operations into a single READ-THEN-CLEAR command, the patent eliminates the time required to issue, process, and execute separate commands. The single command is processed in one operation sequence, reducing the total time spent on memory management operations during printing processes.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The READ-THEN-CLEAR command performs the clearing action immediately after reading, within the same command execution cycle. This preliminary integration of the clear operation eliminates the need to wait for a separate WRITE command to be processed, thereby reducing the overall time required for the complete read-and-clear operation.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If separate READ and WRITE commands are used, then data can be read and cleared, but computational resources are significantly consumed

Engineering Contradiction:
Improvedata reading and clearing functionalityVSAvoidcomputational resources
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent merges two computationally intensive operations (READ and WRITE) into a single READ-THEN-CLEAR command. This reduces the number of command processing cycles required, thereby decreasing the computational resources and energy consumed by the DRAM controller and associated processing units during printing operations.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The READ-THEN-CLEAR command performs multiple functions (reading data and clearing memory) in a single operation, reducing the overall computational workload. This multi-functional approach minimizes the number of processing steps required, thereby conserving computational resources and reducing energy consumption in the printing system.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS11775197B2Single command for reading then clearing dynamic random access memory
Publication Date: 2023.10.03 KYOCERA DOCUMENT SOLUTIONS INC
  • US11775197B2 patent drawing
  • US11775197B2 patent drawing
  • US11775197B2 patent drawing

AI summary

A method includes receiving, at a dynamic random access memory (DRAM) device, a single READ-THEN-CLEAR command. The single READ-THEN-CLEAR command has a column address of a column in an array of memory cells. Particular data content is stored in memory cells associated with the column address. The method also includes, in response to receiving the single READ-THEN-CLEAR command, reading the particular data content and clearing the particular data content after reading the particular data content.